{"info":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","description":"<html><head></head><body><p>The REalyse API allows you to programmatically access real estate data available on our platform.</p>\n<h3 id=\"overview\">Overview</h3>\n<p>A successful request will result in <code>200 OK</code> status code. All requests respond with JSON and the appropriate HTTP header. All requests must be made over HTTPS.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>An API key is required to be sent as part of every request to the REalyse API.</p>\n<h4 id=\"basic\">Basic</h4>\n<p>This should be performed by HTTP Basic Auth providing the API key you have been provided with as the username. You do not need to provide a password.</p>\n<p>The header should be added with the following format:</p>\n<p><code>Authorization: Basic dGVzdDo=</code></p>\n<p>The above example uses the username of <code>test</code></p>\n<h3 id=\"rate-limiting\">Rate Limiting</h3>\n<p>Rate limiting of the Realyse API is considered per <code>client_id</code>. This is implemented at our discretion but is currently set to 2 requests per second at a consistent rate and a burst of 5 requests per second. If the rate limit has been exceeded a <code>429 Too Many Requests</code> status code will be returned.</p>\n<h3 id=\"sandbox\">Sandbox</h3>\n<p>If you've been given a sandbox API key, replace <strong>api.realyse.com</strong> with <strong>sandbox.realyse.com</strong> in your requests.</p>\n<h3 id=\"support\">Support</h3>\n<p>For help regarding accessing the REalyse API, feel free to contact our team at <a href=\"https://mailto:support@realyse.com\">support@realyse.com</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2445260","collectionId":"b2afa490-21c6-4e7e-a204-163bcbf906f5","publishedId":"S1EMUeko","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00D8B6"},"publishDate":"2019-08-09T13:09:38.000Z"},"item":[{"name":"v1","item":[{"name":"Geometry","item":[{"name":"addresses","id":"69f25c04-ff5e-4988-905e-4b7180485f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"areaName\": \"TQ1 1\",\n    \"mode\": \"Postcode\"\n}"},"url":"{{url}}/v1/geometry/addresses","description":"<p>This endpoint returns matching geometries based on the areaName passed in the request. The modes available are <strong>postcode</strong> and <strong>council</strong> which will respond with areas that match. User must enter atleast two characters as <code>areaName</code> value. The maximum returned number addresses is 10. <code>lod</code> number - id keys: 1 - sector;  2 - district; 3 - area; 4 - ward; 5 - borough</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>areaName</code> <strong>string</strong></p>\n<p><code>mode</code> <strong>string</strong></p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects containing the below</p>\n<blockquote>\n<p><code>name</code> <strong>string</strong> Requested postcode</p>\n<p><code>areaName</code> <strong>string</strong> Area name</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> Polygon or MultiPolygon. Please check <a href=\"http://geojson.org/\">http://geojson.org/</a> for further information.</p>\n<p><code>center</code> <strong>GeoJson Feature</strong> Center point</p>\n<p><code>lod</code> <strong>object</strong> </p>\n<blockquote>\n<p><code>number</code> <strong>integer</strong> </p>\n<p><code>id</code> <strong>string</strong></p>\n</blockquote>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","geometry","addresses"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"239b1a49-e1dd-4dc3-b322-68a3d7e7e4c7","name":"addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"areaName\": \"TQ1 1\",\n    \"mode\": \"Postcode\"\n}"},"url":"{{url}}/v1/geometry/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:46:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"TQ1 1\",\n            \"areaName\": \"Torquay (centre) TQ1 1\",\n            \"geometry\": {\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.52169097273324,\n                                    50.4613176586777\n                                ],\n                                [\n                                    -3.52156977184922,\n                                    50.4613192438676\n                                ],\n                                [\n                                    -3.52156688641707,\n                                    50.4612293448897\n                                ],\n                                [\n                                    -3.52170771908778,\n                                    50.4612275029256\n                                ],\n                                [\n                                    -3.52170993312901,\n                                    50.4612964776019\n                                ],\n                                [\n                                    -3.52183068659736,\n                                    50.4611615807311\n                                ],\n                                [\n                                    -3.52182829948704,\n                                    50.4611561258164\n                                ],\n                                [\n                                    -3.52183191374287,\n                                    50.4611453850633\n                                ],\n                                [\n                                    -3.52201238110194,\n                                    50.4610352171222\n                                ],\n                                [\n                                    -3.52210882753291,\n                                    50.4610362936921\n                                ],\n                                [\n                                    -3.52212092300003,\n                                    50.4610005294957\n                                ],\n                                [\n                                    -3.52213308429417,\n                                    50.4610172784895\n                                ],\n                                [\n                                    -3.52244023988254,\n                                    50.4608983472956\n                                ],\n                                [\n                                    -3.52280418334373,\n                                    50.4607573749715\n                                ],\n                                [\n                                    -3.52302827262588,\n                                    50.4606706385631\n                                ],\n                                [\n                                    -3.52303099845679,\n                                    50.4607554851692\n                                ],\n                                [\n                                    -3.52305313926444,\n                                    50.460757893421\n                                ],\n                                [\n                                    -3.52306039679281,\n                                    50.4608355667039\n                                ],\n                                [\n                                    -3.52322408987658,\n                                    50.461063778576\n                                ],\n                                [\n                                    -3.52316239313952,\n                                    50.4610813055781\n                                ],\n                                [\n                                    -3.52317365711706,\n                                    50.4610955479839\n                                ],\n                                [\n                                    -3.52309267804443,\n                                    50.4611531603748\n                                ],\n                                [\n                                    -3.52307507536355,\n                                    50.4611657121529\n                                ],\n                                [\n                                    -3.52294621801358,\n                                    50.4612806833137\n                                ],\n                                [\n                                    -3.52289574467732,\n                                    50.4613690952786\n                                ],\n                                [\n                                    -3.52290560894378,\n                                    50.4613871333741\n                                ],\n                                [\n                                    -3.52286750290092,\n                                    50.4616763290516\n                                ],\n                                [\n                                    -3.52290800920736,\n                                    50.4617254349074\n                                ],\n                                [\n                                    -3.52308115095655,\n                                    50.4617345813266\n                                ],\n                                [\n                                    -3.52359127392779,\n                                    50.4616812427776\n                                ],\n                                [\n                                    -3.52359749482303,\n                                    50.4616832298542\n                                ],\n                                [\n                                    -3.52391464587056,\n                                    50.4614956590751\n                                ],\n                                [\n                                    -3.52398703961203,\n                                    50.4615400209169\n                                ],\n                                [\n                                    -3.52411160537163,\n                                    50.4617035579342\n                                ],\n                                [\n                                    -3.52409188243005,\n                                    50.4617623471323\n                                ],\n                                [\n                                    -3.52410394623939,\n                                    50.4617690242853\n                                ],\n                                [\n                                    -3.52423355470436,\n                                    50.4618146150408\n                                ],\n                                [\n                                    -3.52439287510759,\n                                    50.4618921036344\n                                ],\n                                [\n                                    -3.52440714058566,\n                                    50.4619527858943\n                                ],\n                                [\n                                    -3.52457702596407,\n                                    50.4620735572574\n                                ],\n                                [\n                                    -3.52468201118455,\n                                    50.462094296894\n                                ],\n                                [\n                                    -3.52472700206554,\n                                    50.462124186828\n                                ],\n                                [\n                                    -3.52475253637983,\n                                    50.4621523531321\n                                ],\n                                [\n                                    -3.52488193153538,\n                                    50.4622171024879\n                                ],\n                                [\n                                    -3.52492444100368,\n                                    50.4622670807598\n                                ],\n                                [\n                                    -3.52492821143454,\n                                    50.4622761059554\n                                ],\n                                [\n                                    -3.52512400217144,\n                                    50.4622849614676\n                                ],\n                                [\n                                    -3.52526609076512,\n                                    50.46235008362\n                                ],\n                                [\n                                    -3.52537910530029,\n                                    50.462324327999\n                                ],\n                                [\n                                    -3.52538006374343,\n                                    50.4623252148\n                                ],\n                                [\n                                    -3.52542682008502,\n                                    50.4623705414415\n                                ],\n                                [\n                                    -3.52557959242964,\n                                    50.4625185077517\n                                ],\n                                [\n                                    -3.52580105859047,\n                                    50.4627331964043\n                                ],\n                                [\n                                    -3.5258433925062,\n                                    50.462774173978\n                                ],\n                                [\n                                    -3.52621612904788,\n                                    50.4630396526875\n                                ],\n                                [\n                                    -3.52631634926101,\n                                    50.4631109798192\n                                ],\n                                [\n                                    -3.52646343934754,\n                                    50.4632157779412\n                                ],\n                                [\n                                    -3.5265717824533,\n                                    50.4634780598544\n                                ],\n                                [\n                                    -3.52669260625346,\n                                    50.4637703966232\n                                ],\n                                [\n                                    -3.52669741481584,\n                                    50.4637967659253\n                                ],\n                                [\n                                    -3.5267086731737,\n                                    50.4638580269799\n                                ],\n                                [\n                                    -3.52671771911957,\n                                    50.4639079040959\n                                ],\n                                [\n                                    -3.5267202404822,\n                                    50.4639214424599\n                                ],\n                                [\n                                    -3.52677171423037,\n                                    50.4642028175155\n                                ],\n                                [\n                                    -3.52680542327111,\n                                    50.4643875908138\n                                ],\n                                [\n                                    -3.52680416438272,\n                                    50.4643878771446\n                                ],\n                                [\n                                    -3.52680331004014,\n                                    50.4644225949331\n                                ],\n                                [\n                                    -3.52680240686451,\n                                    50.4644562341218\n                                ],\n                                [\n                                    -3.52681631836158,\n                                    50.4644550622535\n                                ],\n                                [\n                                    -3.52682872860726,\n                                    50.4645481367762\n                                ],\n                                [\n                                    -3.5268495339603,\n                                    50.4647036790836\n                                ],\n                                [\n                                    -3.52678401158543,\n                                    50.4648120762736\n                                ],\n                                [\n                                    -3.5268061047128,\n                                    50.4648772422765\n                                ],\n                                [\n                                    -3.52672908775198,\n                                    50.4649030664973\n                                ],\n                                [\n                                    -3.52668884697171,\n                                    50.4649665322561\n                                ],\n                                [\n                                    -3.52671910121715,\n                                    50.4650291628908\n                                ],\n                                [\n                                    -3.52679484249563,\n                                    50.4650652138825\n                                ],\n                                [\n                                    -3.52681075210534,\n                                    50.4650324570057\n                                ],\n                                [\n                                    -3.52685721831743,\n                                    50.4649820402634\n                                ],\n                                [\n                                    -3.52695160304845,\n                                    50.4649905956609\n                                ],\n                                [\n                                    -3.52690176774112,\n                                    50.4650633796588\n                                ],\n                                [\n                                    -3.52688979418433,\n                                    50.46508086689\n                                ],\n                                [\n                                    -3.52708697544499,\n                                    50.4650782789334\n                                ],\n                                [\n                                    -3.52710868529824,\n                                    50.4650865403689\n                                ],\n                                [\n                                    -3.52720118290546,\n                                    50.4651217391935\n                                ],\n                                [\n                                    -3.52728676994907,\n                                    50.46520785135\n                                ],\n                                [\n                                    -3.52732077369219,\n                                    50.4652420646168\n                                ],\n                                [\n                                    -3.52749236049982,\n                                    50.4654147077849\n                                ],\n                                [\n                                    -3.5278969866267,\n                                    50.4656571180293\n                                ],\n                                [\n                                    -3.52815338663381,\n                                    50.4658107244353\n                                ],\n                                [\n                                    -3.52816050313341,\n                                    50.4658151188033\n                                ],\n                                [\n                                    -3.52815279587185,\n                                    50.4658212457951\n                                ],\n                                [\n                                    -3.5282060282449,\n                                    50.4658434804504\n                                ],\n                                [\n                                    -3.52846696824299,\n                                    50.4660059319229\n                                ],\n                                [\n                                    -3.52858362530841,\n                                    50.4660784891499\n                                ],\n                                [\n                                    -3.52904483131178,\n                                    50.4663656313775\n                                ],\n                                [\n                                    -3.52903868843143,\n                                    50.466370020077\n                                ],\n                                [\n                                    -3.52899723544384,\n                                    50.4663993445999\n                                ],\n                                [\n                                    -3.52885457680728,\n                                    50.4665005633959\n                                ],\n                                [\n                                    -3.52883822643505,\n                                    50.4665122002102\n                                ],\n                                [\n                                    -3.52872615590473,\n                                    50.4665316511683\n                                ],\n                                [\n                                    -3.52871515598897,\n                                    50.4665256890003\n                                ],\n                                [\n                                    -3.52870185300763,\n                                    50.466530891255\n                                ],\n                                [\n                                    -3.5286075425117,\n                                    50.4664994024331\n                                ],\n                                [\n                                    -3.52852474310241,\n                                    50.4664718094561\n                                ],\n                                [\n                                    -3.52832752392264,\n                                    50.4665166615754\n                                ],\n                                [\n                                    -3.52818754170513,\n                                    50.466682589809\n                                ],\n                                [\n                                    -3.52817702565633,\n                                    50.4666951302054\n                                ],\n                                [\n                                    -3.52804961777339,\n                                    50.4667323196148\n                                ],\n                                [\n                                    -3.52804774167683,\n                                    50.4667825199326\n                                ],\n                                [\n                                    -3.52804495074483,\n                                    50.4667929802498\n                                ],\n                                [\n                                    -3.5277998441286,\n                                    50.4670824765989\n                                ],\n                                [\n                                    -3.52774873835658,\n                                    50.4671118284931\n                                ],\n                                [\n                                    -3.52731035990718,\n                                    50.4672803244767\n                                ],\n                                [\n                                    -3.52715886546722,\n                                    50.4673095549134\n                                ],\n                                [\n                                    -3.52712650492739,\n                                    50.4673145664444\n                                ],\n                                [\n                                    -3.52705145710235,\n                                    50.4674444846889\n                                ],\n                                [\n                                    -3.52699809650255,\n                                    50.4674830393829\n                                ],\n                                [\n                                    -3.52698038489664,\n                                    50.4678242127449\n                                ],\n                                [\n                                    -3.52701281249884,\n                                    50.4679148660044\n                                ],\n                                [\n                                    -3.527041987661,\n                                    50.4679583631824\n                                ],\n                                [\n                                    -3.5270714040089,\n                                    50.468078006558\n                                ],\n                                [\n                                    -3.52707077368656,\n                                    50.4680982415859\n                                ],\n                                [\n                                    -3.52705219854759,\n                                    50.4682214827612\n                                ],\n                                [\n                                    -3.52704043626758,\n                                    50.468252656294\n                                ],\n                                [\n                                    -3.52700114636238,\n                                    50.468317278813\n                                ],\n                                [\n                                    -3.52698115803739,\n                                    50.4683384963904\n                                ],\n                                [\n                                    -3.52695941284357,\n                                    50.4683742887725\n                                ],\n                                [\n                                    -3.52697106382918,\n                                    50.4684218832319\n                                ],\n                                [\n                                    -3.52696692812847,\n                                    50.4684702155058\n                                ],\n                                [\n                                    -3.52684554258838,\n                                    50.4685974140667\n                                ],\n                                [\n                                    -3.52673666259375,\n                                    50.4686509071977\n                                ],\n                                [\n                                    -3.52671073018092,\n                                    50.4686792087911\n                                ],\n                                [\n                                    -3.52667106227042,\n                                    50.4687605553737\n                                ],\n                                [\n                                    -3.52659700833117,\n                                    50.4687700710451\n                                ],\n                                [\n                                    -3.52656013546861,\n                                    50.4687903319188\n                                ],\n                                [\n                                    -3.5264544835156,\n                                    50.4688180695398\n                                ],\n                                [\n                                    -3.52641503212548,\n                                    50.4688374648303\n                                ],\n                                [\n                                    -3.52640811771271,\n                                    50.4688393542765\n                                ],\n                                [\n                                    -3.52639031646202,\n                                    50.468849300975\n                                ],\n                                [\n                                    -3.52632847563733,\n                                    50.4688700692066\n                                ],\n                                [\n                                    -3.52630095669493,\n                                    50.4688884984887\n                                ],\n                                [\n                                    -3.52628505584057,\n                                    50.4689036365657\n                                ],\n                                [\n                                    -3.52623117957536,\n                                    50.4689118080631\n                                ],\n                                [\n                                    -3.52618309324848,\n                                    50.4689374322375\n                                ],\n                                [\n                                    -3.52615130960476,\n                                    50.4689463931355\n                                ],\n                                [\n                                    -3.52608234026378,\n                                    50.4690486204181\n                                ],\n                                [\n                                    -3.52614765268198,\n                                    50.4690743849671\n                                ],\n                                [\n                                    -3.52621466780732,\n                                    50.4690558783177\n                                ],\n                                [\n                                    -3.5262217855689,\n                                    50.4691036222467\n                                ],\n                                [\n                                    -3.52623755828725,\n                                    50.4691098817865\n                                ],\n                                [\n                                    -3.52629094101344,\n                                    50.4692088942536\n                                ],\n                                [\n                                    -3.52630680602562,\n                                    50.4692075169528\n                                ],\n                                [\n                                    -3.52644658736049,\n                                    50.4691714262777\n                                ],\n                                [\n                                    -3.52650334971385,\n                                    50.4691447887983\n                                ],\n                                [\n                                    -3.526533449427,\n                                    50.4691233576992\n                                ],\n                                [\n                                    -3.52655257777553,\n                                    50.469100361748\n                                ],\n                                [\n                                    -3.52658785157425,\n                                    50.4690195135568\n                                ],\n                                [\n                                    -3.52661155769465,\n                                    50.4690161446614\n                                ],\n                                [\n                                    -3.52665335694008,\n                                    50.469004453049\n                                ],\n                                [\n                                    -3.52673673302343,\n                                    50.4689527336606\n                                ],\n                                [\n                                    -3.52677001294243,\n                                    50.4689215476095\n                                ],\n                                [\n                                    -3.52677381471622,\n                                    50.4689135832957\n                                ],\n                                [\n                                    -3.52717751048808,\n                                    50.4688109196525\n                                ],\n                                [\n                                    -3.52720943259729,\n                                    50.468802766085\n                                ],\n                                [\n                                    -3.52742077664921,\n                                    50.4687490066339\n                                ],\n                                [\n                                    -3.5274098452926,\n                                    50.468770105382\n                                ],\n                                [\n                                    -3.52731556185378,\n                                    50.4688440748715\n                                ],\n                                [\n                                    -3.52721094932446,\n                                    50.4689259234115\n                                ],\n                                [\n                                    -3.52710120328116,\n                                    50.4690172735885\n                                ],\n                                [\n                                    -3.52730844495237,\n                                    50.4690670582944\n                                ],\n                                [\n                                    -3.52733825453149,\n                                    50.4690366371289\n                                ],\n                                [\n                                    -3.52740672442111,\n                                    50.4690484193438\n                                ],\n                                [\n                                    -3.52737208801468,\n                                    50.4691127110781\n                                ],\n                                [\n                                    -3.52741917014463,\n                                    50.4692649403199\n                                ],\n                                [\n                                    -3.52741523403531,\n                                    50.4692835998853\n                                ],\n                                [\n                                    -3.52719953627484,\n                                    50.4703200461544\n                                ],\n                                [\n                                    -3.5267361934116,\n                                    50.4703711763726\n                                ],\n                                [\n                                    -3.52694411368591,\n                                    50.4707012043465\n                                ],\n                                [\n                                    -3.52694860301729,\n                                    50.4707574367599\n                                ],\n                                [\n                                    -3.5269910444285,\n                                    50.4712851944236\n                                ],\n                                [\n                                    -3.52704518966985,\n                                    50.4714042433901\n                                ],\n                                [\n                                    -3.52704544912682,\n                                    50.4714013620133\n                                ],\n                                [\n                                    -3.52704387469567,\n                                    50.4713922990794\n                                ],\n                                [\n                                    -3.52702477100187,\n                                    50.4713474196155\n                                ],\n                                [\n                                    -3.5270211439642,\n                                    50.4713428804513\n                                ],\n                                [\n                                    -3.52701978855147,\n                                    50.4713008168993\n                                ],\n                                [\n                                    -3.52700337328379,\n                                    50.4712567115767\n                                ],\n                                [\n                                    -3.52700928904254,\n                                    50.4711949554063\n                                ],\n                                [\n                                    -3.52700842859193,\n                                    50.47119361765\n                                ],\n                                [\n                                    -3.52700398042276,\n                                    50.4711780270584\n                                ],\n                                [\n                                    -3.52701112212846,\n                                    50.4711005248832\n                                ],\n                                [\n                                    -3.52702645956979,\n                                    50.4710718226736\n                                ],\n                                [\n                                    -3.52742230085399,\n                                    50.4711503307737\n                                ],\n                                [\n                                    -3.52744545165455,\n                                    50.4712123349381\n                                ],\n                                [\n                                    -3.52746961511911,\n                                    50.4712375507201\n                                ],\n                                [\n                                    -3.52751794974008,\n                                    50.4712772887043\n                                ],\n                                [\n                                    -3.52753100412093,\n                                    50.471285751231\n                                ],\n                                [\n                                    -3.52771405686959,\n                                    50.4712261571159\n                                ],\n                                [\n                                    -3.52772195922607,\n                                    50.4712260533542\n                                ],\n                                [\n                                    -3.52774992764364,\n                                    50.4720936014138\n                                ],\n                                [\n                                    -3.52774166702284,\n                                    50.4722736190677\n                                ],\n                                [\n                                    -3.52766149500094,\n                                    50.4722049888646\n                                ],\n                                [\n                                    -3.52758798207594,\n                                    50.4722712300462\n                                ],\n                                [\n                                    -3.52758701930949,\n                                    50.4722846432406\n                                ],\n                                [\n                                    -3.52758647653816,\n                                    50.472285729606\n                                ],\n                                [\n                                    -3.52763976664099,\n                                    50.4723493166186\n                                ],\n                                [\n                                    -3.52765682643631,\n                                    50.4723884668719\n                                ],\n                                [\n                                    -3.52779214247928,\n                                    50.4724190582976\n                                ],\n                                [\n                                    -3.52783115712213,\n                                    50.4724253811713\n                                ],\n                                [\n                                    -3.52796965340934,\n                                    50.4724361535712\n                                ],\n                                [\n                                    -3.52807867504101,\n                                    50.4724445158862\n                                ],\n                                [\n                                    -3.52810692805952,\n                                    50.4724483718431\n                                ],\n                                [\n                                    -3.52817040487559,\n                                    50.4724568016099\n                                ],\n                                [\n                                    -3.52809971176335,\n                                    50.472826362235\n                                ],\n                                [\n                                    -3.52805311187845,\n                                    50.4728225673573\n                                ],\n                                [\n                                    -3.52793557270643,\n                                    50.4728241109652\n                                ],\n                                [\n                                    -3.52778015727756,\n                                    50.4728511541826\n                                ],\n                                [\n                                    -3.52775471566233,\n                                    50.4728693766393\n                                ],\n                                [\n                                    -3.52761908294284,\n                                    50.4729942447282\n                                ],\n                                [\n                                    -3.52774041385257,\n                                    50.4731212250084\n                                ],\n                                [\n                                    -3.52764442069455,\n                                    50.4732613115284\n                                ],\n                                [\n                                    -3.52799011682449,\n                                    50.4734239103022\n                                ],\n                                [\n                                    -3.52800839654442,\n                                    50.4734178333555\n                                ],\n                                [\n                                    -3.52807236651071,\n                                    50.4733908216866\n                                ],\n                                [\n                                    -3.52792286418507,\n                                    50.4734789263191\n                                ],\n                                [\n                                    -3.5277763458125,\n                                    50.473565183849\n                                ],\n                                [\n                                    -3.52774916749264,\n                                    50.4735728255816\n                                ],\n                                [\n                                    -3.52755276972196,\n                                    50.4736948040318\n                                ],\n                                [\n                                    -3.52750632189439,\n                                    50.473771383259\n                                ],\n                                [\n                                    -3.52750717423984,\n                                    50.473880887843\n                                ],\n                                [\n                                    -3.52682208449181,\n                                    50.4739385176748\n                                ],\n                                [\n                                    -3.52679943259789,\n                                    50.4739353163901\n                                ],\n                                [\n                                    -3.52678946538236,\n                                    50.4739107146251\n                                ],\n                                [\n                                    -3.5265824478155,\n                                    50.473717612077\n                                ],\n                                [\n                                    -3.52656119393442,\n                                    50.4736602505856\n                                ],\n                                [\n                                    -3.52647315639642,\n                                    50.4735929009431\n                                ],\n                                [\n                                    -3.52641281478141,\n                                    50.4734906522481\n                                ],\n                                [\n                                    -3.52577473560236,\n                                    50.4737743263252\n                                ],\n                                [\n                                    -3.52567478856858,\n                                    50.4736727764898\n                                ],\n                                [\n                                    -3.52566398099313,\n                                    50.4736728282691\n                                ],\n                                [\n                                    -3.52554222312793,\n                                    50.4737058036356\n                                ],\n                                [\n                                    -3.52543030894104,\n                                    50.4737451252505\n                                ],\n                                [\n                                    -3.52539123719535,\n                                    50.4737620059521\n                                ],\n                                [\n                                    -3.52526361951724,\n                                    50.4738331729636\n                                ],\n                                [\n                                    -3.52521271041031,\n                                    50.4738689065926\n                                ],\n                                [\n                                    -3.52520039443216,\n                                    50.4738943402122\n                                ],\n                                [\n                                    -3.52498198847147,\n                                    50.4740618228782\n                                ],\n                                [\n                                    -3.52495548928265,\n                                    50.4740975962018\n                                ],\n                                [\n                                    -3.52485360369916,\n                                    50.4741197068617\n                                ],\n                                [\n                                    -3.52470378500773,\n                                    50.4741185224485\n                                ],\n                                [\n                                    -3.524594416894,\n                                    50.4741284006324\n                                ],\n                                [\n                                    -3.52458488583555,\n                                    50.4741322129195\n                                ],\n                                [\n                                    -3.52401727899818,\n                                    50.4741616835003\n                                ],\n                                [\n                                    -3.52389314128322,\n                                    50.4740808556124\n                                ],\n                                [\n                                    -3.52390859947838,\n                                    50.4740413598721\n                                ],\n                                [\n                                    -3.52393349072286,\n                                    50.4739950043311\n                                ],\n                                [\n                                    -3.52405138044348,\n                                    50.4738456494652\n                                ],\n                                [\n                                    -3.52310236980062,\n                                    50.4743759580037\n                                ],\n                                [\n                                    -3.52334007960646,\n                                    50.4744435181499\n                                ],\n                                [\n                                    -3.52331489897133,\n                                    50.4744953634748\n                                ],\n                                [\n                                    -3.52329954898007,\n                                    50.4744948449487\n                                ],\n                                [\n                                    -3.52326296452845,\n                                    50.4744953239138\n                                ],\n                                [\n                                    -3.52302266368597,\n                                    50.4745677028004\n                                ],\n                                [\n                                    -3.5229824197931,\n                                    50.474931824987\n                                ],\n                                [\n                                    -3.52294208770271,\n                                    50.4749783914129\n                                ],\n                                [\n                                    -3.52242823189704,\n                                    50.4748910695545\n                                ],\n                                [\n                                    -3.52241421577233,\n                                    50.4748886447908\n                                ],\n                                [\n                                    -3.52237511605274,\n                                    50.4749880595817\n                                ],\n                                [\n                                    -3.52211604987696,\n                                    50.4752612675189\n                                ],\n                                [\n                                    -3.52162016622515,\n                                    50.4750569154177\n                                ],\n                                [\n                                    -3.52162319511884,\n                                    50.4750533682826\n                                ],\n                                [\n                                    -3.52159376337898,\n                                    50.4750273208373\n                                ],\n                                [\n                                    -3.52153536741712,\n                                    50.4749638878096\n                                ],\n                                [\n                                    -3.52145675294163,\n                                    50.4749036870431\n                                ],\n                                [\n                                    -3.5213815686806,\n                                    50.4748673554913\n                                ],\n                                [\n                                    -3.52162999029702,\n                                    50.4746466134582\n                                ],\n                                [\n                                    -3.52162775515562,\n                                    50.4746454735142\n                                ],\n                                [\n                                    -3.52160261112794,\n                                    50.4746370784977\n                                ],\n                                [\n                                    -3.52154558344964,\n                                    50.4746232635458\n                                ],\n                                [\n                                    -3.52143233376174,\n                                    50.4745957039663\n                                ],\n                                [\n                                    -3.5214206532752,\n                                    50.4746080790745\n                                ],\n                                [\n                                    -3.52138682375593,\n                                    50.4746039436566\n                                ],\n                                [\n                                    -3.5213818171387,\n                                    50.4746003217244\n                                ],\n                                [\n                                    -3.52125689957866,\n                                    50.4745495310444\n                                ],\n                                [\n                                    -3.52104066767402,\n                                    50.4747418002761\n                                ],\n                                [\n                                    -3.52103527664844,\n                                    50.4747402518943\n                                ],\n                                [\n                                    -3.52088129284629,\n                                    50.4747178110394\n                                ],\n                                [\n                                    -3.52083969854768,\n                                    50.4747255496483\n                                ],\n                                [\n                                    -3.52075898823938,\n                                    50.4746944163086\n                                ],\n                                [\n                                    -3.52038787311841,\n                                    50.4745464192133\n                                ],\n                                [\n                                    -3.52047524668697,\n                                    50.4744523100804\n                                ],\n                                [\n                                    -3.52049355678312,\n                                    50.4744326445166\n                                ],\n                                [\n                                    -3.52041844591877,\n                                    50.4744020673236\n                                ],\n                                [\n                                    -3.52033301548202,\n                                    50.4743762116881\n                                ],\n                                [\n                                    -3.52020668066106,\n                                    50.4744186845831\n                                ],\n                                [\n                                    -3.52017494142662,\n                                    50.4744142426996\n                                ],\n                                [\n                                    -3.52008329014143,\n                                    50.4744154401189\n                                ],\n                                [\n                                    -3.52007777251311,\n                                    50.4744064286162\n                                ],\n                                [\n                                    -3.52010762928946,\n                                    50.4742832212442\n                                ],\n                                [\n                                    -3.52016676112961,\n                                    50.4742317424772\n                                ],\n                                [\n                                    -3.52033656444552,\n                                    50.4741679352962\n                                ],\n                                [\n                                    -3.52031232372466,\n                                    50.4741112502754\n                                ],\n                                [\n                                    -3.52015105450289,\n                                    50.4740250577218\n                                ],\n                                [\n                                    -3.5200738576979,\n                                    50.4739839040456\n                                ],\n                                [\n                                    -3.51981462223476,\n                                    50.4742481244234\n                                ],\n                                [\n                                    -3.51947188831586,\n                                    50.4741086484168\n                                ],\n                                [\n                                    -3.519507564933,\n                                    50.4740723967601\n                                ],\n                                [\n                                    -3.51975850475218,\n                                    50.4738170991975\n                                ],\n                                [\n                                    -3.51972666616662,\n                                    50.4738029543405\n                                ],\n                                [\n                                    -3.51961979914908,\n                                    50.4737551859857\n                                ],\n                                [\n                                    -3.51954606986538,\n                                    50.4737222297108\n                                ],\n                                [\n                                    -3.51938974137811,\n                                    50.4736524880161\n                                ],\n                                [\n                                    -3.51938669660866,\n                                    50.473651129671\n                                ],\n                                [\n                                    -3.51902879045097,\n                                    50.4734949514249\n                                ],\n                                [\n                                    -3.51898648220455,\n                                    50.4734764372337\n                                ],\n                                [\n                                    -3.51872363739718,\n                                    50.4737332375784\n                                ],\n                                [\n                                    -3.51864405826239,\n                                    50.4737557711179\n                                ],\n                                [\n                                    -3.51845276904465,\n                                    50.4737802032281\n                                ],\n                                [\n                                    -3.51836206274232,\n                                    50.4737813869637\n                                ],\n                                [\n                                    -3.51831510108438,\n                                    50.4737843381443\n                                ],\n                                [\n                                    -3.51812491151356,\n                                    50.4738431021161\n                                ],\n                                [\n                                    -3.51809745738849,\n                                    50.4738496659468\n                                ],\n                                [\n                                    -3.51808405428501,\n                                    50.4738448043791\n                                ],\n                                [\n                                    -3.51796135785276,\n                                    50.4737831078736\n                                ],\n                                [\n                                    -3.51787651573548,\n                                    50.4737570628932\n                                ],\n                                [\n                                    -3.51773270848381,\n                                    50.4736826007568\n                                ],\n                                [\n                                    -3.51765408145837,\n                                    50.4736473100127\n                                ],\n                                [\n                                    -3.51762201595506,\n                                    50.4736220963584\n                                ],\n                                [\n                                    -3.51739036144345,\n                                    50.4734998721292\n                                ],\n                                [\n                                    -3.51736181814987,\n                                    50.4734869427635\n                                ],\n                                [\n                                    -3.51733788597057,\n                                    50.4734688178827\n                                ],\n                                [\n                                    -3.51724124629702,\n                                    50.4734228794463\n                                ],\n                                [\n                                    -3.51718733191018,\n                                    50.4734010174196\n                                ],\n                                [\n                                    -3.51715684231745,\n                                    50.4733849566117\n                                ],\n                                [\n                                    -3.517062515467,\n                                    50.4733130861561\n                                ],\n                                [\n                                    -3.51696001548187,\n                                    50.473261917644\n                                ],\n                                [\n                                    -3.51693123570252,\n                                    50.4732446743043\n                                ],\n                                [\n                                    -3.51692619215539,\n                                    50.4732398834884\n                                ],\n                                [\n                                    -3.51686942762449,\n                                    50.4731980925698\n                                ],\n                                [\n                                    -3.51678037660838,\n                                    50.4731527743108\n                                ],\n                                [\n                                    -3.5167371731581,\n                                    50.4731247466996\n                                ],\n                                [\n                                    -3.51669896547801,\n                                    50.4730890093468\n                                ],\n                                [\n                                    -3.51666565059974,\n                                    50.4730643603293\n                                ],\n                                [\n                                    -3.51654626050925,\n                                    50.4730080963735\n                                ],\n                                [\n                                    -3.5165201952256,\n                                    50.4729924364082\n                                ],\n                                [\n                                    -3.51647146212337,\n                                    50.4729695172168\n                                ],\n                                [\n                                    -3.51640111986159,\n                                    50.4729169307835\n                                ],\n                                [\n                                    -3.51636122167287,\n                                    50.4728974938604\n                                ],\n                                [\n                                    -3.51621926690694,\n                                    50.4727825522801\n                                ],\n                                [\n                                    -3.51618853517443,\n                                    50.4727699119626\n                                ],\n                                [\n                                    -3.51608170661399,\n                                    50.4727357880936\n                                ],\n                                [\n                                    -3.51595690393465,\n                                    50.472662703988\n                                ],\n                                [\n                                    -3.51592963634821,\n                                    50.4726349990707\n                                ],\n                                [\n                                    -3.51585308913473,\n                                    50.472595902685\n                                ],\n                                [\n                                    -3.5157744110218,\n                                    50.4725333605818\n                                ],\n                                [\n                                    -3.51568276660982,\n                                    50.472487076978\n                                ],\n                                [\n                                    -3.51563670076675,\n                                    50.4724527906929\n                                ],\n                                [\n                                    -3.51566596437096,\n                                    50.4723904612206\n                                ],\n                                [\n                                    -3.51573353307855,\n                                    50.4720946791818\n                                ],\n                                [\n                                    -3.51520094810918,\n                                    50.472117885656\n                                ],\n                                [\n                                    -3.51517728425746,\n                                    50.4720935602132\n                                ],\n                                [\n                                    -3.51512792087471,\n                                    50.4720649826701\n                                ],\n                                [\n                                    -3.51508841387205,\n                                    50.4720251246314\n                                ],\n                                [\n                                    -3.51496086206575,\n                                    50.4719748202046\n                                ],\n                                [\n                                    -3.51488540890763,\n                                    50.4719302138197\n                                ],\n                                [\n                                    -3.51484004581472,\n                                    50.471805019241\n                                ],\n                                [\n                                    -3.51484004479194,\n                                    50.4717939660573\n                                ],\n                                [\n                                    -3.51477215539442,\n                                    50.4717201306853\n                                ],\n                                [\n                                    -3.51473615772464,\n                                    50.4716956959185\n                                ],\n                                [\n                                    -3.51469594826157,\n                                    50.4716117959889\n                                ],\n                                [\n                                    -3.51463131651943,\n                                    50.4715706460215\n                                ],\n                                [\n                                    -3.51458425560651,\n                                    50.4715051732992\n                                ],\n                                [\n                                    -3.51451641322961,\n                                    50.4714513030716\n                                ],\n                                [\n                                    -3.51451402964763,\n                                    50.4714419807013\n                                ],\n                                [\n                                    -3.51442618984314,\n                                    50.4713691243112\n                                ],\n                                [\n                                    -3.51440919414163,\n                                    50.4713611703003\n                                ],\n                                [\n                                    -3.51427735643408,\n                                    50.4712313450877\n                                ],\n                                [\n                                    -3.51422292431718,\n                                    50.47123682014\n                                ],\n                                [\n                                    -3.51381562468676,\n                                    50.4708642249708\n                                ],\n                                [\n                                    -3.51381017563646,\n                                    50.4706936413281\n                                ],\n                                [\n                                    -3.51366829724366,\n                                    50.4706098046949\n                                ],\n                                [\n                                    -3.5133189526371,\n                                    50.4706325971727\n                                ],\n                                [\n                                    -3.51310042179341,\n                                    50.4707533191273\n                                ],\n                                [\n                                    -3.51280931226003,\n                                    50.4710862632189\n                                ],\n                                [\n                                    -3.51279562535073,\n                                    50.4713055534808\n                                ],\n                                [\n                                    -3.51273447333909,\n                                    50.4715702402482\n                                ],\n                                [\n                                    -3.51277626557939,\n                                    50.4717329675881\n                                ],\n                                [\n                                    -3.51238325630172,\n                                    50.4717968862919\n                                ],\n                                [\n                                    -3.51181591094038,\n                                    50.4719284259088\n                                ],\n                                [\n                                    -3.51166561022231,\n                                    50.4720214574498\n                                ],\n                                [\n                                    -3.51129453698288,\n                                    50.4721246415157\n                                ],\n                                [\n                                    -3.51109062017901,\n                                    50.4723579950963\n                                ],\n                                [\n                                    -3.51092850798053,\n                                    50.4724117149441\n                                ],\n                                [\n                                    -3.51076654301283,\n                                    50.4724996804592\n                                ],\n                                [\n                                    -3.51067979699422,\n                                    50.4725958426557\n                                ],\n                                [\n                                    -3.51027039174236,\n                                    50.4727947368396\n                                ],\n                                [\n                                    -3.51022134357879,\n                                    50.4728856427144\n                                ],\n                                [\n                                    -3.50972008170721,\n                                    50.47312977806\n                                ],\n                                [\n                                    -3.50970906909894,\n                                    50.4731309102554\n                                ],\n                                [\n                                    -3.50946309461195,\n                                    50.473455624427\n                                ],\n                                [\n                                    -3.50956258533474,\n                                    50.4737593980703\n                                ],\n                                [\n                                    -3.50895211556963,\n                                    50.4738733248785\n                                ],\n                                [\n                                    -3.50890025137217,\n                                    50.4738829911322\n                                ],\n                                [\n                                    -3.50887367426469,\n                                    50.4738657981888\n                                ],\n                                [\n                                    -3.50883928696604,\n                                    50.4735046277062\n                                ],\n                                [\n                                    -3.50872313275883,\n                                    50.4734404083836\n                                ],\n                                [\n                                    -3.50831505240015,\n                                    50.4735972870951\n                                ],\n                                [\n                                    -3.50776326762752,\n                                    50.4733499007379\n                                ],\n                                [\n                                    -3.50775442652331,\n                                    50.4733497454977\n                                ],\n                                [\n                                    -3.50754127174784,\n                                    50.4731543415682\n                                ],\n                                [\n                                    -3.50752731104132,\n                                    50.4730623645905\n                                ],\n                                [\n                                    -3.5075589315012,\n                                    50.4728766498559\n                                ],\n                                [\n                                    -3.50758406877694,\n                                    50.4728233695745\n                                ],\n                                [\n                                    -3.50761675735604,\n                                    50.4727841924047\n                                ],\n                                [\n                                    -3.50819945889232,\n                                    50.4727036301712\n                                ],\n                                [\n                                    -3.50824398098537,\n                                    50.4727077297384\n                                ],\n                                [\n                                    -3.50849127040786,\n                                    50.47229623938\n                                ],\n                                [\n                                    -3.50851466671235,\n                                    50.4722573712914\n                                ],\n                                [\n                                    -3.50867316478144,\n                                    50.4722578254372\n                                ],\n                                [\n                                    -3.50907475548684,\n                                    50.4720214627681\n                                ],\n                                [\n                                    -3.50904247034988,\n                                    50.4719050900162\n                                ],\n                                [\n                                    -3.50926663134121,\n                                    50.4717380933819\n                                ],\n                                [\n                                    -3.50935377642565,\n                                    50.4717380421582\n                                ],\n                                [\n                                    -3.50958808740637,\n                                    50.4717950618856\n                                ],\n                                [\n                                    -3.5099167661755,\n                                    50.4720349025251\n                                ],\n                                [\n                                    -3.51025595268235,\n                                    50.4718349424193\n                                ],\n                                [\n                                    -3.51073018461321,\n                                    50.4715780248903\n                                ],\n                                [\n                                    -3.51036984231604,\n                                    50.471452780922\n                                ],\n                                [\n                                    -3.51024324330969,\n                                    50.4713048149397\n                                ],\n                                [\n                                    -3.5102366243752,\n                                    50.4710971205994\n                                ],\n                                [\n                                    -3.51023879318419,\n                                    50.471096193083\n                                ],\n                                [\n                                    -3.51032177352796,\n                                    50.4709946838774\n                                ],\n                                [\n                                    -3.51059596484447,\n                                    50.4708630007713\n                                ],\n                                [\n                                    -3.51075064188262,\n                                    50.4708383374468\n                                ],\n                                [\n                                    -3.51091552872241,\n                                    50.470846170291\n                                ],\n                                [\n                                    -3.51109016665529,\n                                    50.4707187466752\n                                ],\n                                [\n                                    -3.51122200415057,\n                                    50.4706226280102\n                                ],\n                                [\n                                    -3.51123955982739,\n                                    50.470484662234\n                                ],\n                                [\n                                    -3.51136157796279,\n                                    50.4703466795919\n                                ],\n                                [\n                                    -3.51129773006782,\n                                    50.4700025215125\n                                ],\n                                [\n                                    -3.51121132149692,\n                                    50.4699416056742\n                                ],\n                                [\n                                    -3.51119074324526,\n                                    50.469933958544\n                                ],\n                                [\n                                    -3.51106000805825,\n                                    50.4699076952647\n                                ],\n                                [\n                                    -3.51088746278969,\n                                    50.4697178856295\n                                ],\n                                [\n                                    -3.51062466685729,\n                                    50.4695689005653\n                                ],\n                                [\n                                    -3.51055377314355,\n                                    50.4695539112358\n                                ],\n                                [\n                                    -3.51046082874078,\n                                    50.4695540386633\n                                ],\n                                [\n                                    -3.51025798689526,\n                                    50.4695180081281\n                                ],\n                                [\n                                    -3.51023827011146,\n                                    50.4695192533621\n                                ],\n                                [\n                                    -3.51007650153117,\n                                    50.469529087602\n                                ],\n                                [\n                                    -3.51007300228525,\n                                    50.469528503463\n                                ],\n                                [\n                                    -3.51001965083113,\n                                    50.4695130073246\n                                ],\n                                [\n                                    -3.5099797533577,\n                                    50.4694898808188\n                                ],\n                                [\n                                    -3.5098052558777,\n                                    50.4694319058685\n                                ],\n                                [\n                                    -3.50965213448796,\n                                    50.4694106082075\n                                ],\n                                [\n                                    -3.50960139110364,\n                                    50.469393369244\n                                ],\n                                [\n                                    -3.50943313310549,\n                                    50.469388807013\n                                ],\n                                [\n                                    -3.50935161685169,\n                                    50.4693464431876\n                                ],\n                                [\n                                    -3.50923891888132,\n                                    50.4693355838341\n                                ],\n                                [\n                                    -3.50922918997843,\n                                    50.4693331918128\n                                ],\n                                [\n                                    -3.50901313618189,\n                                    50.469254358834\n                                ],\n                                [\n                                    -3.508982692084,\n                                    50.4692395544165\n                                ],\n                                [\n                                    -3.50894707145098,\n                                    50.4692157425341\n                                ],\n                                [\n                                    -3.5085400854842,\n                                    50.4692818891573\n                                ],\n                                [\n                                    -3.50838348138761,\n                                    50.4689939552822\n                                ],\n                                [\n                                    -3.50795384107228,\n                                    50.46899422728\n                                ],\n                                [\n                                    -3.50792455962338,\n                                    50.4689942470401\n                                ],\n                                [\n                                    -3.50783296315316,\n                                    50.4686894611813\n                                ],\n                                [\n                                    -3.50726604112785,\n                                    50.4685854116204\n                                ],\n                                [\n                                    -3.5072647674768,\n                                    50.4685599850853\n                                ],\n                                [\n                                    -3.50729047181028,\n                                    50.4684514854594\n                                ],\n                                [\n                                    -3.50741431596302,\n                                    50.4683122331645\n                                ],\n                                [\n                                    -3.50762496200088,\n                                    50.4680751022912\n                                ],\n                                [\n                                    -3.50745256325275,\n                                    50.4679694392813\n                                ],\n                                [\n                                    -3.5076416148804,\n                                    50.4677985925511\n                                ],\n                                [\n                                    -3.50783608532542,\n                                    50.4676227197743\n                                ],\n                                [\n                                    -3.50793439637711,\n                                    50.4676124609766\n                                ],\n                                [\n                                    -3.50806144814779,\n                                    50.4675635166109\n                                ],\n                                [\n                                    -3.50812858759029,\n                                    50.4675996911947\n                                ],\n                                [\n                                    -3.50815560878905,\n                                    50.4676052767426\n                                ],\n                                [\n                                    -3.50823368003588,\n                                    50.467733017828\n                                ],\n                                [\n                                    -3.50857438666565,\n                                    50.4678808182127\n                                ],\n                                [\n                                    -3.50891764962804,\n                                    50.4678609877477\n                                ],\n                                [\n                                    -3.50894332060909,\n                                    50.4678644321481\n                                ],\n                                [\n                                    -3.50904956414466,\n                                    50.4679099021223\n                                ],\n                                [\n                                    -3.50925021913571,\n                                    50.4679208708201\n                                ],\n                                [\n                                    -3.50942459169924,\n                                    50.4678768961689\n                                ],\n                                [\n                                    -3.50975425062942,\n                                    50.4677909744913\n                                ],\n                                [\n                                    -3.50974725974776,\n                                    50.4677099694393\n                                ],\n                                [\n                                    -3.51024529551056,\n                                    50.4674172287307\n                                ],\n                                [\n                                    -3.51028703065703,\n                                    50.4673048329031\n                                ],\n                                [\n                                    -3.51013690878501,\n                                    50.4671877415304\n                                ],\n                                [\n                                    -3.5100743567082,\n                                    50.4671390163739\n                                ],\n                                [\n                                    -3.51022113014325,\n                                    50.4670196901371\n                                ],\n                                [\n                                    -3.51022674836668,\n                                    50.466740076441\n                                ],\n                                [\n                                    -3.51030392481085,\n                                    50.4667157900543\n                                ],\n                                [\n                                    -3.51043437887835,\n                                    50.4666097161757\n                                ],\n                                [\n                                    -3.51048938311556,\n                                    50.4665821110526\n                                ],\n                                [\n                                    -3.51051842563472,\n                                    50.4664835592562\n                                ],\n                                [\n                                    -3.5105810702333,\n                                    50.466403889552\n                                ],\n                                [\n                                    -3.51069881290786,\n                                    50.4663256628764\n                                ],\n                                [\n                                    -3.51095045669589,\n                                    50.466234554074\n                                ],\n                                [\n                                    -3.5109777358884,\n                                    50.4662336601829\n                                ],\n                                [\n                                    -3.51111903670498,\n                                    50.4663295590836\n                                ],\n                                [\n                                    -3.51119588785424,\n                                    50.4665607141389\n                                ],\n                                [\n                                    -3.51133300551816,\n                                    50.4666491124439\n                                ],\n                                [\n                                    -3.51171523110988,\n                                    50.4666486435262\n                                ],\n                                [\n                                    -3.51192488534649,\n                                    50.4664833588985\n                                ],\n                                [\n                                    -3.51197684648356,\n                                    50.4663749666215\n                                ],\n                                [\n                                    -3.51184328357587,\n                                    50.4662306003206\n                                ],\n                                [\n                                    -3.51182360842577,\n                                    50.466054634275\n                                ],\n                                [\n                                    -3.51174309401728,\n                                    50.4659887856545\n                                ],\n                                [\n                                    -3.51169071662667,\n                                    50.4659604256954\n                                ],\n                                [\n                                    -3.51156777664157,\n                                    50.4658901816773\n                                ],\n                                [\n                                    -3.51152103169797,\n                                    50.465874510464\n                                ],\n                                [\n                                    -3.51142739127987,\n                                    50.4657832092258\n                                ],\n                                [\n                                    -3.51127000833995,\n                                    50.4656641450815\n                                ],\n                                [\n                                    -3.5111879052459,\n                                    50.4656580256041\n                                ],\n                                [\n                                    -3.5111469454343,\n                                    50.4656452470057\n                                ],\n                                [\n                                    -3.51110755473209,\n                                    50.4656268809395\n                                ],\n                                [\n                                    -3.51072259849555,\n                                    50.4655515848125\n                                ],\n                                [\n                                    -3.51054933707873,\n                                    50.4655469992811\n                                ],\n                                [\n                                    -3.51047561101882,\n                                    50.4655556910158\n                                ],\n                                [\n                                    -3.51020960914185,\n                                    50.4654839751654\n                                ],\n                                [\n                                    -3.51000465415707,\n                                    50.4652974628252\n                                ],\n                                [\n                                    -3.51006128193786,\n                                    50.4652408052981\n                                ],\n                                [\n                                    -3.50981542510109,\n                                    50.465177730804\n                                ],\n                                [\n                                    -3.50951461174378,\n                                    50.4652786486714\n                                ],\n                                [\n                                    -3.50895112742598,\n                                    50.4654677559933\n                                ],\n                                [\n                                    -3.50895561339543,\n                                    50.4654187903127\n                                ],\n                                [\n                                    -3.50900285352014,\n                                    50.46491009001\n                                ],\n                                [\n                                    -3.5092781179722,\n                                    50.4648967253737\n                                ],\n                                [\n                                    -3.50928647290583,\n                                    50.4648967069256\n                                ],\n                                [\n                                    -3.50930627471062,\n                                    50.464894651312\n                                ],\n                                [\n                                    -3.50948806134009,\n                                    50.4648789822854\n                                ],\n                                [\n                                    -3.5095871019514,\n                                    50.4647971410739\n                                ],\n                                [\n                                    -3.50970700779008,\n                                    50.4647174483196\n                                ],\n                                [\n                                    -3.50989636398532,\n                                    50.4647315393691\n                                ],\n                                [\n                                    -3.51005437594472,\n                                    50.4646737369252\n                                ],\n                                [\n                                    -3.51021850915626,\n                                    50.4645891616308\n                                ],\n                                [\n                                    -3.510399778599,\n                                    50.4646267313473\n                                ],\n                                [\n                                    -3.51070316864729,\n                                    50.4645414176695\n                                ],\n                                [\n                                    -3.5109371687467,\n                                    50.4643961442817\n                                ],\n                                [\n                                    -3.51096792205141,\n                                    50.4643407216861\n                                ],\n                                [\n                                    -3.51112221594343,\n                                    50.4643299039701\n                                ],\n                                [\n                                    -3.51147452512109,\n                                    50.4642631993015\n                                ],\n                                [\n                                    -3.51164860432195,\n                                    50.4641446765942\n                                ],\n                                [\n                                    -3.51174256141004,\n                                    50.4641510104501\n                                ],\n                                [\n                                    -3.5119453505035,\n                                    50.464141899845\n                                ],\n                                [\n                                    -3.51200964637731,\n                                    50.4641437623677\n                                ],\n                                [\n                                    -3.51220375987965,\n                                    50.4640848672339\n                                ],\n                                [\n                                    -3.51228899756306,\n                                    50.4641093822437\n                                ],\n                                [\n                                    -3.51262178649403,\n                                    50.4642426230503\n                                ],\n                                [\n                                    -3.51285271919343,\n                                    50.4640566533633\n                                ],\n                                [\n                                    -3.51289411903197,\n                                    50.4640430742127\n                                ],\n                                [\n                                    -3.51301411547375,\n                                    50.4640794580111\n                                ],\n                                [\n                                    -3.51320433626028,\n                                    50.464076984091\n                                ],\n                                [\n                                    -3.51320905079111,\n                                    50.4640754837864\n                                ],\n                                [\n                                    -3.51325950827733,\n                                    50.4640402109053\n                                ],\n                                [\n                                    -3.51326856513407,\n                                    50.4640365855763\n                                ],\n                                [\n                                    -3.51333183380026,\n                                    50.4639917116784\n                                ],\n                                [\n                                    -3.51344908377822,\n                                    50.4638979385135\n                                ],\n                                [\n                                    -3.5134914075495,\n                                    50.4639137474089\n                                ],\n                                [\n                                    -3.51354012126615,\n                                    50.4639218375423\n                                ],\n                                [\n                                    -3.51357186507556,\n                                    50.4639231333708\n                                ],\n                                [\n                                    -3.51372142089796,\n                                    50.4639060782753\n                                ],\n                                [\n                                    -3.5138738533788,\n                                    50.4638520395933\n                                ],\n                                [\n                                    -3.5139266585379,\n                                    50.4638722087762\n                                ],\n                                [\n                                    -3.5140469318295,\n                                    50.4639895938203\n                                ],\n                                [\n                                    -3.51452677095375,\n                                    50.4637255810476\n                                ],\n                                [\n                                    -3.51462164934045,\n                                    50.4636734507706\n                                ],\n                                [\n                                    -3.51462894523796,\n                                    50.4636693985768\n                                ],\n                                [\n                                    -3.51476685593571,\n                                    50.4635935222877\n                                ],\n                                [\n                                    -3.51483475915197,\n                                    50.463526192999\n                                ],\n                                [\n                                    -3.51489671018311,\n                                    50.4634542644676\n                                ],\n                                [\n                                    -3.5145248809741,\n                                    50.4633647888975\n                                ],\n                                [\n                                    -3.51450404645735,\n                                    50.4633159727017\n                                ],\n                                [\n                                    -3.51455151856708,\n                                    50.4632058388843\n                                ],\n                                [\n                                    -3.51476956595114,\n                                    50.4631254118052\n                                ],\n                                [\n                                    -3.51469157051989,\n                                    50.4628843808016\n                                ],\n                                [\n                                    -3.51469040767092,\n                                    50.4628806186022\n                                ],\n                                [\n                                    -3.5146932154289,\n                                    50.462870158391\n                                ],\n                                [\n                                    -3.51478844655196,\n                                    50.4628220705194\n                                ],\n                                [\n                                    -3.51468893121133,\n                                    50.4625433844174\n                                ],\n                                [\n                                    -3.51481398837887,\n                                    50.4623528532719\n                                ],\n                                [\n                                    -3.51500621960296,\n                                    50.4623879347241\n                                ],\n                                [\n                                    -3.51546902449252,\n                                    50.4621695397494\n                                ],\n                                [\n                                    -3.5154904150422,\n                                    50.4620938222484\n                                ],\n                                [\n                                    -3.51579997033831,\n                                    50.4620963548928\n                                ],\n                                [\n                                    -3.51605488003001,\n                                    50.4620140870377\n                                ],\n                                [\n                                    -3.51607011896301,\n                                    50.4619531092619\n                                ],\n                                [\n                                    -3.51610420442523,\n                                    50.4618347041561\n                                ],\n                                [\n                                    -3.51649634063672,\n                                    50.4619096190299\n                                ],\n                                [\n                                    -3.51674926950283,\n                                    50.4616963737075\n                                ],\n                                [\n                                    -3.51674880094718,\n                                    50.4616817291324\n                                ],\n                                [\n                                    -3.51694031998645,\n                                    50.4615316820289\n                                ],\n                                [\n                                    -3.51690821826126,\n                                    50.4614504650686\n                                ],\n                                [\n                                    -3.51672999832545,\n                                    50.4613010204978\n                                ],\n                                [\n                                    -3.51674938917504,\n                                    50.4612461041873\n                                ],\n                                [\n                                    -3.5165498167902,\n                                    50.4610356098913\n                                ],\n                                [\n                                    -3.51657809848703,\n                                    50.4608049853348\n                                ],\n                                [\n                                    -3.51659872978546,\n                                    50.4607778343163\n                                ],\n                                [\n                                    -3.51666606935055,\n                                    50.4607331662992\n                                ],\n                                [\n                                    -3.51675414479534,\n                                    50.4606104596545\n                                ],\n                                [\n                                    -3.51712291295865,\n                                    50.4605361483034\n                                ],\n                                [\n                                    -3.51758820727981,\n                                    50.4603418062953\n                                ],\n                                [\n                                    -3.51764900794702,\n                                    50.4604269656749\n                                ],\n                                [\n                                    -3.5177362794008,\n                                    50.4608957913903\n                                ],\n                                [\n                                    -3.51788260729919,\n                                    50.4610400834491\n                                ],\n                                [\n                                    -3.51802532023749,\n                                    50.4611070949273\n                                ],\n                                [\n                                    -3.51822887830202,\n                                    50.461086361438\n                                ],\n                                [\n                                    -3.51835923176055,\n                                    50.4611158593164\n                                ],\n                                [\n                                    -3.51839339421421,\n                                    50.4611632507863\n                                ],\n                                [\n                                    -3.51870944673541,\n                                    50.4613111634683\n                                ],\n                                [\n                                    -3.51888874919005,\n                                    50.4612475038929\n                                ],\n                                [\n                                    -3.51893789160152,\n                                    50.4612149437726\n                                ],\n                                [\n                                    -3.51903917919229,\n                                    50.4612145206959\n                                ],\n                                [\n                                    -3.51906507034157,\n                                    50.4612108549807\n                                ],\n                                [\n                                    -3.51908776266073,\n                                    50.4612045329267\n                                ],\n                                [\n                                    -3.51930619257088,\n                                    50.4610284175916\n                                ],\n                                [\n                                    -3.51939278789293,\n                                    50.4609283023703\n                                ],\n                                [\n                                    -3.51935400582061,\n                                    50.4606787668252\n                                ],\n                                [\n                                    -3.51996428505511,\n                                    50.4606809491282\n                                ],\n                                [\n                                    -3.5202202336441,\n                                    50.460645596463\n                                ],\n                                [\n                                    -3.52022447719599,\n                                    50.4606478793671\n                                ],\n                                [\n                                    -3.5202772028635,\n                                    50.460676141017\n                                ],\n                                [\n                                    -3.52046073167753,\n                                    50.4611358014681\n                                ],\n                                [\n                                    -3.52084317482145,\n                                    50.4610679549197\n                                ],\n                                [\n                                    -3.52099807620006,\n                                    50.4610659299018\n                                ],\n                                [\n                                    -3.52139586733514,\n                                    50.4611686167377\n                                ],\n                                [\n                                    -3.52140423474769,\n                                    50.4614293417727\n                                ],\n                                [\n                                    -3.52169165691132,\n                                    50.4613863793627\n                                ],\n                                [\n                                    -3.52169136545797,\n                                    50.4613772995666\n                                ],\n                                [\n                                    -3.52164744790701,\n                                    50.4613662811376\n                                ],\n                                [\n                                    -3.52169097273324,\n                                    50.4613176586777\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.51419079805358,\n                                    50.4631764571947\n                                ],\n                                [\n                                    -3.51444329266008,\n                                    50.4633054315379\n                                ],\n                                [\n                                    -3.51408702549963,\n                                    50.4633100685425\n                                ],\n                                [\n                                    -3.51419079805358,\n                                    50.4631764571947\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.50571320729651,\n                                    50.4677760877385\n                                ],\n                                [\n                                    -3.50638681722353,\n                                    50.4672457994172\n                                ],\n                                [\n                                    -3.50694555677063,\n                                    50.4675353633111\n                                ],\n                                [\n                                    -3.50697018863907,\n                                    50.4675096821753\n                                ],\n                                [\n                                    -3.50699303022188,\n                                    50.467573942746\n                                ],\n                                [\n                                    -3.5069576690785,\n                                    50.4677518904588\n                                ],\n                                [\n                                    -3.5069564299854,\n                                    50.467752805873\n                                ],\n                                [\n                                    -3.50676784903594,\n                                    50.4677084902866\n                                ],\n                                [\n                                    -3.50646844715833,\n                                    50.4680593333851\n                                ],\n                                [\n                                    -3.5063874634727,\n                                    50.468154158725\n                                ],\n                                [\n                                    -3.50599746002632,\n                                    50.4679355085442\n                                ],\n                                [\n                                    -3.50571320729651,\n                                    50.4677760877385\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"type\": \"Feature\",\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -3.5191827974688,\n                    50.4678729690627\n                ]\n            },\n            \"lod\": {\n                \"number\": 1,\n                \"id\": \"sector\"\n            }\n        }\n    ],\n    \"total_count\": 1,\n    \"page_total\": 1\n}"}],"_postman_id":"69f25c04-ff5e-4988-905e-4b7180485f51"}],"id":"a893b90c-52f6-4d0a-a204-4d7d153e78a5","event":[{"listen":"prerequest","script":{"id":"0b37270c-fefc-4fbe-9101-e45dda397eae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a991f2e5-873d-4195-b841-e91297d14bc2","type":"text/javascript","exec":[""]}}],"_postman_id":"a893b90c-52f6-4d0a-a204-4d7d153e78a5","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Demographics","item":[{"name":"indicators","id":"0ad556cc-6322-4575-815f-ebc3881b6491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v1/demographics/indicators","description":"<p>Get the list of the demographic indicators. Indicator IDs should be used for calling the <code>/demographics/feature</code> endpoint.</p>\n<p><em><strong>Request:</strong></em> </p>\n<blockquote>\n<p>[GET]</p>\n</blockquote>\n<p><em><strong>Response:</strong></em> </p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> HTTP Status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects as below</p>\n<blockquote>\n<p><code>id</code> <strong>integer</strong> Indicator ID</p>\n<p><code>category</code> <strong>string</strong> Property category</p>\n<p><code>categoryDescription</code> <strong>string</strong> Property category description</p>\n<p><code>dataType</code> <strong>string</strong> Type of data</p>\n<p><code>dateFrom</code> <strong>date</strong> Start date</p>\n<p><code>dateTo</code> <strong>date</strong> End date</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","demographics","indicators"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"07e56b4f-06e6-4195-a387-4d2d860ff45d","name":"indicators","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v1/demographics/indicators"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 11:40:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 546,\n            \"category\": \"1 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 551,\n            \"category\": \"1 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance Yield for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 552,\n            \"category\": \"2 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance Yield for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 547,\n            \"category\": \"2 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 548,\n            \"category\": \"3 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 553,\n            \"category\": \"3 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance Yield for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 549,\n            \"category\": \"4 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 554,\n            \"category\": \"4 Bedroom\",\n            \"categoryDescription\": \"Local Housing Allowance Yield for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 492,\n            \"category\": \"A Level or Equivalent\",\n            \"categoryDescription\": \"Qualifications are grouped together into different levels. Each level corresponds to a particular qualification’s degree of difficulty. More detailed descriptions available here: https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels. Updated Annually in arrears. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 470,\n            \"category\": \"Anti-Social Behaviour\",\n            \"categoryDescription\": \"A Count of the Number of Anti-Social Behaviour Related Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 489,\n            \"category\": \"Apprenticeship\",\n            \"categoryDescription\": \"Qualifications are grouped together into different levels. Each level corresponds to a particular qualification’s degree of difficulty. More detailed descriptions available here: https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels. Updated Annually in arrears. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 162,\n            \"category\": \"Area Leverage\",\n            \"categoryDescription\": \"Loan to Value based on Mortgage Lending, Median Price Paid and Dwellings. Calculated by combining data from DCLG, CML and Median Asking Prices. Updated Monthly in arrears\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2013-06-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 469,\n            \"category\": \"Bicycle Theft\",\n            \"categoryDescription\": \"A Count of the Number of Bicycle Thefts for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-05-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 428,\n            \"category\": \"Broadband Speed\",\n            \"categoryDescription\": \"The mean average performance of ADSL, cable and fibre-to-the-cabinet broadband packages for the defined area. Data from Ofcom, which is the communications regulator in the UK. Updated Annually in arrears. \",\n            \"dataType\": \"Mbps\",\n            \"dateFrom\": \"2014-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 466,\n            \"category\": \"Burglary\",\n            \"categoryDescription\": \"A Count of the Number of Burglary Related Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 435,\n            \"category\": \"Bus Stations and Stops\",\n            \"categoryDescription\": \"A count of all the bus stations and bus stops in the defined area. These are represented on the map if you go to points of interest. Raw NaPTAN data. Updated Monthly in arrears.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 163,\n            \"category\": \"Credit Score\",\n            \"categoryDescription\": \"Estimated median credit score for a location. Calculated by combining data from several credit agencies. Updated Ad-hoc\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2017-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 497,\n            \"category\": \"Crimes of Dishonesty\",\n            \"categoryDescription\": \"Crimes of dishonesty are offenses which involve the taking or appropriation of property without the consent of the owner in the knowledge that the accused has no right to the property in question.These offences include: Theft, Fraud, Money Laundering, Bribery & Corruption, Proceeds of Crime, Online Crime, Intellectual Property Crime, Online Copyright Infringement, Tax & VAT evasion, Embezzlement, Benefits Fraud. Data from Police UK. Updated Monthly in arrears with a two month lag. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 462,\n            \"category\": \"Criminal Damage and Arson\",\n            \"categoryDescription\": \"A Count of the Number of Criminal Damage and Arson Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 160,\n            \"category\": \"Debt Per Building\",\n            \"categoryDescription\": \"Mortgage debt per building based on Mortgage Lending and Dwellings. Calculated by combining data from the CML and DCLG Updated Quarterly in arrears\",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2013-06-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 465,\n            \"category\": \"Drug Related\",\n            \"categoryDescription\": \"A Count of the Number of Drug Related Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 159,\n            \"category\": \"Dwellings\",\n            \"categoryDescription\": \"Number of habitable dwellings. Calculated from DCLG data. Updated Ad-hoc\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 490,\n            \"category\": \"GCSE <D or Equivalent\",\n            \"categoryDescription\": \"Qualifications are grouped together into different levels. Each level corresponds to a particular qualification’s degree of difficulty. More detailed descriptions available here: https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels. Updated Annually in arrears. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 491,\n            \"category\": \"GCSE >D or Equivalent\",\n            \"categoryDescription\": \"Qualifications are grouped together into different levels. Each level corresponds to a particular qualification’s degree of difficulty. More detailed descriptions available here: https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels. Updated Annually in arrears. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 452,\n            \"category\": \"Good Facilities\",\n            \"categoryDescription\": \"Ofsted is the Office for Standards in Education, Children's Services and Skills. They inspect and regulate services that care for children and young people, and services providing education and skills for learners of all ages. Updated Triannually. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 493,\n            \"category\": \"Higher Education or Equivalent\",\n            \"categoryDescription\": \"Qualifications are grouped together into different levels. Each level corresponds to a particular qualification’s degree of difficulty. More detailed descriptions available here: https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels. Updated Annually in arrears. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 431,\n            \"category\": \"Homelessness Count\",\n            \"categoryDescription\": \"A count of the number of 'rough sleepers' in an area. Data from the 'Ministry of Housing, Communities & Local Government'. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 454,\n            \"category\": \"Inadequate Facilities\",\n            \"categoryDescription\": \"Ofsted is the Office for Standards in Education, Children's Services and Skills. They inspect and regulate services that care for children and young people, and services providing education and skills for learners of all ages. Updated Triannually. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 437,\n            \"category\": \"Income: Age < 20\",\n            \"categoryDescription\": \"The Mean Income by Age - Under 20, for the Defined Area. Calculated from .gov data. Updated Yearly.\",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 438,\n            \"category\": \"Income: Age 20-24\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 439,\n            \"category\": \"Income: Age 25-29\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 440,\n            \"category\": \"Income: Age 30-34\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 441,\n            \"category\": \"Income: Age 35-39\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 442,\n            \"category\": \"Income: Age 40-44\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 443,\n            \"category\": \"Income: Age 45-49\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 444,\n            \"category\": \"Income: Age 50-54\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 445,\n            \"category\": \"Income: Age 55-59\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 446,\n            \"category\": \"Income: Age 60-64\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 447,\n            \"category\": \"Income: Age 65-69\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 448,\n            \"category\": \"Income: Age 70-74\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 449,\n            \"category\": \"Income: Age 75 +\",\n            \"categoryDescription\": \"Individual personal mean income by age in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 436,\n            \"category\": \"Mean Income\",\n            \"categoryDescription\": \"Individual personal mean income in the defined area, modelled from ONS and HMRC data. Updated Annually in arrears. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 420,\n            \"category\": \"Median Age\",\n            \"categoryDescription\": \"The median age of the population for that location. Calculated from ONS data. Updated Annually\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2012-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 504,\n            \"category\": \"Mortgage Affordability\",\n            \"categoryDescription\": \"The Mortgage Affordability of the Defined Area, Calculated Using the Mean Monthly Mortgage Repayment Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 526,\n            \"category\": \"Mortgage Affordability: 1 Bed 1 Earner\",\n            \"categoryDescription\": \"The Mortgage Affordability for 1 Bed and 1 Earner, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 527,\n            \"category\": \"Mortgage Affordability: 1 Bed 2 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 1 Bed and 2 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 528,\n            \"category\": \"Mortgage Affordability: 2 Bed 1 Earner\",\n            \"categoryDescription\": \"The Mortgage Affordability for 2 Bed and 1 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 529,\n            \"category\": \"Mortgage Affordability: 2 Bed 2 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 2 Bed and 2 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 530,\n            \"category\": \"Mortgage Affordability: 2 Bed 3 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 2 Bed and 3 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 531,\n            \"category\": \"Mortgage Affordability: 2 Bed 4 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 2 Bed and 4 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 532,\n            \"category\": \"Mortgage Affordability: 3 Bed 1 Earner\",\n            \"categoryDescription\": \"The Mortgage Affordability for 3 Bed and 1 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 533,\n            \"category\": \"Mortgage Affordability: 3 Bed 2 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 3 Bed and 2 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 534,\n            \"category\": \"Mortgage Affordability: 3 Bed 3 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 3 Bed and 3 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 535,\n            \"category\": \"Mortgage Affordability: 3 Bed 4 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 3 Bed and 4 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 536,\n            \"category\": \"Mortgage Affordability: 3 Bed 5 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 3 Bed and 5 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 537,\n            \"category\": \"Mortgage Affordability: 4 Bed 2 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 4 Bed and 2 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 538,\n            \"category\": \"Mortgage Affordability: 4 Bed 3 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 4 Bed and 3 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 539,\n            \"category\": \"Mortgage Affordability: 4 Bed 4 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 4 Bed and 4 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 540,\n            \"category\": \"Mortgage Affordability: 4 Bed 5 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 4 Bed and 5 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 541,\n            \"category\": \"Mortgage Affordability: 5 Bed 2 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 5 Bed and 2 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 542,\n            \"category\": \"Mortgage Affordability: 5 Bed 3 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 5 Bed and 3 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 543,\n            \"category\": \"Mortgage Affordability: 5 Bed 4 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 5 Bed and 4 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 544,\n            \"category\": \"Mortgage Affordability: 5 Bed 5 Earners\",\n            \"categoryDescription\": \"The Mortgage Affordability for 5 Bed and 5 Earners, Calculated Using the Mean Monthly Mortgage Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 161,\n            \"category\": \"Mortgage Debt Per Capita\",\n            \"categoryDescription\": \"Mortgage debt per person based on Mortgage Lending and Population. Calculated by combining CML, ONS and DCLG data. Updated Ad-hoc\",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2013-06-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 500,\n            \"category\": \"Mortgage Lending\",\n            \"categoryDescription\": \"The Total Mortgage Lending Debt in the Given Area. Calculated from UK Finance Data. Updated Quarterly. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2013-06-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 432,\n            \"category\": \"National Rail Stations\",\n            \"categoryDescription\": \"A count of all the National Railway, Underground and Metro stations in the defined area. These are represented on the map if you go to points of interest. Raw NaPTAN data. Updated Monthly in arrears.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 555,\n            \"category\": \"Net Migration\",\n            \"categoryDescription\": \"The Net Migration for the defined area, supplied as a count of persons. Updated annually.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2012-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 556,\n            \"category\": \"Net Migration as Percentage of Population\",\n            \"categoryDescription\": \"The Net Migration for the defined area, as a percentage of population. Updated annually.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2012-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 430,\n            \"category\": \"No. of Business Closures\",\n            \"categoryDescription\": \"A count of the number of business closures in the defined area, calculated from a government report which uses Companies House data. Updated Yearly in arrears with a 6 month lag.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-01-01T00:00:00Z\",\n            \"dateTo\": \"2017-12-01T00:00:00Z\"\n        },\n        {\n            \"id\": 429,\n            \"category\": \"No. of New Businesses\",\n            \"categoryDescription\": \"A count of the number of new businesses in the defined area, calculated from a government report which uses Companies House data. Updated Yearly in arrears with a 6 month lag.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-01-01T00:00:00Z\",\n            \"dateTo\": \"2017-12-01T00:00:00Z\"\n        },\n        {\n            \"id\": 494,\n            \"category\": \"No Qualifications\",\n            \"categoryDescription\": \"Qualifications are grouped together into different levels. Each level corresponds to a particular qualification’s degree of difficulty. More detailed descriptions available here: https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels. Updated Annually in arrears. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 455,\n            \"category\": \"Not Yet Inspected\",\n            \"categoryDescription\": \"Ofsted is the Office for Standards in Education, Children's Services and Skills. They inspect and regulate services that care for children and young people, and services providing education and skills for learners of all ages. Updated Triannually. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 460,\n            \"category\": \"Other Crime\",\n            \"categoryDescription\": \"A Count of the Number of Other Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 498,\n            \"category\": \"Other Crimes\",\n            \"categoryDescription\": \"Other crimes against society include Drug offences (trafficking and possession), Possession of weapons, Public order offences, Miscellaneous crimes against society. Data from Police UK. Updated Monthly in arrears with a two month lag.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 495,\n            \"category\": \"Other Qualifications\",\n            \"categoryDescription\": \"Qualifications are grouped together into different levels. Each level corresponds to a particular qualification’s degree of difficulty. More detailed descriptions available here: https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels. Updated Annually in arrears. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 472,\n            \"category\": \"Other Theft\",\n            \"categoryDescription\": \"A Count of the Number of Other Theft Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 451,\n            \"category\": \"Outstanding Facilities\",\n            \"categoryDescription\": \"Ofsted is the Office for Standards in Education, Children's Services and Skills. They inspect and regulate services that care for children and young people, and services providing education and skills for learners of all ages. Updated Triannually. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 474,\n            \"category\": \"Population: Age < 20\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 475,\n            \"category\": \"Population: Age 20-24\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 476,\n            \"category\": \"Population: Age 25-29\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 477,\n            \"category\": \"Population: Age 30-34\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 478,\n            \"category\": \"Population: Age 35-39\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 479,\n            \"category\": \"Population: Age 40-44\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 480,\n            \"category\": \"Population: Age 45-49\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 481,\n            \"category\": \"Population: Age 50-54\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 482,\n            \"category\": \"Population: Age 55-59\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 483,\n            \"category\": \"Population: Age 60-64\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 484,\n            \"category\": \"Population: Age 65-69\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 485,\n            \"category\": \"Population: Age 70-74\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 486,\n            \"category\": \"Population: Age 75-79\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 487,\n            \"category\": \"Population: Age 80-84\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 488,\n            \"category\": \"Population: Age 85+\",\n            \"categoryDescription\": \"The number of people who fall into the different age brackets for the defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 157,\n            \"category\": \"Population Density (England & Wales 2011)\",\n            \"categoryDescription\": \"Population density measured in persons per hectare. Calculated from ONS data. Updated Census\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 463,\n            \"category\": \"Possession of Weapons\",\n            \"categoryDescription\": \"A Count of the Number of Possession of Weapons Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-05-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 166,\n            \"category\": \"Proportion Renting\",\n            \"categoryDescription\": \"An estimate of the proportion of properties for rent in an area, relative to the total amount of market activity. Calculated from the number of rental property listings and the number of for sale property listings. Updated Monthly in arrears.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2010-05-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 167,\n            \"category\": \"Proportion Selling\",\n            \"categoryDescription\": \"An estimate of the proportion of properties for sale in an area, relative to the total amount of market activity. Calculated from the number of rental property listings and the number of for sale property listings. Updated Monthly in arrears.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2010-05-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 457,\n            \"category\": \"Public Disorder and Weapons Crime\",\n            \"categoryDescription\": \"A Count of the Number of Public Disorder and Weapons Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 467,\n            \"category\": \"Public Order\",\n            \"categoryDescription\": \"A Count of the Number of Public Order Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-05-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 505,\n            \"category\": \"Rental Affordability\",\n            \"categoryDescription\": \"The Rental Affordability of the Defined Area, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 507,\n            \"category\": \"Rental Affordability: 1 Bed 1 Earner\",\n            \"categoryDescription\": \"The Rental Affordability for 1 Bed and 1 Earner, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 508,\n            \"category\": \"Rental Affordability: 1 Bed 2 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 1 Bed and 2 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 509,\n            \"category\": \"Rental Affordability: 2 Bed 1 Earner\",\n            \"categoryDescription\": \"The Rental Affordability for 2 Bed and 1 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 510,\n            \"category\": \"Rental Affordability: 2 Bed 2 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 2 Bed and 2 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 511,\n            \"category\": \"Rental Affordability: 2 Bed 3 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 2 Bed and 3 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 512,\n            \"category\": \"Rental Affordability: 2 Bed 4 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 2 Bed and 4 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 513,\n            \"category\": \"Rental Affordability: 3 Bed 1 Earner\",\n            \"categoryDescription\": \"The Rental Affordability for 3 Bed and 1 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 514,\n            \"category\": \"Rental Affordability: 3 Bed 2 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 3 Bed and 2 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 515,\n            \"category\": \"Rental Affordability: 3 Bed 3 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 3 Bed and 3 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 516,\n            \"category\": \"Rental Affordability: 3 Bed 4 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 3 Bed and 4 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 517,\n            \"category\": \"Rental Affordability: 3 Bed 5 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 3 Bed and 5 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 518,\n            \"category\": \"Rental Affordability: 4 Bed 2 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 4 Bed and 2 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 519,\n            \"category\": \"Rental Affordability: 4 Bed 3 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 4 Bed and 3 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 520,\n            \"category\": \"Rental Affordability: 4 Bed 4 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 4 Bed and 4 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 521,\n            \"category\": \"Rental Affordability: 4 Bed 5 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 4 Bed and 5 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 522,\n            \"category\": \"Rental Affordability: 5 Bed 2 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 5 Bed and 2 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 523,\n            \"category\": \"Rental Affordability: 5 Bed 3 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 5 Bed and 3 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 524,\n            \"category\": \"Rental Affordability: 5 Bed 4 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 5 Bed and 4 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 525,\n            \"category\": \"Rental Affordability: 5 Bed 5 Earners\",\n            \"categoryDescription\": \"The Rental Affordability for 5 Bed and 5 Earners, Calculated Using the Mean Monthly Rental Cost as a Percent of Income. Calculated from Property Listing Data and Bank of England Data. Updated Monthly.\",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2011-04-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 434,\n            \"category\": \"Reported Crimes\",\n            \"categoryDescription\": \"A Count of the Number of Crimes Committed in the Defined Area. Calculated from raw data-police data. Updated monthly.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 433,\n            \"category\": \"Repossessions Count\",\n            \"categoryDescription\": \"The number of mortgage and landlord possession actions in the county courts of England and Wales in an area. Data from Mortgage and landlord possession statistics, UK Government. Updated Quarterly with a two month lag.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2003-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 464,\n            \"category\": \"Robbery\",\n            \"categoryDescription\": \"A Count of the Number of Robbery Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 453,\n            \"category\": \"Satisfactory Facilities\",\n            \"categoryDescription\": \"Ofsted is the Office for Standards in Education, Children's Services and Skills. They inspect and regulate services that care for children and young people, and services providing education and skills for learners of all ages. Updated Triannually. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 550,\n            \"category\": \"Shared\",\n            \"categoryDescription\": \"Local Housing Allowance Yield for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"%\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 545,\n            \"category\": \"Shared\",\n            \"categoryDescription\": \"Local Housing Allowance for properties of this type. Data from the Valuation office agency. Updated once a year however, often at different times as this data is compiled from multiple Local Authorities. \",\n            \"dataType\": \"£\",\n            \"dateFrom\": \"2017-03-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 471,\n            \"category\": \"Shoplifting\",\n            \"categoryDescription\": \"A Count of the Number of Shoplifting Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-09-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 468,\n            \"category\": \"Theft from the Person\",\n            \"categoryDescription\": \"A Count of the Number of Theft from the Person Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2013-05-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 473,\n            \"category\": \"Total Population\",\n            \"categoryDescription\": \"The Total Population for the Defined area. ONS data. Updated Annually in arrears. \",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 456,\n            \"category\": \"Unemployment Level\",\n            \"categoryDescription\": \"The level and rate of UK unemployment measured by the Labour Force Survey (LFS), using the International Labour Organisation's definition of unemployment. ONS Data. Updated Monthly in arrears.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2011-01-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 458,\n            \"category\": \"Vehicle Crime\",\n            \"categoryDescription\": \"A Count of the Number of Vehicle Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 496,\n            \"category\": \"Violent and Sexual Crimes\",\n            \"categoryDescription\": \"Violent crime covers a wide spectrum of offences, from minor assaults such as pushing and shoving that result in no physical harm through to serious incidents of wounding and homicide. Sexual offences include rape, sexual assault and unlawful sexual activity against adults and children, sexual grooming and indecent exposure. Data from Police UK. Updated Monthly in arrears with a two month lag.\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 461,\n            \"category\": \"Violent Crime\",\n            \"categoryDescription\": \"A Count of the Number of Violent Crimes for the Defined Area. Calculated from data police. Updated Monthly\",\n            \"dataType\": \"Number\",\n            \"dateFrom\": \"2010-12-01T00:00:00Z\",\n            \"dateTo\": \"2019-08-01T00:00:00Z\"\n        }\n    ]\n}"}],"_postman_id":"0ad556cc-6322-4575-815f-ebc3881b6491"},{"name":"features","id":"7647fa91-cb6b-4ab9-af1f-878b91998b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"indicators\": [\n        420\n    ],\n    \"dateFrom\": \"2018-01\",\n    \"dateTo\": \"2018-12\",\n    \"areaIds\": [\n        \"TQ1\"\n    ]\n}"},"url":"{{url}}/v1/demographics/features","description":"<p>This endpoint returns demographic information on the area as per requested UK postcode, indicator and required time range.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>indicators</code> <strong>integer[]</strong> <strong>(Mandatory)</strong> List of indicators</p>\n<p><code>dateFrom</code> <strong>date</strong> <strong>(Mandatory)</strong> Start date</p>\n<p><code>dateTo</code> <strong>date</strong> <strong>(Mandatory)</strong> End date</p>\n<p><code>areaIds</code> <strong>string[]</strong> <strong>(Mandatory)</strong> List of areas. Maximum number of areaIds per call = 10</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> HTTP status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects as defined below</p>\n<blockquote>\n<p><code>indicatorId</code> <strong>integer</strong> Indicator ID</p>\n<p><code>postcodeName</code> <strong>string</strong> Postcode name</p>\n<p><code>monthly_date</code> <strong>date</strong> Monthly date, including the day</p>\n<p><code>dateTo</code> <strong>date</strong> Date to</p>\n<p><code>areaName</code> <strong>string</strong> Area name</p>\n<p><code>feature</code> <strong>object</strong> Feature object</p>\n<blockquote>\n<p><code>v</code> <strong>number</strong> Median value</p>\n<p><code>12m</code> <strong>number</strong> 12 month average of median values</p>\n<p><code>6m</code> <strong>number</strong> 6 month average of median values</p>\n<p><code>3m</code> <strong>number</strong> 3 month average of median values</p>\n<p><code>hr</code> <strong>number</strong> History Ratio, which is the 12 month change in percent calculated over two 12 month windows.</p>\n</blockquote>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","demographics","features"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ffb96e7c-1c6b-4ff4-a9dc-56ef1a6aa4de","name":"features","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"indicators\": [\n        420\n    ],\n    \"dateFrom\": \"2018-01\",\n    \"dateTo\": \"2018-12\",\n    \"areaIds\": [\n        \"TQ1\"\n    ]\n}"},"url":"{{url}}/v1/demographics/features"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"269"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-02-01T00:00:00Z\",\n            \"dateTo\": \"2018-02\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-03-01T00:00:00Z\",\n            \"dateTo\": \"2018-03\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-04-01T00:00:00Z\",\n            \"dateTo\": \"2018-04\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-05-01T00:00:00Z\",\n            \"dateTo\": \"2018-05\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-06-01T00:00:00Z\",\n            \"dateTo\": \"2018-06\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-07-01T00:00:00Z\",\n            \"dateTo\": \"2018-07\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-08-01T00:00:00Z\",\n            \"dateTo\": \"2018-08\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-09-01T00:00:00Z\",\n            \"dateTo\": \"2018-09\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-10-01T00:00:00Z\",\n            \"dateTo\": \"2018-10\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-11-01T00:00:00Z\",\n            \"dateTo\": \"2018-11\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        },\n        {\n            \"indicatorId\": 420,\n            \"postcodeName\": \"TQ1\",\n            \"monthlyDate\": \"2018-12-01T00:00:00Z\",\n            \"dateTo\": \"2018-12\",\n            \"areaName\": \"Torquay (centre) TQ1\",\n            \"feature\": {\n                \"v\": 48,\n                \"12m\": 48,\n                \"6m\": 48,\n                \"3m\": 48,\n                \"hr\": null\n            }\n        }\n    ],\n    \"total_count\": 11,\n    \"page_total\": 11\n}"}],"_postman_id":"7647fa91-cb6b-4ab9-af1f-878b91998b42"}],"id":"2755d27e-43d4-4c6e-9700-fb9256a0c5bb","description":"","event":[{"listen":"prerequest","script":{"id":"8ba975c7-bff3-4435-af36-af83556c3a37","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c154410-744c-40d4-8b1a-82886cb49dbe","type":"text/javascript","exec":[""]}}],"_postman_id":"2755d27e-43d4-4c6e-9700-fb9256a0c5bb","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Data","item":[{"name":"features","id":"3ef65d59-c2a1-46f8-a483-071ff188587d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"areaIds\": [\n        \"TQ1\"\n    ],\n    \"dataset\": {\n        \"bedrooms\": -1,\n        \"dataSource\": \"STANDARD\",\n        \"propertyType\": \"A\"\n    },\n    \"dateFrom\": \"2018-04\",\n    \"dateTo\": \"2018-04\"\n}"},"url":"{{url}}/v1/data/features","description":"<p>This endpoint returns general information on the property market as per requested UK postcode, property parameters and required time range.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>areaIds</code> <strong>string[]</strong> <strong>(Mandatory)</strong> List of areas. Maximum number of areaIds per call = 10</p>\n<p><code>dataset</code> <strong>object</strong></p>\n<blockquote>\n<p><code>bedrooms</code> <strong>integer</strong> <strong>(Mandatory)</strong> <em>-1 = all; 0 = studio; 1, 2, 3 4, 5 = no of bedrooms</em></p>\n<p><code>dataSource</code> <strong>string</strong> <strong>(Mandatory)</strong> <em>STANDARD = all; SECONDARY = secondary stock; NEW_BUILD = New Build</em></p>\n<p><code>propertyType</code> <strong>string</strong> <strong>(Mandatory)</strong> <em>A = all; F = flat; T = terraced; D = detached; S = semidetached</em></p>\n</blockquote>\n<p><code>dateFrom</code> <strong>string</strong> <strong>(Mandatory)</strong> Start date</p>\n<p><code>dateTo</code> <strong>string</strong> <strong>(Mandatory)</strong> End date</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> HTTP status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects as defined below</p>\n<blockquote>\n<p><code>areaId</code> <strong>string</strong> Area ID</p>\n<p><code>date</code> <strong>date</strong> End date</p>\n<p><code>propertyType</code> <strong>string</strong> Property type</p>\n<p><code>bedrooms</code> <strong>number</strong> Number of bedrooms</p>\n<p><code>sTransactions</code> <strong>object</strong> Sales transactions - <strong>number</strong></p>\n<p><code>sListings</code> <strong>object</strong> Sales listings - <strong>number</strong></p>\n<p><code>sPriceAsked</code> <strong>object</strong> Sales price asked - <strong>GBP (Pound)</strong></p>\n<p><code>sPricePaid</code> <strong>object</strong> Sales price paid - <strong>GBP (Pound)</strong></p>\n<p><code>sDaysOnMarket</code> <strong>object</strong> Sales days on market - <strong>number</strong></p>\n<p><code>sSize</code> <strong>object</strong> Property size - <strong>sqft</strong></p>\n<p><code>sPricePerSqft</code> <strong>object</strong> Property price per sqft - <strong>GBP/sqft</strong></p>\n<p><code>sDiscount</code> <strong>object</strong> Sales discount - <strong>percent (%)</strong></p>\n<p><code>rRentAsked</code> <strong>object</strong> Rent price asked - <strong>GBP (Pound)</strong></p>\n<p><code>rDaysOnMarket</code> <strong>object</strong> Rent days on market - <strong>number</strong></p>\n<p><code>rListings</code> <strong>object</strong> Rent number of listings - <strong>number</strong></p>\n<p><code>rPricePerSqft</code> <strong>object</strong> Rent price per sqft - <strong>GBP/sqft</strong></p>\n<p><code>yield</code> <strong>object</strong> Rental yield - <strong>percent (%)</strong></p>\n</blockquote>\n</blockquote>\n<p>Each feature object contains the following keys:</p>\n<blockquote>\n<p>\"v\": Median value</p>\n<p>\"12m\": 12 month average of median values</p>\n<p>\"6m\": 6 month average of median values</p>\n<p>\"3m\": 3 month average of median values</p>\n<p>\"hr\": History Ratio, which is the 12 month change in percent calculated over two 12 month windows.</p>\n<p>\"p25\": 25th percentile</p>\n<p>\"p75\": 75th percentile</p>\n<p>\"p90\": 90th percentile</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","data","features"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fb36d2d0-6a4e-467a-9ab2-4b61628d8eeb","name":"features","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"areaIds\": [\n        \"TQ1\"\n    ],\n    \"dataset\": {\n        \"bedrooms\": -1,\n        \"dataSource\": \"STANDARD\",\n        \"propertyType\": \"A\"\n    },\n    \"dateFrom\": \"2018-04\",\n    \"dateTo\": \"2018-04\"\n}"},"url":"{{url}}/v1/data/features"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:49:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"830"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"areaId\": \"TQ1\",\n            \"date\": \"2018-04-01\",\n            \"propertyType\": \"A\",\n            \"bedrooms\": -1,\n            \"sTransactions\": {\n                \"hr\": 4.37,\n                \"12m\": 71.58,\n                \"p25\": null,\n                \"p75\": null,\n                \"p90\": null,\n                \"v\": 47,\n                \"3m\": 61.33,\n                \"6m\": 67.5\n            },\n            \"sListings\": {\n                \"v\": 186,\n                \"3m\": 163,\n                \"6m\": 137.83,\n                \"hr\": -12.33,\n                \"12m\": 165.83,\n                \"p25\": null,\n                \"p75\": null,\n                \"p90\": null\n            },\n            \"sPriceAsked\": {\n                \"hr\": -0.68,\n                \"12m\": 197489,\n                \"p25\": 155000,\n                \"p75\": 321237,\n                \"p90\": 399972,\n                \"v\": 225000,\n                \"3m\": 210808,\n                \"6m\": 213729\n            },\n            \"sPricePaid\": {\n                \"3m\": 180825,\n                \"6m\": 178370,\n                \"hr\": 2.2,\n                \"12m\": 170081,\n                \"p25\": 154975,\n                \"p75\": 321250,\n                \"p90\": 412199,\n                \"v\": 210000\n            },\n            \"sDaysOnMarket\": {\n                \"v\": 34,\n                \"3m\": 35,\n                \"6m\": 37,\n                \"hr\": -26.44,\n                \"12m\": 44,\n                \"p25\": 16,\n                \"p75\": 81,\n                \"p90\": 114\n            },\n            \"sSize\": {\n                \"p90\": 1644.84,\n                \"v\": 898.8,\n                \"3m\": 859.32,\n                \"6m\": 863.63,\n                \"hr\": 1.65,\n                \"12m\": 847.3,\n                \"p25\": 688.22,\n                \"p75\": 1227.78\n            },\n            \"sPricePerSqft\": {\n                \"v\": 202,\n                \"3m\": 194,\n                \"6m\": 194,\n                \"hr\": 0.99,\n                \"12m\": 194,\n                \"p25\": 143,\n                \"p75\": 243,\n                \"p90\": 306\n            },\n            \"sDiscount\": {\n                \"p90\": 8.25,\n                \"v\": 2.82,\n                \"3m\": 2.39,\n                \"6m\": 2.08,\n                \"hr\": 4.02,\n                \"12m\": 2.55,\n                \"p25\": 0,\n                \"p75\": 4.53\n            },\n            \"rRentAsked\": {\n                \"p75\": 723,\n                \"p90\": 895,\n                \"v\": 623,\n                \"3m\": 623,\n                \"6m\": 622,\n                \"hr\": -1.8,\n                \"12m\": 585,\n                \"p25\": 524\n            },\n            \"rDaysOnMarket\": {\n                \"p90\": 77,\n                \"v\": 28,\n                \"3m\": 25,\n                \"6m\": 25,\n                \"hr\": -11.07,\n                \"12m\": 24,\n                \"p25\": 14,\n                \"p75\": 49\n            },\n            \"rListings\": {\n                \"p90\": null,\n                \"v\": 130,\n                \"3m\": 121.67,\n                \"6m\": 118.83,\n                \"hr\": 4.03,\n                \"12m\": 197.25,\n                \"p25\": null,\n                \"p75\": null\n            },\n            \"rPricePerSqft\": {\n                \"p25\": 11,\n                \"p75\": 14,\n                \"p90\": 17,\n                \"v\": 12,\n                \"3m\": 11,\n                \"6m\": 11,\n                \"hr\": 1.47,\n                \"12m\": 12\n            },\n            \"sNewListings\": {\n                \"6m\": 71.83,\n                \"hr\": 6.27,\n                \"12m\": 80,\n                \"p25\": null,\n                \"p75\": null,\n                \"p90\": null,\n                \"v\": 71,\n                \"3m\": 76.67\n            },\n            \"rNewListings\": {\n                \"p25\": null,\n                \"p75\": null,\n                \"p90\": null,\n                \"v\": 73,\n                \"3m\": 62.67,\n                \"6m\": 72.33,\n                \"hr\": 13.97,\n                \"12m\": 106.08\n            },\n            \"sRemovedListings\": {\n                \"p25\": null,\n                \"p75\": null,\n                \"p90\": null,\n                \"v\": 161,\n                \"3m\": 130.33,\n                \"6m\": 114.17,\n                \"hr\": -13.02,\n                \"12m\": 152.92\n            },\n            \"rRemovedListings\": {\n                \"3m\": 57.33,\n                \"6m\": 54.33,\n                \"hr\": -4.03,\n                \"12m\": 164.92,\n                \"p25\": null,\n                \"p75\": null,\n                \"p90\": null,\n                \"v\": 68\n            },\n            \"yield\": {\n                \"3m\": 3.56,\n                \"6m\": 3.5,\n                \"hr\": -1.36,\n                \"12m\": 3.57,\n                \"p25\": 4.06,\n                \"p75\": 2.7,\n                \"p90\": 2.69,\n                \"v\": 3.32\n            },\n            \"rAchievedRent\": {\n                \"v\": 650,\n                \"3m\": 633,\n                \"6m\": 640,\n                \"hr\": -2.94,\n                \"12m\": 614,\n                \"p25\": 595,\n                \"p75\": 850,\n                \"p90\": 950\n            },\n            \"rAchievedRentSqft\": {\n                \"3m\": 10,\n                \"6m\": 11,\n                \"hr\": -2.59,\n                \"12m\": 10,\n                \"p25\": 10,\n                \"p75\": 13,\n                \"p90\": 13,\n                \"v\": 11\n            },\n            \"rAchievedRentListings\": {\n                \"3m\": 24.33,\n                \"6m\": 16.67,\n                \"hr\": -13.36,\n                \"12m\": 15.67,\n                \"p25\": null,\n                \"p75\": null,\n                \"p90\": null,\n                \"v\": 25\n            }\n        }\n    ],\n    \"total_count\": 1,\n    \"page_total\": 1\n}"}],"_postman_id":"3ef65d59-c2a1-46f8-a483-071ff188587d"}],"id":"c54b2064-1ba5-48e2-b9a3-d1e33809a9b9","description":"","event":[{"listen":"prerequest","script":{"id":"4db6acd1-cb4f-42eb-8b61-b3ed707dd6ca","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b85d777d-7fe2-4c2b-99d2-955b382c840b","type":"text/javascript","exec":[""]}}],"_postman_id":"c54b2064-1ba5-48e2-b9a3-d1e33809a9b9","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Comparables","item":[{"name":"Rent","item":[{"name":"/","id":"bf2b9c38-3b2f-4cc7-8114-82b8d85fa436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2018-12-31\",\n    \"indicatorCategory\": \"askingRent\",\n    \"indicatorRangeValue\": [\n        1,\n        50000\n    ],\n    \"propertyType\": null,\n    \"propertyFeatures\": null,\n    \"bedrooms\": null,\n    \"dataSource\": \"STANDARD\",\n    \"limit\": 5,\n    \"offset\": 0\n}"},"url":"{{url}}/v1/comparables/rent","description":"<p>This endpoint returns the rental data by the requested parameters. The endpoint is paginated with a maximum of 100 returned records using the limit and offset values</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometries</code> <strong>GeoJson Feature</strong> <strong>(Mandatory)</strong> <em>Polygon of MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>dateFrom</code> <strong>string</strong> <strong>(Mandatory)</strong> Minimum listing date for comparables in format yyyy-mm-dd</p>\n<p><code>dateTo</code> <strong>string</strong> <strong>(Mandatory)</strong> Maximum listing date for comparables in format yyyy-mm-dd</p>\n<p><code>indicatorCategory</code> <strong>string</strong> <strong>(Mandatory)</strong> Indicator category to return in the response. Value is returned in the <code>value</code> field. Valid values: askingRent, askingPrice, soldPrice, soldPriceSqft, askingRentSqft</p>\n<p><code>indicatorRangeValue</code> <strong>[number, number]</strong> <strong>(Mandatory)</strong> This value is based on the indicatorCategory selected in GBP</p>\n<p><code>propertyType</code> <strong>string or null</strong> <em>null = all; F = flat; T = terraced; D = detached; S = semidetached</em></p>\n<p><code>propertyFeatures</code> <strong>string[] or null</strong></p>\n<p><code>bedroooms</code> <strong>integer</strong>[] <strong>or null</strong> <em>null = all; 0 = studio; 1, 2, 3 4, 5 = no of bedrooms</em></p>\n<p><code>dataSource</code> <strong>string</strong> <strong>(Mandatory)</strong> <em>STANDARD = all; SECONDARY = secondary; NEW_BUILD = New Build</em></p>\n<p><code>limit</code> <strong>number</strong> Maximum number of records that will be returned.</p>\n<p><code>offset</code> <strong>number</strong> Define the offset of the records</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> HTTP status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects as defined below</p>\n<blockquote>\n<p><code>address</code> <strong>string</strong> Address of the property</p>\n<p><code>askingPrice</code> <strong>integer</strong> Asking price of the property (in GBP)</p>\n<p><code>askingPriceSqft</code> <strong>integer</strong> Asking price per sqft (in GBP)</p>\n<p><code>askingRent</code> <strong>integer</strong> Asking rent (in GBP)</p>\n<p><code>askingRentSqft</code> <strong>integer</strong> Asking rent per sqft (in GBP)</p>\n<p><code>bedRooms</code> <strong>integer</strong> Number of bedrooms</p>\n<p><code>dateAppeared</code> <strong>date</strong> Date appeared</p>\n<p><code>dateRemoved</code> <strong>date</strong> Date removed</p>\n<p><code>dateSold</code> <strong>date</strong> Date sold</p>\n<p><code>daysOnMarket</code> <strong>number</strong> Number of days the property is(was) on market</p>\n<p><code>description</code> <strong>string</strong> Description of the property</p>\n<p><code>estimatedPrice</code> <strong>number</strong> Estimated price of the property (in GBP)</p>\n<p><code>estimatedRent</code> <strong>number</strong> Estimated rent of the property (in GBP)</p>\n<p><code>listingType</code> <strong>String</strong> Type of the listing</p>\n<p><code>freeholdLeasehold</code> <strong>String</strong> Ownership type</p>\n<p><code>id</code> <strong>integer</strong> ID of the property</p>\n<p><code>images</code> <strong>string[]</strong> Property image URL(s)</p>\n<p><code>floorplans</code> <strong>string[]</strong> Property floorplan URL(s)</p>\n<p><code>latitude</code> <strong>number</strong> Latitude of the property</p>\n<p><code>longitude</code> <strong>number</strong> Longitude of the property</p>\n<p><code>postcode</code> <strong>string</strong> Property postcode</p>\n<p><code>propertyType</code> <strong>string</strong> Property type. null = all; F = flat; T = terraced; D = detached; S = semidetached</p>\n<p><code>rentalYield</code> <strong>number</strong> Rental yield of the property</p>\n<p><code>size</code> <strong>number</strong> Size of the property in sqft</p>\n<p><code>soldPrice</code> <strong>number</strong> Sold Price (in GBP)</p>\n<p><code>soldPriceSqft</code> <strong>number</strong> Sold Price per sqft (in GBP)</p>\n<p><code>tags</code> <strong>string[]</strong> Property features</p>\n<p><code>comparableTimeseries</code> <strong>object[]</strong> Property histrorical price information</p>\n<blockquote>\n<p><code>d</code> <strong>date</strong> Date</p>\n<p><code>d</code> <strong>number</strong> Price (in GBP)</p>\n<p><code>t</code> <strong>string</strong> ---------</p>\n</blockquote>\n<p><code>epc</code> <strong>string</strong> EPC certificate class</p>\n<p><code>v</code> <strong>number</strong> Property current value (in GBP)</p>\n<p><code>agentName</code> <strong>string</strong> The agent name</p>\n<p><code>agentUrl</code> <strong>string</strong> The agent's website url</p>\n<p><code>agentAddress</code> <strong>string</strong> The agent's address</p>\n<p><code>agentPhoneNumber</code> <strong>string</strong> The agent's phone number</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","comparables","rent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b0ebd2f2-8618-441c-b3e6-bf6cc7c8976e","name":"/","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2018-12-31\",\n    \"indicatorCategory\": \"askingRent\",\n    \"indicatorRangeValue\": [\n        1,\n        50000\n    ],\n    \"propertyType\": null,\n    \"propertyFeatures\": null,\n    \"bedrooms\": null,\n    \"dataSource\": \"STANDARD\",\n    \"limit\": 5,\n    \"offset\": 0\n}"},"url":"{{url}}/v1/comparables/rent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:50:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"address\": \"Thurlow Court Thurlow Road Torquay\",\n            \"askingPrice\": null,\n            \"askingPriceSqft\": null,\n            \"askingRent\": 485,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 1,\n            \"bathRooms\": 1,\n            \"dateAppeared\": \"2018-11-12\",\n            \"dateRemoved\": \"2019-03-05\",\n            \"dateSold\": null,\n            \"daysOnMarket\": 113,\n            \"description\": \"This 1 bedroom first floor flat is located within east access of Torquay town centre. It comprises an entrance lobby, open-plan lounge & kitchen, double bedroom with built in wardrobes and bathroom/WC. It benefits from UPVC double glazing and has a new hot water boiler. It also has a communal garden and an allocated parking space. The property comes furnished. Available now!HallLounge (15' 1'' x 7' 8'' (4.6m x 2.34m))Kitchen (9' 2'' x 6' 3'' (2.79m x 1.91m))Bedroom (10' 6'' x 10' 4'' (3.2m x 3.15m))Bathroom/WCAllocated Parking SpaceCommunal Garden\",\n            \"ownership\": null,\n            \"estimatedPrice\": 127074,\n            \"estimatedRent\": null,\n            \"listingType\": \"Rent\",\n            \"freeholdLeasehold\": null,\n            \"id\": 670014913888,\n            \"uprn\": 100040558882,\n            \"images\": null,\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/be7949e5f748f500/be794\"\n            ],\n            \"latitude\": 50.471843,\n            \"longitude\": -3.534492,\n            \"postcode\": \"tq13dz\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 4.58,\n            \"size\": null,\n            \"soldPrice\": null,\n            \"soldPriceSqft\": null,\n            \"tags\": [\n                \"garden\",\n                \"parking\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-11-12\",\n                    \"p\": 485,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2018-11-05\",\n                    \"p\": 450,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2018-07-23\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2018-03-19\",\n                    \"p\": 458,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2018-02-12\",\n                    \"p\": 523,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2017-06-10\",\n                    \"p\": 475,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2016-04-08\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2015-11-13\",\n                    \"p\": 400,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-07-25\",\n                    \"p\": 475,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-02-21\",\n                    \"p\": 450,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2013-05-24\",\n                    \"p\": 475,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2010-09-24\",\n                    \"p\": 530,\n                    \"t\": \"rl\"\n                }\n            ],\n            \"epc\": null,\n            \"value\": 485,\n            \"agentName\": \"Absolute Sales & Lettings Ltd\",\n            \"agentUrl\": \"http://www.movewithabsolute.co.uk/\",\n            \"agentAddress\": \"34 Hyde Rd, Paignton TQ4 5BY, UK\",\n            \"agentPhoneNumber\": \"01803 890110\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Clovis Thurlow Road Torquay\",\n            \"askingPrice\": null,\n            \"askingPriceSqft\": null,\n            \"askingRent\": 475,\n            \"askingRentSqft\": 13,\n            \"bedRooms\": 1,\n            \"bathRooms\": 1,\n            \"dateAppeared\": \"2018-12-03\",\n            \"dateRemoved\": \"2019-01-29\",\n            \"dateSold\": null,\n            \"daysOnMarket\": 57,\n            \"description\": \"This recently decorated 1 bedroom ground floor flat is pleasantly situated on maintained grounds and is close to Torquay town centre, shops and bus routes. The property comprises 1 double bedroom with built in wardrobes, 3 piece bathroom suite, open plan fitted kitchen and lounge with a french door leading to the outside area. The property benefits from double glazing and storage heaters whilst outside there is communal gardens and allocated parking. Unfurnished, available in January. EPC- DBedroom (3.40m (11'2\\\") x 2.60m (8'6\\\"))The double bedroom comprises a large upvc double glazed window to rear, built-in wardrobe and a electric storage heater, the bedroom has fully fitted carpetBathroomA 3 piece suite tiled suiteLounge (4.65m (15'3\\\") x 2.94m (9'8\\\"))The living area in the property has a window to side and patio doors leading out onto communal gardens, inside there is a electric storage heater and is open plan to the kitchenKitchen (2.06m (6'9\\\") x 1.73m (5'8\\\"))Fitted kitchen with integrated fridge/freezer, stainless steel sink and a 4 ring gas hob with space for washing machine and a window to rearNotesIn order to qualify for a tenancy without a guarantor the total annual income required between the tenants is a minimum of 30 times the monthly rent. If a guarantor is required the calculation is 36 times the monthly rent. The 1st months rent will need to be paid in advance and there will also be a deposit equivalent to a months rent, of which £100 is payable up front as a holding deposit to reserve the property. The tenancy application fee is £150 and referencing fee (inc guarantors) is £100 per applicant.CriteriaPets -No Children- No Housing Benefit-ConsideredSharers -No Smokers-No\",\n            \"ownership\": null,\n            \"estimatedPrice\": 124454,\n            \"estimatedRent\": null,\n            \"listingType\": \"Rent\",\n            \"freeholdLeasehold\": null,\n            \"id\": 670014913893,\n            \"uprn\": 100040559005,\n            \"images\": [\n                \"https://images.realyse.com/e1b6c4095202d439/e1b6c.jpg\",\n                \"https://images.realyse.com/fad937b5741482aa/fad93.jpg\",\n                \"https://images.realyse.com/60037728c55dfd1f/60037.jpg\",\n                \"https://images.realyse.com/5d17153cfc0b80c7/5d171.jpg\",\n                \"https://images.realyse.com/3bd2bc21f557b548/3bd2b.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/efffb798d5038123/efffb\"\n            ],\n            \"latitude\": 50.47262,\n            \"longitude\": -3.535588,\n            \"postcode\": \"tq13ee\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 4.58,\n            \"size\": 419,\n            \"soldPrice\": null,\n            \"soldPriceSqft\": null,\n            \"tags\": [\n                \"unfurnished\",\n                \"patio\",\n                \"parking\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-12-03\",\n                    \"p\": 475,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2018-03-26\",\n                    \"p\": 497,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2017-11-14\",\n                    \"p\": 523,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2017-11-03\",\n                    \"p\": 493,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2017-09-10\",\n                    \"p\": 530,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2017-06-24\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2016-04-01\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2015-07-31\",\n                    \"p\": 475,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2015-05-08\",\n                    \"p\": 500,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2015-03-13\",\n                    \"p\": 500,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-11-28\",\n                    \"p\": 520,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-09-19\",\n                    \"p\": 475,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-08-01\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2013-10-04\",\n                    \"p\": 575,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2013-07-26\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2013-01-11\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2012-11-02\",\n                    \"p\": 495,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2012-03-23\",\n                    \"p\": 475,\n                    \"t\": \"rl\"\n                }\n            ],\n            \"epc\": \"D\",\n            \"value\": 475,\n            \"agentName\": \"Absolute Sales & Lettings Ltd\",\n            \"agentUrl\": \"http://www.movewithabsolute.co.uk/\",\n            \"agentAddress\": \"34 Hyde Rd, Paignton TQ4 5BY, UK\",\n            \"agentPhoneNumber\": \"01803 890110\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Thurlow Court Thurlow Road Torquay\",\n            \"askingPrice\": null,\n            \"askingPriceSqft\": null,\n            \"askingRent\": 675,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 2,\n            \"bathRooms\": 1,\n            \"dateAppeared\": \"2018-07-16\",\n            \"dateRemoved\": \"2018-11-03\",\n            \"dateSold\": null,\n            \"daysOnMarket\": 110,\n            \"description\": \"Spacious 2 Bedroom Flat to rent. Set within a detached period residence a short distance from central Torquay, walking distance to Town Centre and Sea. Situated opposite park & tennis courts, close to bus station, library & Tescos is this very well presented, spacious apartment which offers a good degree of privacy, and having both level ground floor access via the main entrance, plus a self contained rear entrance. The property has been redecorated throughout. The very well proportioned accommodation consists of large lounge with pleasant aspect over the communal grounds and lots of windows allowing plenty of light, a very large master bedroom plus further double bedroom, recently fitted modern kitchen units with built in cooker and gas hob, plus bathroom and a separate wc. There is gas central heating and double glazing throughout. Spacious apartment within an imposing period residence. Suit working persons with no pets.• Set within secluded grounds close to central Torquay• Very spacious accommodation throughout• Lovely, modern fitted kitchen with integrated cooker• Very large double bedroom plus further double bedroom• Lovely big lounge with plenty of big windows• Bathroom and separate wc• Level access plus own private access from the rear• Allocated parking with private driveway.• Well maintained Communal groundsEPC DNoticeAll photographs are provided for guidance only. Disclaimer These particulars are provided for the guidance of prospective Tenants only, and do not form an Offer of Let, nor will they form part of any prospective Lease. The Landlord's Agents have not inspected or tested any apparatus, equipment, fixtures, fittings or services within the property, and so cannot verify as to their working condition or safety Items shown in the photographs are not necessarily included, unless specifically mentioned within these particulars, and/or subsequently confirmed within the Inventory.Right to rent From 1st February 2016, it is now a requirement by law to check each Tenant's Right to Rent. To fulfil our obligations, a passport would be acceptable proof or, if not available, a driving licence together with an utility bill showing your current address. On the day of your appointment, we would appreciate it if you could bring with you the necessary documents, and good quality colour copies of them. Alternatively, the original(s) may be brought to our office at a convenient time where we will copy them for you\",\n            \"ownership\": null,\n            \"estimatedPrice\": 183673,\n            \"estimatedRent\": null,\n            \"listingType\": \"Rent\",\n            \"freeholdLeasehold\": null,\n            \"id\": 747324340128,\n            \"uprn\": 100040558882,\n            \"images\": [\n                \"https://images.realyse.com/ae206283995b2a85/ae206.jpg\",\n                \"https://images.realyse.com/92ce40e16ed4c461/92ce4.jpg\",\n                \"https://images.realyse.com/b787eead462efd7b/b787e.jpg\",\n                \"https://images.realyse.com/a907b45b8c9babcf/a907b.jpg\",\n                \"https://images.realyse.com/4dff28ae164febf3/4dff2.jpg\",\n                \"https://images.realyse.com/c836867aede481f1/c8368.jpg\"\n            ],\n            \"floorplans\": null,\n            \"latitude\": 50.471843,\n            \"longitude\": -3.534492,\n            \"postcode\": \"tq13dz\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 4.41,\n            \"size\": null,\n            \"soldPrice\": null,\n            \"soldPriceSqft\": null,\n            \"tags\": [\n                \"modern\",\n                \"parking\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-07-16\",\n                    \"p\": 675,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2018-02-19\",\n                    \"p\": 623,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2017-11-27\",\n                    \"p\": 571,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2016-10-28\",\n                    \"p\": 595,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2016-09-16\",\n                    \"p\": 650,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2016-09-02\",\n                    \"p\": 800,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-10-03\",\n                    \"p\": 550,\n                    \"t\": \"rl\"\n                }\n            ],\n            \"epc\": null,\n            \"value\": 675,\n            \"agentName\": \"Richard Everett Lettings\",\n            \"agentUrl\": \"http://www.richardeverettlettings.co.uk/\",\n            \"agentAddress\": \"School House, Totnes Road, South Brent TQ10 9BP, UK\",\n            \"agentPhoneNumber\": \"01364 73400\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Castle Chambers Union Street Torquay\",\n            \"askingPrice\": null,\n            \"askingPriceSqft\": null,\n            \"askingRent\": 725,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 2,\n            \"bathRooms\": 1,\n            \"dateAppeared\": \"2018-09-10\",\n            \"dateRemoved\": \"2018-11-05\",\n            \"dateSold\": null,\n            \"daysOnMarket\": 56,\n            \"description\": \"Unique and spacious top floor apartment in a convenient town centre location situated in the grade II listed Castle Chambers. This property is full of character with high ceilings and large windows making the space feel bright and airy. The property is neutrally decorated with a modern bathroom and kitchen.The home briefly comprises of a spacious 'L' shaped entry hall leading throguh to all rooms. The master bedroom is down to the right and is extremely spacious and has a vaulted ceiling with triple aspect windows to the sides, it is neutrally decorated and offers two 'areas' for sleeping and dressing. Next to this is the 2nd bedroom which again has characteristic high ceilings and space for a double bed. The bathroom has a white suite with a shower over the bath.Straight on from the front door you will find an 'L' shaped dual aspect lounge with white decor and clean lines, it is bright and modern. The kitchen is opposite and is the largest room in the house with modern units to the front and side and then a large area perfect for dining and a laundry/ utility space.We expect this property to be in high demand due to the ideal town centre location just a short walk from Torre and the uniqueness of the build. The property also benefits from an allocated parking space and lift access to the apartment. Contact Absolute today to book your viewing.HallSpacious Entry Hall & hallways with doors leading to:BathroomWhite Bathroom suite with shower over the bath. Heated towel rail.CupboardBedroom 1 (4.01m (13'2\\\") max x 3.75m (12'4\\\") max)Spacious room with vaulted ceiling and triple aspect windows. Double radiator.Bedroom 2 (2.77m (9'1\\\") x 2.31m (7'7\\\"))Window to side, double radiator.Lounge (5.65m (18'7\\\") max x 5.37m (17'7\\\") max)Window to side, two windows to rear, double radiator, door to:Kitchen/ Diner (6.32m (20'9\\\") x 3.73m (12'3\\\"))Large room with a modern fitted kitchen and plenty of utility/ laundry space as well as a dining area. Three windows to rear.CriteriaPets : NoChildren : NoHousing Benefit : NoSharers : NoSmokers : NoNotesIn order to qualify for a tenancy without a guarantor the total annual income required between the tenants is a minimum of 30 times the monthly rent. If a guarantor is required the calculation is 36 times the monthly rent. The 1st months rent will need to be paid in advance of which £100 is payable up front as a reservation fee to reserve the property, this is non-refundable should you fail your referencing or pull out from renting the property. There will also be a deposit equivalent to a months rent plus £100. For properties that allow pets the deposit will usually be greater. The tenancy application fee is £150 and referencing fee (Inc. Guarantors) is £100 per applicant which is also non-refundable.\",\n            \"ownership\": null,\n            \"estimatedPrice\": 181250,\n            \"estimatedRent\": null,\n            \"listingType\": \"Rent\",\n            \"freeholdLeasehold\": null,\n            \"id\": 781684077977,\n            \"uprn\": 10024001283,\n            \"images\": [\n                \"https://images.realyse.com/575f4c9dea4336d4/575f4.jpg\",\n                \"https://images.realyse.com/1ff38b853bc32327/1ff38.jpg\",\n                \"https://images.realyse.com/38b4a394e3d1dc82/38b4a\",\n                \"https://images.realyse.com/575f4c9dea4336d4/575f4\",\n                \"https://images.realyse.com/7f8d8c43c2cd6351/7f8d8\",\n                \"https://images.realyse.com/38b4a394e3d1dc82/38b4a.jpg\",\n                \"https://images.realyse.com/1ff38b853bc32327/1ff38\",\n                \"https://images.realyse.com/7f8d8c43c2cd6351/7f8d8.jpg\",\n                \"https://images.realyse.com/95b5ea917af79339/95b5e.jpg\",\n                \"https://images.realyse.com/0593f46e733d169c/0593f.jpg\",\n                \"https://images.realyse.com/95b5ea917af79339/95b5e\",\n                \"https://images.realyse.com/0593f46e733d169c/0593f\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/4ecb74dbb3206f57/4ecb7\"\n            ],\n            \"latitude\": 50.469575,\n            \"longitude\": -3.534602,\n            \"postcode\": \"tq14bt\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 4.8,\n            \"size\": null,\n            \"soldPrice\": null,\n            \"soldPriceSqft\": null,\n            \"tags\": [\n                \"modern\",\n                \"parking\",\n                \"lift\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-09-10\",\n                    \"p\": 725,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2017-05-04\",\n                    \"p\": 900,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2016-12-02\",\n                    \"p\": 800,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2015-07-24\",\n                    \"p\": 800,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-07-18\",\n                    \"p\": 975,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2014-04-18\",\n                    \"p\": 800,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2012-04-27\",\n                    \"p\": 650,\n                    \"t\": \"rl\"\n                }\n            ],\n            \"epc\": null,\n            \"value\": 725,\n            \"agentName\": \"Absolute Sales & Lettings Ltd\",\n            \"agentUrl\": \"http://www.movewithabsolute.co.uk/\",\n            \"agentAddress\": \"34 Hyde Rd, Paignton TQ4 5BY, UK\",\n            \"agentPhoneNumber\": \"01803 890110\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Morgan Avenue Torquay\",\n            \"askingPrice\": null,\n            \"askingPriceSqft\": null,\n            \"askingRent\": 476,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 1,\n            \"bathRooms\": 1,\n            \"dateAppeared\": \"2018-06-11\",\n            \"dateRemoved\": null,\n            \"dateSold\": null,\n            \"daysOnMarket\": 1380,\n            \"description\": \"A well presented, bright and airy Ground Floor 1 Bedroom Flat situated in a level and convenient location within walking distance of the town centre and Torre shops. The accommodation comprises: Lounge/modern Kitchen with laminate flooring and large Bay window, good size Double Bedroom with En-Suite shower room. Double Glazing, Electric Heating.Unfurnished.Housing Benefit Considered.No Children or Pets.\",\n            \"ownership\": null,\n            \"estimatedPrice\": 136650,\n            \"estimatedRent\": null,\n            \"listingType\": \"Rent\",\n            \"freeholdLeasehold\": null,\n            \"id\": 1022202233186,\n            \"uprn\": 100040550950,\n            \"images\": [\n                \"https://images.realyse.com/ca15c5069f8a9af8/ca15c.jpg\",\n                \"https://images.realyse.com/dc688d42f8c55625/dc688.jpg\",\n                \"https://images.realyse.com/6ad612cafe4c9f23/6ad61.jpg\",\n                \"https://images.realyse.com/0d6e99b51d6d6d43/0d6e9.jpg\",\n                \"https://images.realyse.com/d4472d2388d36a63/d4472.jpg\",\n                \"https://images.realyse.com/d4dd2a787181c950/d4dd2.jpg\"\n            ],\n            \"floorplans\": null,\n            \"latitude\": 50.469336,\n            \"longitude\": -3.53621,\n            \"postcode\": \"tq25rs\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 4.18,\n            \"size\": null,\n            \"soldPrice\": null,\n            \"soldPriceSqft\": null,\n            \"tags\": [\n                \"en suite\",\n                \"unfurnished\",\n                \"modern\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-06-11\",\n                    \"p\": 476,\n                    \"t\": \"rl\"\n                },\n                {\n                    \"d\": \"2018-04-02\",\n                    \"p\": 476,\n                    \"t\": \"rl\"\n                }\n            ],\n            \"epc\": null,\n            \"value\": 476,\n            \"agentName\": \"Mark Lawrence Property Rental\",\n            \"agentUrl\": \"https://www.marklawrencepropertyrentals.com/\",\n            \"agentAddress\": \"30 Laura Grove, Paignton TQ3 2LR, UK\",\n            \"agentPhoneNumber\": \"07791 356530\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        }\n    ],\n    \"total_count\": 1136,\n    \"page_total\": 5\n}"}],"_postman_id":"bf2b9c38-3b2f-4cc7-8114-82b8d85fa436"}],"id":"e74be07e-2fba-4b79-a374-8f5e11a5e587","event":[{"listen":"prerequest","script":{"id":"9d418bc0-17da-433b-87e7-1b2d289605a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bc103a5e-9bf7-4720-86cc-60b6d9147691","type":"text/javascript","exec":[""]}}],"_postman_id":"e74be07e-2fba-4b79-a374-8f5e11a5e587","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Sales","item":[{"name":"/","id":"ed13acdb-0ed8-4d91-9223-a5b960feeb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"bedrooms\": null,\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2018-12-31\",\n    \"indicatorCategory\": \"askingPrice\",\n    \"indicatorRangeValue\": [\n        10000,\n        50000000\n    ],\n    \"propertyType\": null,\n    \"propertyFeatures\": null,\n    \"dataSource\": \"STANDARD\",\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"limit\": 5\n}"},"url":"{{url}}/v1/comparables/sales","description":"<p>This endpoint returns the sales data by the requested parameters. The endpoint is paginated with a maximum of 100 returned records using the limit and offset values</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometries</code> <strong>GeoJson Feature</strong> <strong>(Mandatory)</strong> <em>Polygon of MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>dateFrom</code> <strong>string</strong> <strong>(Mandatory)</strong> Minimum listing date for comparables in format yyyy-mm-dd</p>\n<p><code>dateTo</code> <strong>string</strong> <strong>(Mandatory)</strong> Maximum listing date for comparables in format yyyy-mm-dd</p>\n<p><code>indicatorCategory</code> <strong>string</strong> <strong>(Mandatory)</strong> Indicator category to return in the response. Value is returned in the <code>value</code> field. Valid values: askingRent, askingPrice, soldPrice, soldPriceSqft, askingRentSqft</p>\n<p><code>indicatorRangeValue</code> <strong>[number, number]</strong> <strong>(Mandatory)</strong> Filtering on the indicatorCategory field in GBP</p>\n<p><code>propertyType</code> <strong>string or null</strong> <em>null = all; F = flat; T = terraced; D = detached; S = semidetached</em></p>\n<p><code>propertyFeatures</code> <strong>string[] or null</strong></p>\n<p><code>bedroooms</code> <strong>integer</strong>[] <strong>or null</strong> <em>null = all; 0 = studio; 1, 2, 3 4, 5 = no of bedrooms</em></p>\n<p><code>dataSource</code> <strong>string</strong> <strong>(Mandatory)</strong> <em>STANDARD = all; SECONDARY = secondary; NEW_BUILD = New Build</em></p>\n<p><code>limit</code> <strong>number</strong> Maximum number of records that will be returned.</p>\n<p><code>offset</code> <strong>number</strong> Define the offset of the records</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> HTTP status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects as defined below</p>\n<blockquote>\n<p><code>address</code> <strong>string</strong> Address of the property</p>\n<p><code>askingPrice</code> <strong>integer</strong> Asking price of the property (in GBP)</p>\n<p><code>askingPriceSqft</code> <strong>integer</strong> Asking price per sqft (in GBP)</p>\n<p><code>askingRent</code> <strong>integer</strong> Asking rent (in GBP)</p>\n<p><code>askingRentSqft</code> <strong>integer</strong> Asking rent per sqft (in GBP)</p>\n<p><code>bedRooms</code> <strong>integer</strong> Number of bedrooms</p>\n<p><code>dateAppeared</code> <strong>date</strong> Date appeared</p>\n<p><code>dateRemoved</code> <strong>date</strong> Date removed</p>\n<p><code>dateSold</code> <strong>date</strong> Date sold</p>\n<p><code>daysOnMarket</code> <strong>number</strong> Number of days the property is(was) on market<br /><code>description</code> <strong>string</strong> Description of the property</p>\n<p><code>estimatedPrice</code> <strong>number</strong> Estimated price of the property (in GBP)</p>\n<p><code>estimatedRent</code> <strong>number</strong> Estimated rent of the property (in GBP)</p>\n<p><code>listingType</code> <strong>String</strong> Type of the listing</p>\n<p><code>freeholdLeasehold</code> <strong>String</strong> Ownership type</p>\n<p><code>id</code> <strong>integer</strong> ID of the property</p>\n<p><code>images</code> <strong>string[]</strong> Property image URL(s)</p>\n<p><code>floorplans</code> <strong>string[]</strong> Property floorplan URL(s)</p>\n<p><code>latitude</code> <strong>number</strong> Latitude of the property</p>\n<p><code>longitude</code> <strong>number</strong> Longitude of the property</p>\n<p><code>postcode</code> <strong>string</strong> Property postcode</p>\n<p><code>propertyType</code> <strong>string</strong> Property type. null = all; F = flat; T = terraced; D = detached; S = semidetached</p>\n<p><code>rentalYield</code> <strong>number</strong> Rental yield of the property</p>\n<p><code>size</code> <strong>number</strong> Size of the property in sqft</p>\n<p><code>soldPrice</code> <strong>number</strong> Sold Price (in GBP)</p>\n<p><code>soldPriceSqft</code> <strong>number</strong> Sold Price per sqft (in GBP)</p>\n<p><code>tags</code> <strong>string[]</strong> Property features</p>\n<p><code>comparableTimeseries</code> <strong>object[]</strong> Property histrorical price information</p>\n<blockquote>\n<p><code>d</code> <strong>date</strong> Date</p>\n<p><code>d</code> <strong>number</strong> Price (in GBP)</p>\n<p><code>t</code> <strong>string</strong> ---------</p>\n</blockquote>\n<p><code>epc</code> <strong>string</strong> EPC certificate class</p>\n<p><code>v</code> <strong>number</strong> Property current value (in GBP)</p>\n<p><code>agentName</code> <strong>string</strong> The agent name</p>\n<p><code>agentUrl</code> <strong>string</strong> The agent's website url</p>\n<p><code>agentAddress</code> <strong>string</strong> The agent's address</p>\n<p><code>agentPhoneNumber</code> <strong>string</strong> The agent's phone number</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","comparables","sales"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7c08b1ef-a102-466d-bac6-a83a0e7dcd1e","name":"/","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"bedrooms\": null,\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2018-12-31\",\n    \"indicatorCategory\": \"askingPrice\",\n    \"indicatorRangeValue\": [\n        10000,\n        50000000\n    ],\n    \"propertyType\": null,\n    \"propertyFeatures\": null,\n    \"dataSource\": \"STANDARD\",\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"limit\": 5\n}"},"url":"{{url}}/v1/comparables/sales"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:51:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"address\": \"Barton Road Torquay\",\n            \"askingPrice\": 239950,\n            \"askingPriceSqft\": 155,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 3,\n            \"bathRooms\": null,\n            \"dateAppeared\": \"2018-07-19\",\n            \"dateRemoved\": null,\n            \"dateSold\": \"2019-02-25\",\n            \"daysOnMarket\": null,\n            \"description\": \"A spacious detached period property with additional basement flat offering excellent home and income potential or the option for axillary accommodation. The property is well placed for the amenities of Torre and Torre train station and there are also primary and secondary schools nearby. Internally the property offers good sized rooms which can offer a flexible layout and outside are gardens to the front, side and rear and a parking bay to the front providing two parking spaces.Storm porch with multi paned door to:ENTRANCE HALL 16' 4 Max\\\" x 12' 6 Max\\\" (4.98m x 3.81m) Pendant light point, smoke detector, picture rails, radiator with thermostat control, stairs with hand rail to first floor, uPVC double glazed windows to front aspect, doors to:SITTING ROOM 15' 3 Max\\\" x 10' 8 Max\\\" (4.65m x 3.25m) Coved ceiling with pendant light point, uPVC double glazed window to front aspect, radiator with thermostat control.DINING ROOM 18' 10 Max\\\" x 11' 11 Max\\\" (5.74m x 3.63m) Coved ceiling with light point, dual aspect with uPVC double glazed windows to rear and side, radiators with thermostat control.KITCHEN 12' 5 Max\\\" x 9' 11 Max\\\" (3.78m x 3.02m) Directional spotlights, uPVC double glazed window to rear. Comprising fitted kitchen with a range of base units and roll edged work surfaces over, inset double sink with mixer tap over, inset four ring gas hob with extractor over, electric oven, matching eye level cabinets, space for under work top fridge, breakfast bar, radiator, wall mounted boiler, lada cupboard, door to dining room, uPVC obscure glazed door to side porch.FIRST FLOOR LANDING Pendant light points, uPVC double glazed window to side, large storage cupboard with shelving, light point and uPVC obscure window, further storage cupboard with shelving, doors to:BEDROOM ONE 15' 5\\\" x 10' 9\\\" (4.7m x 3.28m) Pendant light point, uPVC double glazed window to front aspect, radiator.BEDROOM TWO uPVC double glazed windows to rear and side, pendant light point, radiators.BEDROOM THREE 11' 9 Max\\\" x 9' 11 Max\\\" (3.58m x 3.02m) Pendant light point, uPVC double glazed window to front aspect, radiator, storage cupboard.BATHROOM / WC 10' x 5' 11\\\" (3.05m x 1.8m) Light point, uPVC obscure glazed windows. Comprising paneled bath with shower attachment over, pedestal wash hand basin, close coupled WC, towel rail, hatch to roof space.BASEMENT FLATENTRANCE 12' 1\\\" x 5' 4\\\" (3.68m x 1.63m) Strip light, wash hand basin, plumbing for wash machine, tiled flooring, door to:WC 5' 2\\\" x 3' 7\\\" (1.57m x 1.09m) Light point, low level WC, access to cellar and under house store.OPEN PLAN SITTING ROOM / KITCHEN 18' 2 Max\\\" x 11' 3\\\" (5.54m x 3.43m) Directional spotlights, uPVC double glazed window and door opening on to the rear garden, obscure glazed window to side, wall mounted electric heater, base units with work surfaces over, inset electric hob with extractor over, inset sink and drainer, space for upright fridge / freezer, electric oven, door to:BEDROOM 14' 10 Max\\\" x 9' 10 Max\\\" (4.52m x 3m) Light points, uPVC double glazed window to side, door to:SHOWER ROOM 4' 8 Max\\\" x 6' 2 Max\\\" (1.42m x 1.88m) Light point, extractor fan, shower cubicle with electric shower, pedestal wash hand basin with close coupled WC, heated towel rail.OUTSIDE FRONT - To the front is a low maintenance garden laid to crazy paving with raised rockery and fish pond with steps providing access to the road level and also from the parking bay.REAR - The rear garden is laid to crazy paving with raised garden leading to the rear boundary, currently uncultivated with side access, garden store and outside light.PARKING To the front of the property is a parking bay for two vehicles.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 871,\n            \"listingType\": \"Sale\",\n            \"freeholdLeasehold\": \"F\",\n            \"id\": 51539614622,\n            \"uprn\": null,\n            \"images\": [\n                \"https://images.realyse.com/782f4f4a8e3af7a5/782f4.jpg\",\n                \"https://images.realyse.com/3ffb6ca00e05512d/3ffb6.jpg\",\n                \"https://images.realyse.com/6dccb2fd49ae7964/6dccb.jpg\",\n                \"https://images.realyse.com/a8e6fc2886f1bec7/a8e6f.jpg\",\n                \"https://images.realyse.com/18bda16657ee1639/18bda.jpg\",\n                \"https://images.realyse.com/5334d0d2b0155d88/5334d.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/3cafc4546eff71d7/3cafc.png\",\n                \"https://floorplans.realyse.com/ac6b29869cbadff6/ac6b2.png\",\n                \"https://floorplans.realyse.com/e476b728c65bdaf6/e476b.png\"\n            ],\n            \"latitude\": 50.474154,\n            \"longitude\": -3.543347,\n            \"postcode\": \"tq14dp\",\n            \"propertyType\": \"D\",\n            \"rentalYield\": 4.36,\n            \"size\": 1550,\n            \"soldPrice\": 250000,\n            \"soldPriceSqft\": 161,\n            \"tags\": [\n                \"garden\",\n                \"cellar\",\n                \"parking\",\n                \"basement\"\n            ],\n            \"comparableTimeseries\": [],\n            \"epc\": \"C\",\n            \"value\": 239950,\n            \"agentName\": \"Williams Hedge & Co Ltd\",\n            \"agentUrl\": null,\n            \"agentAddress\": \"12d Torquay Road, Kingskerswell, TQ12 5EZ\",\n            \"agentPhoneNumber\": null,\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Summerfield Road Torquay\",\n            \"askingPrice\": 270000,\n            \"askingPriceSqft\": 422,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 3,\n            \"bathRooms\": null,\n            \"dateAppeared\": \"2018-03-27\",\n            \"dateRemoved\": \"2018-07-13\",\n            \"dateSold\": null,\n            \"daysOnMarket\": 108,\n            \"description\": \"DESCRIPTION Situated within the popular suburb of Shiphay, Torquay is this well presented semi detached house. The property is ideally placed for easy access to Torquay Hospital, the highly regarded Torquay Boys' and Girls' Grammar Schools and arterial roads to Newton Abbot, Exeter and Paignton.  The spacious accommodation comprises a lovely bay fronted lounge/dining room, modern kitchen, rear porch and shower room/WC to the ground floor. To the first floor there are three bedrooms and a larger than average family bathroom.  Outside, there are attractive gardens to the front and rear and off road parking for two vehicles.  Internal viewing of this sensibly priced house comes highly recommended. MAIN ENTERANCE Steps lead up to open fronted porch with ceramic tiled floor.  Part panelled and obscure glazed door with obscure glazed panels to either side and over opening to: - RECEPTION HALL A welcoming area with stairway to first floor, radiator, picture rail, built-in storage cupboard, hard wood flooring.  Door to Kitchen.  Further door to: - LOUNGE/DINING ROOM 24' 03\\\" x 11' 00\\\" (7.39m x 3.35m) A lovely spacious room with walk-in bay window, UPVC double glazing and attractive outlook to front, fitted living flame electric fire with marble hearth and inlay and decorative surround, two radiators, telephone point, TV aerial point, two wall light points, coved ceiling.  Multi-glazed door with glazed panels to sides and over opening to: - REAR PORCH 5' 00\\\" x 5' 09\\\" (1.52m x 1.75m) Radiator, UPVC double glazed door with matching window to side leading out to rear garden.  Further door opening to: - SHOWER ROOM/WC UPVC obscure double glazed window, modern white suite comprising shower with electric shower unit and ceramic tiling to surround, low level WC, wall mounted wash basin with tiled splashback, coved ceiling. KITCHEN 9' 01\\\" x 7' 10\\\" (2.77m x 2.39m) UPVC double glazed window and attractive outlook over rear garden, modern range of fitments comprising base and drawer cupboards with rolled edge work surfaces and tiled splashbacks, inset stainless steel sink unit with mixer tap, plumbing for automatic washing machine and space for fridge/freezer.  Inset four ring stainless steel gas hob with extractor unit over, built-in eye level electric double oven, matching range of wall cabinets, coved ceiling.  UPVC part panelled and obscure double glazed door leading out to rear garden. FIRST FLOOR LANDING A spacious area with UPVC double glazed window to side aspect, picture rail.  Doors to principal rooms. BEDROOM 1 11' 11\\\" x 11' 11\\\" (3.63m x 3.63m) A lovely spacious light and airy double bedroom with walk-in bay window, UPVC double glazing and outlook to front, radiator, picture rail. BEDROOM 2 11' 09\\\" x 11' 11\\\" (3.58m x 3.63m) Another spacious double bedroom with UPVC double glazed window and attractive outlook over rear garden, radiator, picture rail, wall mounted wash basin with mixer tap set in vanity unit with mirror over, built-in wardrobe with hanging rail and shelving. BEDROOM 3 7' 11\\\" x 7' 11\\\" (2.41m x 2.41m) A good sized single room with UPVC double glazed window and outlook to front, radiator, coved ceiling. BATHROOM Two UPVC obscure double glazed windows to side and rear aspects, modern white suite comprising panelled bath with mixer tap, shower attachment and glazed screen to side, low level WC with concealed cistern, wall mounted wash basin set in vanity unit with mirror over, ladder style heated towel rail. Wall mounted gas fired boiler servicing domestic hot water and central heating system, hatch to roof void, extractor fan, part ceramic tiling to walls, recessed spotlights to coved ceiling. OUTSIDE To the front of the property steps lead up to the main entrance with outside light.  The front garden is stocked with mature shrubs and bushes for ease of maintenance with walling to surround.  A driveway offering off road parking for two vehicles leads to access gate to the rear with outside light, cold water tap and timber built garden shed.  The rear garden is partly laid to paved and timber decked patio areas, ideal for entertaining, with a path gently winding through to a further area which has been attractively landscaped to rockery areas which are well stocked with mature shrubs, flowers and ornamental trees. The path continues to a pergola arch and small seating area.  Timber fencing and walling to boundaries. VIEWING ARRANGEMENTS For further information or to arrange a viewing please contact our Chelston Office on[use Contact Agent Button]. DIRECTIONS From Newton Road at the traffic lights turn into Shiphay Lane.  Turn immediately right into Summerfield Road where the property will be seen a short distance along on the left hand side.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 996,\n            \"listingType\": \"Sale\",\n            \"freeholdLeasehold\": null,\n            \"id\": 103079256213,\n            \"uprn\": 100040557824,\n            \"images\": [\n                \"https://images.realyse.com/6a5b0ec7bed4fdf9/6a5b0.jpg\",\n                \"https://images.realyse.com/dbc5fafdddd7f362/dbc5f.jpg\",\n                \"https://images.realyse.com/a32e53d93a62d717/a32e5.jpg\",\n                \"https://images.realyse.com/ace1177a15c1ea7b/ace11.jpg\",\n                \"https://images.realyse.com/637f9c4e712adec8/637f9.jpg\",\n                \"https://images.realyse.com/cd3c87cecc5baf46/cd3c8.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/91c2c107f9b61a80/91c2c.jpg\",\n                \"https://floorplans.realyse.com/2b16b1f325230d2f/2b16b.jpg\"\n            ],\n            \"latitude\": 50.479099,\n            \"longitude\": -3.55151,\n            \"postcode\": \"tq27dn\",\n            \"propertyType\": \"S\",\n            \"rentalYield\": 4.43,\n            \"size\": 640,\n            \"soldPrice\": null,\n            \"soldPriceSqft\": null,\n            \"tags\": [\n                \"patio\",\n                \"garden\",\n                \"modern\",\n                \"parking\",\n                \"reception\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-03-27\",\n                    \"p\": 270000,\n                    \"t\": \"sl\"\n                }\n            ],\n            \"epc\": null,\n            \"value\": 270000,\n            \"agentName\": \"Gargan & Hart Estate Agents\",\n            \"agentUrl\": \"http://www.garganandhart.co.uk/\",\n            \"agentAddress\": \"23 Old Mill Rd, Torquay TQ2 6AU, UK\",\n            \"agentPhoneNumber\": \"01803 897321\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Marlowe Close Torquay\",\n            \"askingPrice\": 240000,\n            \"askingPriceSqft\": 286,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 2,\n            \"bathRooms\": 1,\n            \"dateAppeared\": \"2018-02-06\",\n            \"dateRemoved\": null,\n            \"dateSold\": \"2018-05-18\",\n            \"daysOnMarket\": null,\n            \"description\": \"Located within the desirable Shiphay area of Torquay, ideally located for The Grammar Schools, local shops and access to the main road network a two bedroom detached bungalow. The property has front and rear gardens with accommodation comprising Living Room, Conservatory, Kitchen, Two Bedrooms and a Bathroom. There is a driveway which offers parking for several cars leading to the attached garage.Entrance hall Double glazed entrance door to reception hall. Built-in cupboard housing the central heating and hot water boiler. Radiator. Access hatch to loft space. Doors to:Living room 20' 0\\\" x 13' 1\\\" (6.1m x 4m) Double glazed windows to the front and side aspects. Inset gas fire with ornate surround. 2 central heating radiators.Kitchen 10' 5\\\" x 10' 4\\\" (3.18m x 3.16m) A range of wall and floor mounted kitchen units comprising cupboards and drawers. Roll edge work surfaces with tiled splash backs. Inset four ring electric hob with built-in electric oven under. One and a half bowl stainless steel sink unit with swan neck mixer tap. Spaces for washing machine, fridge and slim-line dishwasher. Double glazed windows to the front and side aspects enjoying an open outlook across the surrounding area.Bedroom one 12' 7\\\" x 11' 10\\\" (3.86m x 3.63m) Double glazed windows and door leading to the rear garden. Radiator.Bedroom two 11' 1\\\" x 10' 11\\\" (3.38m x 3.35m) Double glazed window to the rear aspect overlooking the garden. Radiator. Built-in wardrobe with sliding doors.Conservatory 15' 6\\\" x 9' 11\\\" (4.73m x 3.03m) Double glazed windows to three sides. Tiled flooring. Double glazed door leading to the rear garden.Bathroom Suite comprising panelled bath with an electric shower unit over. Close coupled WC. Pedestal hand basin. Tiled walls. Wood effect laminate flooring. Towel rail style radiator. Two frosted double glazed windows to the side aspect.Outside To the front of the property the garden is laid to lawn. A driveway with parking for several cars leads to the garage with up and over door. To the rear of the property the garden is mainly laid to lawn with a level paved patio all enclosed by mature hedgerow and timber fencing.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 952,\n            \"listingType\": \"Sale\",\n            \"freeholdLeasehold\": \"F\",\n            \"id\": 481036339282,\n            \"uprn\": 100040549982,\n            \"images\": [\n                \"https://images.realyse.com/a4988b6ccd46991f/a4988.jpg\",\n                \"https://images.realyse.com/d41348905e184183/d4134.jpg\",\n                \"https://images.realyse.com/1fda4c440667b78f/1fda4.jpg\"\n            ],\n            \"floorplans\": null,\n            \"latitude\": 50.476931,\n            \"longitude\": -3.551952,\n            \"postcode\": \"tq26dq\",\n            \"propertyType\": \"D\",\n            \"rentalYield\": 4.76,\n            \"size\": 839,\n            \"soldPrice\": 240000,\n            \"soldPriceSqft\": 286,\n            \"tags\": [\n                \"patio\",\n                \"conservatory\",\n                \"garden\",\n                \"garage\",\n                \"bungalow\",\n                \"loft\",\n                \"parking\",\n                \"reception\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-02-06\",\n                    \"p\": 240000,\n                    \"t\": \"sl\"\n                }\n            ],\n            \"epc\": \"D\",\n            \"value\": 240000,\n            \"agentName\": \"Taylors Estate Agents Torquay\",\n            \"agentUrl\": \"http://www.taylorsestates.co.uk/\",\n            \"agentAddress\": \"117 Union St, Torquay TQ1 3DW, UK\",\n            \"agentPhoneNumber\": \"01803 201904\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Tor Lee St. Katherines Road Torquay\",\n            \"askingPrice\": 268000,\n            \"askingPriceSqft\": 251,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 3,\n            \"bathRooms\": null,\n            \"dateAppeared\": \"2018-04-27\",\n            \"dateRemoved\": \"2018-06-16\",\n            \"dateSold\": null,\n            \"daysOnMarket\": 50,\n            \"description\": \"A beautiful three bedroom home located in a cul-de-sac location of Torquay, with sea glimpses of the bay. The accommodation offers spacious lounge which is light and airy, with modern kitchen diner and access out on to the the rear garden. Three bedrooms one being current used as a music room, but also could be used at a separate dinning room. The property also has parking for up to four vehicles and an integral garage. The outside space is very private, with multiple seating areas and attractive well stocked gardens.Torquay is a very traditional seaside resort with a vibrant and cheerful town, set in Torbay along side Paignton and Brixham. With a pretty harbour and coastal walks. This property is in a quiet cul-de-sac location is in close proximity to local schools and also a short distance from the railway station, shops and town centre. Torquay sea front is also a leisurely stroll away.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 801,\n            \"listingType\": \"Sale\",\n            \"freeholdLeasehold\": null,\n            \"id\": 884763270620,\n            \"uprn\": 200001724861,\n            \"images\": [\n                \"https://images.realyse.com/c72a8b77da99ec18/c72a8.JPG\",\n                \"https://images.realyse.com/9af0a5b1488c5e70/9af0a.JPG\",\n                \"https://images.realyse.com/73d97fb6a04c7e5e/73d97.JPG\",\n                \"https://images.realyse.com/6e8601df40b09db9/6e860.JPG\",\n                \"https://images.realyse.com/687b104a7b5721cc/687b1.JPG\",\n                \"https://images.realyse.com/fffbabf6f3076cdf/fffba.JPG\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/a62e4130b87b5249/a62e4.jpg\"\n            ],\n            \"latitude\": 50.47385,\n            \"longitude\": -3.544324,\n            \"postcode\": \"tq14de\",\n            \"propertyType\": \"D\",\n            \"rentalYield\": 3.59,\n            \"size\": 1066,\n            \"soldPrice\": null,\n            \"soldPriceSqft\": null,\n            \"tags\": [\n                \"garden\",\n                \"modern\",\n                \"garage\",\n                \"parking\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-04-27\",\n                    \"p\": 268000,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2018-03-16\",\n                    \"p\": 275000,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2017-10-23\",\n                    \"p\": 225000,\n                    \"t\": \"ss\"\n                },\n                {\n                    \"d\": \"2016-12-30\",\n                    \"p\": 250000,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2015-05-01\",\n                    \"p\": 275000,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2014-09-12\",\n                    \"p\": 285000,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2014-06-06\",\n                    \"p\": 295000,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2014-05-30\",\n                    \"p\": 370000,\n                    \"t\": \"sl\"\n                }\n            ],\n            \"epc\": null,\n            \"value\": 268000,\n            \"agentName\": \"Countrywide - Retail Sales\",\n            \"agentUrl\": null,\n            \"agentAddress\": \"57 Hyde Road Paignton, Devon, TQ4 5BP\",\n            \"agentPhoneNumber\": null,\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Summerfield Road Torquay\",\n            \"askingPrice\": 249950,\n            \"askingPriceSqft\": 242,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 3,\n            \"bathRooms\": null,\n            \"dateAppeared\": \"2018-07-29\",\n            \"dateRemoved\": \"2018-12-06\",\n            \"dateSold\": \"2019-04-18\",\n            \"daysOnMarket\": null,\n            \"description\": \"DESCRIPTION This MATURE SEMI-DETACHED HOUSE was constructed by Messrs Lloyd Builders in the 1930s, a company of high repute who carved a name for quality family homes boasting generous room dimensions and sizeable plot.The property is enviably positioned within easy reach of a host of highly regarded schools including Shiphay Academy, Sherwell Valley Primary School and Torquay's Grammar Schools whilst Torbay Hospital is found within a mile distance. Access onto the new South Devon Highway is also easily accessible, ideal for those commuting toward the regional city of Exeter or beyond.AGENTS INSIGHT The location is perfect for highly regarded schools including the Boys & Girls Grammar and Sherwell Valley Primary School and is also within easy reach of Torbay Hospital.The property benefits from a bright and spacious Reception Hall and Landing and enjoys a large Sitting/Dining Room.STEP INSIDE The front door opens to a bright and spacious Reception Hall with ample understairs storage space and door to the Sitting/Dining Room with bay window and feature fireplace. A door opens to the Garden Room giving access to the rear garden, from here a door also opens to a Ground Floor Shower Room. The Kitchen is fitted with a range of units, a window overlooking the rear garden and door giving access.From the Reception Hall stairs rise to the First Floor Landing with doors leading to two double bedrooms and a single bedroom. A door also opens to the sizeable Bathroom which is fitted with a modern white suite and houses the gas fired boiler.STEP OUTSIDE The rear garden is laid to patio and decking from where a pathway leads to the top of the garden with mature shrub borders, trees and well established plants. The garden enjoys afternoon sunshine. To the front of the property is a small garden with shrub borders and Driveway Parking to the side of the property.LOCATION Torquay is nestled on the warm South Devon coast being one of three towns along with Paignton and Brixham which form the natural east facing harbour of Torbay, sheltered from the English Channel. Torbay's wide selection of stunning beaches, picturesque coastline, mild climate and recreational facilities reinforce why it has rightfully earned the renowned nickname of the English Riviera.ADDITIONAL INFORMATION HEATING TYPE - Gas Central HeatingPVCu DOUBLE GLAZINGCOUNCIL TAX BAND - DEPC - DTORQUAY IS WELL CONNECTED By Train: Torquay Train Station is just one stop from the main line Newton Abbot.By Air: Exeter Airport provides both UK and international flights.By Sea: Torquay Marina provides a safe haven for boats in all weathers, sheltered from the prevailing south-westerly winds.Regional Cities of Exeter & Plymouth approximately 22 miles and 32 miles respectively. Magnificent Dartmoor National park approximately 12 miles.DIRECTIONS: SAV NAT: TQ2 7DN. From Torquay train station follow Rathmore Road to the traffic lights keeping in the left hand lane, carry on across to Avenue Road and continue till you reach Newton Road passing Torre train station on your left. At the traffic lights turn left into Shiphay Lane and first right into Summerfield Road.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 974,\n            \"listingType\": \"Sale\",\n            \"freeholdLeasehold\": \"F\",\n            \"id\": 1305670099642,\n            \"uprn\": 100040557826,\n            \"images\": [\n                \"https://images.realyse.com/d98e45680f8153e2/d98e4.jpg\",\n                \"https://images.realyse.com/7ce1fca7a3f05925/7ce1f.jpg\",\n                \"https://images.realyse.com/d8576ae20ab8b8e4/d8576.jpg\",\n                \"https://images.realyse.com/4c7fbf3ce43d2ea5/4c7fb.jpg\",\n                \"https://images.realyse.com/a8e98ced5886214c/a8e98.jpg\",\n                \"https://images.realyse.com/f299b9cc176919bd/f299b.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/767cf3f9eb437804/767cf.jpg\"\n            ],\n            \"latitude\": 50.47915,\n            \"longitude\": -3.551489,\n            \"postcode\": \"tq27dn\",\n            \"propertyType\": \"S\",\n            \"rentalYield\": 4.68,\n            \"size\": 1033,\n            \"soldPrice\": 237000,\n            \"soldPriceSqft\": 229,\n            \"tags\": [\n                \"patio\",\n                \"fireplace\",\n                \"garden\",\n                \"modern\",\n                \"parking\",\n                \"reception\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-07-29\",\n                    \"p\": 249950,\n                    \"t\": \"sl\"\n                }\n            ],\n            \"epc\": \"D\",\n            \"value\": 249950,\n            \"agentName\": \"John Lake Estate Agents Torquay\",\n            \"agentUrl\": \"https://www.johnlake.co.uk/\",\n            \"agentAddress\": \"The Old Town Hall, Manor Rd, Torquay TQ1 3JS, UK\",\n            \"agentPhoneNumber\": \"01803 328899\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        }\n    ],\n    \"total_count\": 1206,\n    \"page_total\": 5\n}"}],"_postman_id":"ed13acdb-0ed8-4d91-9223-a5b960feeb9a"}],"id":"a35cbf29-5990-4e96-b885-f9d1318dd564","event":[{"listen":"prerequest","script":{"id":"607bbcd4-badb-45c6-a05a-4564b26117f0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cfb2131e-002f-4b9b-9ba1-d7ef55a5d814","type":"text/javascript","exec":[""]}}],"_postman_id":"a35cbf29-5990-4e96-b885-f9d1318dd564","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Transactions","item":[{"name":"/","id":"d9553e59-abd4-4b80-abbc-afdeeea319fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2018-12-31\",\n    \"indicatorCategory\": \"soldPrice\",\n    \"indicatorRangeValue\": [\n        10000,\n        50000000\n    ],\n    \"propertyType\": null,\n    \"propertyFeatures\": null,\n    \"bedrooms\": null,\n    \"dataSource\": \"STANDARD\",\n    \"limit\": 5,\n    \"offset\": 0\n}"},"url":"{{url}}/v1/comparables/transactions","description":"<p>This endpoint returns the transaction data by the requested parameters. The endpoint is paginated with a maximum of 100 returned records using the limit and offset values</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometries</code> <strong>GeoJson Feature</strong> <strong>(Mandatory)</strong> <em>Polygon of MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>dateFrom</code> <strong>string</strong> <strong>(Mandatory)</strong> Minimum listing date for comparables in format yyyy-mm-dd</p>\n<p><code>dateTo</code> <strong>string</strong> <strong>(Mandatory)</strong> Maximum listing date for comparables in format yyyy-mm-dd</p>\n<p><code>indicatorCategory</code> <strong>string</strong> <strong>(Mandatory)</strong> Indicator category to return in the response. Value is returned in the <code>value</code> field. Valid values: askingRent, askingPrice, soldPrice, soldPriceSqft, askingRentSqft</p>\n<p><code>indicatorRangeValue</code> <strong>[number, number]</strong> <strong>(Mandatory)</strong> Filtering based on the indicatorCategory selected (in GBP)</p>\n<p><code>propertyType</code> <strong>string or null</strong> <em>null = all; F = flat; T = terraced; D = detached; S = semidetached</em></p>\n<p><code>propertyFeatures</code> <strong>string[] or null</strong></p>\n<p><code>bedroooms</code> <strong>integer</strong>[] <strong>or null</strong> <em>null = all; 0 = studio; 1, 2, 3 4, 5 = no of bedrooms</em></p>\n<p><code>dataSource</code> <strong>string</strong> <strong>(Mandatory)</strong> <em>STANDARD = all; SECONDARY = secondary; NEW_BUILD = New Build</em></p>\n<p><code>limit</code> <strong>number</strong> Maximum number of records that will be returned.</p>\n<p><code>offset</code> <strong>number</strong> Define the offset of the records</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> HTTP status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects as defined below</p>\n<blockquote>\n<p><code>address</code> <strong>string</strong> Address of the property</p>\n<p><code>askingPrice</code> <strong>integer</strong> Asking price of the property (in GBP)</p>\n<p><code>askingPriceSqft</code> <strong>integer</strong> Asking price per sqft (in GBP)</p>\n<p><code>askingRent</code> <strong>integer</strong> Asking rent (in GBP)</p>\n<p><code>askingRentSqft</code> <strong>integer</strong> Asking rent per sqft (in GBP)</p>\n<p><code>bedRooms</code> <strong>integer</strong> Number of bedrooms</p>\n<p><code>dateAppeared</code> <strong>date</strong> Date appeared</p>\n<p><code>dateRemoved</code> <strong>date</strong> Date removed</p>\n<p><code>dateSold</code> <strong>date</strong> Date sold</p>\n<p><code>daysOnMarket</code> <strong>number</strong> Number of days the property is(was) on market<br /><code>description</code> <strong>string</strong> Description of the property</p>\n<p><code>estimatedPrice</code> <strong>number</strong> Estimated price of the property (in GBP)</p>\n<p><code>estimatedRent</code> <strong>number</strong> Estimated rent of the property (in GBP)</p>\n<p><code>listingType</code> <strong>String</strong> Type of the listing</p>\n<p><code>freeholdLeasehold</code> <strong>String</strong> Ownership type</p>\n<p><code>id</code> <strong>integer</strong> ID of the property</p>\n<p><code>images</code> <strong>string[]</strong> Property image URL(s)</p>\n<p><code>floorplans</code> <strong>string[]</strong> Property floorplan URL(s)</p>\n<p><code>latitude</code> <strong>number</strong> Latitude of the property</p>\n<p><code>longitude</code> <strong>number</strong> Longitude of the property</p>\n<p><code>postcode</code> <strong>string</strong> Property postcode</p>\n<p><code>propertyType</code> <strong>string</strong> Property type. null = all; F = flat; T = terraced; D = detached; S = semidetached</p>\n<p><code>rentalYield</code> <strong>number</strong> Rental yield of the property</p>\n<p><code>size</code> <strong>number</strong> Size of the property in sqft</p>\n<p><code>soldPrice</code> <strong>number</strong> Sold Price (in GBP)</p>\n<p><code>soldPriceSqft</code> <strong>number</strong> Sold Price per sqft (in GBP)</p>\n<p><code>tags</code> <strong>string[]</strong> Property features</p>\n<p><code>comparableTimeseries</code> <strong>object[]</strong> Property histrorical price information</p>\n<blockquote>\n<p><code>d</code> <strong>date</strong> Date</p>\n<p><code>d</code> <strong>number</strong> Price (in GBP)</p>\n<p><code>t</code> <strong>string</strong> ---------</p>\n</blockquote>\n<p><code>epc</code> <strong>string</strong> EPC certificate class</p>\n<p><code>v</code> <strong>number</strong> Property current value (in GBP)</p>\n<p><code>agentName</code> <strong>string</strong> The agent name</p>\n<p><code>agentUrl</code> <strong>string</strong> The agent's website url</p>\n<p><code>agentAddress</code> <strong>string</strong> The agent's address</p>\n<p><code>agentPhoneNumber</code> <strong>string</strong> The agent's phone number</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","comparables","transactions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1dd8bd05-6b72-4c6e-8590-37e1a430543a","name":"/","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2018-12-31\",\n    \"indicatorCategory\": \"soldPrice\",\n    \"indicatorRangeValue\": [\n        10000,\n        50000000\n    ],\n    \"propertyType\": null,\n    \"propertyFeatures\": null,\n    \"bedrooms\": null,\n    \"dataSource\": \"STANDARD\",\n    \"limit\": 5,\n    \"offset\": 0\n}"},"url":"{{url}}/v1/comparables/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:52:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"address\": \"First Floor Flat, 75, Fore Street, Torquay\",\n            \"askingPrice\": null,\n            \"askingPriceSqft\": null,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": null,\n            \"bathRooms\": null,\n            \"dateAppeared\": null,\n            \"dateRemoved\": null,\n            \"dateSold\": \"2018-01-25\",\n            \"daysOnMarket\": null,\n            \"description\": null,\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 380,\n            \"listingType\": \"Transaction\",\n            \"freeholdLeasehold\": \"L\",\n            \"id\": 377957167707,\n            \"uprn\": null,\n            \"images\": null,\n            \"floorplans\": null,\n            \"latitude\": 50.482835,\n            \"longitude\": -3.523403,\n            \"postcode\": \"tq14pu\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 3.87,\n            \"size\": 796,\n            \"soldPrice\": 118000,\n            \"soldPriceSqft\": 148,\n            \"tags\": [],\n            \"comparableTimeseries\": [],\n            \"epc\": \"E\",\n            \"value\": 118000,\n            \"agentName\": null,\n            \"agentUrl\": null,\n            \"agentAddress\": null,\n            \"agentPhoneNumber\": null,\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Flat 29, Charlwood Court, Chilcote Close, Torquay\",\n            \"askingPrice\": 179500,\n            \"askingPriceSqft\": 217,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 2,\n            \"bathRooms\": null,\n            \"dateAppeared\": \"2018-07-14\",\n            \"dateRemoved\": null,\n            \"dateSold\": \"2018-10-30\",\n            \"daysOnMarket\": null,\n            \"description\": \"A TWO BEDROOM RETIREMENT APARTMENT WITH A BALCONY LOCATED ON THE GROUND FLOOR Charlwood Court is situated in the St Marychuch district of Torquay. The development was constructed by McCarthy & Stone (Developments) Ltd and comprises 39 properties arranged over 5 floors each served by a lift. The Development Manager can be contacted from various points within each property in the case of an emergency. For periods when the Development Manager is off duty there is a 24 hour emergency Appello call system. Each property comprises an entrance hall, lounge, kitchen, one or two bedrooms and bathroom. It is a condition of purchase that residents be over the age of 60 years, or in the event of a couple, one must be over the age of 60 years and the other over 55 years. Please speak to our Property Consultant if you require information regarding Event Fees that may apply to this property.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 718,\n            \"listingType\": \"Transaction\",\n            \"freeholdLeasehold\": \"L\",\n            \"id\": 781684101069,\n            \"uprn\": 10002981312,\n            \"images\": [\n                \"https://images.realyse.com/e8c5e0d79479050c/e8c5e.jpg\",\n                \"https://images.realyse.com/90ec8f82cdd23531/90ec8.jpg\",\n                \"https://images.realyse.com/6898b5a799e983a5/6898b.jpg\",\n                \"https://images.realyse.com/da26a39794a871bd/da26a.jpg\",\n                \"https://images.realyse.com/0849d392eff11f1e/0849d.jpg\",\n                \"https://images.realyse.com/90f474025670ae32/90f47.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/6ad196ff6350d16e/6ad19.jpg\",\n                \"https://floorplans.realyse.com/4cc9ee6da5ef8533/4cc9e.jpg\"\n            ],\n            \"latitude\": 50.482842,\n            \"longitude\": -3.522515,\n            \"postcode\": \"tq14qt\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 4.8,\n            \"size\": 826,\n            \"soldPrice\": 179500,\n            \"soldPriceSqft\": 217,\n            \"tags\": [\n                \"retirement\",\n                \"balcony\",\n                \"lift\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-07-14\",\n                    \"p\": 179500,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2011-10-07\",\n                    \"p\": 142000,\n                    \"t\": \"ss\"\n                },\n                {\n                    \"d\": \"2011-04-22\",\n                    \"p\": 149950,\n                    \"t\": \"sl\"\n                }\n            ],\n            \"epc\": \"B\",\n            \"value\": 179500,\n            \"agentName\": \"Retirement Homesearch\",\n            \"agentUrl\": \"https://www.retirementhomesearch.co.uk/\",\n            \"agentAddress\": \"11 Queensway, New Milton BH25 5NR, UK\",\n            \"agentPhoneNumber\": \"0845 880 5560\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Flat 30, Charlwood Court, Chilcote Close, Torquay\",\n            \"askingPrice\": 114950,\n            \"askingPriceSqft\": 237,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 1,\n            \"bathRooms\": 1,\n            \"dateAppeared\": \"2018-02-09\",\n            \"dateRemoved\": \"2018-08-10\",\n            \"dateSold\": \"2018-11-30\",\n            \"daysOnMarket\": null,\n            \"description\": \"A one bedroom retirement apartment located on the ground floor with patio door Charlwood Court is situated in the St Marychuch district of Torquay. The development was constructed by McCarthy & Stone (Developments) Ltd and comprises 39 properties arranged over 5 floors each served by a lift. The Development Manager can be contacted from various points within each property in the case of an emergency. For periods when the Development Manager is off duty there is a 24 hour emergency Appello call system. Each property comprises an entrance hall, lounge, kitchen, one or two bedrooms and bathroom. It is a condition of purchase that residents be over the age of 60 years, or in the event of a couple, one must be over the age of 60 years and the other over 55 years. Please speak to our Property Consultant if you require information regarding Event Fees that may apply to this property.AccommodationFront door with security spy hole leads to theEntrance HallCeiling light point. Tunstall emergency intercom with pull cord. Intruder alarm. Wall mounted electronic immersion timer. Cupboard housing fuse boxes. Smoke detector. Door to airing/storage cupboard housing the hot water tank with shelving and storage space.Double panelled doors to:Living RoomElectric night storage heater. TV aerial point. FM radio point. Telephone point. Emergency pull cord. Ceiling light point. Power points. Electric fire with fire surround.Double doors lead toKitchen With Window (0)Tiled and fitted with a range of wall and base units with worktops. Stainless steel sink unit with single drainer. Built-in electric oven and hob with overhead extractor hood. Refrigerator and freezer. Emergency pull cord. Ceiling light point.BedroomBuilt in wardrobe with mirrored door. Electric heater. Emergency pull cord. Telephone point. Ceiling light point.BathroomTiled and fitted with panelled bath with shower over, emergency pull cord. Wash hand basin. WC with lowlevel flush. Wall mirror. Strip light. Heated towel rail. Extractor fan. Wall mounted electric heater.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 353,\n            \"listingType\": \"Transaction\",\n            \"freeholdLeasehold\": \"L\",\n            \"id\": 833223704789,\n            \"uprn\": 10002981313,\n            \"images\": [\n                \"https://images.realyse.com/ca1c18f4b050fbb9/ca1c1.jpg\",\n                \"https://images.realyse.com/cbc24c2d6fbd1060/cbc24.jpg\",\n                \"https://images.realyse.com/87c903dec57a71b7/87c90.jpg\",\n                \"https://images.realyse.com/156aeb892ba4c451/156ae\",\n                \"https://images.realyse.com/65c4d29eede48553/65c4d\",\n                \"https://images.realyse.com/cde709e35f11e929/cde70\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/718f4a95d79d6a50/718f4\"\n            ],\n            \"latitude\": 50.482842,\n            \"longitude\": -3.522515,\n            \"postcode\": \"tq14qt\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 3.69,\n            \"size\": 484,\n            \"soldPrice\": 114950,\n            \"soldPriceSqft\": 237,\n            \"tags\": [\n                \"patio\",\n                \"retirement\",\n                \"lift\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-02-09\",\n                    \"p\": 114950,\n                    \"t\": \"sl\"\n                }\n            ],\n            \"epc\": \"C\",\n            \"value\": 114950,\n            \"agentName\": \"Retirement Homesearch\",\n            \"agentUrl\": \"https://www.retirementhomesearch.co.uk/\",\n            \"agentAddress\": \"11 Queensway, New Milton BH25 5NR, UK\",\n            \"agentPhoneNumber\": \"0845 880 5560\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"Flat 15, Charlwood Court, Chilcote Close, Torquay\",\n            \"askingPrice\": 117000,\n            \"askingPriceSqft\": 231,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": 1,\n            \"bathRooms\": null,\n            \"dateAppeared\": \"2018-01-17\",\n            \"dateRemoved\": null,\n            \"dateSold\": \"2018-02-15\",\n            \"daysOnMarket\": null,\n            \"description\": \"A one bedroom retirement apartment located on the first floor Charlwood Court is situated in the St Marychuch district of Torquay. The development was constructed by McCarthy & Stone (Developments) Ltd and comprises 39 properties arranged over 5 floors each served by a lift. The Development Manager can be contacted from various points within each property in the case of an emergency. For periods when the Development Manager is off duty there is a 24 hour emergency Appello call system. Each property comprises an entrance hall, lounge, kitchen, one or two bedrooms and bathroom. It is a condition of purchase that residents be over the age of 60 years, or in the event of a couple, one must be over the age of 60 years and the other over 55 years. Please speak to our Property Consultant if you require information regarding Event Fees that may apply to this property.AccommodationFront door with security spy hole leads to theEntrance HallCeiling light point. Tunstall emergency intercom with pull cord. Intruder alarm. Wall mounted electronic immersion timer. Cupboard housing fuse boxes. Smoke detector. Loft hatch. Door to airing/storage cupboard housing the hot water tank with shelving and storage space.Double panelled doors to:Living Room With BalconyElectric night storage heater. TV/sky aerial point. FM radio point. Telephone point. Emergency pull cord. Ceiling and wall light points. Power points.Double doors lead to BalconyKitchen With WindowTiled and fitted with a range of wall and base units with worktops. Stainless steel sink unit with single drainer. Built-in electric oven and hob and with overhead extractor hood. Built in Dishwasher and Fridge freezer . Emergency pull cord. Ceiling light point.BedroomWardrobe with mirrored door. Electric storage heater. Emergency pull cord. Telephone point and TV point. Ceiling light point.BathroomTiled and fitted with walk in shower, emergency pull cord. Wash hand basin. WC with lowlevel flush. Wall mirror. Strip light. Heated towel rail. Extractor fan.\",\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 431,\n            \"listingType\": \"Transaction\",\n            \"freeholdLeasehold\": \"L\",\n            \"id\": 1529008407247,\n            \"uprn\": 200002929125,\n            \"images\": [\n                \"https://images.realyse.com/c09c6eabb0045d5f/c09c6.jpg\",\n                \"https://images.realyse.com/c8d708e44ae12cae/c8d70.jpg\",\n                \"https://images.realyse.com/ff3bd727cb25c8f9/ff3bd.jpg\"\n            ],\n            \"floorplans\": null,\n            \"latitude\": 50.482842,\n            \"longitude\": -3.522515,\n            \"postcode\": \"tq14qt\",\n            \"propertyType\": \"F\",\n            \"rentalYield\": 4.43,\n            \"size\": 505,\n            \"soldPrice\": 116000,\n            \"soldPriceSqft\": 229,\n            \"tags\": [\n                \"retirement\",\n                \"loft\",\n                \"lift\"\n            ],\n            \"comparableTimeseries\": [\n                {\n                    \"d\": \"2018-01-17\",\n                    \"p\": 117000,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2016-10-13\",\n                    \"p\": 110000,\n                    \"t\": \"ss\"\n                },\n                {\n                    \"d\": \"2016-04-08\",\n                    \"p\": 109950,\n                    \"t\": \"sl\"\n                },\n                {\n                    \"d\": \"2015-09-01\",\n                    \"p\": 108000,\n                    \"t\": \"ss\"\n                },\n                {\n                    \"d\": \"2015-02-13\",\n                    \"p\": 114950,\n                    \"t\": \"sl\"\n                }\n            ],\n            \"epc\": \"B\",\n            \"value\": 116000,\n            \"agentName\": \"Retirement Homesearch\",\n            \"agentUrl\": \"https://www.retirementhomesearch.co.uk/\",\n            \"agentAddress\": \"11 Queensway, New Milton BH25 5NR, UK\",\n            \"agentPhoneNumber\": \"0845 880 5560\",\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        },\n        {\n            \"address\": \"4, Hampton Close, Torquay\",\n            \"askingPrice\": null,\n            \"askingPriceSqft\": null,\n            \"askingRent\": null,\n            \"askingRentSqft\": null,\n            \"bedRooms\": null,\n            \"bathRooms\": null,\n            \"dateAppeared\": null,\n            \"dateRemoved\": null,\n            \"dateSold\": \"2018-03-20\",\n            \"daysOnMarket\": null,\n            \"description\": null,\n            \"ownership\": null,\n            \"estimatedPrice\": null,\n            \"estimatedRent\": 708,\n            \"listingType\": \"Transaction\",\n            \"freeholdLeasehold\": \"F\",\n            \"id\": 1537598313523,\n            \"uprn\": 10000010440,\n            \"images\": null,\n            \"floorplans\": null,\n            \"latitude\": 50.482347,\n            \"longitude\": -3.522584,\n            \"postcode\": \"tq14ps\",\n            \"propertyType\": \"D\",\n            \"rentalYield\": 4.05,\n            \"size\": 1151,\n            \"soldPrice\": 210000,\n            \"soldPriceSqft\": 182,\n            \"tags\": [],\n            \"comparableTimeseries\": [],\n            \"epc\": \"D\",\n            \"value\": 210000,\n            \"agentName\": null,\n            \"agentUrl\": null,\n            \"agentAddress\": null,\n            \"agentPhoneNumber\": null,\n            \"dateSstc\": null,\n            \"dateUnof\": null\n        }\n    ],\n    \"total_count\": 776,\n    \"page_total\": 5\n}"}],"_postman_id":"d9553e59-abd4-4b80-abbc-afdeeea319fb"}],"id":"8c7fb6f2-c2f4-4e50-90e7-70797786e8ed","event":[{"listen":"prerequest","script":{"id":"d6e1df11-2ef3-498b-96ce-457e38a8c25f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ef8e0d3c-0caa-4e32-861e-08e2a114eed9","type":"text/javascript","exec":[""]}}],"_postman_id":"8c7fb6f2-c2f4-4e50-90e7-70797786e8ed","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"8992dd44-8643-4a4d-a73d-4fabf6cac60c","description":"<p>Please use <code>/geometry/addresses</code> endpoint to get the GeoJSON object of the area of interest.</p>\n","event":[{"listen":"prerequest","script":{"id":"3752a619-1066-4eca-a958-f0fd51fe6547","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2b747781-cd39-4cce-b717-6628d9b59138","type":"text/javascript","exec":[""]}}],"_postman_id":"8992dd44-8643-4a4d-a73d-4fabf6cac60c","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Land","item":[{"name":"parcel","event":[{"listen":"test","script":{"id":"ca9edd6c-a768-40ea-8ead-402139371858","exec":[""],"type":"text/javascript"}}],"id":"303eedc4-b327-4e3a-9fe9-84fe6ddd2fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"titleNos\": [\n        \"NGL446317\"\n    ]\n}"},"url":"{{url}}/v1/land/parcels","description":"<p>This endpoint returns details of a land parcel give a Land Registry title number. Use <code>https://api.realyse.com/v1/land/company</code> endpoint to get the titleNos.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>titleNos</code> <strong>string[] (Mandatory)</strong> Title number</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> HTTP status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects as defined below</p>\n<blockquote>\n<p><code>titleNo</code> <strong>string</strong> Title number</p>\n<p><code>tenure</code> <strong>string</strong> Tenure</p>\n<p><code>height</code> <strong>number</strong> Building height (in metres)</p>\n<p><code>voaCodeClasses</code> <strong>string[]</strong> Planning Use cases</p>\n<p><code>propertyAddress</code> <strong>string[]</strong> Property address</p>\n<p><code>ownership</code> <strong>string</strong> What type of the organisation owns the freehold</p>\n<p><code>proprietorName1</code> <strong>string</strong> Proprietor name</p>\n<p><code>companyRegistration1</code> <strong>string</strong> Company registration address</p>\n<p><code>proprietorshipCategory1</code> <strong>string</strong> Proprietorship category</p>\n<p><code>countryIncorporated1</code> <strong>string</strong> Country the company is incorporated in</p>\n<p><code>proprietor1Address1</code> <strong>string</strong> Proprietor address line 1</p>\n<p><code>proprietor1Address2</code> <strong>string</strong> Proprietor address line 2</p>\n<p><code>proprietor1Address3</code> <strong>string</strong> Proprietor address line 3</p>\n<p><code>proprietorName2</code> <strong>string</strong> Same as above</p>\n<p><code>companyRegistration2</code> <strong>string</strong> Same as above</p>\n<p><code>proprietorshipCategory2</code> <strong>string</strong> Same as above</p>\n<p><code>countryIncorporated2</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor2Address1</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor2Address2</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor2Address3</code> <strong>string</strong> Same as above</p>\n<p><code>proprietorName3</code> <strong>string</strong> Same as above</p>\n<p><code>companyRegistration3</code> <strong>string</strong> Same as above</p>\n<p><code>proprietorshipCategory3</code> <strong>string</strong> Same as above</p>\n<p><code>countryIncorporated3</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor3Address1</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor3Address2</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor3Address3</code> <strong>string</strong> Same as above</p>\n<p><code>proprietorName4</code> <strong>string</strong> Same as above</p>\n<p><code>companyRegistration4</code> <strong>string</strong> Same as above</p>\n<p><code>proprietorshipCategory4</code> <strong>string</strong> Same as above</p>\n<p><code>countryIncorporated4</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor4Address1</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor4Address2</code> <strong>string</strong> Same as above</p>\n<p><code>proprietor4Address3</code> <strong>string</strong> Same as above</p>\n<p><code>isForeignCo</code> <strong>boolean</strong> Is company registered abroad ?</p>\n<p><code>landGeom</code> <strong>GeoJson Feature</strong> <em>Polygon of MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>lng</code> <strong>number</strong> Longiture</p>\n<p><code>lat</code> <strong>number</strong> Latitude</p>\n<p><code>areaSqft</code> <strong>number</strong> Area size in sqft</p>\n<p><code>areaBuildingsSqft</code> <strong>number</strong> The area of all buildings within this title in sqft</p>\n<p><code>density</code> <strong>number</strong> The size of the actual property itself compared to size of plot/land</p>\n<p><code>riskLevel</code> <strong>integer</strong> Floor Risk</p>\n<p><code>hasDefence</code> <strong>boolean</strong> Is there a flood defence</p>\n<p><code>isListed</code> <strong>boolean</strong> Is it a listed building</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","land","parcels"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8af29534-f89e-4d64-8e66-ee9d72005f33","name":"parcel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"titleNos\": [\n        \"NGL446317\"\n    ]\n}"},"url":"{{url}}/v1/land/parcels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:53:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"titleNo\": \"NGL446317\",\n            \"uprn\": [\n                \"100022727103\",\n                \"100022727104\",\n                \"100022727107\",\n                \"100022727109\",\n                \"100022727112\",\n                \"100022727114\",\n                \"100022727117\",\n                \"100022727119\",\n                \"100022727122\",\n                \"100022727124\",\n                \"100022727127\",\n                \"100022727129\",\n                \"100022727133\",\n                \"100022727137\",\n                \"100022727141\",\n                \"100022727143\",\n                \"100022727742\",\n                \"100022727743\",\n                \"100022727744\",\n                \"100022727745\",\n                \"100022727747\",\n                \"100022727749\",\n                \"100022727751\",\n                \"100022727753\",\n                \"100022727755\",\n                \"100022727757\",\n                \"100022727759\",\n                \"100022727761\",\n                \"100022727763\",\n                \"100022727765\",\n                \"100022727767\",\n                \"100022727769\",\n                \"100022727771\",\n                \"100022727773\",\n                \"100022727775\",\n                \"100022727777\",\n                \"100022727779\",\n                \"100022727781\",\n                \"100022727783\",\n                \"100022727785\",\n                \"100022727787\",\n                \"100022727789\",\n                \"100022727791\",\n                \"100022727793\",\n                \"100022727795\",\n                \"100022727797\",\n                \"100022727799\",\n                \"100022727801\",\n                \"100022727803\",\n                \"100022727805\",\n                \"100022815729\",\n                \"100022815730\",\n                \"100022815734\",\n                \"100022815735\",\n                \"100022815736\",\n                \"100022815738\",\n                \"100022815739\",\n                \"100022815740\",\n                \"100023484636\",\n                \"100023484637\",\n                \"100023484638\",\n                \"100023484639\",\n                \"100023484640\",\n                \"100023484641\",\n                \"100023484642\",\n                \"100023484643\",\n                \"100023484644\",\n                \"100023484645\",\n                \"100023484646\",\n                \"100023484647\",\n                \"100023484648\",\n                \"100023484649\",\n                \"100023484650\",\n                \"100023484651\",\n                \"100023484655\",\n                \"100023484656\",\n                \"100023484657\",\n                \"100023484658\",\n                \"100023484659\",\n                \"100023484660\",\n                \"100023484661\",\n                \"100023484662\",\n                \"100023484663\",\n                \"100023484664\",\n                \"100023484665\",\n                \"100023484666\",\n                \"100023484667\",\n                \"100023484668\",\n                \"100023484669\",\n                \"100023484670\",\n                \"100023484671\",\n                \"100023484672\",\n                \"100023484673\",\n                \"100023484674\",\n                \"100023484675\",\n                \"100023484676\",\n                \"100023484677\",\n                \"100023484678\",\n                \"100023484679\",\n                \"100023484680\",\n                \"100023484681\",\n                \"100023484682\",\n                \"100023484683\",\n                \"100023484684\",\n                \"100023484685\",\n                \"100023484686\",\n                \"100023484687\",\n                \"100023484688\",\n                \"100023484689\",\n                \"100023484690\",\n                \"100023484691\",\n                \"100023484692\",\n                \"100023484693\",\n                \"100023484694\",\n                \"100023484695\",\n                \"100023484696\",\n                \"100023484697\",\n                \"100023484698\",\n                \"100023484699\",\n                \"100023484700\",\n                \"100023484701\",\n                \"100023484702\",\n                \"100023484703\",\n                \"100023484704\",\n                \"100023484705\",\n                \"100023484706\",\n                \"100023484707\",\n                \"100023484708\",\n                \"100023484709\",\n                \"100023484710\",\n                \"100023484711\",\n                \"100023484712\",\n                \"100023484713\",\n                \"100023484714\",\n                \"100023484715\",\n                \"100023484716\",\n                \"100023484717\",\n                \"100023484718\",\n                \"100023484719\",\n                \"100023484720\",\n                \"100023484721\",\n                \"100023484722\",\n                \"100023484723\",\n                \"100023484724\",\n                \"100023484725\",\n                \"100023484726\",\n                \"100023484727\",\n                \"100023484728\",\n                \"100023484729\",\n                \"100023484730\",\n                \"100023484731\",\n                \"100023484732\",\n                \"100023484733\",\n                \"100023484734\",\n                \"100023484735\",\n                \"100023484736\",\n                \"100023484737\",\n                \"100023484738\",\n                \"100023484739\",\n                \"100023484740\",\n                \"100023484741\",\n                \"100023484742\",\n                \"100023484743\",\n                \"100023484744\",\n                \"100023484745\",\n                \"100023484746\",\n                \"100023484747\",\n                \"100023484748\",\n                \"100023484749\",\n                \"100023484750\",\n                \"100023484751\",\n                \"100023484752\",\n                \"100023484753\",\n                \"100023484754\",\n                \"100023484755\",\n                \"100023484756\",\n                \"100023484757\",\n                \"100023484758\",\n                \"100023484759\",\n                \"100023484760\",\n                \"100023484761\",\n                \"100023484762\",\n                \"100023484763\",\n                \"100023484764\",\n                \"100023484765\",\n                \"100023484766\",\n                \"100023484767\",\n                \"100023484768\",\n                \"100023484769\",\n                \"100023484770\",\n                \"100023484771\",\n                \"100023484772\",\n                \"100023484773\",\n                \"100023484774\",\n                \"100023484775\",\n                \"100023484776\",\n                \"100023484777\",\n                \"100023484778\",\n                \"100023484779\",\n                \"100023484780\",\n                \"100023484781\",\n                \"100023484782\",\n                \"100023484783\",\n                \"100023484784\",\n                \"100023484785\",\n                \"100023484786\",\n                \"100023484787\",\n                \"100023484788\",\n                \"100023484789\",\n                \"100023484790\",\n                \"100023484791\",\n                \"100023484792\",\n                \"100023484793\",\n                \"100023484794\",\n                \"100023484795\",\n                \"100023484796\",\n                \"100023484797\",\n                \"100023484798\",\n                \"100023484799\",\n                \"100023484800\",\n                \"100023484801\",\n                \"100023484802\",\n                \"100023484803\",\n                \"100023484804\",\n                \"100023484805\",\n                \"100023484806\",\n                \"100023484807\",\n                \"100023484808\",\n                \"100023484809\",\n                \"100023484810\",\n                \"100023484811\",\n                \"100023484812\",\n                \"100023484813\",\n                \"100023484814\",\n                \"100023484815\",\n                \"100023484816\",\n                \"100023484817\",\n                \"100023484818\",\n                \"100023484819\",\n                \"100023484820\",\n                \"100023484821\",\n                \"100023484822\",\n                \"100023484823\",\n                \"100023484824\",\n                \"100023484825\",\n                \"100023484826\",\n                \"100023484827\",\n                \"100023484828\",\n                \"100023484829\",\n                \"100023484830\",\n                \"100023485560\",\n                \"100023485561\",\n                \"100023485562\",\n                \"100023485563\",\n                \"100023485564\",\n                \"100023485565\",\n                \"100023485566\",\n                \"100023485567\",\n                \"100023485568\",\n                \"100023485569\",\n                \"100023485570\",\n                \"100023485571\",\n                \"100023485572\",\n                \"100023485573\",\n                \"100023485574\"\n            ],\n            \"tenure\": \"Freehold\",\n            \"height\": 27.8,\n            \"voaCodeClasses\": null,\n            \"propertyAddress\": [\n                \"1 to 13 Desborough Close, 2 Lord Hills Road, Atherstone Court, Delamere Terrace, Lapworth Court, Chichester Road, 156 Harrow Road and land on the north side of Harrow Road, 2 Warwick Crescent, 13 Westbourne Terrace Road, 1A Blomfield Villas and land on the east side of Blomfield Villas and land on the north side of Delamere Terrace\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietorName1\": \"THE LORD MAYOR AND CITIZENS OF THE CITY OF WESTMINSTER\",\n            \"companyRegistration1\": \"\",\n            \"proprietorshipCategory1\": \"Local Authority\",\n            \"countryIncorporated1\": \"\",\n            \"proprietor1Address1\": \"Westminster City Hall, Victoria Street, London SW1E 6QP\",\n            \"proprietor1Address2\": \"\",\n            \"proprietor1Address3\": \"\",\n            \"proprietorName2\": \"\",\n            \"companyRegistration2\": \"\",\n            \"proprietorshipCategory2\": \"\",\n            \"countryIncorporated2\": \"\",\n            \"proprietor2Address1\": \"\",\n            \"proprietor2Address2\": \"\",\n            \"proprietor2Address3\": \"\",\n            \"proprietorName3\": \"\",\n            \"companyRegistration3\": \"\",\n            \"proprietorshipCategory3\": \"\",\n            \"countryIncorporated3\": \"\",\n            \"proprietor3Address1\": \"\",\n            \"proprietor3Address2\": \"\",\n            \"proprietor3Address3\": \"\",\n            \"proprietorName4\": \"\",\n            \"companyRegistration4\": \"\",\n            \"proprietorshipCategory4\": \"\",\n            \"countryIncorporated4\": \"\",\n            \"proprietor4Address1\": \"\",\n            \"proprietor4Address2\": \"\",\n            \"proprietor4Address3\": \"\",\n            \"isForeignCo\": false,\n            \"landGeom\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                -0.186715403266268,\n                                51.5208612930966\n                            ],\n                            [\n                                -0.186712554665369,\n                                51.5208665995648\n                            ],\n                            [\n                                -0.186702516173353,\n                                51.520877639974\n                            ],\n                            [\n                                -0.18663382441181,\n                                51.5209489492446\n                            ],\n                            [\n                                -0.186488210586048,\n                                51.5210973484561\n                            ],\n                            [\n                                -0.18639885904206,\n                                51.521189056765\n                            ],\n                            [\n                                -0.186271757971769,\n                                51.5213224278111\n                            ],\n                            [\n                                -0.186232720193941,\n                                51.521363144462\n                            ],\n                            [\n                                -0.186109374416852,\n                                51.5214912228973\n                            ],\n                            [\n                                -0.186079134627204,\n                                51.521526725044\n                            ],\n                            [\n                                -0.185964056239584,\n                                51.5216476922585\n                            ],\n                            [\n                                -0.185829689736979,\n                                51.5216011015986\n                            ],\n                            [\n                                -0.185794139688057,\n                                51.5215888615916\n                            ],\n                            [\n                                -0.185686787229335,\n                                51.5215516810198\n                            ],\n                            [\n                                -0.18563056327723,\n                                51.5215337257219\n                            ],\n                            [\n                                -0.185421514176846,\n                                51.521462149403\n                            ],\n                            [\n                                -0.185360986597812,\n                                51.5214436777762\n                            ],\n                            [\n                                -0.185297720831469,\n                                51.5214215667781\n                            ],\n                            [\n                                -0.185139151885173,\n                                51.5213674069283\n                            ],\n                            [\n                                -0.185076808752084,\n                                51.5213467488758\n                            ],\n                            [\n                                -0.184937813042228,\n                                51.5213013444974\n                            ],\n                            [\n                                -0.184934985512386,\n                                51.5212999518778\n                            ],\n                            [\n                                -0.184931473432682,\n                                51.5212976494209\n                            ],\n                            [\n                                -0.184929401916838,\n                                51.5212953692551\n                            ],\n                            [\n                                -0.184928068548834,\n                                51.5212926508891\n                            ],\n                            [\n                                -0.184927455462648,\n                                51.5212899436687\n                            ],\n                            [\n                                -0.184927616255907,\n                                51.5212858995565\n                            ],\n                            [\n                                -0.184927705585479,\n                                51.5212836528275\n                            ],\n                            [\n                                -0.184927777049128,\n                                51.5212818554443\n                            ],\n                            [\n                                -0.184928872741787,\n                                51.5212800379402\n                            ],\n                            [\n                                -0.184933950215996,\n                                51.5212716096556\n                            ],\n                            [\n                                -0.185033190674342,\n                                51.5211139789717\n                            ],\n                            [\n                                -0.185109289944883,\n                                51.5209905661077\n                            ],\n                            [\n                                -0.185151830700475,\n                                51.5209215778202\n                            ],\n                            [\n                                -0.185176290726242,\n                                51.5208864361061\n                            ],\n                            [\n                                -0.185179818236257,\n                                51.5208807355182\n                            ],\n                            [\n                                -0.18521202653128,\n                                51.5208287179546\n                            ],\n                            [\n                                -0.185220960468173,\n                                51.5208142884148\n                            ],\n                            [\n                                -0.185245509693817,\n                                51.5207768999549\n                            ],\n                            [\n                                -0.185291024521791,\n                                51.5207016179556\n                            ],\n                            [\n                                -0.185310496000339,\n                                51.5206650501692\n                            ],\n                            [\n                                -0.185328979252442,\n                                51.5206352114251\n                            ],\n                            [\n                                -0.185401507197246,\n                                51.520514935439\n                            ],\n                            [\n                                -0.185422925620644,\n                                51.5204768870221\n                            ],\n                            [\n                                -0.185466367714183,\n                                51.5204062309766\n                            ],\n                            [\n                                -0.185631993941213,\n                                51.52013767077\n                            ],\n                            [\n                                -0.185635089294928,\n                                51.5201323231816\n                            ],\n                            [\n                                -0.18563958945878,\n                                51.5201278965674\n                            ],\n                            [\n                                -0.185644792027189,\n                                51.52012393044\n                            ],\n                            [\n                                -0.185649976736629,\n                                51.5201204136585\n                            ],\n                            [\n                                -0.185654369749751,\n                                51.5201186831201\n                            ],\n                            [\n                                -0.185661643816366,\n                                51.5201169971453\n                            ],\n                            [\n                                -0.185668882166708,\n                                51.5201162098621\n                            ],\n                            [\n                                -0.185671763220502,\n                                51.5201162544255\n                            ],\n                            [\n                                -0.185693956620932,\n                                51.5201163639019\n                            ],\n                            [\n                                -0.185707804968261,\n                                51.520120444853\n                            ],\n                            [\n                                -0.185722384063467,\n                                51.5201300764518\n                            ],\n                            [\n                                -0.185737783434569,\n                                51.5201415551951\n                            ],\n                            [\n                                -0.185778415903901,\n                                51.5201709594844\n                            ],\n                            [\n                                -0.185815500670747,\n                                51.5201989600219\n                            ],\n                            [\n                                -0.185889741763678,\n                                51.5202531636781\n                            ],\n                            [\n                                -0.185924714422114,\n                                51.5202777323699\n                            ],\n                            [\n                                -0.186085196914927,\n                                51.5203946700559\n                            ],\n                            [\n                                -0.186144872769182,\n                                51.5204352765391\n                            ],\n                            [\n                                -0.186291189549785,\n                                51.5205430833667\n                            ],\n                            [\n                                -0.186335352679528,\n                                51.5205743405385\n                            ],\n                            [\n                                -0.186493546456721,\n                                51.5206923393383\n                            ],\n                            [\n                                -0.186540848873102,\n                                51.520725857107\n                            ],\n                            [\n                                -0.186614113491373,\n                                51.5207778330525\n                            ],\n                            [\n                                -0.186708494828837,\n                                51.5208512316654\n                            ],\n                            [\n                                -0.186713376124463,\n                                51.520855353724\n                            ],\n                            [\n                                -0.186715403266268,\n                                51.5208612930966\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                -0.18839832470043,\n                                51.5213512439139\n                            ],\n                            [\n                                -0.188370714780628,\n                                51.5215664292526\n                            ],\n                            [\n                                -0.188314993333544,\n                                51.5215590311426\n                            ],\n                            [\n                                -0.188277471952285,\n                                51.5215561315684\n                            ],\n                            [\n                                -0.188276910841593,\n                                51.521556104917\n                            ],\n                            [\n                                -0.188276835942458,\n                                51.5215579921727\n                            ],\n                            [\n                                -0.188274813835092,\n                                51.5215907833502\n                            ],\n                            [\n                                -0.188275355791193,\n                                51.5215952879414\n                            ],\n                            [\n                                -0.188273754716908,\n                                51.5215993098106\n                            ],\n                            [\n                                -0.18827139768797,\n                                51.521604219248\n                            ],\n                            [\n                                -0.188266897627671,\n                                51.5216086459632\n                            ],\n                            [\n                                -0.188260974823628,\n                                51.5216126010813\n                            ],\n                            [\n                                -0.188255123352074,\n                                51.5216147588126\n                            ],\n                            [\n                                -0.188249321952609,\n                                51.521616018073\n                            ],\n                            [\n                                -0.188249307546847,\n                                51.5216160178505\n                            ],\n                            [\n                                -0.188242789286653,\n                                51.5216168164162\n                            ],\n                            [\n                                -0.188234866117093,\n                                51.5216166940376\n                            ],\n                            [\n                                -0.188227698903021,\n                                51.5216156840906\n                            ],\n                            [\n                                -0.188223430675378,\n                                51.5216142692984\n                            ],\n                            [\n                                -0.188125482431166,\n                                51.521594321865\n                            ],\n                            [\n                                -0.188063630339282,\n                                51.521582314732\n                            ],\n                            [\n                                -0.188018846922629,\n                                51.5216479781706\n                            ],\n                            [\n                                -0.188004287482649,\n                                51.5216697847431\n                            ],\n                            [\n                                -0.187956126810965,\n                                51.5217391818048\n                            ],\n                            [\n                                -0.187921662537448,\n                                51.5217903559301\n                            ],\n                            [\n                                -0.187994329574078,\n                                51.5218117114852\n                            ],\n                            [\n                                -0.188098999590641,\n                                51.5218439026506\n                            ],\n                            [\n                                -0.188137467309051,\n                                51.5218552877773\n                            ],\n                            [\n                                -0.188193025880798,\n                                51.5218718827206\n                            ],\n                            [\n                                -0.188217212637529,\n                                51.5218798998817\n                            ],\n                            [\n                                -0.188212659042267,\n                                51.5218856746341\n                            ],\n                            [\n                                -0.188206700528978,\n                                51.521890528442\n                            ],\n                            [\n                                -0.188205944568454,\n                                51.5218914160095\n                            ],\n                            [\n                                -0.188199319263479,\n                                51.5218949106517\n                            ],\n                            [\n                                -0.188191991499109,\n                                51.5218979448214\n                            ],\n                            [\n                                -0.188178181100352,\n                                51.521900878859\n                            ],\n                            [\n                                -0.188152000882981,\n                                51.5219067691812\n                            ],\n                            [\n                                -0.188140315687865,\n                                51.5219106352851\n                            ],\n                            [\n                                -0.188136660719977,\n                                51.5219119276949\n                            ],\n                            [\n                                -0.188126362603383,\n                                51.521917164089\n                            ],\n                            [\n                                -0.188116749107475,\n                                51.5219233103014\n                            ],\n                            [\n                                -0.188110016781072,\n                                51.5219295010177\n                            ],\n                            [\n                                -0.188107359933566,\n                                51.5219321577103\n                            ],\n                            [\n                                -0.188104531504398,\n                                51.5219344160851\n                            ],\n                            [\n                                -0.188098904389285,\n                                51.5219385466189\n                            ],\n                            [\n                                -0.188090765715271,\n                                51.5219438523362\n                            ],\n                            [\n                                -0.188086105161312,\n                                51.5219468737447\n                            ],\n                            [\n                                -0.188079834854345,\n                                51.5219501400604\n                            ],\n                            [\n                                -0.188072618314817,\n                                51.5219540032452\n                            ],\n                            [\n                                -0.188067223991927,\n                                51.5219566266435\n                            ],\n                            [\n                                -0.188058095887589,\n                                51.5219607120877\n                            ],\n                            [\n                                -0.188054621467709,\n                                51.5219632662255\n                            ],\n                            [\n                                -0.187954876373974,\n                                51.5220975112566\n                            ],\n                            [\n                                -0.187920572351489,\n                                51.5221446412575\n                            ],\n                            [\n                                -0.187856589118755,\n                                51.5222313291032\n                            ],\n                            [\n                                -0.187832045015872,\n                                51.5222635385271\n                            ],\n                            [\n                                -0.187776995704257,\n                                51.522244999924\n                            ],\n                            [\n                                -0.187776767706328,\n                                51.5222449334545\n                            ],\n                            [\n                                -0.187772499434718,\n                                51.5222435186455\n                            ],\n                            [\n                                -0.187546299262842,\n                                51.5221680842066\n                            ],\n                            [\n                                -0.187490055962303,\n                                51.5221505791339\n                            ],\n                            [\n                                -0.187270232322394,\n                                51.5220779404183\n                            ],\n                            [\n                                -0.18721542983075,\n                                51.5220604574784\n                            ],\n                            [\n                                -0.187168461398664,\n                                51.5220453436965\n                            ],\n                            [\n                                -0.187167994569598,\n                                51.5220451206632\n                            ],\n                            [\n                                -0.186977964113641,\n                                51.5219812688364\n                            ],\n                            [\n                                -0.186977849580545,\n                                51.5219812490812\n                            ],\n                            [\n                                -0.186918832641471,\n                                51.5219610031283\n                            ],\n                            [\n                                -0.186858339475203,\n                                51.5219416335709\n                            ],\n                            [\n                                -0.186644280200357,\n                                51.5218690827699\n                            ],\n                            [\n                                -0.186586614889807,\n                                51.5218511056535\n                            ],\n                            [\n                                -0.186372610036359,\n                                51.5217772063254\n                            ],\n                            [\n                                -0.186311397061034,\n                                51.5217578253531\n                            ],\n                            [\n                                -0.186157165305374,\n                                51.5217032843365\n                            ],\n                            [\n                                -0.186150754123869,\n                                51.5217013867089\n                            ],\n                            [\n                                -0.186145819228514,\n                                51.5216986126653\n                            ],\n                            [\n                                -0.186142360619313,\n                                51.5216949622057\n                            ],\n                            [\n                                -0.186140991459175,\n                                51.521693142545\n                            ],\n                            [\n                                -0.186141312835321,\n                                51.5216850543157\n                            ],\n                            [\n                                -0.186145955940865,\n                                51.5216770329156\n                            ],\n                            [\n                                -0.186151283624645,\n                                51.5216699213456\n                            ],\n                            [\n                                -0.186158034028775,\n                                51.5216632813977\n                            ],\n                            [\n                                -0.186307619754463,\n                                51.5215082266519\n                            ],\n                            [\n                                -0.186343008463678,\n                                51.5214701063261\n                            ],\n                            [\n                                -0.186473008732633,\n                                51.5213363304064\n                            ],\n                            [\n                                -0.186512052131213,\n                                51.5212969176678\n                            ],\n                            [\n                                -0.186635301144743,\n                                51.521169781525\n                            ],\n                            [\n                                -0.186667790345093,\n                                51.5211320658997\n                            ],\n                            [\n                                -0.186818920206621,\n                                51.5209743366465\n                            ],\n                            [\n                                -0.186825599021032,\n                                51.5209694940425\n                            ],\n                            [\n                                -0.186832962417399,\n                                51.5209655612647\n                            ],\n                            [\n                                -0.18684029011873,\n                                51.5209625271789\n                            ],\n                            [\n                                -0.186849040526736,\n                                51.5209599647065\n                            ],\n                            [\n                                -0.186858493364258,\n                                51.5209578627135\n                            ],\n                            [\n                                -0.18686863078489,\n                                51.520956670546\n                            ],\n                            [\n                                -0.186877291957644,\n                                51.520956354803\n                            ],\n                            [\n                                -0.186886655561047,\n                                51.5209564995392\n                            ],\n                            [\n                                -0.186893840486594,\n                                51.5209570602205\n                            ],\n                            [\n                                -0.186901007566044,\n                                51.5209580702478\n                            ],\n                            [\n                                -0.186910299785145,\n                                51.5209600123674\n                            ],\n                            [\n                                -0.186919538466736,\n                                51.5209633025252\n                            ],\n                            [\n                                -0.187026170308244,\n                                51.5210004708357\n                            ],\n                            [\n                                -0.187080144117039,\n                                51.5210206387998\n                            ],\n                            [\n                                -0.187295312973713,\n                                51.5210833142933\n                            ],\n                            [\n                                -0.187358180144216,\n                                51.5210973248537\n                            ],\n                            [\n                                -0.187580652907719,\n                                51.5211394300698\n                            ],\n                            [\n                                -0.187648811957403,\n                                51.5211472275301\n                            ],\n                            [\n                                -0.187787957739666,\n                                51.5211642148843\n                            ],\n                            [\n                                -0.187805155291965,\n                                51.5211667286882\n                            ],\n                            [\n                                -0.187820912284386,\n                                51.5211692202341\n                            ],\n                            [\n                                -0.187850336779844,\n                                51.5211723725503\n                            ],\n                            [\n                                -0.187879796953129,\n                                51.5211746261662\n                            ],\n                            [\n                                -0.187943866293804,\n                                51.521176515186\n                            ],\n                            [\n                                -0.188030913295983,\n                                51.5211805576086\n                            ],\n                            [\n                                -0.188271933058661,\n                                51.5211730399591\n                            ],\n                            [\n                                -0.188307982782163,\n                                51.5211726975131\n                            ],\n                            [\n                                -0.188315916217847,\n                                51.5211725592649\n                            ],\n                            [\n                                -0.188395867594287,\n                                51.5211705208427\n                            ],\n                            [\n                                -0.188400221576974,\n                                51.521237698677\n                            ],\n                            [\n                                -0.188400471582333,\n                                51.521241569288\n                            ],\n                            [\n                                -0.18839832470043,\n                                51.5213512439139\n                            ]\n                        ],\n                        [\n                            [\n                                -0.187299844197074,\n                                51.5214592684142\n                            ],\n                            [\n                                -0.187176049139492,\n                                51.5214186877557\n                            ],\n                            [\n                                -0.187063005028166,\n                                51.5213796219956\n                            ],\n                            [\n                                -0.18701865235509,\n                                51.5214256971862\n                            ],\n                            [\n                                -0.186976549677123,\n                                51.5214695590266\n                            ],\n                            [\n                                -0.186935220742456,\n                                51.5215120839452\n                            ],\n                            [\n                                -0.187061105310386,\n                                51.5215544956405\n                            ],\n                            [\n                                -0.187184144652852,\n                                51.5215959639829\n                            ],\n                            [\n                                -0.187217294421342,\n                                51.5216073121894\n                            ],\n                            [\n                                -0.187253659423377,\n                                51.5215620127275\n                            ],\n                            [\n                                -0.187290737238486,\n                                51.5215161847235\n                            ],\n                            [\n                                -0.187328576526337,\n                                51.5214689656542\n                            ],\n                            [\n                                -0.187299844197074,\n                                51.5214592684142\n                            ]\n                        ],\n                        [\n                            [\n                                -0.18710924942767,\n                                51.5216851805227\n                            ],\n                            [\n                                -0.186985471782793,\n                                51.5216441503139\n                            ],\n                            [\n                                -0.186851032829705,\n                                51.5215993581992\n                            ],\n                            [\n                                -0.186806679725549,\n                                51.5216454333039\n                            ],\n                            [\n                                -0.186946125097294,\n                                51.5216912020956\n                            ],\n                            [\n                                -0.187069920677414,\n                                51.5217317830001\n                            ],\n                            [\n                                -0.187101578479765,\n                                51.5217502122087\n                            ],\n                            [\n                                -0.187101835869666,\n                                51.5217499014513\n                            ],\n                            [\n                                -0.18714059333497,\n                                51.5217020761545\n                            ],\n                            [\n                                -0.187144746799792,\n                                51.5216969427148\n                            ],\n                            [\n                                -0.18710924942767,\n                                51.5216851805227\n                            ]\n                        ],\n                        [\n                            [\n                                -0.187519174207171,\n                                51.5216168780456\n                            ],\n                            [\n                                -0.187639219243684,\n                                51.5216430124885\n                            ],\n                            [\n                                -0.18766786789878,\n                                51.5215930974558\n                            ],\n                            [\n                                -0.18754785865631,\n                                51.5215660643503\n                            ],\n                            [\n                                -0.187417134467728,\n                                51.5215366174364\n                            ],\n                            [\n                                -0.187378741714878,\n                                51.5215280748404\n                            ],\n                            [\n                                -0.187349572118009,\n                                51.5215802118798\n                            ],\n                            [\n                                -0.187388414209402,\n                                51.5215883297914\n                            ],\n                            [\n                                -0.187519174207171,\n                                51.5216168780456\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                -0.187800482439557,\n                                51.5223458173334\n                            ],\n                            [\n                                -0.18778192099779,\n                                51.5223645765594\n                            ],\n                            [\n                                -0.187757919915869,\n                                51.5223565981485\n                            ],\n                            [\n                                -0.187614203416895,\n                                51.5223094154845\n                            ],\n                            [\n                                -0.186374885783191,\n                                51.5219013372219\n                            ],\n                            [\n                                -0.185958080235135,\n                                51.5217618038702\n                            ],\n                            [\n                                -0.185640938766683,\n                                51.5216534857127\n                            ],\n                            [\n                                -0.185462432764338,\n                                51.5215931728357\n                            ],\n                            [\n                                -0.185293148052162,\n                                51.5215365993226\n                            ],\n                            [\n                                -0.184944656719544,\n                                51.5214192514249\n                            ],\n                            [\n                                -0.184767062495824,\n                                51.5213596170261\n                            ],\n                            [\n                                -0.184690818440899,\n                                51.5213340226115\n                            ],\n                            [\n                                -0.18469693747421,\n                                51.521330214588\n                            ],\n                            [\n                                -0.184703561529858,\n                                51.5213267560928\n                            ],\n                            [\n                                -0.184704198840657,\n                                51.5213263163335\n                            ],\n                            [\n                                -0.184705360829747,\n                                51.5213257318224\n                            ],\n                            [\n                                -0.184707084996239,\n                                51.5213251470191\n                            ],\n                            [\n                                -0.184708638192952,\n                                51.5213248743054\n                            ],\n                            [\n                                -0.184710173410386,\n                                51.5213246912379\n                            ],\n                            [\n                                -0.184711619692427,\n                                51.5213245697411\n                            ],\n                            [\n                                -0.184713505044797,\n                                51.5213246438806\n                            ],\n                            [\n                                -0.18471575672459,\n                                51.5213249305156\n                            ],\n                            [\n                                -0.184718361398284,\n                                51.5213254024622\n                            ],\n                            [\n                                -0.184772559023718,\n                                51.521342463569\n                            ],\n                            [\n                                -0.184779254992835,\n                                51.5213444466118\n                            ],\n                            [\n                                -0.184957454718926,\n                                51.5214022648955\n                            ],\n                            [\n                                -0.185420673758155,\n                                51.5215558196864\n                            ],\n                            [\n                                -0.185586786223012,\n                                51.5216135129624\n                            ],\n                            [\n                                -0.185747793041777,\n                                51.5216680246387\n                            ],\n                            [\n                                -0.186279956929853,\n                                51.5218427674265\n                            ],\n                            [\n                                -0.186632238178504,\n                                51.521961761561\n                            ],\n                            [\n                                -0.186934569488102,\n                                51.5220576453468\n                            ],\n                            [\n                                -0.187245048819954,\n                                51.5221610910136\n                            ],\n                            [\n                                -0.187590848619206,\n                                51.5222746315662\n                            ],\n                            [\n                                -0.187800482439557,\n                                51.5223458173334\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                -0.184696787980038,\n                                51.5213230992502\n                            ],\n                            [\n                                -0.184687774585703,\n                                51.5213329953283\n                            ],\n                            [\n                                -0.184568415730248,\n                                51.5212929301771\n                            ],\n                            [\n                                -0.184286812323467,\n                                51.5211972981317\n                            ],\n                            [\n                                -0.184205683424936,\n                                51.5211713130475\n                            ],\n                            [\n                                -0.184141608961229,\n                                51.5211514370121\n                            ],\n                            [\n                                -0.184135197943238,\n                                51.5211495392757\n                            ],\n                            [\n                                -0.18412948933121,\n                                51.5211481020352\n                            ],\n                            [\n                                -0.184127369352539,\n                                51.5211474037752\n                            ],\n                            [\n                                -0.184138331733727,\n                                51.5211345344341\n                            ],\n                            [\n                                -0.184138633786682,\n                                51.5211341884047\n                            ],\n                            [\n                                -0.184696787980038,\n                                51.5213230992502\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                -0.184671547960576,\n                                51.5197386532201\n                            ],\n                            [\n                                -0.184662429986369,\n                                51.5197598871547\n                            ],\n                            [\n                                -0.184644647606281,\n                                51.5197913103235\n                            ],\n                            [\n                                -0.184629418367286,\n                                51.519817611339\n                            ],\n                            [\n                                -0.184620417571031,\n                                51.5198358975611\n                            ],\n                            [\n                                -0.184594641121741,\n                                51.5198758747116\n                            ],\n                            [\n                                -0.184576723913875,\n                                51.5199059738936\n                            ],\n                            [\n                                -0.184545979240329,\n                                51.5198983490547\n                            ],\n                            [\n                                -0.184516776042346,\n                                51.519891107764\n                            ],\n                            [\n                                -0.184496769601644,\n                                51.5198867515085\n                            ],\n                            [\n                                -0.184406821082279,\n                                51.5198651262608\n                            ],\n                            [\n                                -0.184353986555649,\n                                51.5198526182634\n                            ],\n                            [\n                                -0.184118038352785,\n                                51.51987774161\n                            ],\n                            [\n                                -0.184034465123305,\n                                51.5198589125058\n                            ],\n                            [\n                                -0.184043847647711,\n                                51.5198458928194\n                            ],\n                            [\n                                -0.184056568029751,\n                                51.519828680372\n                            ],\n                            [\n                                -0.183967923731542,\n                                51.5198409495294\n                            ],\n                            [\n                                -0.183967909326375,\n                                51.5198409493064\n                            ],\n                            [\n                                -0.183947219173492,\n                                51.5198418249685\n                            ],\n                            [\n                                -0.183853841074935,\n                                51.5198520693874\n                            ],\n                            [\n                                -0.183774885986354,\n                                51.5198620874362\n                            ],\n                            [\n                                -0.183694472469629,\n                                51.5198725324711\n                            ],\n                            [\n                                -0.183635738197041,\n                                51.5198815146698\n                            ],\n                            [\n                                -0.183579200435782,\n                                51.5198896316087\n                            ],\n                            [\n                                -0.18355671149913,\n                                51.5198933299529\n                            ],\n                            [\n                                -0.183462344764102,\n                                51.5199103030877\n                            ],\n                            [\n                                -0.183381734413213,\n                                51.5199256907074\n                            ],\n                            [\n                                -0.183286448521252,\n                                51.5199440253107\n                            ],\n                            [\n                                -0.183620566931833,\n                                51.5198520003269\n                            ],\n                            [\n                                -0.183820203697518,\n                                51.5198073776586\n                            ],\n                            [\n                                -0.183996676065398,\n                                51.5197642214881\n                            ],\n                            [\n                                -0.184278856610511,\n                                51.5197048514216\n                            ],\n                            [\n                                -0.184448778038866,\n                                51.5196825096018\n                            ],\n                            [\n                                -0.18452226387518,\n                                51.5196762642107\n                            ],\n                            [\n                                -0.184562572368884,\n                                51.5196724637989\n                            ],\n                            [\n                                -0.184578909451991,\n                                51.5196922482478\n                            ],\n                            [\n                                -0.184590311758881,\n                                51.5197027390598\n                            ],\n                            [\n                                -0.18460537459103,\n                                51.5197103459939\n                            ],\n                            [\n                                -0.184621574940752,\n                                51.5197187079118\n                            ],\n                            [\n                                -0.184634231768062,\n                                51.5197262865974\n                            ],\n                            [\n                                -0.184651686718622,\n                                51.5197331841742\n                            ],\n                            [\n                                -0.184671547960576,\n                                51.5197386532201\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                -0.185157872740361,\n                                51.5197514393178\n                            ],\n                            [\n                                -0.185320562440466,\n                                51.5198533678687\n                            ],\n                            [\n                                -0.185207957496936,\n                                51.5198505286494\n                            ],\n                            [\n                                -0.185200757764199,\n                                51.5198503453172\n                            ],\n                            [\n                                -0.185200311560823,\n                                51.5198503294212\n                            ],\n                            [\n                                -0.185135528731768,\n                                51.5198486706471\n                            ],\n                            [\n                                -0.185121273319553,\n                                51.5198483062021\n                            ],\n                            [\n                                -0.185056791219725,\n                                51.5198466969997\n                            ],\n                            [\n                                -0.185044810398143,\n                                51.51984640371\n                            ],\n                            [\n                                -0.185033289827906,\n                                51.5198461355256\n                            ],\n                            [\n                                -0.185027808714417,\n                                51.5198462305639\n                            ],\n                            [\n                                -0.185022468079884,\n                                51.5198464177001\n                            ],\n                            [\n                                -0.185016976247881,\n                                51.5198467823454\n                            ],\n                            [\n                                -0.185011621321917,\n                                51.5198473289577\n                            ],\n                            [\n                                -0.185006262822985,\n                                51.5198479654391\n                            ],\n                            [\n                                -0.185001041229994,\n                                51.5198487838875\n                            ],\n                            [\n                                -0.184995816063954,\n                                51.5198496922049\n                            ],\n                            [\n                                -0.184990583751962,\n                                51.5198507802605\n                            ],\n                            [\n                                -0.18498549191864,\n                                51.519851960414\n                            ],\n                            [\n                                -0.184980540563968,\n                                51.5198532326654\n                            ],\n                            [\n                                -0.184975582063213,\n                                51.519854684655\n                            ],\n                            [\n                                -0.184970764041045,\n                                51.5198562287427\n                            ],\n                            [\n                                -0.184965938872705,\n                                51.5198579525684\n                            ],\n                            [\n                                -0.18496140180765,\n                                51.5198596808521\n                            ],\n                            [\n                                -0.18495685759637,\n                                51.5198615888739\n                            ],\n                            [\n                                -0.184952453863592,\n                                51.5198635889938\n                            ],\n                            [\n                                -0.18494818703635,\n                                51.519865771081\n                            ],\n                            [\n                                -0.184944064260553,\n                                51.519867955397\n                            ],\n                            [\n                                -0.184940081963236,\n                                51.5198702318111\n                            ],\n                            [\n                                -0.184936236571416,\n                                51.5198726901925\n                            ],\n                            [\n                                -0.184932675709928,\n                                51.5198752429012\n                            ],\n                            [\n                                -0.184929114848042,\n                                51.5198777956096\n                            ],\n                            [\n                                -0.184925834943514,\n                                51.5198805325146\n                            ],\n                            [\n                                -0.184920895434388,\n                                51.5198851321522\n                            ],\n                            [\n                                -0.184907322215731,\n                                51.5198966122981\n                            ],\n                            [\n                                -0.184876564485505,\n                                51.5199451451762\n                            ],\n                            [\n                                -0.184858725328816,\n                                51.5199732852545\n                            ],\n                            [\n                                -0.184853719234342,\n                                51.5199723085418\n                            ],\n                            [\n                                -0.184826462541517,\n                                51.5199654121862\n                            ],\n                            [\n                                -0.184796810079643,\n                                51.5199578672627\n                            ],\n                            [\n                                -0.184847958743496,\n                                51.5198840844254\n                            ],\n                            [\n                                -0.184900431763474,\n                                51.5198125162166\n                            ],\n                            [\n                                -0.184925948676597,\n                                51.5197761589403\n                            ],\n                            [\n                                -0.185055595800405,\n                                51.5197781470641\n                            ],\n                            [\n                                -0.185058683634737,\n                                51.5197773405598\n                            ],\n                            [\n                                -0.185121503307321,\n                                51.5197609391458\n                            ],\n                            [\n                                -0.185157872740361,\n                                51.5197514393178\n                            ]\n                        ]\n                    ]\n                ]\n            },\n            \"lng\": -0.18649553284190606,\n            \"lat\": 51.52121271756876,\n            \"areaSqft\": 276957.0482300346,\n            \"areaBuildingsSqft\": 71185.4197588464,\n            \"density\": 25.702692967655157,\n            \"riskLevel\": 3,\n            \"hasDefence\": true,\n            \"isListed\": false,\n            \"areaM2\": 25729.937591047437,\n            \"areaAcre\": 6.358058958448912,\n            \"areaBuildingsM2\": 6613.28685979621,\n            \"areaBuildingsAcre\": 1.634192372792617\n        }\n    ],\n    \"total_count\": 1,\n    \"page_total\": 1\n}"}],"_postman_id":"303eedc4-b327-4e3a-9fe9-84fe6ddd2fc2"},{"name":"company","event":[{"listen":"test","script":{"id":"5e8bb3cb-2c09-4775-b957-01eb97625c0b","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});"],"type":"text/javascript"}}],"id":"ea8e34a6-d9c9-4d0c-bc25-c8a71a9074f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"Costa\"\n}"},"url":"{{url}}/v1/land/company","description":"<p>This endpoint returns the company name and titles owned for the 10 companies that match the recieved request the closest.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>companyName</code> <strong>string (Mandatory)</strong> Company name</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>message</code> <strong>string</strong> Any additional information to status</p>\n<p><code>status</code> <strong>integer</strong> Http status code</p>\n<p><code>data</code>:</p>\n<blockquote>\n<p><code>proprietorName</code> <strong>string</strong></p>\n<p><code>titleNos</code> <strong>string[]</strong></p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v1","land","company"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"10df9408-57e6-42fb-a729-65f068f47372","name":"company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"Costa\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/land/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 11:49:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"proprietorName\": \"COSTA LTD\",\n            \"titleNos\": [\n                \"YY106334\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTA LIMITED\",\n            \"titleNos\": [\n                \"AGL198112\",\n                \"AGL199094\",\n                \"AGL203989\",\n                \"AGL209246\",\n                \"AGL225297\",\n                \"AGL225441\",\n                \"AGL226735\",\n                \"AGL227875\",\n                \"AGL229172\",\n                \"AGL229264\",\n                \"AGL235624\",\n                \"AGL240627\",\n                \"AGL241325\",\n                \"AGL241457\",\n                \"AGL242855\",\n                \"AGL256424\",\n                \"AGL262534\",\n                \"AGL269115\",\n                \"AGL270890\",\n                \"AGL291833\",\n                \"AGL293128\",\n                \"AGL295627\",\n                \"AGL298158\",\n                \"AGL298301\",\n                \"AGL304304\",\n                \"AGL304615\",\n                \"AGL306904\",\n                \"AGL318376\",\n                \"AGL325292\",\n                \"AGL327621\",\n                \"AGL334299\",\n                \"AGL339790\",\n                \"AGL339791\",\n                \"AGL345799\",\n                \"AGL353426\",\n                \"AGL362625\",\n                \"AGL369707\",\n                \"AGL375256\",\n                \"AGL375553\",\n                \"AGL376219\",\n                \"AGL401160\",\n                \"AGL404371\",\n                \"AGL404372\",\n                \"AGL418923\",\n                \"AGL421577\",\n                \"AGL426391\",\n                \"AGL428723\",\n                \"AGL428945\",\n                \"AGL435867\",\n                \"AGL449251\",\n                \"AGL452645\",\n                \"AGL455025\",\n                \"AGL463930\",\n                \"BD246964\",\n                \"BD277087\",\n                \"BD278227\",\n                \"BD285442\",\n                \"BD291377\",\n                \"BD296291\",\n                \"BD302379\",\n                \"BGL100971\",\n                \"BGL105958\",\n                \"BGL123171\",\n                \"BGL134835\",\n                \"BGL135970\",\n                \"BGL70584\",\n                \"BGL71810\",\n                \"BGL78719\",\n                \"BGL89695\",\n                \"BGL96113\",\n                \"BGL99066\",\n                \"BK397339\",\n                \"BK399775\",\n                \"BK400829\",\n                \"BK409516\",\n                \"BK428341\",\n                \"BK432317\",\n                \"BK433112\",\n                \"BK433710\",\n                \"BK442973\",\n                \"BK450692\",\n                \"BK458196\",\n                \"BK471802\",\n                \"BK479131\",\n                \"BK481775\",\n                \"BK488206\",\n                \"BK489591\",\n                \"BK497301\",\n                \"BL111304\",\n                \"BL121596\",\n                \"BL121597\",\n                \"BL121598\",\n                \"BL126741\",\n                \"BL138656\",\n                \"BL144200\",\n                \"BL145533\",\n                \"BL146321\",\n                \"BL148696\",\n                \"BL148697\",\n                \"BL148703\",\n                \"BL94822\",\n                \"BL99140\",\n                \"BM208480\",\n                \"BM304520\",\n                \"BM306736\",\n                \"BM306737\",\n                \"BM354654\",\n                \"BM374890\",\n                \"BM383341\",\n                \"BM386010\",\n                \"BM386949\",\n                \"BM388530\",\n                \"BM392154\",\n                \"BM392523\",\n                \"BM408516\",\n                \"BM411069\",\n                \"BM411071\",\n                \"BM415197\",\n                \"BM415435\",\n                \"BM419033\",\n                \"BM419339\",\n                \"BM429855\",\n                \"CB301213\",\n                \"CB309978\",\n                \"CB310206\",\n                \"CB335779\",\n                \"CB358961\",\n                \"CB363162\",\n                \"CB363163\",\n                \"CB368719\",\n                \"CB387879\",\n                \"CB388364\",\n                \"CB392924\",\n                \"CB426118\",\n                \"CB427721\",\n                \"CB428501\",\n                \"CB437948\",\n                \"CE195447\",\n                \"CE198429\",\n                \"CE211301\",\n                \"CE214875\",\n                \"CE216459\",\n                \"CE229232\",\n                \"CE230447\",\n                \"CE230672\",\n                \"CE235389\",\n                \"CE237815\",\n                \"CH539135\",\n                \"CH539835\",\n                \"CH543172\",\n                \"CH555725\",\n                \"CH569284\",\n                \"CH593714\",\n                \"CH602278\",\n                \"CH603372\",\n                \"CH608000\",\n                \"CH612930\",\n                \"CH614674\",\n                \"CH624872\",\n                \"CH633857\",\n                \"CH634883\",\n                \"CH655008\",\n                \"CH656634\",\n                \"CH662232\",\n                \"CH663684\",\n                \"CH663714\",\n                \"CH666730\",\n                \"CH666744\",\n                \"CH667056\",\n                \"CH676264\",\n                \"CL219837\",\n                \"CL231838\",\n                \"CL234699\",\n                \"CL253233\",\n                \"CL279502\",\n                \"CL291744\",\n                \"CL301848\",\n                \"CL311545\",\n                \"CL314594\",\n                \"CL333084\",\n                \"CL335613\",\n                \"CL341296\",\n                \"CL346615\",\n                \"CU278298\",\n                \"CU285218\",\n                \"CU290272\",\n                \"CU303420\",\n                \"CU304603\",\n                \"CU309668\",\n                \"CYM330380\",\n                \"CYM390306\",\n                \"CYM392790\",\n                \"CYM458878\",\n                \"CYM465894\",\n                \"CYM497834\",\n                \"CYM511775\",\n                \"CYM515060\",\n                \"CYM523494\",\n                \"CYM525539\",\n                \"CYM526121\",\n                \"CYM528274\",\n                \"CYM531054\",\n                \"CYM537422\",\n                \"CYM541674\",\n                \"CYM542479\",\n                \"CYM544334\",\n                \"CYM546947\",\n                \"CYM549893\",\n                \"CYM553730\",\n                \"CYM560461\",\n                \"CYM580806\",\n                \"CYM587511\",\n                \"CYM588392\",\n                \"CYM590921\",\n                \"CYM592681\",\n                \"CYM596416\",\n                \"CYM597195\",\n                \"CYM598009\",\n                \"CYM598921\",\n                \"CYM602692\",\n                \"CYM627017\",\n                \"CYM628001\",\n                \"CYM638685\",\n                \"CYM647659\",\n                \"CYM648845\",\n                \"CYM654198\",\n                \"CYM654365\",\n                \"CYM657369\",\n                \"CYM662763\",\n                \"CYM663528\",\n                \"CYM684416\",\n                \"CYM685457\",\n                \"CYM685827\",\n                \"CYM696383\",\n                \"CYM696900\",\n                \"CYM717166\",\n                \"CYM721072\",\n                \"CYM721384\",\n                \"CYM725414\",\n                \"CYM725788\",\n                \"CYM733034\",\n                \"CYM739302\",\n                \"DN498778\",\n                \"DN505147\",\n                \"DN505441\",\n                \"DN533725\",\n                \"DN547469\",\n                \"DN576923\",\n                \"DN588806\",\n                \"DN599041\",\n                \"DN599949\",\n                \"DN609374\",\n                \"DN621017\",\n                \"DN622116\",\n                \"DN622557\",\n                \"DN626598\",\n                \"DN631686\",\n                \"DN639143\",\n                \"DN642348\",\n                \"DN650936\",\n                \"DN651660\",\n                \"DN660647\",\n                \"DN674643\",\n                \"DN675129\",\n                \"DN681946\",\n                \"DN682215\",\n                \"DN686102\",\n                \"DN694768\",\n                \"DN705260\",\n                \"DN710050\",\n                \"DT318058\",\n                \"DT334165\",\n                \"DT364151\",\n                \"DT384765\",\n                \"DT402516\",\n                \"DT410208\",\n                \"DT416374\",\n                \"DT419463\",\n                \"DT425105\",\n                \"DT437191\",\n                \"DU306583\",\n                \"DU332851\",\n                \"DU336203\",\n                \"DU348266\",\n                \"DU351691\",\n                \"DU357876\",\n                \"DU357950\",\n                \"DU364784\",\n                \"DU364785\",\n                \"DU364786\",\n                \"DU366987\",\n                \"DY407500\",\n                \"DY425968\",\n                \"DY457551\",\n                \"DY464379\",\n                \"DY466846\",\n                \"DY467633\",\n                \"DY478156\",\n                \"DY480190\",\n                \"DY481246\",\n                \"DY482082\",\n                \"DY488014\",\n                \"DY495668\",\n                \"DY513886\",\n                \"DY523780\",\n                \"DY525906\",\n                \"EGL538337\",\n                \"EGL576475\",\n                \"EGL576892\",\n                \"ESX234362\",\n                \"ESX273606\",\n                \"ESX281191\",\n                \"ESX282218\",\n                \"ESX290589\",\n                \"ESX312148\",\n                \"ESX322145\",\n                \"ESX322982\",\n                \"ESX329876\",\n                \"ESX341517\",\n                \"ESX361761\",\n                \"ESX363410\",\n                \"ESX366225\",\n                \"ESX379354\",\n                \"ESX383547\",\n                \"ESX393389\",\n                \"EX735723\",\n                \"EX750390\",\n                \"EX781960\",\n                \"EX805371\",\n                \"EX810336\",\n                \"EX834520\",\n                \"EX834541\",\n                \"EX857723\",\n                \"EX858821\",\n                \"EX860191\",\n                \"EX862930\",\n                \"EX864568\",\n                \"EX865369\",\n                \"EX865731\",\n                \"EX866644\",\n                \"EX877133\",\n                \"EX877710\",\n                \"EX888804\",\n                \"EX888923\",\n                \"EX889670\",\n                \"EX899398\",\n                \"EX910228\",\n                \"EX915987\",\n                \"EX916645\",\n                \"EX921104\",\n                \"EX921651\",\n                \"EX923326\",\n                \"EX924224\",\n                \"EX924289\",\n                \"EX926242\",\n                \"EX927866\",\n                \"EX928854\",\n                \"EX935875\",\n                \"EX945114\",\n                \"EX946244\",\n                \"EX947432\",\n                \"EX950756\",\n                \"EX952516\",\n                \"EX961729\",\n                \"EX966928\",\n                \"EX967520\",\n                \"EX971820\",\n                \"EX972452\",\n                \"EX976711\",\n                \"EX980283\",\n                \"EX983015\",\n                \"EX983762\",\n                \"EX986278\",\n                \"GM718920\",\n                \"GR294255\",\n                \"GR323319\",\n                \"GR324750\",\n                \"GR326233\",\n                \"GR327778\",\n                \"GR344477\",\n                \"GR346526\",\n                \"GR360638\",\n                \"GR360785\",\n                \"GR361354\",\n                \"GR372451\",\n                \"GR372536\",\n                \"GR376575\",\n                \"GR379358\",\n                \"GR388173\",\n                \"GR391322\",\n                \"GR393114\",\n                \"GR400292\",\n                \"GR405268\",\n                \"GR408419\",\n                \"GR411608\",\n                \"GR411686\",\n                \"GR412366\",\n                \"GR413860\",\n                \"GR428552\",\n                \"HD383309\",\n                \"HD440200\",\n                \"HD460913\",\n                \"HD489194\",\n                \"HD502971\",\n                \"HD509447\",\n                \"HD524231\",\n                \"HD525692\",\n                \"HD525735\",\n                \"HD533717\",\n                \"HD538607\",\n                \"HD546278\",\n                \"HD553366\",\n                \"HD553633\",\n                \"HD563167\",\n                \"HD565539\",\n                \"HD567178\",\n                \"HD576911\",\n                \"HE24496\",\n                \"HE41997\",\n                \"HE52458\",\n                \"HE52504\",\n                \"HP687062\",\n                \"HP692959\",\n                \"HP700583\",\n                \"HP731696\",\n                \"HP748861\",\n                \"HP752716\",\n                \"HP752769\",\n                \"HP755782\",\n                \"HP756281\",\n                \"HP756282\",\n                \"HP760358\",\n                \"HP762933\",\n                \"HP766662\",\n                \"HP767108\",\n                \"HP776283\",\n                \"HP789606\",\n                \"HP802594\",\n                \"HP803422\",\n                \"HP805011\",\n                \"HP810914\",\n                \"HP811339\",\n                \"HP812735\",\n                \"HP824144\",\n                \"HP827026\",\n                \"HP827271\",\n                \"HS356334\",\n                \"HS363822\",\n                \"HS364862\",\n                \"HS377102\",\n                \"HS377608\",\n                \"HS378042\",\n                \"HS378550\",\n                \"HS386054\",\n                \"IW77451\",\n                \"IW83344\",\n                \"IW83934\",\n                \"K586720\",\n                \"K825551\",\n                \"K890523\",\n                \"K927926\",\n                \"K946537\",\n                \"K953655\",\n                \"K971109\",\n                \"K974971\",\n                \"K975701\",\n                \"K977301\",\n                \"K981969\",\n                \"K985338\",\n                \"LAN106589\",\n                \"LAN116167\",\n                \"LAN134640\",\n                \"LAN143023\",\n                \"LAN165128\",\n                \"LAN166680\",\n                \"LAN184577\",\n                \"LAN189035\",\n                \"LAN194014\",\n                \"LAN195640\",\n                \"LAN196151\",\n                \"LAN196771\",\n                \"LAN203924\",\n                \"LAN208874\",\n                \"LAN209452\",\n                \"LAN57987\",\n                \"LAN75820\",\n                \"LAN85890\",\n                \"LL249402\",\n                \"LL250221\",\n                \"LL285795\",\n                \"LL290450\",\n                \"LL292883\",\n                \"LL296099\",\n                \"LL323509\",\n                \"LL327224\",\n                \"LL340938\",\n                \"LL341532\",\n                \"LL344183\",\n                \"LL344711\",\n                \"LL377574\",\n                \"LL383523\",\n                \"LT403216\",\n                \"LT408877\",\n                \"LT418342\",\n                \"LT425295\",\n                \"LT443477\",\n                \"LT467159\",\n                \"LT478720\",\n                \"LT482556\",\n                \"LT482599\",\n                \"LT482600\",\n                \"LT483636\",\n                \"LT494765\",\n                \"LT505694\",\n                \"LT508446\",\n                \"MAN112141\",\n                \"MAN124764\",\n                \"MAN125876\",\n                \"MAN170157\",\n                \"MAN172707\",\n                \"MAN173293\",\n                \"MAN178913\",\n                \"MAN201027\",\n                \"MAN202002\",\n                \"MAN202367\",\n                \"MAN209627\",\n                \"MAN215053\",\n                \"MAN217719\",\n                \"MAN220602\",\n                \"MAN236414\",\n                \"MAN238374\",\n                \"MAN243594\",\n                \"MAN249443\",\n                \"MAN264803\",\n                \"MAN274699\",\n                \"MAN279484\",\n                \"MAN281146\",\n                \"MAN281490\",\n                \"MAN283896\",\n                \"MAN288792\",\n                \"MAN291819\",\n                \"MAN292915\",\n                \"MAN293681\",\n                \"MAN295824\",\n                \"MAN297448\",\n                \"MAN300539\",\n                \"MAN303611\",\n                \"MAN30875\",\n                \"MAN316947\",\n                \"MAN323734\",\n                \"MAN330279\",\n                \"MAN85612\",\n                \"MM102975\",\n                \"MM111246\",\n                \"MM113454\",\n                \"MM117804\",\n                \"MM15715\",\n                \"MM18371\",\n                \"MM20487\",\n                \"MM2169\",\n                \"MM29326\",\n                \"MM29685\",\n                \"MM31760\",\n                \"MM32143\",\n                \"MM32320\",\n                \"MM32321\",\n                \"MM38817\",\n                \"MM40202\",\n                \"MM43098\",\n                \"MM43716\",\n                \"MM44574\",\n                \"MM57523\",\n                \"MM58146\",\n                \"MM61238\",\n                \"MM64926\",\n                \"MM67216\",\n                \"MM70619\",\n                \"MM76448\",\n                \"MM76818\",\n                \"MM88382\",\n                \"MM91639\",\n                \"MM9290\",\n                \"MM93218\",\n                \"MM9624\",\n                \"MM97143\",\n                \"MM98432\",\n                \"MM99501\",\n                \"MS520253\",\n                \"MS523552\",\n                \"MS529840\",\n                \"MS561333\",\n                \"MS583518\",\n                \"MS596955\",\n                \"MS596958\",\n                \"MS597130\",\n                \"MS602110\",\n                \"MS603237\",\n                \"MS608853\",\n                \"MS610386\",\n                \"MS612822\",\n                \"MS613331\",\n                \"MS617420\",\n                \"MS625626\",\n                \"MS628665\",\n                \"MS636256\",\n                \"MS640586\",\n                \"MS644263\",\n                \"MS652192\",\n                \"MS653777\",\n                \"MS654443\",\n                \"ND168286\",\n                \"ND175061\",\n                \"ND176749\",\n                \"ND178461\",\n                \"ND180937\",\n                \"NGL722490\",\n                \"NGL727938\",\n                \"NGL740287\",\n                \"NGL858621\",\n                \"NGL858623\",\n                \"NGL891157\",\n                \"NGL892698\",\n                \"NGL895572\",\n                \"NGL901012\",\n                \"NGL903189\",\n                \"NGL905591\",\n                \"NGL908416\",\n                \"NGL910428\",\n                \"NGL911778\",\n                \"NGL914374\",\n                \"NGL917488\",\n                \"NGL917850\",\n                \"NGL918519\",\n                \"NGL919237\",\n                \"NGL920453\",\n                \"NGL921892\",\n                \"NGL927858\",\n                \"NGL929830\",\n                \"NGL930331\",\n                \"NGL930689\",\n                \"NGL933383\",\n                \"NGL936739\",\n                \"NGL938054\",\n                \"NGL944407\",\n                \"NGL945154\",\n                \"NGL950759\",\n                \"NGL951600\",\n                \"NGL951805\",\n                \"NGL954005\",\n                \"NGL958015\",\n                \"NGL971345\",\n                \"NGL974294\",\n                \"NK331985\",\n                \"NK339317\",\n                \"NK437298\",\n                \"NK443167\",\n                \"NK447005\",\n                \"NK453393\",\n                \"NK459046\",\n                \"NK464380\",\n                \"NK474973\",\n                \"NN263754\",\n                \"NN299280\",\n                \"NN304320\",\n                \"NN336508\",\n                \"NN354075\",\n                \"NN361296\",\n                \"NN361334\",\n                \"NT407734\",\n                \"NT443796\",\n                \"NT462761\",\n                \"NT472587\",\n                \"NT477624\",\n                \"NT492757\",\n                \"NT494740\",\n                \"NT496322\",\n                \"NT506873\",\n                \"NT509029\",\n                \"NT517579\",\n                \"NT518560\",\n                \"NT527233\",\n                \"NT532348\",\n                \"NT532679\",\n                \"NT533681\",\n                \"NT538703\",\n                \"NT544427\",\n                \"NT546823\",\n                \"NYK304183\",\n                \"NYK382655\",\n                \"NYK387235\",\n                \"NYK389546\",\n                \"NYK392159\",\n                \"NYK407933\",\n                \"NYK410193\",\n                \"NYK410996\",\n                \"NYK416075\",\n                \"NYK416874\",\n                \"NYK418116\",\n                \"NYK423067\",\n                \"NYK435463\",\n                \"NYK437287\",\n                \"NYK446103\",\n                \"NYK459606\",\n                \"NYK459607\",\n                \"ON214607\",\n                \"ON249747\",\n                \"ON291825\",\n                \"ON301414\",\n                \"ON301422\",\n                \"ON304417\",\n                \"ON307448\",\n                \"ON307909\",\n                \"ON313415\",\n                \"ON313416\",\n                \"ON316551\",\n                \"ON326937\",\n                \"ON328231\",\n                \"ON330457\",\n                \"ON331729\",\n                \"ON336921\",\n                \"ON341370\",\n                \"ON343796\",\n                \"ON343927\",\n                \"PM19448\",\n                \"PM26329\",\n                \"PM28257\",\n                \"PM30258\",\n                \"PM31558\",\n                \"PM33732\",\n                \"PM34274\",\n                \"PM34275\",\n                \"SF521895\",\n                \"SF534505\",\n                \"SF534863\",\n                \"SF558932\",\n                \"SF562586\",\n                \"SF577293\",\n                \"SF577375\",\n                \"SF583773\",\n                \"SF598590\",\n                \"SF598793\",\n                \"SF610025\",\n                \"SF618392\",\n                \"SF620318\",\n                \"SF622019\",\n                \"SF626375\",\n                \"SF637192\",\n                \"SF637739\",\n                \"SF642850\",\n                \"SGL657593\",\n                \"SGL685433\",\n                \"SGL689178\",\n                \"SGL690892\",\n                \"SGL699075\",\n                \"SGL699077\",\n                \"SGL717809\",\n                \"SGL723549\",\n                \"SGL724232\",\n                \"SGL726360\",\n                \"SGL727703\",\n                \"SGL729566\",\n                \"SGL737283\",\n                \"SGL740711\",\n                \"SGL741382\",\n                \"SGL756917\",\n                \"SGL761463\",\n                \"SGL764538\",\n                \"SGL767880\",\n                \"SGL778573\",\n                \"SGL779594\",\n                \"SGL782284\",\n                \"SGL784146\",\n                \"SGL786491\",\n                \"SGL787236\",\n                \"SGL791237\",\n                \"SGL791334\",\n                \"SGL795142\",\n                \"SGL801539\",\n                \"SH30079\",\n                \"SH42506\",\n                \"SH45619\",\n                \"SH49848\",\n                \"SK290729\",\n                \"SK302708\",\n                \"SK302935\",\n                \"SK319504\",\n                \"SK346165\",\n                \"SK348153\",\n                \"SK348335\",\n                \"SK351483\",\n                \"SK356670\",\n                \"SK369820\",\n                \"SK377275\",\n                \"SK383374\",\n                \"SK386509\",\n                \"SL170544\",\n                \"SL192402\",\n                \"SL214698\",\n                \"SL228377\",\n                \"SL229268\",\n                \"SL229269\",\n                \"SL231363\",\n                \"SL232690\",\n                \"SL234800\",\n                \"SL236144\",\n                \"SL244382\",\n                \"SL249950\",\n                \"SL251668\",\n                \"SL252678\",\n                \"SL258417\",\n                \"SL46745\",\n                \"ST243263\",\n                \"ST272218\",\n                \"ST278081\",\n                \"ST288152\",\n                \"ST293041\",\n                \"ST296637\",\n                \"ST299432\",\n                \"ST308810\",\n                \"ST309290\",\n                \"ST321636\",\n                \"ST328907\",\n                \"ST333899\",\n                \"ST339347\",\n                \"ST340896\",\n                \"ST342004\",\n                \"ST346040\",\n                \"ST346900\",\n                \"SY724534\",\n                \"SY742060\",\n                \"SY754280\",\n                \"SY772778\",\n                \"SY780542\",\n                \"SY781092\",\n                \"SY783479\",\n                \"SY788696\",\n                \"SY790288\",\n                \"SY793678\",\n                \"SY797227\",\n                \"SY799866\",\n                \"SY803149\",\n                \"SY807688\",\n                \"SY817895\",\n                \"SY821027\",\n                \"SY821732\",\n                \"SY827674\",\n                \"SY828075\",\n                \"SY833333\",\n                \"SY834409\",\n                \"SY834499\",\n                \"SY842297\",\n                \"SY846302\",\n                \"SY847430\",\n                \"SY851581\",\n                \"SY854153\",\n                \"SY855193\",\n                \"SY860422\",\n                \"SYK549456\",\n                \"SYK558332\",\n                \"SYK576907\",\n                \"SYK594100\",\n                \"SYK598735\",\n                \"SYK598758\",\n                \"SYK610971\",\n                \"SYK634872\",\n                \"SYK636261\",\n                \"SYK637709\",\n                \"SYK640964\",\n                \"SYK641037\",\n                \"SYK647416\",\n                \"SYK647657\",\n                \"SYK652719\",\n                \"SYK654873\",\n                \"SYK654874\",\n                \"SYK654875\",\n                \"SYK655367\",\n                \"SYK658667\",\n                \"SYK660885\",\n                \"SYK661574\",\n                \"SYK662008\",\n                \"SYK665623\",\n                \"SYK667600\",\n                \"TGL251395\",\n                \"TGL286628\",\n                \"TGL314064\",\n                \"TGL328101\",\n                \"TGL341966\",\n                \"TGL346577\",\n                \"TGL354977\",\n                \"TGL355210\",\n                \"TGL355793\",\n                \"TGL358375\",\n                \"TGL364342\",\n                \"TGL364667\",\n                \"TGL365111\",\n                \"TGL376500\",\n                \"TGL391378\",\n                \"TGL396809\",\n                \"TGL404209\",\n                \"TGL405056\",\n                \"TGL410822\",\n                \"TGL411991\",\n                \"TGL412880\",\n                \"TGL418400\",\n                \"TGL419204\",\n                \"TGL430306\",\n                \"TGL434487\",\n                \"TGL434601\",\n                \"TGL435010\",\n                \"TGL435876\",\n                \"TGL438482\",\n                \"TGL438563\",\n                \"TGL443089\",\n                \"TGL452446\",\n                \"TGL452649\",\n                \"TGL452951\",\n                \"TGL475533\",\n                \"TGL477999\",\n                \"TGL480855\",\n                \"TGL485487\",\n                \"TGL510571\",\n                \"TGL514653\",\n                \"TT11263\",\n                \"TT15516\",\n                \"TT17689\",\n                \"TT25713\",\n                \"TT26\",\n                \"TT37976\",\n                \"TT47393\",\n                \"TT48965\",\n                \"TT52606\",\n                \"TT59604\",\n                \"TT66816\",\n                \"TT70856\",\n                \"TT72278\",\n                \"TT78360\",\n                \"TT81897\",\n                \"TT83295\",\n                \"TT93387\",\n                \"TY454452\",\n                \"TY462304\",\n                \"TY472517\",\n                \"TY481760\",\n                \"TY484733\",\n                \"TY498829\",\n                \"TY514928\",\n                \"TY519370\",\n                \"TY523678\",\n                \"TY523709\",\n                \"TY539519\",\n                \"TY542689\",\n                \"TY544469\",\n                \"TY547299\",\n                \"TY552337\",\n                \"TY552688\",\n                \"TY554227\",\n                \"TY560016\",\n                \"TY560300\",\n                \"TY560312\",\n                \"TY560572\",\n                \"TY560615\",\n                \"TY560616\",\n                \"TY560617\",\n                \"WK425589\",\n                \"WK426243\",\n                \"WK455686\",\n                \"WK468488\",\n                \"WK469911\",\n                \"WK482921\",\n                \"WK498647\",\n                \"WM738775\",\n                \"WM851057\",\n                \"WM851059\",\n                \"WM897348\",\n                \"WM922149\",\n                \"WM927596\",\n                \"WM936954\",\n                \"WM945296\",\n                \"WM962161\",\n                \"WM983430\",\n                \"WM987469\",\n                \"WM989814\",\n                \"WM990169\",\n                \"WR142412\",\n                \"WR146726\",\n                \"WR149627\",\n                \"WR155786\",\n                \"WR156664\",\n                \"WR158136\",\n                \"WR162405\",\n                \"WR166174\",\n                \"WR177336\",\n                \"WR95093\",\n                \"WS45121\",\n                \"WS45123\",\n                \"WS58583\",\n                \"WS63221\",\n                \"WS67694\",\n                \"WS71493\",\n                \"WS81535\",\n                \"WSX297315\",\n                \"WSX297365\",\n                \"WSX321852\",\n                \"WSX343582\",\n                \"WSX344770\",\n                \"WSX345873\",\n                \"WSX350262\",\n                \"WSX353386\",\n                \"WSX355543\",\n                \"WSX355554\",\n                \"WSX357588\",\n                \"WT244489\",\n                \"WT274183\",\n                \"WT288758\",\n                \"WT292368\",\n                \"WT295480\",\n                \"WT295791\",\n                \"WT300766\",\n                \"WT310147\",\n                \"WT310189\",\n                \"WT317466\",\n                \"WT411632\",\n                \"WT411750\",\n                \"WT424540\",\n                \"WT430748\",\n                \"WYK802668\",\n                \"WYK841850\",\n                \"WYK855835\",\n                \"WYK863316\",\n                \"WYK873068\",\n                \"WYK910918\",\n                \"WYK931705\",\n                \"WYK942783\",\n                \"WYK943763\",\n                \"YEA52330\",\n                \"YEA68983\",\n                \"YEA69427\",\n                \"YEA78766\",\n                \"YEA83709\",\n                \"YY105593\",\n                \"YY114992\",\n                \"YY115836\",\n                \"YY14200\",\n                \"YY18360\",\n                \"YY19868\",\n                \"YY21504\",\n                \"YY26186\",\n                \"YY28966\",\n                \"YY29046\",\n                \"YY33890\",\n                \"YY37011\",\n                \"YY40458\",\n                \"YY59971\",\n                \"YY62659\",\n                \"YY67994\",\n                \"YY73961\",\n                \"YY79146\",\n                \"YY86291\",\n                \"YY88518\",\n                \"YY9137\",\n                \"YY92673\",\n                \"YY94113\",\n                \"YY94692\",\n                \"YY95330\",\n                \"YY98837\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTALEX LTD\",\n            \"titleNos\": [\n                \"AGL297773\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTA FISH LIMITED\",\n            \"titleNos\": [\n                \"LL345382\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTA VIEW LIMITED\",\n            \"titleNos\": [\n                \"MAN261427\"\n            ]\n        },\n        {\n            \"proprietorName\": \"CLUB LA COSTA (UK) PLC\",\n            \"titleNos\": [\n                \"AGL163082\",\n                \"NGL963640\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTAIN LIMITED\",\n            \"titleNos\": [\n                \"AGL251851\",\n                \"BK417845\",\n                \"CYM425231\",\n                \"CYM682569\",\n                \"CYM683480\",\n                \"CYM753037\",\n                \"DU364643\",\n                \"ESX382225\",\n                \"HS193022\",\n                \"MAN230285\",\n                \"MM38390\",\n                \"NN333977\",\n                \"NN337305\",\n                \"NYK438825\",\n                \"ST345401\",\n                \"ST345406\",\n                \"ST345407\",\n                \"ST345408\",\n                \"ST349350\",\n                \"ST349351\",\n                \"ST349982\",\n                \"TT35347\",\n                \"WK473867\",\n                \"WK477926\",\n                \"WSX385183\",\n                \"YEA81963\",\n                \"YY74810\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTA APOLLO LIMITED\",\n            \"titleNos\": [\n                \"EGL256893\",\n                \"LN203531\",\n                \"MX192068\",\n                \"MX333311\",\n                \"MX353616\",\n                \"MX467053\",\n                \"MX51412\",\n                \"MX96233\",\n                \"NGL228249\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTANTE LIMITED\",\n            \"titleNos\": [\n                \"NN341925\"\n            ]\n        },\n        {\n            \"proprietorName\": \"COSTASMI LIMITED\",\n            \"titleNos\": [\n                \"NGL864471\",\n                \"NGL871172\",\n                \"NGL872773\",\n                \"NGL881899\",\n                \"TGL247106\",\n                \"TGL251984\",\n                \"TGL257364\",\n                \"TGL263290\",\n                \"TGL294469\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"ea8e34a6-d9c9-4d0c-bc25-c8a71a9074f3"}],"id":"4c738a5e-90f1-4fdb-b6e8-bed69867397f","_postman_id":"4c738a5e-90f1-4fdb-b6e8-bed69867397f","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"95da0f52-b7d5-4636-9451-1fd4763d223d","description":"<p>REalyse API v1.0</p>\n","event":[{"listen":"prerequest","script":{"id":"f69220dc-4e84-45df-af54-06f8c1c369a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5fae4708-a82e-47d7-acbe-175911c88139","type":"text/javascript","exec":[""]}}],"_postman_id":"95da0f52-b7d5-4636-9451-1fd4763d223d","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"v2","item":[{"name":"Comparables","item":[{"name":"search","event":[{"listen":"test","script":{"id":"c3e9d9b0-595e-441a-8a49-c4c4030c175b","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"b88ed2ff-d4c2-421c-930a-54a2f9f6541a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"date_from\":\"2018-01-01\",\n    \"date_to\":\"2018-12-31\",\n    \"indicator_category\":\"askingRent\",\n    \"indicator_range_value\":[1,500000000],\n    \"property_type\":null,\n    \"property_features\":null,\n    \"bedrooms\":null,\n    \"data_source\":\"STANDARD\",\n    \"limit\":20,\n    \"offset\":0\n}"},"url":"{{url}}/v2/comparables/search","description":"<p>This endpoint returns comparable data as filtered by the requested parameters. The endpoint is paginated with a maximum of 100 returned records using the limit and offset values</p>\n<p>This endpoint allows the searching of rent listings, sales listings and sales transactions. To achieve this please use the indicator_category as detailed in the request.  </p>\n<ul>\n<li>askingRent = rent listings  </li>\n<li>askingPrice = sales listings  </li>\n<li>soldPrice = sales transactions</li>\n</ul>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometry</code> <strong>GeoJson Feature (Mandatory if no areaId specified)</strong> <em>Polygon or MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>areaId</code> <strong>String (Mandatory if no geometry specified)</strong> Can be provided as an alternative to <code>geometry</code>. Postcode down to Sector level specified with space between in and outcode. Eg <code>E1</code> , <code>E1 1</code></p>\n<p><code>date_from</code> <strong>Date (Mandatory)</strong> Minimum date for the comparable to have been listed</p>\n<p><code>date_to</code> <strong>Date (Mandatory)</strong> Maximum date for the comparable to have been listed</p>\n<p><code>indicator_category</code> <strong>String (Mandatory)</strong> Indicator category to search. Valid values: askingRent, askingPrice, soldPrice</p>\n<p><code>indicator_range_value</code> <strong>[Integer, Integer]</strong> <strong>(Mandatory)</strong> Maximum of two values defining the maximum and minimum value for the listed price (in GBP)</p>\n<p><code>property_type</code> <strong>Array of Strings</strong> <em>null = all; F = flat; T = terraced; D = detached; S = semidetached</em></p>\n<p><code>property_features</code> <strong>Array of Strings</strong> List of property features to use to filter the comparables. Valid values can be found from <code>v2/indicator/property_features/{indicator_category}</code> endpoint</p>\n<p><code>bedroooms</code> <strong>Array of Integers</strong> <em>null = all; 0 = studio; 1, 2, 3 4, 5 = no of bedrooms</em></p>\n<p><code>data_source</code> <strong>String</strong> <strong>(Mandatory)</strong> <em>STANDARD = all; SECONDARY = secondary; NEW_BUILD = New Build</em></p>\n<p><code>limit</code> <strong>Integer</strong> Maximum number of records that will be returned.</p>\n<p><code>offset</code> <strong>Integer</strong> Define the offset of the records</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<p>Depending on the indicator_category requested the below detail the different responses.</p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Object</strong> As detailed below for each indicator_category</p>\n<p><code>total_count</code> <strong>Integer</strong> Total number of comparables that match the requested parameters</p>\n<p><code>page_total</code> <strong>Integer</strong> Number of records returned in this call</p>\n</blockquote>\n<p><strong>askingRent</strong></p>\n<blockquote>\n<p><code>id</code> <strong>String</strong> Unique identifier for the property</p>\n<p><code>gid</code> <strong>String</strong> UPRN of the property</p>\n<p><code>address</code> <strong>String</strong> Address of the property</p>\n<p><code>postcode</code> <strong>String</strong> Postcode of the property. Normalised into lower case</p>\n<p><code>listing_type</code> <strong>String</strong> Type of the listing</p>\n<p><code>asking_rent</code> <strong>Integer</strong> Asking rent of the property (in GBP)</p>\n<p><code>bedrooms</code> <strong>Integer</strong> Number of bedrooms</p>\n<p><code>bathrooms</code> <strong>Integer</strong> Number of bathrooms</p>\n<p><code>property_type</code> <strong>String</strong> Property type. null = all; F = flat; T = terraced; D = detached; S = semidetached</p>\n<p><code>description</code> <strong>String</strong> Description of the property</p>\n<p><code>size</code> <strong>Integer</strong> Size of the property in sqft</p>\n<p><code>date_appeared</code> <strong>Date</strong> Date appeared</p>\n<p><code>date_removed</code> <strong>Date</strong> Date removed</p>\n<p><code>property_features</code> <strong>Array of Strings</strong> Property features. Full list of possible values can be found from <code>v2/indicator/property_features/{indicator_category}</code> endpoint</p>\n<p><code>days_on_market</code> <strong>Integer</strong> Number of days the property is(was) on market</p>\n<p><code>images</code> <strong>Array of Strings</strong> Property image URL(s)</p>\n<p><code>floorplans</code> <strong>Array of Strings</strong> Property floorplan URL(s)</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> <em>Point. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>new_build</code> <strong>Boolean</strong> Flag indicating if the property is a new build or not</p>\n<p><code>agent_name</code> <strong>String</strong> The listing agent's name</p>\n<p><code>agent_url</code> <strong>String</strong> The listing agent's website url</p>\n<p><code>agent_address</code> <strong>String</strong> The listing agent's address</p>\n<p><code>agent_phone_number</code> <strong>String</strong> The listing agent's phone number</p>\n<p><code>comparable_timeseries</code> <strong>object[]</strong> Property histrorical price information</p>\n<blockquote>\n<p><code>date</code> <strong>Date</strong> Date</p>\n<p><code>price</code> <strong>Number</strong> Price (in GBP)</p>\n<p><code>type</code> <strong>String</strong> Type of timeseries information. Valid values rl = Rent listing</p>\n</blockquote>\n</blockquote>\n<p><strong>askingPrice</strong></p>\n<blockquote>\n<p><code>id</code> <strong>String</strong> Unique identifier for the property</p>\n<p><code>gid</code> <strong>String</strong> UPRN of the property</p>\n<p><code>address</code> <strong>String</strong> Address of the property</p>\n<p><code>postcode</code> <strong>String</strong> Postcode of the property. Normalised into lower case</p>\n<p><code>listing_type</code> <strong>String</strong> Type of the listing</p>\n<p><code>asking_price</code> <strong>Integer</strong> Asking price of the property (in GBP)</p>\n<p><code>bedrooms</code> <strong>Integer</strong> Number of bedrooms</p>\n<p><code>bathrooms</code> <strong>Integer</strong> Number of bathrooms</p>\n<p><code>property_type</code> <strong>String</strong> Property type. null = all; F = flat; T = terraced; D = detached; S = semidetached</p>\n<p><code>description</code> <strong>String</strong> Description of the property</p>\n<p><code>size</code> <strong>Integer</strong> Size of the property in sqft</p>\n<p><code>date_appeared</code> <strong>Date</strong> Date appeared</p>\n<p><code>date_removed</code> <strong>Date</strong> Date removed</p>\n<p><code>sold_price</code> <strong>Integer</strong> Sold Price</p>\n<p><code>date_sold</code> <strong>Date</strong> Date sold</p>\n<p><code>property_features</code> <strong>Array of Strings</strong> Property features. Full list of possible values can be found from <code>v2/indicator/property_features/{indicator_category}</code> endpoint</p>\n<p><code>asking_price_sqft</code> <strong>integer</strong> Asking price per sqft (in GBP)</p>\n<p><code>sold_price_sqft</code> <strong>number</strong> Sold Price per sqft (in GBP)</p>\n<p><code>days_on_market</code> <strong>Integer</strong> Number of days the property is(was) on market</p>\n<p><code>images</code> <strong>Array of Strings</strong> Property image URL(s)</p>\n<p><code>floorplans</code> <strong>Array of Strings</strong> Property floorplan URL(s)</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> <em>Point. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>new_build</code> <strong>Boolean</strong> Flag indicating if the property is a new build or not</p>\n<p><code>agent_name</code> <strong>String</strong> The listing agent's name</p>\n<p><code>agent_url</code> <strong>String</strong> The listing agent's website url</p>\n<p><code>agent_address</code> <strong>String</strong> The listing agent's address</p>\n<p><code>agent_phone_number</code> <strong>String</strong> The listing agent's phone number</p>\n<p><code>date_unof</code> <strong>Date</strong> Date the property was listed as under offer</p>\n<p><code>date_sstc</code> <strong>Date</strong> Date the property was listed as sold subject to contract</p>\n</blockquote>\n<p><strong>soldPrice</strong></p>\n<blockquote>\n<p><code>id</code> <strong>String</strong> Unique identifier for the property</p>\n<p><code>gid</code> <strong>String</strong> UPRN of the property</p>\n<p><code>address</code> <strong>String</strong> Address of the property</p>\n<p><code>postcode</code> <strong>String</strong> Postcode of the property. Normalised into lower case</p>\n<p><code>asking_price</code> <strong>Integer</strong> Asking price of the property (in GBP)</p>\n<p><code>bedrooms</code> <strong>Integer</strong> Number of bedrooms</p>\n<p><code>bathrooms</code> <strong>Integer</strong> Number of bathrooms</p>\n<p><code>property_type</code> <strong>String</strong> Property type. null = all; F = flat; T = terraced; D = detached; S = semidetached</p>\n<p><code>description</code> <strong>String</strong> Description of the property</p>\n<p><code>size</code> <strong>Integer</strong> Size of the property in sqft</p>\n<p><code>date_appeared</code> <strong>Date</strong> Date appeared</p>\n<p><code>date_removed</code> <strong>Date</strong> Date removed</p>\n<p><code>sold_price</code> <strong>Integer</strong> Sold Price (in GBP)</p>\n<p><code>date_sold</code> <strong>Date</strong> Date sold</p>\n<p><code>property_features</code> <strong>Array of Strings</strong> Property features. Full list of possible values can be found from <code>v2/indicator/property_features/{indicator_category}</code> endpoint</p>\n<p><code>days_on_market</code> <strong>Integer</strong> Number of days the property is(was) on market</p>\n<p><code>images</code> <strong>Array of Strings</strong> Property image URL(s)</p>\n<p><code>floorplans</code> <strong>Array of Strings</strong> Property floorplan URL(s)</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> <em>Point. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>new_build</code> <strong>Boolean</strong> Flag indicating if the property is a new build or not</p>\n<p><code>freehold_leasehold</code> <strong>String</strong> Ownership type. Values are F = Freehold, L = Leasehold, U = Unknown</p>\n<p><code>agent_name</code> <strong>String</strong> The listing agent's name</p>\n<p><code>agent_url</code> <strong>String</strong> The listing agent's website url</p>\n<p><code>agent_address</code> <strong>String</strong> The listing agent's address</p>\n<p><code>agent_phone_number</code> <strong>String</strong> The listing agent's phone number</p>\n<p><code>date_unof</code> <strong>Date</strong> Date the property was listed as under offer</p>\n<p><code>date_sstc</code> <strong>Date</strong> Date the property was listed as sold subject to contract</p>\n<p><code>comparable_timeseries</code> <strong>object[]</strong> Property histrorical price information</p>\n<blockquote>\n<p><code>date</code> <strong>Date</strong> Date</p>\n<p><code>price</code> <strong>Number</strong> Price (in GBP)</p>\n<p><code>type</code> <strong>String</strong> Type of timeseries information. Valid values ss = Sold price, sl = Sale listing</p>\n</blockquote>\n<p><code>listing_type</code> <strong>String</strong> Type of the listing</p>\n<p><code>asking_price_sqft</code> <strong>integer</strong> Asking price per sqft (in GBP)</p>\n<p><code>sold_price_sqft</code> <strong>number</strong> Sold Price per sqft (in GBP)</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","comparables","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a3b91773-4c0e-4612-9b83-ad9e50a07c29","name":"search (Asking Rents)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"date_from\":\"2018-01-01\",\n    \"date_to\":\"2018-12-31\",\n    \"indicator_category\":\"askingRent\",\n    \"indicator_range_value\":[1,500000000],\n    \"property_type\":null,\n    \"property_features\":null,\n    \"bedrooms\":null,\n    \"data_source\":\"STANDARD\",\n    \"limit\":20,\n    \"offset\":0\n}"},"url":"{{url}}/v2/comparables/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:55:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"a3a0854389c5bae07b956378fbeef359\",\n            \"gid\": \"100040547016\",\n            \"address\": \"Hoxton Road Torquay\",\n            \"postcode\": \"tq11ny\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 725,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"S\",\n            \"description\": \"A recently built 2 Double Bedroom Semi-Detached House situated in a popular and convenient location within walking distance of Torquay town centre, Schools and many other local amenities. The accommodation comprises: Lounge with double doors into the modern Kitchen/Diner with built in Hob & Oven, plumbing for Washing Machine and space for Fridge/Freezer, two good size Double Bedrooms, modern Bathroom, Gas Central Heating, Double Glazing, Parking for 1-2 cars, small raised lawned garden.Unfurnished.Children Considered.No Housing Benefit, Pets or Smokers.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-31\",\n            \"date_removed\": \"2019-02-15\",\n            \"property_features\": [\n                \"unfurnished\",\n                \"garden\",\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": 46,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.524172,\n                        50.469496\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Mark Lawrence Property Rental\",\n            \"agent_url\": \"https://www.marklawrencepropertyrentals.com/\",\n            \"agent_address\": \"30 Laura Grove, Paignton TQ3 2LR, UK\",\n            \"agent_phone_number\": \"07791 356530\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-31\",\n                    \"price\": 725,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"8e9f1118d8ae75b170b7b5fb19fb84fa\",\n            \"gid\": \"100040557919\",\n            \"address\": \"Lemon Tree Cottage Sutherland Road Torquay\",\n            \"postcode\": \"tq11rh\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 800,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"A great opportunity to live in a grand style in this particularly spacious listed Victorian apartment situated on the ground floor at the end of a cul- de- sac in the popular Warberry's. The apartment offers a very spacious lounge, kitchen/breakfast room with appliances, two good size bedrooms one en-suite plus family bathroom. The property benefits from gas c/heating and also offers one parking space.Presented in clean tidy decorative order and also comes furnished if required.Call now to arrange a viewing. Would suit working/retired persons without pets. More photos to follow..NoticeAll photographs are provided for guidance only. Disclaimer These particulars are provided for the guidance of prospective Tenants only, and do not form an Offer of Let, nor will they form part of any prospective Lease. The Landlord's Agents have not inspected or tested any apparatus, equipment, fixtures, fittings or services within the property, and so cannot verify as to their working condition or safety Items shown in the photographs are not necessarily included, unless specifically mentioned within these particulars, and/or subsequently confirmed within the Inventory.Right to rent From 1st February 2016, it is now a requirement by law to check each Tenant's Right to Rent. To fulfil our obligations, a passport would be acceptable proof or, if not available, a driving licence together with an utility bill showing your current address. On the day of your appointment, we would appreciate it if you could bring with you the necessary documents, and good quality colour copies of them. Alternatively, the original(s) may be brought to our office at a convenient time where we will copy them for you\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-31\",\n            \"date_removed\": \"2019-02-05\",\n            \"property_features\": [\n                \"victorian\",\n                \"en suite\",\n                \"parking\"\n            ],\n            \"days_on_market\": 36,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.521178,\n                        50.467989\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Richard Everett Lettings\",\n            \"agent_url\": \"http://www.richardeverettlettings.co.uk/\",\n            \"agent_address\": \"School House, Totnes Road, South Brent TQ10 9BP, UK\",\n            \"agent_phone_number\": \"01364 73400\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-31\",\n                    \"price\": 800,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"E\",\n            \"epc_construction_age_band\": \"England and Wales: 1900-1929\"\n        },\n        {\n            \"id\": \"1faefc617595233be2d8cf950fbb8ea6\",\n            \"gid\": \"100041188514\",\n            \"address\": \"All Saints Road Torquay\",\n            \"postcode\": \"tq13rd\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 475,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Property Reference: 486264.One bed ground floor flat located within walking distance from Cary Park, Babbacombe Downs, Plainmoor and St Marychurch. Double glazed and gas central heating. Private parking for one small car.* Open Plan Living Room/Kitchen* Utility Area* Double Bedroom* Bathroom* Parking for one small vehicle* PVCu Double Glazing & Gas Central Heating* Council Tax Band A* EPC - D66£475 pcm, excluding billsUnfurnishedDeposit - £500Sorry, no smokers or pets.Description:-Open Plan Kitchen and Lounge - TV aerial/Virgin point in Lounge area.Modern wall and base units in Kitchen area. Electric cooker. Space for under worktop fridge.Utility Area - Plumbing for washing machine.Bathroom - Beige suite with shower over bath.Bedroom - 10' x 10' Telephone point, window.Summary & Exclusions:- Rent Amount: £475.00 per month (£109.62 per week)- Deposit / Bond: £500.00- 1 Bedrooms- 1 Bathrooms- Property comes unfurnished- Available to move in from 18 January, 2019- Minimum tenancy term is 6 months- Maximum number of tenants is 2- DSS enquiries welcome- Students welcome to enquire- No Pets, sorry- No Smokers- Not Suitable for Families / Children- Bills not included- Property has parking- No Garden Access- EPC Rating: DIf calling, please quote reference: 486264Fees:You will not be charged any admin fees.Referencing for tenants only costs £20 each, if requested by the landlord for this property.** Contact today to book a viewing and have the landlord show you round! **Request Details form responded to 24/7, with phone bookings available 9am-9pm, 7 days a week.OpenRent endeavours to make all property particulars as accurate and reliable as possible, however if you require any further clarification or information please contact us. When applying for a tenancy using the Rent Now process, you will be required to pay one month's rent and any deposit before moving in. This will be paid to OpenRent and released to the landlord once you have moved in. With OpenRent there are no administration fees to pay, although you may need to pay £20 per tenant to cover the cost of referencing if required by the landlord.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-31\",\n            \"date_removed\": \"2019-01-03\",\n            \"property_features\": [\n                \"unfurnished\",\n                \"garden\",\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": 3,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.519878,\n                        50.474913\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Openrent\",\n            \"agent_url\": \"\",\n            \"agent_address\": \"39 Great Windmill St, West End, London W1D 7LX, UK\",\n            \"agent_phone_number\": \"\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-31\",\n                    \"price\": 475,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-04-22\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-09-06\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"3d4f1ec0fbc35d91207e4e1e19722ee9\",\n            \"gid\": \"100041186351\",\n            \"address\": \"Holme Court Lower Warberry Road Torquay\",\n            \"postcode\": \"tq11qr\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 775,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"This generous sized apartment is offered on a unfurnished basis having been redecorated throughout. With a modern kitchen and bathoom, the apartment also boasts two double bedrooms , a spacious lounge/diner all enhanced with a beautifully maintained communal garden and swimming pool.A must view property.Landlord seeks quiet professional person/couple.AGENTS NOTE# All applicants must be successfully referenced and credit checked before a tenancy begins. A Good Faith Deposit will be required before we can proceed.# Additional fees may apply on signing a Tenancy Agreement.# Guarantors may be required in certain circumstances. Fees may apply# Measurements (if any) are approximate and are for guide only# Any appliances or services to the property have not been tested by us and are assumed as working# Any description is for guide only and does not form any part of contractTENANTSAre you looking for a property but have had no luck in finding the right one or you find it too late.? Why not give us a call and register your details with us so we can let you know about new properties before they appear on the internet for a better chance of finding that dream home.!!LANDLORDSAre you looking for a great value and reliable service.? We can offer a wide range of services suited to your needs.!Call us for a NO OBLIGATION - FREE market appraisal today on 01803 214275\",\n            \"size\": 861,\n            \"date_appeared\": \"2018-12-31\",\n            \"date_removed\": \"2019-04-03\",\n            \"property_features\": [\n                \"unfurnished\",\n                \"garden\",\n                \"modern\",\n                \"swimming pool\"\n            ],\n            \"days_on_market\": 93,\n            \"images\": [\n                \"https://images.realyse.com/e7a4ad7cd67a6f38/e7a4a.JPG\",\n                \"https://images.realyse.com/f42ef58018057cba/f42ef.jpg\",\n                \"https://images.realyse.com/cf59f58e48e28c91/cf59f.jpg\",\n                \"https://images.realyse.com/b22705cd127279bb/b2270.jpg\",\n                \"https://images.realyse.com/9df802f373cb0086/9df80.jpg\",\n                \"https://images.realyse.com/67fe854445773210/67fe8.JPG\",\n                \"https://images.realyse.com/4b1ce4cfc6dc6ab7/4b1ce.jpg\",\n                \"https://images.realyse.com/5679f7430b74ee3a/5679f.jpg\",\n                \"https://images.realyse.com/d904b5bbc5b037af/d904b.JPG\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.514328,\n                        50.4657\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Miller Countrywide\",\n            \"agent_url\": \"http://www.millercountrywide.co.uk/forsaleoffice/torquay/1115/?referrer=GooglePlaces&utm_source=gmb\",\n            \"agent_address\": \"109 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 640259\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-31\",\n                    \"price\": 775,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-11-15\",\n                    \"price\": 675,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-03-15\",\n                    \"price\": 775,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"476eeea776be03a8f3585ec16e07bed4\",\n            \"gid\": \"10002990931\",\n            \"address\": \"Kents Road Torquay\",\n            \"postcode\": \"tq12nl\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 525,\n            \"bedrooms\": 1,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"A spacious and classic Victorian one bedroom apartment in the sought after Wellswood location. This property features a part furnished lounge area with a good sized kitchen fitted with appliances. There is parking at the front of the property and has Gas Central Heating. The bedroom is very spacious and features doors which can open up the whole apartment. A must see property in a great location with lots of local shops and amenities. Sorry, no pets or DSS. Available mid-January\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-31\",\n            \"date_removed\": \"2019-01-03\",\n            \"property_features\": [\n                \"victorian\",\n                \"parking\"\n            ],\n            \"days_on_market\": 3,\n            \"images\": [\n                \"https://images.realyse.com/e1e9823f06b522ac/e1e98.JPG\",\n                \"https://images.realyse.com/d5810d5a69458347/d5810.JPG\",\n                \"https://images.realyse.com/63806a6fc474c6e1/63806.JPG\",\n                \"https://images.realyse.com/828e1f4a0d6319fc/828e1.jpg\",\n                \"https://images.realyse.com/603892e90cbc6f25/60389.JPG\",\n                \"https://images.realyse.com/bc95f47d1a33a342/bc95f.JPG\",\n                \"https://images.realyse.com/c282d03c59f51c11/c282d.JPG\",\n                \"https://images.realyse.com/ecd3d116a5f7d769/ecd3d.JPG\",\n                \"https://images.realyse.com/b6af31f98fdab7ed/b6af3.JPG\",\n                \"https://images.realyse.com/d05aaf3c5cd0dfe6/d05aa.JPG\",\n                \"https://images.realyse.com/9d51d272659d5be7/9d51d.JPG\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.505604,\n                        50.466083\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Northwood\",\n            \"agent_url\": \"http://www.northwooduk.com/branches/exeter-estate-agents\",\n            \"agent_address\": \"85 South St, Exeter EX1 1EQ, UK\",\n            \"agent_phone_number\": \"01392 435130\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-31\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-12-10\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-10-15\",\n                    \"price\": 700,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-09-11\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"56480a27ff42bcfc9ab87a66e60e069a\",\n            \"gid\": \"100040551129\",\n            \"address\": \"Newton Road Torquay\",\n            \"postcode\": \"tq27ab\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 950,\n            \"bedrooms\": 3,\n            \"bathrooms\": 1,\n            \"property_type\": \"S\",\n            \"description\": \"Set back from the road behind extensive parking, this mature semi-detached house affords generous living space whilst being tastefully presented throughout and also boasting a newly fitted kitchen.The property is conveniently placed for a comprehensive range of facilities and amenities which include The Willows shopping district, Torbay Hospital and a selection of highly regarded schools, whilst easy access can be gained onto the A380 and Torquay's new link road for those who commute to the regional cities of Exeter, Plymouth or beyond. Equally, following the Newton Road onto Avenue Road and Kings Drive you arrive at Torquay's striking sea front, Torre Abbey Sands and Gardens.Regret no smokers or hb.Reception hall Radiator, smoke detector and under stairs storage cupboard. Doors lead to separate rooms.Sitting room 14' 7\\\" x 11' 4\\\" (4.45m x 3.46m) Radiator, telephone point, television point and double glazed bay window to the front elevation.Kitchen Newly fitted and comprising matching base units, drawers and wall mounted cabinets. Roll edge working surfaces with inset one and a half bowl stainless steel sink unit with chrome mixer tap and single drainer. Fitted oven with four ring gas hob and extractor hood over. Under counter fridge/freezer, radiator and breakfast bar.Inner hallway with built in storage cupboards and radiator.Dining room 13' 8\\\" x 7' 9\\\" (4.17m x 2.38m) Dual aspect room with double glazed windows to the side and rear elevation, two radiators and PVCu double glazed door which gives direct access to the rear garden.Utility room Provisions for an automatic washing machine and storage.Cloakroom Close coupled W.C., wash hand basin, electric heater, extractor fan and obscure window.From the reception hall stairs rise to the:-first floor landing Smoke detector and doors leading to separate rooms.Bedroom 1 14' 7\\\" x 10' 11\\\" (4.45m x 3.35m) Radiator and double glazed bay window to the front elevation.Bedroom 2 12' 6\\\" x 10' 11\\\" (3.82m x 3.35m) Radiator, built in storage cupboard with shelving, feature fireplace and double glazed window to the rear elevation.Bedroom 3 8' 8\\\" x 6' 3\\\" (2.66m x 1.93m) Radiator and double glazed window to the front elevation.Bathroom Suite comprising of panelled bath with electric shower over, pedestal wash hand basin and close coupled W.C. Extractor fan and obscure double glazed window.Rear garden Mainly laid to gravel with fenced boundaries for ease of maintenance. Side access to the front of the property.Driveway Parking for 4/5 vehicles to the front of the property.Council tax band tbcdeposit £1,300costs Application/Referencing Fees £90 per adult (Guarantor £60). Administration Fee £120 (including Preparation of Tenancy Agreement, Payment toward the Professional Inventory Compilation & Check-In Procedure). All fees are inclusive of VAT.Directions Sat nav: TQ2 7AB. From our office in St Marychurch travel down Manor Road to the traffic lights and turn right into Westhill Road. Follow the road down to the mini roundabouts and turn left then right into Hele Road, travel up the road to the large roundabout and carry on straight across following Hele Road to the traffic lights. Carry on towards the hospital and bear right into the old Newton Road and the property can be found on your left hand side.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-02-04\",\n            \"property_features\": [\n                \"fireplace\",\n                \"garden\",\n                \"parking\",\n                \"reception\",\n                \"cloakroom\"\n            ],\n            \"days_on_market\": 42,\n            \"images\": [\n                \"https://images.realyse.com/1ea0f21c9f9eb931/1ea0f.jpg\",\n                \"https://images.realyse.com/ed17e6d671d80ef2/ed17e.jpg\",\n                \"https://images.realyse.com/7f29368f874ef00d/7f293.jpg\",\n                \"https://images.realyse.com/a9560b5a0973fd8d/a9560.jpg\",\n                \"https://images.realyse.com/7d6e13ccf73356a5/7d6e1.jpg\",\n                \"https://images.realyse.com/ed33036afc8ccc25/ed330.jpg\",\n                \"https://images.realyse.com/bdce423c968fee5e/bdce4.jpg\",\n                \"https://images.realyse.com/1fe1e0bafa57d274/1fe1e.jpg\",\n                \"https://images.realyse.com/2c5f3de81456ac19/2c5f3.jpg\",\n                \"https://images.realyse.com/004a0ae646ae5570/004a0.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/7af34745a7bc8278/7af34\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.551341,\n                        50.483302\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"John Lake Estate Agents Torquay\",\n            \"agent_url\": \"https://www.johnlake.co.uk/\",\n            \"agent_address\": \"The Old Town Hall, Manor Rd, Torquay TQ1 3JS, UK\",\n            \"agent_phone_number\": \"01803 328899\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 950,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-10-15\",\n                    \"price\": 850,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-03-11\",\n                    \"price\": 795,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-10-03\",\n                    \"price\": 720,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"af23a38b9649c374326d440cca457a82\",\n            \"gid\": \"100040541738\",\n            \"address\": \"Penlea Cricketfield Road Torquay\",\n            \"postcode\": \"tq27np\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 695,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Reference fee £120.00 per person & contract fee £120.00A very well presented two bedroom first floor flat, close to local schools and bus links. This property has gas fired central heating, double glazing, newly decorated throughout, new carpets and own parking space. Deposit £750 and Council Tax Band B.Landing/hallway – Large area leading into.Lounge – 14’ x 11’ approx. A good sized lounge area, television and telephone points, feature mantelpiece with windows overlooking driveway.Bedroom 1 – 13’ x 11’ Fitted with large coloured wardrobe and a range of cupboards and dressing table.Bedroom 2 – 13’ x 8’ approx.Bathroom – Partly tiled and fitted with a modern white suite and separate shower cubicle.Utility Room – A variety of wooden base and wall units, vinyl flooring with washing machine and tumble dryer supplied.Kitchen – 13’ x 12’ – A large kitchen with wooden dining table and six chairs, breakfast bar with two stools and television point, fridge freezer, dishwasher and new electric cooker and hood.Conditions - Rent payable monthly in advance. Benefit recipients will be considered subject to references and suitable guarantor. No pets or smokers.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-01-17\",\n            \"property_features\": [\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": 24,\n            \"images\": [\n                \"https://images.realyse.com/82f72f9f321bca79/82f72.jpg\",\n                \"https://images.realyse.com/5d6775ed95ec7bf2/5d677.jpg\",\n                \"https://images.realyse.com/2384f9551085942c/2384f.jpg\",\n                \"https://images.realyse.com/f102c932bd169efd/f102c.jpg\",\n                \"https://images.realyse.com/2c83aba11002b296/2c83a.jpg\",\n                \"https://images.realyse.com/fc6dc18d94f8ac1d/fc6dc.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.542974,\n                        50.477846\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"St Marychurch Rent Agency\",\n            \"agent_url\": \"http://www.tqrent.com/\",\n            \"agent_address\": \"24 Manor Rd, Torquay TQ1 3JX, UK\",\n            \"agent_phone_number\": \"01803 316126\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 695,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-07-15\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-07-14\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-01-22\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"a666bddaf2192e67644b2a84b375cbde\",\n            \"gid\": \"100040537656\",\n            \"address\": \"Birds Haven Avenue Road Torquay\",\n            \"postcode\": \"tq25ls\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 825,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"D\",\n            \"description\": \"* One weeks free rent *This two bedroom house situated at the end of this private road set in this exclusive development complete with its own woodland area which makes for great walks, and being within easy reach of Torquay Town Centre, you are never too far away to meet friends for drinks!Internally the property comprises of porch entrance leading through in to an open plan lounge/ kitchen diner with sliding patio doors to paved low maintenance rear garden. The kitchen area comprises of modern shaker style fitted units complete with hob and electric oven. The property further benefits from having two double bedrooms both with fitted storage cupboards complete with clothes hanging rails, bathroom with shower over bath, separate utility room with plumbing for washing machine. Night Storage heating.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-04-26\",\n            \"property_features\": [\n                \"patio\",\n                \"garden\",\n                \"modern\"\n            ],\n            \"days_on_market\": 123,\n            \"images\": [\n                \"https://images.realyse.com/112acea6c8074f06/112ac.jpg\",\n                \"https://images.realyse.com/6aa0b979aa3fd345/6aa0b.jpg\",\n                \"https://images.realyse.com/3e0ca148d29f008c/3e0ca.jpg\",\n                \"https://images.realyse.com/d5345f92afec7a40/d5345.jpg\",\n                \"https://images.realyse.com/9a73ff24fb3b19ff/9a73f.jpg\",\n                \"https://images.realyse.com/1f882ae29368574b/1f882.jpg\",\n                \"https://images.realyse.com/cce5275bb24d1033/cce52.jpg\",\n                \"https://images.realyse.com/abdfab8a796a9a10/abdfa.jpg\",\n                \"https://images.realyse.com/e87a11636dd70ca1/e87a1.jpg\",\n                \"https://images.realyse.com/3e39941e40c93065/3e399.jpg\",\n                \"https://images.realyse.com/561f1ef7750e5863/561f1.jpg\",\n                \"https://images.realyse.com/6eec8ed1e09028b2/6eec8.jpg\",\n                \"https://images.realyse.com/619f966fe538eb75/619f9.jpg\",\n                \"https://images.realyse.com/dba35cb048180bd7/dba35.jpg\",\n                \"https://images.realyse.com/bd288cb58d59f4d4/bd288.jpg\",\n                \"https://images.realyse.com/befb9b5da30f8984/befb9.jpg\",\n                \"https://images.realyse.com/4188523109bd4724/41885.jpg\",\n                \"https://images.realyse.com/427140e0be601fdd/42714.jpg\",\n                \"https://images.realyse.com/4e0b54791d21e4bc/4e0b5.jpg\",\n                \"https://images.realyse.com/3aeef8be36cfc5fe/3aeef.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/0b0f72b269462ba5/0b0f7.JPG\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.548007,\n                        50.470114\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"haart estate agents Torbay\",\n            \"agent_url\": \"https://www.haart.co.uk/branch-finder/torbay/estate-agents-torbay/?utm_source=gmb&utm_medium=organic&utm_campaign=HRT_EA_torbay&referrer=organic_gmb_HRT_EA_torbay\",\n            \"agent_address\": \"130 Union St, Torquay TQ2 5QB, UK\",\n            \"agent_phone_number\": \"01803 200183\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 825,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-10-29\",\n                    \"price\": 850,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"0769a0a41bdd467a3ef664dd7dea87c3\",\n            \"gid\": \"100040557922\",\n            \"address\": \"Little Sutherland Sutherland Road Torquay\",\n            \"postcode\": \"tq11ru\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 550,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Large one bedroom flat located close to the popular Warberry area of Torquay.The property is light and airy and benefits from a large kitchen / diner, garage and communal gardens.The property is suitable for working professionals only and unfortunately pets and benefits cannot be accepted.Did you know you could follow us on Facebook? Search \\\"Torbay Property Management\\\" and like our page for regular updates and information!Information for tenants:Referencing/Admin: £240.00 + £90.00 per additional tenant or guarantor.In order to apply for a property the referencing/admin fees will become payable. Before entering the property the rent and deposit will also become due.All tenants/guarantors will have to be satisfactory referenced and credit checked before a tenancy begins.Descriptions and measurements (if any) are for guide purposes only and do not form part of any contract.Information for landlords:Torbay Property Management are a Local, Independent Letting Agent established in Torbay over 15 years. For a free, no obligation market appraisal or for more information regarding our services call today!\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-03-29\",\n            \"property_features\": [\n                \"garage\"\n            ],\n            \"days_on_market\": 95,\n            \"images\": [\n                \"https://images.realyse.com/607a694b01b3645d/607a6.jpg\",\n                \"https://images.realyse.com/9fc250b0735dc328/9fc25.jpg\",\n                \"https://images.realyse.com/bfd0fbd85ef4e337/bfd0f.jpg\",\n                \"https://images.realyse.com/ec3a52968f410e32/ec3a5.jpg\",\n                \"https://images.realyse.com/8418466403c31a34/84184.jpg\",\n                \"https://images.realyse.com/dcec52b195560866/dcec5.jpg\",\n                \"https://images.realyse.com/d49ea504fd5f7851/d49ea.jpg\",\n                \"https://images.realyse.com/539fc9bb3e7304ad/539fc.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.518336,\n                        50.467261\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Torbay Property Management\",\n            \"agent_url\": \"http://www.tpmtorbay.co.uk/\",\n            \"agent_address\": \"35 Torwood St, Torquay TQ1 1ED, UK\",\n            \"agent_phone_number\": \"01803 295291\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"7807a03ff84fe47c0f38629827386d5d\",\n            \"gid\": \"100040560314\",\n            \"address\": \"Victoria Road Torquay\",\n            \"postcode\": \"tq11hy\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 575,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"This upper floor flat has been newly updated with new carpets and fresh decoration throughout. It is situated in the popular residential area of Ellacombe close to local shops, schools, bus routes and a short walk to Torquay town centre.The property briefly comprises of a fitted kitchen, an open and bright lounge with decorative fireplace, 2 good sized double bedrooms and a brand new modern bathroom. It also benefits from uPVC double glazing, gas central heating and a fixed charge of £50 a month for water. Unfurnished, available now. EPC - DCriteriaNo Pets - Children Yes - No Housing Benefit - No Sharers - No SmokersNotesIn order to qualify for a tenancy without a guarantor the total annual income required between the tenants is a minimum of 30 times the monthly rent. If a guarantor is required the calculation is 36 times the monthly rent. The 1st months rent will need to be paid in advance of which £100 is payable up front as a reservation fee to reserve the property, this is non-refundable should you fail your referencing or pull out from renting the property. There will also be a deposit equivalent to a months rent plus £100. For properties that allow pets the deposit will usually be greater. The tenancy application fee is £150 and referencing fee (Inc. Guarantors) is £100 per applicant which is also non-refundable..Bathroom (2.23m (7'4\\\") x 2.04m (6'8\\\"))Window to rear.Kitchen (4.15m (13'7\\\") max x 2.50m (8'3\\\") max)Window to rear, open plan to:Living Room (4.32m (14'2\\\") max x 3.27m (10'9\\\") max)Fireplace.Bedroom 1 (4.03m (13'3\\\") max x 3.61m (11'10\\\") max including alcove plus 0.15m (0'6\\\") x 0.15m (0'6\\\"))Window to front, door to:Bedroom 2 (4.03m (13'3\\\") x 2.44m (8'))Window to rear, door to:Hall (3.68m (12'1\\\") x 1.49m (4'11\\\"))\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-01-08\",\n            \"property_features\": [\n                \"unfurnished\",\n                \"fireplace\",\n                \"modern\"\n            ],\n            \"days_on_market\": 15,\n            \"images\": [\n                \"https://images.realyse.com/e014f45268442c2b/e014f.jpg\",\n                \"https://images.realyse.com/ad5e7a1c684ee04d/ad5e7.jpg\",\n                \"https://images.realyse.com/e732bf9977ffc55e/e732b.jpg\",\n                \"https://images.realyse.com/ac64f2323e9d009a/ac64f.jpg\",\n                \"https://images.realyse.com/6a33e78465ac35dd/6a33e.jpg\",\n                \"https://images.realyse.com/4880119a5488e5c2/48801.jpg\",\n                \"https://images.realyse.com/a54c1eed6b5caa1b/a54c1.jpg\",\n                \"https://images.realyse.com/add79f57618e3013/add79.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/e7c0261ca0955e27/e7c02\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.527326,\n                        50.471622\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Absolute Sales & Lettings Ltd\",\n            \"agent_url\": \"http://www.movewithabsolute.co.uk/\",\n            \"agent_address\": \"34 Hyde Rd, Paignton TQ4 5BY, UK\",\n            \"agent_phone_number\": \"01803 890110\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-09-24\",\n                    \"price\": 585,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"ff1025053acd9f4e02899e6677f7e4f4\",\n            \"gid\": \"100040558956\",\n            \"address\": \"Thurlow Road Torquay\",\n            \"postcode\": \"tq13ef\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 565,\n            \"bedrooms\": 1,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"Situated in a popular area of Torquay, this spacious one bedroom apartment is not to be missed and benefits from spacious lounge with sweeping views, kitchen, bathroom and bedroom with wardrobes, two storage cupboards. There are communal gardens and off road parking. Viewing is essential. Er-dDouble glazed front door leading to ...Entrance Hall Storage heater, two deep storage cupboards with shelving. Doors to ...Lounge11'10\\\" x 17'6\\\" (3.6m x 5.33m). Double glazed window to front with sweeping views across Torbay. TV aerial point, coving to ceiling, wooden fire surround, laminate flooring.Kitchen8'6\\\" x 8'2\\\" (2.6m x 2.5m). Range of wall and base units, work surfaces, tiling to splashback and half height, upright fridge/freezer, electric cooker, washing machine, single drainer sink unit with mixer tap. Double glazed window to front with sweeping views of Torbay. Coving to ceiling, vinyl flooring.Bathroom White suite comprising panelled bath with shower on mixers, pedestal wash hand basin with mixer tap and low level WC. UPVC double glazed obscured window to front, towel cabinet, vinyl to flooring, coving to ceiling.Bedroom14'5\\\" x 9'11\\\" (4.4m x 3.02m). Double glazed window to front, storage heater, wardrobes with sliding mirror fronted doors, hanging rail and shelving.Outside There is a wrought iron gate with steps leading to communal garden, which gives access to a small private patio tiled area with outside bin store. There is also off road parking to the property.Council Tax Band AEnergy Efficiency Rating D\",\n            \"size\": 896,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-02-04\",\n            \"property_features\": [\n                \"patio\",\n                \"garden\",\n                \"parking\"\n            ],\n            \"days_on_market\": 42,\n            \"images\": [\n                \"https://images.realyse.com/16deeea4f45fb6e1/16dee.jpg\",\n                \"https://images.realyse.com/c45d39d669043067/c45d3.jpg\",\n                \"https://images.realyse.com/767958187087312a/76795.jpg\",\n                \"https://images.realyse.com/b3832aaaf502f33d/b3832.jpg\",\n                \"https://images.realyse.com/1fe6065727a9d4c0/1fe60.jpg\",\n                \"https://images.realyse.com/1ec6e69b4e84e867/1ec6e.jpg\",\n                \"https://images.realyse.com/0f149f5b1543b33b/0f149.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/a0f858b3c996c50f/a0f85\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.533214,\n                        50.472849\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Bradleys Estate Agents Torquay\",\n            \"agent_url\": \"http://www.bradleys-estate-agents.co.uk/branches/torquay\",\n            \"agent_address\": \"12A Fore St, Torquay TQ1 4NE, UK\",\n            \"agent_phone_number\": \"01803 311622\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 565,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-04-26\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2011-09-23\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"30a353689e402963f3fe4206ac798a3f\",\n            \"gid\": \"10002993002\",\n            \"address\": \"Ronceval Cottage Higher Erith Road Torquay\",\n            \"postcode\": \"tq12nh\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 430,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"One bedroom ground floor flat situated in a well maintained block consisting of open plan lounge/kitchen, double bedroom and shower room.The property benefits from off road allocated parking and communal gardens and water rates are included within the rent.Unfortunately housing benefits and pets cannot be accepted.Did you know you could follow us on Facebook? Search \\\"Torbay Property Management\\\" and like our page for regular updates and information!Information for tenants:Referencing/Admin: £240.00 + £90.00 per additional tenant or guarantor.In order to apply for a property the referencing/admin fees will become payable. Before entering the property the rent and deposit will also become due.All tenants/guarantors will have to be satisfactory referenced and credit checked before a tenancy begins.Descriptions and measurements (if any) are for guide purposes only and do not form part of any contract.Information for landlords:Torbay Property Management are a Local, Independent Letting Agent established in Torbay over 15 years. For a free, no obligation market appraisal or for more information regarding our services call today!\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-03-29\",\n            \"property_features\": [\n                \"parking\"\n            ],\n            \"days_on_market\": 95,\n            \"images\": [\n                \"https://images.realyse.com/065935f23e0751f3/06593.jpg\",\n                \"https://images.realyse.com/486e59b0a6a111c5/486e5.jpg\",\n                \"https://images.realyse.com/db00ae1f7cf22fdc/db00a.jpg\",\n                \"https://images.realyse.com/0643438888cd7daa/06434.jpg\",\n                \"https://images.realyse.com/a41d8cc294b7e6ea/a41d8.jpg\",\n                \"https://images.realyse.com/c5ec1006b71449ab/c5ec1.jpg\",\n                \"https://images.realyse.com/ada7636fab4828f2/ada76.jpg\",\n                \"https://images.realyse.com/5ebc7d01a7d28b43/5ebc7.jpg\",\n                \"https://images.realyse.com/c14d4f0b23cdf770/c14d4.jpg\",\n                \"https://images.realyse.com/ada7636fab4828f2/ada76\",\n                \"https://images.realyse.com/ebe4803b1d181d95/ebe48.jpg\",\n                \"https://images.realyse.com/d90a5624a2212961/d90a5.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.507104,\n                        50.464997\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Torbay Property Management\",\n            \"agent_url\": \"http://www.tpmtorbay.co.uk/\",\n            \"agent_address\": \"35 Torwood St, Torquay TQ1 1ED, UK\",\n            \"agent_phone_number\": \"01803 295291\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 430,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"7e2fb4db61f55475733e6c4fe619148e\",\n            \"gid\": \"100040546129\",\n            \"address\": \"Higher Audley Avenue Torquay\",\n            \"postcode\": \"tq27pg\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 1000,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"Offered to the market, this lovely family property has lounge/dining room, modern kitchen, utility downstairs shower room and breakfast room. To the first floor are three bedrooms and shower room. There is a further attic room which could be used as a bedroom. There is off road parking, low maintenance garden, pool and hot tub. Viewing is a must. Unfurnished. Er-duPVC double glazed front door leading to ...Entrance Hall Radiator, stairs to first floor landing, uPVC double glazed window to side, understairs storage cupboard, laminate wood effect flooring. Leading to open plan lounge/diner, telephone point.Lounge11' x 12' (3.35m x 3.66m). Laminate wood effect flooring, uPVC double glazed window to front, TV aerial point, feature wooden fire surround with marble effect hearth.Dining Area9'1\\\" x 8' (2.77m x 2.44m). Wood effect laminate flooring, radiator, sliding doors to ...Kitchen16' x 7' (4.88m x 2.13m). Range of wall and base units with under lighting, roll top work surfaces, tiling to splashbacks, single drainer stainless steel sink unit with mixer tap, space for fridge/freezer, space and plumbing for dishwasher. Radiator, tile effect laminate flooring, uPVC double glazed window overlooking the rear garden. Extractor fan, Range cooker with extractor hood, door to utility, archway to ...Breakfast Area Tile effect flooring, uPVC double glazed door giving access to the rear, uPVC double glazed window to rear, chrome effect ladder heater.Utility Room9' x 4' (2.74m x 1.22m). Wall units, roll top work surfaces, space and plumbing for washing machine and tumble dryer, wall mounted boiler. Door to ...Shower Room7' x 2' (2.13m x 0.6m). Low level WC, pedestal wash hand basin with built-in medicine cabinet, corner shower with mains shower, uPVC double glazed window to rear, tiling to walls, heated towel rail, spotlights to ceiling, wood effect vinyl flooring.First Floor Landing Door and stairs to second floor. Doors to ...Bedroom One10' x 12'2\\\" (3.05m x 3.7m). Radiator, double glazed sliding doors opening onto balcony.Balcony7' x 5' (2.13m x 1.52m). Wrought iron balustrade, astro turf, enjoying stunning views of the surrounding area and the sea.Bedroom Two10'1\\\" x 13'1\\\" (3.07m x 3.99m). UPVC double glazed window to front, radiator.Bedroom Three8' x 8' (2.44m x 2.44m). UPVC double glazed window to front, TV aerial point.Shower Room6'6\\\" x 6'6\\\" (1.98m x 1.98m). Low level WC, shower with bifolding glazed doors and shower unit, wash basin set into vanity unit with mixer tap, fully tiled walls, laminate wood effect flooring, double glazed window to rear.Loft Room13' x 14' (3.96m x 4.27m). Velux windows enjoying sea views. Radiator, TV aerial point, built-in wardrobes with hanging rail. Eaves storage.Outside To the front of the property a wrought iron gate and pathway leads to the main accommodation and gravelled fore garden. There is off road parking to the front. To the rear there are steps leading down to an enclosed decked seating area with timber balustrade, a mixture of block built walls and panelled fencing. Hot tub included, artificial grass with storage shed and decked steps leading down to a level lower terrace with artificially grass, swimming pool and shed housing the electrics and filter system and uPVC double glazed window to rear.Swimming Pool28' x 9' (8.53m x 2.74m). Heated pool.Council Tax Band CEnergy Efficiency Rating D\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-01-17\",\n            \"property_features\": [\n                \"unfurnished\",\n                \"balcony\",\n                \"garden\",\n                \"modern\",\n                \"loft\",\n                \"swimming pool\",\n                \"parking\"\n            ],\n            \"days_on_market\": 24,\n            \"images\": [\n                \"https://images.realyse.com/ee7106869c68d55f/ee710\",\n                \"https://images.realyse.com/fa7dbdc2ca482081/fa7db\",\n                \"https://images.realyse.com/3db95871291818f2/3db95\",\n                \"https://images.realyse.com/831c9dc951714d72/831c9\",\n                \"https://images.realyse.com/a34b99dccf5bc156/a34b9\",\n                \"https://images.realyse.com/1a07a92746a370e0/1a07a\",\n                \"https://images.realyse.com/269cde350801f4f0/269cd\",\n                \"https://images.realyse.com/4ff7058ae73847a5/4ff70\",\n                \"https://images.realyse.com/b4f457aa8f521433/b4f45\",\n                \"https://images.realyse.com/10ed9dfb7b0249a6/10ed9\",\n                \"https://images.realyse.com/c56cc62fc650a2df/c56cc\",\n                \"https://images.realyse.com/429f63f3da066599/429f6\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/80d03bacc5d927b1/80d03\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.538046,\n                        50.48016\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Bradleys Estate Agents Torquay\",\n            \"agent_url\": \"http://www.bradleys-estate-agents.co.uk/branches/torquay\",\n            \"agent_address\": \"12A Fore St, Torquay TQ1 4NE, UK\",\n            \"agent_phone_number\": \"01803 311622\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 1000,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"06e22ab1345b2b741ceb312d0d54d2f8\",\n            \"gid\": \"10024004644\",\n            \"address\": \"Brunswick Mews Museum Road Torquay\",\n            \"postcode\": \"tq11dw\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 650,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"A superbly located apartment enjoying panoramic views of the harbour and Torbay. This property features spacious accommodation including 3 double bedrooms (master en-suite). Lounge/Diner opening onto a balcony enjoying fantastic views over the harbour. Re-carpeted throughout in 2018. Available 19th January 2019.\",\n            \"size\": 905,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"en suite\",\n                \"balcony\"\n            ],\n            \"days_on_market\": 1184,\n            \"images\": [\n                \"https://images.realyse.com/dea54564eacf9850/dea54.JPG\",\n                \"https://images.realyse.com/9baf1922fbce0649/9baf1.jpg\",\n                \"https://images.realyse.com/214cfc5b134ffa94/214cf.JPG\",\n                \"https://images.realyse.com/da4d97f9e7fcd52a/da4d9.JPG\",\n                \"https://images.realyse.com/5927324848972ba7/59273.JPG\",\n                \"https://images.realyse.com/3d490805a3765c44/3d490.JPG\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.520714,\n                        50.462739\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Northwood\",\n            \"agent_url\": \"http://www.northwooduk.com/branches/exeter-estate-agents\",\n            \"agent_address\": \"85 South St, Exeter EX1 1EQ, UK\",\n            \"agent_phone_number\": \"01392 435130\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-05-21\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"886fbbaf753202dd2cfd68a860a12c72\",\n            \"gid\": \"200001738139\",\n            \"address\": \"Walliscote St. Lukes Park Torquay\",\n            \"postcode\": \"tq25pe\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 500,\n            \"bedrooms\": 1,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"SummaryA comfortable double bedroom apartment overlooking Torbay with reaching views to Brixham.This property would ideally suit a single working professional, it benefits from having gas central heating, is double glazed and has off street parking.With this property you also get your water and heating included in the rent!Don't wait as this lovely apartment will not stay on the market for long!DescriptionA comfortable double bedroom apartment overlooking Torbay with reaching views to Brixham.This property would ideally suit a single working professional, it benefits from having gas central heating, is double glazed and has off street parking.With this property you also get your water and heating included in the rent!Don't wait as this lovely apartment will not stay on the market for long!As part of our application process, fees will become due for referencing, tenancy agreement administration and an inventory check, these will be charged in addition to the Rent and Deposit that will be payable before the tenancy starts.Please contact our Branch for full details of the fees payable before you make any decision about this property or before you decide to view this property. Our Branch staff can provide you with an explanation of how these fees are calculated, please note that the referencing fees are charged per individual and should a Guarantor be required, this would attract additional referencing fees.While every reasonable effort is made to ensure the accuracy of descriptions and content, we should make you aware of the following guidance or limitations.(1) money laundering regulations – prospective tenants will be asked to produce identification documentation during the referencing process and we would ask for your co-operation in order that there will be no delay in agreeing a tenancy.(2) These particulars do not constitute part or all of an offer or contract.(3) The text, photographs and plans are for guidance only and are not necessarily comprehensive.(4) Measurements: These approximate room sizes are only intended as general guidance. You must verify the dimensions carefully to satisfy yourself of their accuracy.(5) You should make your own enquiries regarding the property, particularly in respect of furnishings to be included/excluded and what parking facilities are available.(6) Before you enter into any tenancy for one of the advertised properties, the condition and contents of the property will normally be set out in a tenancy agreement and inventory. Please make sure you carefully read and agree with the tenancy agreement and any inventory provided before signing these documents.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-24\",\n            \"date_removed\": \"2019-05-24\",\n            \"property_features\": [\n                \"off street parking\",\n                \"parking\"\n            ],\n            \"days_on_market\": 151,\n            \"images\": [\n                \"https://images.realyse.com/761fefda76b757eb/761fe.jpg\",\n                \"https://images.realyse.com/553c4a49e8c8443a/553c4.jpg\",\n                \"https://images.realyse.com/06d53ca737173606/06d53.jpg\",\n                \"https://images.realyse.com/290a6daa425bee59/290a6.jpg\",\n                \"https://images.realyse.com/4a8814d90f6141b1/4a881.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.530501,\n                        50.4639\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-24\",\n                    \"price\": 555,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-10-22\",\n                    \"price\": 570,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-07-23\",\n                    \"price\": 546,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-02-26\",\n                    \"price\": 497,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-01-22\",\n                    \"price\": 519,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-11-06\",\n                    \"price\": 519,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-06-17\",\n                    \"price\": 520,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-03-10\",\n                    \"price\": 572,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"1d5ba9d28d0c37bbe4d91e23aaf20bb7\",\n            \"gid\": \"100040542844\",\n            \"address\": \"Ellacombe Road Torquay\",\n            \"postcode\": \"tq13at\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 400,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Quaint 1 Bedroom property cleverly designed to incorporate original features with modern elegant style. The property is a credit to the landlords who have an eye for interiors and whom have restored all of the original features including original doors, stone skirting boards and cupboards as well as some original marble flooring to the kitchen.The apartment is equipped with a double bedroom with original stone work walls painted in a crisp white; a shower cubicle and WC; a modern and practically designed galley kitchen leading through to a spacious lounge with useful cupboard. The property has been cleverly designed to best make use of the space and really is unique.Set monthly water rates.This property is a must see. There is a small front yard. Available mid January.LoungeWindow to front, open plan to Kitchen, door to Storage cupboard.Bedroom 1 (2.88m (9'6\\\") x 2.58m (8'6\\\"))Door to Storage cupboard, door to:Kitchen (1.95m (6'5\\\") x 1.24m (4'1\\\"))Door to:CriteriaPets : NoChildren : NoHousing Benefit : NoSharers : NoSmokers : NoNotesIn order to qualify for a tenancy without a guarantor the total annual income required between the tenants is a minimum of 30 times the monthly rent. If a guarantor is required the calculation is 36 times the monthly rent. The 1st months rent will need to be paid in advance of which £100 is payable up front as a reservation fee to reserve the property, this is non-refundable should you fail your referencing or pull out from renting the property. There will also be a deposit equivalent to a months rent plus £100. For properties that allow pets the deposit will usually be greater. The tenancy application fee is £150 and referencing fee (Inc. Guarantors) is £100 per applicant which is also non-refundable.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-17\",\n            \"date_removed\": \"2019-02-18\",\n            \"property_features\": [\n                \"modern\"\n            ],\n            \"days_on_market\": 63,\n            \"images\": [\n                \"https://images.realyse.com/79a8e3568ef6a449/79a8e\",\n                \"https://images.realyse.com/341d37c3c4c37771/341d3.jpg\",\n                \"https://images.realyse.com/3956f7d416e8b5e8/3956f\",\n                \"https://images.realyse.com/bceacfcbfa7a1f6b/bceac\",\n                \"https://images.realyse.com/86f681ee2575908f/86f68\",\n                \"https://images.realyse.com/00bdd785dcff832a/00bdd\",\n                \"https://images.realyse.com/c445554dfc45839b/c4455.jpg\",\n                \"https://images.realyse.com/04f4cc7e4e5de0ff/04f4c\",\n                \"https://images.realyse.com/a40a958c5a5ae245/a40a9.jpg\",\n                \"https://images.realyse.com/358c86efb062a88e/358c8.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/d8f89ff02dda0cd7/d8f89\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.527446,\n                        50.47011\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Absolute Sales & Lettings Ltd\",\n            \"agent_url\": \"http://www.movewithabsolute.co.uk/\",\n            \"agent_address\": \"34 Hyde Rd, Paignton TQ4 5BY, UK\",\n            \"agent_phone_number\": \"01803 890110\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-17\",\n                    \"price\": 400,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"41f50d8d4c0c973a3c4d68b12f107fe0\",\n            \"gid\": \"100040557228\",\n            \"address\": \"St. Marychurch Road Torquay\",\n            \"postcode\": \"tq13hg\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 620,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"A purpose built apartment. Comprising of Lounge with a full width balcony, with pleasant viewing over the communal garden, fitted kitchen, two double bedrooms both with built in wardrobes, new bathroom and allocated parking. This property will be available from January and a viewing comes highly recommended. Water rates included!A purpose built apartment. Comprising of Lounge with a full width balcony, with pleasant viewing over the communal garden, fitted kitchen, two double bedrooms both with built in wardrobes, new bathroom and allocated parking. This property will be available from January and a viewing comes highly recommended. The apartment can be accessed on the level and there is also a lift servicing all floors and the car park. The property is situated in the sought after area of St Marychurch Road and is close to local shops, schools and the town centre. The property benefits from having double glazing and the water rates included within the rent!Property Comprises of:Apartment entrance:Enter the apartment via a wooden front door, which leads into the hallwayentrance hallway:Coved ceiling, storage heater, intercom system. Airing cupboard housing hot water tank and shelves for storage.Lounge (12'9\\\" X 10'9\\\"):Wooden framed double glazed window to the side. Wooden framed French doors leading out onto the balcony area, which has wrought iron banister with lighting and views over the front communal gardens.Kitchen (7'7\\\" X 9'4\\\"):Fitted with a range of white wall and base units with roll edge work surface. Matching display cabinets. Integrated electric hob and oven. Space for fridge freezer and washing machine.Bedroom one (9'3\\\" X 8'1\\\"):Double glazed window to the front with built in double wardrobe with sliding doors.Bedroom two (10'8\\\" X 8'2\\\"):Double glazed window to the side with built in wardrobes.Bathroom:Brand new bathroom, fitted with a three piece suite comprising of bath with shower over, wash hand basin and WC.Outside:There are communal gardens to the front that are mainly laid to lawn with paths and various bushes and shrubs. Allocated parking at rear with further on-street parking available.Garage can be rented with this property at an additional £50PCM bringing total rent to £670garage (19'2\\\" X 8'4\\\"):Up and over door. Power & LightThis property should be viewed early to avoid disappointment! No pets, benefits or smokers.The friendliest of welcomes awaits you in the English Riviera, South Devons Beautiful Bay. Surrounded by the most stunning coast and countryside, the towns of Torquay, Paignton and Brixham offer fantastic all year round rental accommodation for everyone.As one of the countries most popular destinations, theres no shortage of rental accommodation to suit all tastes and budgets ranging from one bedroom apartments to to charming 5 bedroom Houses.Agents note:# All applicants must be successfully referenced and credit checked before a tenancy begins# Guarantors may be required in certain circumstances# Measurements (if any) are approximate and are for guide only# Any appliances or services to the property have not been tested by us and are assumed as working# Any description is for guide only and does not form any part of contracttenants:Are you looking for a property but have had no luck in finding the right one or you find it too late.? Why not give us a call and register your details with us so we can let you know about new properties before they appear on the internet for a better chance of finding that dream home.!Landlords:Are you looking for a great value and reliable service.? We can offer a wide range of services suited to your needs at a great price.!Call us for a no obligation - free market appraisal today on\",\n            \"size\": 882,\n            \"date_appeared\": \"2018-12-17\",\n            \"date_removed\": \"2019-01-23\",\n            \"property_features\": [\n                \"balcony\",\n                \"garden\",\n                \"garage\",\n                \"parking\",\n                \"lift\"\n            ],\n            \"days_on_market\": 37,\n            \"images\": [\n                \"https://images.realyse.com/fb8c577e771a66af/fb8c5.jpg\",\n                \"https://images.realyse.com/47aca2e5d211b921/47aca.jpg\",\n                \"https://images.realyse.com/a906c073b75e086f/a906c.jpg\",\n                \"https://images.realyse.com/35370ce1d807dcb2/35370.jpg\",\n                \"https://images.realyse.com/9ff03c5eef59b888/9ff03.jpg\",\n                \"https://images.realyse.com/a0ac27a857055e31/a0ac2.jpg\",\n                \"https://images.realyse.com/eda940cf6677a70a/eda94.jpg\",\n                \"https://images.realyse.com/2877849dde5746d8/28778.jpg\",\n                \"https://images.realyse.com/c07e609428b5ec4c/c07e6.jpg\",\n                \"https://images.realyse.com/adc52e95e98cef1e/adc52.jpg\",\n                \"https://images.realyse.com/41eae5e5daf98126/41eae.jpg\",\n                \"https://images.realyse.com/4c18d8a282dd2245/4c18d.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/090411ff5a722b8c/09041\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.530474,\n                        50.475278\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Miller Countrywide\",\n            \"agent_url\": \"http://www.millercountrywide.co.uk/forsaleoffice/torquay/1115/?referrer=GooglePlaces&utm_source=gmb\",\n            \"agent_address\": \"109 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 640259\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-17\",\n                    \"price\": 620,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-08-27\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-07-23\",\n                    \"price\": 625,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"56fd2f2306bec3ceeed698bcca58028e\",\n            \"gid\": \"10093140945\",\n            \"address\": \"Grace Wood Court Petitor Road Torquay\",\n            \"postcode\": \"tq14fs\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 600,\n            \"bedrooms\": 1,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"Located in the heart of St Marychurch within a minutes’ walk to the precinct is modern one bedroom ground floor apartment with private south facing garden. The apartment is in brand new condition with modern kitchen and bathroom. Accommodation comprises; lounge, kitchen, double bedroom and bathroom. Outside is private garden and patio with Level Access into St Marychurch precinct. The property also benefits from gas central heating & uPVC Double glazing. Available nowProperty FeaturesPrivate Patio &GardenDouble BedroomGas Central HeatingDouble GlazingFully fitted KitchenFully tiled bathroomExcellent locationGround FloorProperty InformationPets: NoHousing Benefits: NoSmoking: NoAvailable: NowDeposit: £600Council tax Band: AEPC Rating: CReference and Contract fee: £150 & £50 per additional applicant\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-17\",\n            \"date_removed\": \"2019-01-02\",\n            \"property_features\": [\n                \"patio\",\n                \"garden\",\n                \"modern\"\n            ],\n            \"days_on_market\": 16,\n            \"images\": [\n                \"https://images.realyse.com/fcca84649e022ac7/fcca8.jpg\",\n                \"https://images.realyse.com/7ff4789c7af559f3/7ff47.jpg\",\n                \"https://images.realyse.com/2eeca85250585c7e/2eeca.jpg\",\n                \"https://images.realyse.com/2746cdc085859617/2746c\",\n                \"https://images.realyse.com/3563faa68f1c558d/3563f.jpg\",\n                \"https://images.realyse.com/ed5f243dc2c0c8a3/ed5f2.jpg\",\n                \"https://images.realyse.com/ce750049c7010a7f/ce750.jpg\",\n                \"https://images.realyse.com/2fd5d164b57382f8/2fd5d.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.524129,\n                        50.483941\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"McCarthy & Co\",\n            \"agent_url\": \"http://www.mccarthyestates.com/\",\n            \"agent_address\": \"Tudor House, Fore St, Torquay TQ1 4PR, UK\",\n            \"agent_phone_number\": \"01803 313312\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-17\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-11-05\",\n                    \"price\": 625,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-06-11\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-11-14\",\n                    \"price\": 523,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"73f26befed997421527e54d390686529\",\n            \"gid\": \"100040551659\",\n            \"address\": \"Orchard Road Torquay\",\n            \"postcode\": \"tq27pt\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 675,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"SummaryThis terraced family house is situated within walking distance from local amenities,Accommodation inside comprises of a lounge leading into good sized kitchen, utility room and three piece family bathroom suite, two good sized bedrooms as well as bonus access to the loft room. The property benefits from UPVC double glazing and gas central heating. Unfurnished. Available now. EPC - DPets will be considered on an individual basis with a suitable pet bond in placeDSS top up will be considered on an individual basis with a suitable guarantordescriptionThis terraced family house is situated within walking distance from local amenities,Accommodation inside comprises of a lounge leading into good sized kitchen, utility room and three piece family bathroom suite, two good sized bedrooms as well as bonus access to the loft room. The property benefits from UPVC double glazing and gas central heating. Unfurnished. Available now. EPC - DPets will be considered on an individual basis with a suitable pet bond in placeDSS top up will be considered on an individual basis with a suitable guarantorAs part of our application process, fees will become due for referencing, tenancy agreement administration and an inventory check, these will be charged in addition to the Rent and Deposit that will be payable before the tenancy starts.Please contact our Branch for full details of the fees payable before you make any decision about this property or before you decide to view this property. Our Branch staff can provide you with an explanation of how these fees are calculated, please note that the referencing fees are charged per individual and should a Guarantor be required, this would attract additional referencing fees.While every reasonable effort is made to ensure the accuracy of descriptions and content, we should make you aware of the following guidance or limitations.(1) money laundering regulations – prospective tenants will be asked to produce identification documentation during the referencing process and we would ask for your co-operation in order that there will be no delay in agreeing a tenancy.(2) These particulars do not constitute part or all of an offer or contract.(3) The text, photographs and plans are for guidance only and are not necessarily comprehensive.(4) Measurements: These approximate room sizes are only intended as general guidance. You must verify the dimensions carefully to satisfy yourself of their accuracy.(5) You should make your own enquiries regarding the property, particularly in respect of furnishings to be included/excluded and what parking facilities are available.(6) Before you enter into any tenancy for one of the advertised properties, the condition and contents of the property will normally be set out in a tenancy agreement and inventory. Please make sure you carefully read and agree with the tenancy agreement and any inventory provided before signing these documents.\",\n            \"size\": 678,\n            \"date_appeared\": \"2018-12-17\",\n            \"date_removed\": \"2019-02-08\",\n            \"property_features\": [\n                \"unfurnished\",\n                \"loft\",\n                \"parking\"\n            ],\n            \"days_on_market\": 53,\n            \"images\": [\n                \"https://images.realyse.com/b48a3f5892698771/b48a3.jpg\",\n                \"https://images.realyse.com/ff9a5805d0656fed/ff9a5.jpg\",\n                \"https://images.realyse.com/c2b7a339e590e3d6/c2b7a.jpg\",\n                \"https://images.realyse.com/70388dcfeb28a872/70388.jpg\",\n                \"https://images.realyse.com/bec58b73d736b150/bec58.jpg\",\n                \"https://images.realyse.com/0225865687174eec/02258.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.539285,\n                        50.484479\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-17\",\n                    \"price\": 675,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"4c7648d09662f35cde66700e37c1de5b\",\n            \"gid\": \"100040549843\",\n            \"address\": \"Market Street Torquay\",\n            \"postcode\": \"tq13aw\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 555,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"A 2 bedroom first floor flat in Market Street. Close to town, schools and local amenities.Benefits accepted, unfortunately no pets, children accepted.Crisis support/dhp funding accepted for rent in advance and Torbay Bond scheme considered for deposit.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-17\",\n            \"date_removed\": \"2019-02-11\",\n            \"property_features\": [],\n            \"days_on_market\": 56,\n            \"images\": [\n                \"https://images.realyse.com/496efd80c63f1b80/496ef.jpg\",\n                \"https://images.realyse.com/813b564eb3762c04/813b5.jpg\",\n                \"https://images.realyse.com/afcdf9815a77fabe/afcdf.jpg\",\n                \"https://images.realyse.com/cfad6f49aabd45eb/cfad6.jpg\",\n                \"https://images.realyse.com/c7b9fc5c576b8e00/c7b9f.jpg\",\n                \"https://images.realyse.com/ed312bc2b01b3554/ed312.jpg\",\n                \"https://images.realyse.com/cc0677ce1e830f18/cc067.jpg\",\n                \"https://images.realyse.com/72350fdeef8fd30e/72350.jpg\",\n                \"https://images.realyse.com/cad176a988270ae1/cad17.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.527834,\n                        50.468594\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"First Bay Sales & Lettings\",\n            \"agent_url\": null,\n            \"agent_address\": \"123 Union Street, Torquay, TQ3 3DW\",\n            \"agent_phone_number\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-12-17\",\n                    \"price\": 555,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-08-06\",\n                    \"price\": 590,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-03-12\",\n                    \"price\": 554,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-01-22\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-11-03\",\n                    \"price\": 554,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-03-10\",\n                    \"price\": 555,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-08-23\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-05-03\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        }\n    ],\n    \"total_count\": 1136,\n    \"page_total\": 20\n}"},{"id":"13707cea-eeb1-40ec-b455-1c3fe661cfa8","name":"search (Asking Prices - Sales)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"date_from\":\"2018-01-01\",\n    \"date_to\":\"2018-12-31\",\n    \"indicator_category\":\"askingPrice\",\n    \"indicator_range_value\":[1,500000000],\n    \"property_type\":null,\n    \"property_features\":null,\n    \"bedrooms\":null,\n    \"data_source\":\"STANDARD\",\n    \"limit\":20,\n    \"offset\":0\n}"},"url":"{{url}}/v2/comparables/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:55:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"33e0e7bd5fe92a1ef69845b2059dca80\",\n            \"gid\": \"100040539888\",\n            \"address\": \"Shelton Bronshill Road Torquay\",\n            \"postcode\": \"tq13ha\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 340000,\n            \"bedrooms\": 4,\n            \"bathrooms\": null,\n            \"property_type\": \"S\",\n            \"description\": \"***CALL RIDGEWATER ON[use Contact Agent Button] TO BOOK A VIEWING ***This is a well presented immaculate four bedroom semi detached family home with a double garage in a sort after area close to St Marychurch & Babbacombe. It is close to local bus routes and schools and has gas central heating throughout.Downstairs consists of a front porch opening into a wide hallway with a beautiful staircase to the left. Two large reception rooms run off the hallway both with ornate fireplaces and lovely light wooden floors. The large kitchen dining area is at the rear opening to the rear outdoor flat grassed and patio area. The property also has a downstairs WC. The double garage is at rear of property.Reception 1/Lounge: 16'.17 x 13'.39This is a large comfortable family area with lovely ornate fireplace.It has lovely light wooden floors.Reception 2/ 2nd lounge: 12'.47 x 14'.11This rooms run offs the kitchen and dinning room and it located at the rear of the property making this a great family socialising room.Kitchen/Dining: 21'.49 x 12'.07The modern kitchen is well equiped with large dining area running off it which opens to the rear outdoor area. The kitchen has plenty of cupboard space, with room for fridge freezer and dishwasher. The dining area is an excellent area for entertaining and family dinners.Upstairs has 4 bedrooms, 3 of which are large doubles all with build in wardrobes, and a large family bathroom.Bedroom 1: 16'.27 x 13'.39This is a large double bedroom with built in wardrobe, facing the front of the property with a bay window.Bedroom 2: 14'.34 x 11'.09This is a large double bedroom with build in wardrobes neutrally decorated and located at the rear of the property.Bedroom 3: 12'.3 x 9.91This is a large double bedroom with built in wardrobes with wooden flooring and neutral decor throughout and located at the rear of the property.Bedroom 4: 7.87 x 7.87This is a smaller single bedroom or could be used as a dressing room as it is next to the large double bedroom. This room is located at the front of the property.Family Bathroom:The bathroom has a large doubleshower, WCThere is also a seperate WC downstairsOutside area:The outside area opens up from the kitchen. It is a grassed level enclosed area with a patio area for outdoor dining which leads to double garage and a coal shed.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-28\",\n            \"date_removed\": \"2019-04-16\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"patio\",\n                \"fireplace\",\n                \"modern\",\n                \"garage\",\n                \"reception\"\n            ],\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 109,\n            \"images\": [\n                \"https://images.realyse.com/896da964cfe7b8d6/896da.jpg\",\n                \"https://images.realyse.com/59196a28dee496c6/59196.jpg\",\n                \"https://images.realyse.com/63ccd2ab5dbc0eeb/63ccd.jpg\",\n                \"https://images.realyse.com/9ca4aa09670b25d2/9ca4a.jpg\",\n                \"https://images.realyse.com/79ab9e0624fa44ca/79ab9.jpg\",\n                \"https://images.realyse.com/b20e5273dafdb1b8/b20e5.jpg\",\n                \"https://images.realyse.com/e100ad1da213711c/e100a.jpg\",\n                \"https://images.realyse.com/d61ded71c935c0db/d61de.jpg\",\n                \"https://images.realyse.com/6cf1384c7ee07caa/6cf13.jpg\",\n                \"https://images.realyse.com/4dcfc53fd360b3de/4dcfc.jpg\",\n                \"https://images.realyse.com/3aa8732de60eae65/3aa87.jpg\",\n                \"https://images.realyse.com/358426a818a59987/35842.jpg\",\n                \"https://images.realyse.com/4c60134e8ee582ab/4c601.jpg\",\n                \"https://images.realyse.com/9cfb6509ca43e0e4/9cfb6.jpg\",\n                \"https://images.realyse.com/e255f46d413a68aa/e255f.jpg\",\n                \"https://images.realyse.com/58044413a7a0f5b7/58044.jpg\",\n                \"https://images.realyse.com/9348ad312a50f40d/9348a.jpg\",\n                \"https://images.realyse.com/8e3a322ba6ece70f/8e3a3.jpg\",\n                \"https://images.realyse.com/3cd145e9172ac07c/3cd14.jpg\",\n                \"https://images.realyse.com/095acf4b396d57f7/095ac.jpg\",\n                \"https://images.realyse.com/46e9a185c41f850a/46e9a.jpg\",\n                \"https://images.realyse.com/2adb2f885dc69cc7/2adb2.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52445,\n                        50.474998\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Ridgewater Sales and Lettings\",\n            \"agent_url\": \"http://www.ridgewater.co.uk/\",\n            \"agent_address\": \"38 Fore St, Torquay TQ1 4LX, UK\",\n            \"agent_phone_number\": \"01803 313577\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"3b00a6fac3932dd892650ade48845262\",\n            \"gid\": \"100041189272\",\n            \"address\": \"Brunswick Terrace Torquay\",\n            \"postcode\": \"tq14ae\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 100000,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"SUMMARYOffering it's own private garden and a 6% yield is this two bedroom maisonette close to Town. Set over 2 levels, the home comprises, kitchen,bathroom, lounge and two bedrooms. The property also comes with double glazing throughout and gas central heating.DESCRIPTIONOffering it's own private garden and a 6% yield is this two bedroom maisonette close to Town. Set over 2 levels, the home comprises, kitchen,bathroom, lounge and two bedrooms. The property also comes with double glazing throughout and gas central heating.Entrance HallDouble glazed door to front, single panelled radiator and stairs to first floor.First Floor Lounge 14' 5\\\" max x 10' 6\\\" max ( 4.39m max x 3.20m max )This room has a double glazed window overlooking the rear, single panelled radiator and TV point.First Floor Bedroom 1 14' 8\\\" max x 7' 3\\\" max ( 4.47m max x 2.21m max )Bedroom one consists of a double glazed window overlooking the front, single panelled radiator and telephone and TV points.First Floor Bedroom 2 9' 4\\\" max x 6' max ( 2.84m max x 1.83m max )Bedroom two comprises a double glazed window overlooking the front of the property, single panelled radiator and built in cupboards.Ground Floor Kitchen 14' 1\\\" max x 7' 6\\\" max ( 4.29m max x 2.29m max )Fitted kitchen with wall and base units, double glazed window overlooking the front, sink/drainer unit, work surfaces, part tiled, oven with hob and cooker hood over, plumbing for washing machine, space for fridge/freezer, boiler and single panelled radiator.BathroomThe bathroom consists of a single panelled radiator, bath, wash hand basin, extractor fan, WC. This room is part tiled.GardenThe garden has gated access from the lane, a small lawned area and steps up to a decking area which could be perfect for entertaining.Lease details are currently being compiled. For further information please contact the branch. Please note additional fees could be incurred for items such as leasehold packs.1. MONEY LAUNDERING REGULATIONS - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-28\",\n            \"date_removed\": \"2019-06-04\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"garden\",\n                \"maisonette\"\n            ],\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 158,\n            \"images\": [\n                \"https://images.realyse.com/2ca9d8428f99fd70/2ca9d.jpg\",\n                \"https://images.realyse.com/a7932a70b741d282/a7932.jpg\",\n                \"https://images.realyse.com/5839188ede3b3a99/58391.jpg\",\n                \"https://images.realyse.com/38d84cccbf5084fd/38d84.jpg\",\n                \"https://images.realyse.com/a3b9e3c0bf7daf3f/a3b9e.jpg\",\n                \"https://images.realyse.com/14cc5380e38f9268/14cc5.jpg\",\n                \"https://images.realyse.com/ee917193bea67639/ee917.jpg\",\n                \"https://images.realyse.com/b91f6901355d10bd/b91f6.jpg\",\n                \"https://images.realyse.com/92ef0d25b99dbed7/92ef0.jpg\",\n                \"https://images.realyse.com/a9a67732e896ff0c/a9a67.jpg\",\n                \"https://images.realyse.com/0e55b0d3c9e497c3/0e55b.jpg\",\n                \"https://images.realyse.com/232be3cbd8c63fda/232be.jpg\",\n                \"https://images.realyse.com/0f95cba951e20b8f/0f95c.jpg\",\n                \"https://images.realyse.com/1f9b548ccf4d0874/1f9b5.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.537882,\n                        50.471205\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"e1c1d3320b7d839734e23cecb57152b9\",\n            \"gid\": \"100040539882\",\n            \"address\": \"The Moorings Bronshill Road Torquay\",\n            \"postcode\": \"tq13ha\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 340000,\n            \"bedrooms\": 4,\n            \"bathrooms\": 1,\n            \"property_type\": \"S\",\n            \"description\": \"***call Ridgewater on to book A viewing ***This is a well presented immaculate four bedroom semi detached family home with a double garage in a sort after area close to St Marychurch & Babbacombe. It is close to local bus routes and schools and has gas central heating throughout.Downstairs consists of a front porch opening into a wide hallway with a beautiful staircase to the left. Two large reception rooms run off the hallway both with ornate fireplaces and lovely light wooden floors. The large kitchen dining area is at the rear opening to the rear outdoor flat grassed and patio area. The property also has a downstairs WC. The double garage is at rear of property.Reception 1/Lounge: 16'.17 x 13'.39This is a large comfortable family area with lovely ornate fireplace.It has lovely light wooden floors.Reception 2/ 2nd lounge: 12'.47 x 14'.11This rooms run offs the kitchen and dinning room and it located at the rear of the property making this a great family socialising room.Kitchen/Dining: 21'.49 x 12'.07The modern kitchen is well equiped with large dining area running off it which opens to the rear outdoor area. The kitchen has plenty of cupboard space, with room for fridge freezer and dishwasher. The dining area is an excellent area for entertaining and family dinners.Upstairs has 4 bedrooms, 3 of which are large doubles all with build in wardrobes, and a large family bathroom.Bedroom 1: 16'.27 x 13'.39This is a large double bedroom with built in wardrobe, facing the front of the property with a bay window.Bedroom 2: 14'.34 x 11'.09This is a large double bedroom with build in wardrobes neutrally decorated and located at the rear of the property.Bedroom 3: 12'.3 x 9.91This is a large double bedroom with built in wardrobes with wooden flooring and neutral decor throughout and located at the rear of the property.Bedroom 4: 7.87 x 7.87This is a smaller single bedroom or could be used as a dressing room as it is next to the large double bedroom. This room is located at the front of the property.Family Bathroom:The bathroom has a large doubleshower, WCThere is also a seperate WC downstairsOutside area:The outside area opens up from the kitchen. It is a grassed level enclosed area with a patio area for outdoor dining which leads to double garage and a coal shed.\",\n            \"size\": 1442,\n            \"date_appeared\": \"2018-12-28\",\n            \"date_removed\": \"2019-04-16\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"patio\",\n                \"fireplace\",\n                \"modern\",\n                \"garage\",\n                \"reception\"\n            ],\n            \"asking_price_sqft\": 236,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 109,\n            \"images\": [\n                \"https://images.realyse.com/165f852c0e3320a3/165f8.jpg\",\n                \"https://images.realyse.com/3069bdd38a0dadb5/3069b.jpg\",\n                \"https://images.realyse.com/081e545a2bf858ea/081e5.jpg\",\n                \"https://images.realyse.com/2b080cfa8de308d3/2b080.jpg\",\n                \"https://images.realyse.com/1421090ca53750d3/14210.jpg\",\n                \"https://images.realyse.com/31f08e42611ce4bd/31f08.jpg\",\n                \"https://images.realyse.com/d392bef3ae64bb3f/d392b.jpg\",\n                \"https://images.realyse.com/39356e142d04c854/39356.jpg\",\n                \"https://images.realyse.com/37facc6b63539b9d/37fac.jpg\",\n                \"https://images.realyse.com/85309db12a7633c6/85309.jpg\",\n                \"https://images.realyse.com/0bc9a07cbac62e0e/0bc9a.jpg\",\n                \"https://images.realyse.com/f2bd0efb81f1c681/f2bd0.jpg\",\n                \"https://images.realyse.com/c414cf34e2480cb5/c414c.jpg\",\n                \"https://images.realyse.com/3e066ca376b058fb/3e066.jpg\",\n                \"https://images.realyse.com/a33f9cce767b7c3d/a33f9.jpg\",\n                \"https://images.realyse.com/9a4e8f88b682334b/9a4e8.jpg\",\n                \"https://images.realyse.com/8a0f7bd8d2ed3687/8a0f7.jpg\",\n                \"https://images.realyse.com/04e146d499c725bf/04e14.jpg\",\n                \"https://images.realyse.com/51f689cfc967e4e9/51f68.jpg\",\n                \"https://images.realyse.com/9f817ef717332508/9f817.jpg\",\n                \"https://images.realyse.com/e468422704ecd83b/e4684.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.524159,\n                        50.474371\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Ridgewater Sales and Lettings\",\n            \"agent_url\": \"http://www.ridgewater.co.uk/\",\n            \"agent_address\": \"38 Fore St, Torquay TQ1 4LX, UK\",\n            \"agent_phone_number\": \"01803 313577\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"6872f9475bd1668815b9c8e164335edf\",\n            \"gid\": \"10024000953\",\n            \"address\": \"Alexandra Lodge Grafton Road Torquay\",\n            \"postcode\": \"tq11qz\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 137500,\n            \"bedrooms\": 2,\n            \"bathrooms\": 2,\n            \"property_type\": \"F\",\n            \"description\": \"Entrance hall A spacious hallway with space for cupboard or unit. Radiator and doors to:Lounge/diner 14' 11\\\" x 13' 5\\\" (4.559m x 4.106m) Double glazed window, radiator. Door to bedroom 1 and semi open plan to:Kitchen 7' 9\\\" x 6' 8\\\" (2.373m x 2.039m) Fitted with a modern matching range of wall and base mounted units and drawers with roll edge work surface over. 1.5 bowl stainless steel sink unit with mixer tap. Fitted electric oven and hob with cooker hood above. Concealed integrated dishwasher, spaces for fridge and freezer.Bedroom 1 14' 11\\\" x 8' 6\\\" (4.556m x 2.593m) Double glazed window, radiator and door to:En suite Fitted with a modern matching 3 piece white suite comprising of: Shower cubicle with mains shower, low level WC and pedestal wash hand basin with mixer tap. Chromed, ladder style radiator, extractor fan. Inset ceiling spotlights and tiled walls.Bedroom 2 10' 2\\\" x 6' 11\\\" (3.103m x 2.119m) Double glazed window, fitted cupboard and radiator.Bathroom Fitted with a modern matching 3 piece white suite comprising of: Panelled bath with mixer tap and shower attachment, low level WC and pedestal wash hand basin with mixer tap. Chromed ladder style radiator, extractor fan. Double glazed window, inset ceiling spotlights and tiled walls. Cupboard housing the central heating boiler.Utility cupboard Spaces for washing machine and tumble dryer.Outside To the front of the building is a car park with allocated off road parking. The communal gardens are all to the front from where lovely open views can be enjoyed.\",\n            \"size\": 441,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-05-22\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"en suite\",\n                \"modern\",\n                \"parking\"\n            ],\n            \"asking_price_sqft\": 312,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 147,\n            \"images\": [\n                \"https://images.realyse.com/90237e05c4176204/90237.jpg\",\n                \"https://images.realyse.com/2aea3a6aa7505a7b/2aea3.jpg\",\n                \"https://images.realyse.com/145ce54b57c98398/145ce.jpg\",\n                \"https://images.realyse.com/62ba573ce242aaeb/62ba5.jpg\",\n                \"https://images.realyse.com/10c8cf007f462d33/10c8c.jpg\",\n                \"https://images.realyse.com/dd9667830d893cb9/dd966.jpg\",\n                \"https://images.realyse.com/7e1c0a4b182e4a71/7e1c0.jpg\",\n                \"https://images.realyse.com/ba3381dba4141d65/ba338.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/32b57dae8013959f/32b57\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.523324,\n                        50.465487\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Taylors Estate Agents Torquay\",\n            \"agent_url\": \"http://www.taylorsestates.co.uk/\",\n            \"agent_address\": \"117 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 201904\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"0e723ddc92194eb74bd4e09c1036ebd1\",\n            \"gid\": \"100040548519\",\n            \"address\": \"Lower Audley Road Torquay\",\n            \"postcode\": \"tq27pq\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 360000,\n            \"bedrooms\": 4,\n            \"bathrooms\": 1,\n            \"property_type\": \"D\",\n            \"description\": \"SummaryThis is a lovely 4 bedroom detached house that has recently been refurbished throughout. This property benefits 2 en suites, 2 sun terraces, lovely rear outlook, off road parking, brand new rear decking and has a high quality finish throughout.DescriptionThis is a lovely 4 bedroom detached house that has recently been refurbished throughout. This property benefits 2 en suites, 2 sun terraces, lovely rear outlook, off road parking, brand new rear decking and has a high quality finish throughout.Lounge 13' 6\\\" max x 13' 9\\\" max ( 4.11m max x 4.19m max )The lounge has a PVC double glazed bay window overlooking the rear, PVC double glazed door to sun terrace and a single panelled radiator.Kitchen/diner 20' 8\\\" max x 7' 5\\\" max ( 6.30m max x 2.26m max )The kitchen is fitted with wall and base units, sink/drainer unit, granite work surfaces, electric hob with cooker hood above, integrated cooker, dishwasher and fridge/freezer, single panelled radiator and tiled flooring. Double glazed window overlooking the rear and door to sun terrace.Bedroom 1 13' 3\\\" max x 12' 4\\\" max ( 4.04m max x 3.76m max )Bedroom one has a PVC double glazed bay window to the side aspect, single panelled radiator and carpet flooring.Bedroom 2 11' 8\\\" max x 10' max ( 3.56m max x 3.05m max )Bedroom two has a PVC double glazed window overlooking the front, single panelled radiator and carpet flooring.Bedroom 3 12' 8\\\" max x 11' 9\\\" max ( 3.86m max x 3.58m max )Bedroom three has a PVC double glazed window to the side aspect and velux window to the rear, single panelled radiator and carpet flooring.Dressing Area 7' 8\\\" max x 6' 2\\\" max ( 2.34m max x 1.88m max )This area has carpet flooring and access to en suite.En SuiteThe en suite has a heated towel rail, tiled floor, wash hand basin, WC, bath and velux window.Bedroom 4 14' 1\\\" max x 13' 3\\\" max ( 4.29m max x 4.04m max )Bedroom four has PVC double glazed windows to the rear and side aspect, single panelled radiator, carpet flooring, door to garden and access to en suite.En-SuitePVC double glazed window to the rear, heated towel rail, bath with mixer taps and shower over, wash hand basin, WC, fully tiled.Rear GardenThe rear garden is made up of a very large decked area and steps to an additional garden with a lovely outlook.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": null,\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"en suite\",\n                \"garden\",\n                \"refurbished\",\n                \"parking\"\n            ],\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 1182,\n            \"images\": [\n                \"https://images.realyse.com/07b3f4596606a02f/07b3f.jpg\",\n                \"https://images.realyse.com/1674e5980e182466/1674e.jpg\",\n                \"https://images.realyse.com/4430f7807e577566/4430f.jpg\",\n                \"https://images.realyse.com/34ac92905d8f0221/34ac9.jpg\",\n                \"https://images.realyse.com/83d8856ad1f9b8ac/83d88.jpg\",\n                \"https://images.realyse.com/9287628479f28722/92876.jpg\",\n                \"https://images.realyse.com/d7104b2bdb6c8847/d7104.jpg\",\n                \"https://images.realyse.com/c0b4e450432fac06/c0b4e.jpg\",\n                \"https://images.realyse.com/00b5d70e64b7f123/00b5d.jpg\",\n                \"https://images.realyse.com/14658e05734e5afa/14658.jpg\",\n                \"https://images.realyse.com/553da4c736d45c43/553da.jpg\",\n                \"https://images.realyse.com/19a3a1ca32ef4ffe/19a3a.jpg\",\n                \"https://images.realyse.com/15bc48a02ab6ce2d/15bc4.jpg\",\n                \"https://images.realyse.com/147e3d77a5820b82/147e3.jpg\",\n                \"https://images.realyse.com/efe6a582f1f95ae9/efe6a.jpg\",\n                \"https://images.realyse.com/fee64b2ff63915f4/fee64.jpg\",\n                \"https://images.realyse.com/eb66a12d07dfc323/eb66a.jpg\",\n                \"https://images.realyse.com/6e67c3cf4d26902d/6e67c.jpg\",\n                \"https://images.realyse.com/09fde008e081cb92/09fde.jpg\",\n                \"https://images.realyse.com/16601bcc6c40aae1/16601.jpg\",\n                \"https://images.realyse.com/08a3c09973343112/08a3c.jpg\",\n                \"https://images.realyse.com/fd69e4bde2bb819b/fd69e.jpg\",\n                \"https://images.realyse.com/a6d69a32ad3079b5/a6d69.jpg\",\n                \"https://images.realyse.com/5e4de1b53f85dcba/5e4de.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.539599,\n                        50.479375\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"2c8050acba57da2b984e54fd47036c67\",\n            \"gid\": \"100040552826\",\n            \"address\": \"Mary Rose House Perinville Road Torquay\",\n            \"postcode\": \"tq13st\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 230000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"SummaryOpen house - Saturday 5th January 1pm-2pm.Connells are delighted to present this Ground floor flat which benefits, open plan living, private parking and private outside space, huge room sizes, two very large basement rooms and a study. This property is in excellent condition. Viewing recommended.DescriptionOpen house - Saturday 5th January 1pm-2pm.Connells are delighted to present this Ground floor flat which benefits, open plan living, private parking and private outside space, huge room sizes, two very large basement rooms and a study. This property is in excellent condition. Viewing recommended.Entrance HallThe entrance to the property has a door to the basement and single panelled radiator.Open Plan Lounge 21' 5\\\" max x 18' 4\\\" max ( 6.53m max x 5.59m max )The lounge has three PVC double glazed windows to the front aspect, carpet flooring, two single panelled radiators and access to the second hallway.Open Plan Dining Area 11' 7\\\" max x 10' 1\\\" max ( 3.53m max x 3.07m max )The dining area consists of a single panelled radiator, and access to the study room.Study 6' 5\\\" max x 3' 6\\\" max ( 1.96m max x 1.07m max )Open Plan Kitchen 12' 4\\\" max x 9' 5\\\" max ( 3.76m max x 2.87m max )The kitchen is fitted with wall and base units, sink/drainer unit, electric oven with gas hob and cooker hood over, plumbing for washing machine, space for fridge/freezer and single panelled radiator.Bedroom 1 14' 8\\\" max x 12' 3\\\" max ( 4.47m max x 3.73m max )Bedroom one has a PVC double glazed window to the side aspect, built in wardrobes, single panelled radiator and carpet flooring.Bedroom 2 15' 2\\\" max x 12' 1\\\" max ( 4.62m max x 3.68m max )Bedroom two has a PVC double glazed window overlooking the front of the property, built in wardrobes with built in shelf, single panelled radiator and carpet flooring.Basement Room 1 16' 3\\\" max x 8' 7\\\" max ( 4.95m max x 2.62m max )Basement Room 2 21' 8\\\" max x 10' 5\\\" max ( 6.60m max x 3.17m max )BathroomThe bathroom is made up of a bath with mixer taps and shower over, wash hand basin, heated towel rail, extractor fan and WC.Private Outside Space1x Private Parking SpaceLease details are currently being compiled. For further information please contact the branch. Please note additional fees could be incurred for items such as leasehold packs.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": 635,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-01-22\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"parking\",\n                \"basement\"\n            ],\n            \"asking_price_sqft\": 362,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 27,\n            \"images\": [\n                \"https://images.realyse.com/7efe370729c5cebb/7efe3.jpg\",\n                \"https://images.realyse.com/3a3c88a22d230d0c/3a3c8.jpg\",\n                \"https://images.realyse.com/de4e8b9cb16828cb/de4e8.jpg\",\n                \"https://images.realyse.com/971bbc59457522b1/971bb.jpg\",\n                \"https://images.realyse.com/ee18d176a1005478/ee18d.jpg\",\n                \"https://images.realyse.com/c99a63199feaaae4/c99a6.jpg\",\n                \"https://images.realyse.com/d9777966b1b2fb46/d9777.jpg\",\n                \"https://images.realyse.com/25099bb74b82308b/25099.jpg\",\n                \"https://images.realyse.com/3396eb71085ea790/3396e.jpg\",\n                \"https://images.realyse.com/75c3e165ff6ab845/75c3e.jpg\",\n                \"https://images.realyse.com/27c042d1fb2f5eb6/27c04.jpg\",\n                \"https://images.realyse.com/ec5b3d30ccecc77c/ec5b3.jpg\",\n                \"https://images.realyse.com/18f6f6c7084eba71/18f6f.jpg\",\n                \"https://images.realyse.com/91b12ff68dc38ce9/91b12.jpg\",\n                \"https://images.realyse.com/aeb7778d1b4d1cae/aeb77.jpg\",\n                \"https://images.realyse.com/93f8164573c05241/93f81.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.512963,\n                        50.477269\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"c1bc5b67c1564b959fc2418899342895\",\n            \"gid\": \"100040558882\",\n            \"address\": \"Thurlow Court Thurlow Road Torquay\",\n            \"postcode\": \"tq13dz\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 290000,\n            \"bedrooms\": 5,\n            \"bathrooms\": 2,\n            \"property_type\": \"T\",\n            \"description\": \"SummaryConnells are delighted to present this semi detached, period property with 5 bedrooms. This home also offers 3 reception rooms, a driveway providing off road parking and a rear garden. Viewing is recommended.DescriptionConnells are delighted to present this semi detached, period property with 5 bedrooms. This home also offers 3 reception rooms, a driveway providing off road parking and a rear garden. Viewing is recommended.CloakroomThe cloakroom has a WC, wash hand basin and a window to the side aspect.Lounge/diner 26' 3\\\" max x 12' 8\\\" max ( 8.00m max x 3.86m max )This room has double glazed patio doors and a timber sash window to the front and rear aspect, a single panelled radiator, wood flooring, decorative cove to ceiling and high ceilings.Dining Room 14' 1\\\" max x 11' 6\\\" max ( 4.29m max x 3.51m max )Third room has PVC double glazed patio doors and a PVC double glazed window to the front and side aspect, wood flooring, decorative cove to ceiling and high ceilings.Reception Room 11' 3\\\" max x 10' 7\\\" max ( 3.43m max x 3.23m max )This room has 3 timber sash windows to the rear and side aspect, decorative cove to ceiling, wood flooring and high ceilings.Kitchen 11' 3\\\" max x 8' 5\\\" max ( 3.43m max x 2.57m max )The kitchen is fitted with wall and base units, work surfaces, sink/drainer unit, space for oven and fridge/freezer, plumbing for washing machine and a single panelled radiator. This room is tiled and has two doors leading to the garden.Bedroom 1 14' max x 11' 7\\\" max ( 4.27m max x 3.53m max )Bedroom one has a PVC double glazed window overlooking the front, single panelled radiator, carpet flooring, decorative cove to ceiling and high ceilings.Bedroom 2 14' 1\\\" max x 10' 9\\\" max ( 4.29m max x 3.28m max )Bedroom two has PVC double glazed windows to the front and side aspect, single panelled radiator, carpet flooring, decorative cove to ceiling and high ceilings.Bedroom 3 11' 2\\\" max x 10' 4\\\" max ( 3.40m max x 3.15m max )Bedroom three has timber sash windows to the rear and side aspect, single panelled radiator and carpet flooring.Bedroom 4 7' 2\\\" max x 5' 8\\\" max ( 2.18m max x 1.73m max )Bedroom five has PVc double glazed window overlooking the front and carpet flooring.WcThis room has a timber window to the side aspect, single panelled radiator and WC.BathroomThe bathroom is fitted with a bath with shower over, single panelled radiator, timber sash window to the rear aspect, wash hand basin and WC.Rear GardenThe rear garden has two courtyard areas at ground level, steps leading up to a patio area, additional steps leading to another section of the garden with great potential.ParkingDriveway providing off road parking.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": null,\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"patio\",\n                \"garden\",\n                \"parking\",\n                \"reception\",\n                \"cloakroom\"\n            ],\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 1182,\n            \"images\": [\n                \"https://images.realyse.com/98e2a07e5a3fde0f/98e2a.jpg\",\n                \"https://images.realyse.com/cd554fdd2bd1acab/cd554.jpg\",\n                \"https://images.realyse.com/3ae30852756434b5/3ae30.jpg\",\n                \"https://images.realyse.com/d1022cfe18a7ac0e/d1022.jpg\",\n                \"https://images.realyse.com/2af23742866498c2/2af23.jpg\",\n                \"https://images.realyse.com/7d682f9b206618b7/7d682.jpg\",\n                \"https://images.realyse.com/55245ac8b1f70c2d/55245.jpg\",\n                \"https://images.realyse.com/62ea0ee29274dbb4/62ea0.jpg\",\n                \"https://images.realyse.com/e12e026bcd73a986/e12e0.jpg\",\n                \"https://images.realyse.com/b8afbbb8862f743d/b8afb.jpg\",\n                \"https://images.realyse.com/05cf050cdc910fe6/05cf0.jpg\",\n                \"https://images.realyse.com/89b983262a3db856/89b98.jpg\",\n                \"https://images.realyse.com/b8ff40e5ddd61049/b8ff4.jpg\",\n                \"https://images.realyse.com/0d8de0d909254ba1/0d8de.jpg\",\n                \"https://images.realyse.com/892c03f30e5f2aba/892c0.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.534492,\n                        50.471843\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"c5760be24a80cefca64b8419ff9e1211\",\n            \"gid\": \"100040540034\",\n            \"address\": \"Brunswick Terrace Torquay\",\n            \"postcode\": \"tq14ae\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 80000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"SummaryOffering it's own private garden and a 6% yield is this two bedroom maisonette close to Town. Set over 2 levels, the home comprises, kitchen, bathroom, lounge and two bedrooms. The property also comes with double glazing throughout and gas central heating.DescriptionOffering it's own private garden and a 6% yield is this two bedroom maisonette close to Town. Set over 2 levels, the home comprises, kitchen, bathroom, lounge and two bedrooms. The property also comes with double glazing throughout and gas central heating.Entrance HallDouble glazed door to front, single panelled radiator and stairs to first floor.First Floor Lounge 14' 5\\\" max x 10' 6\\\" max ( 4.39m max x 3.20m max )This room has a double glazed window overlooking the rear, single panelled radiator and TV point.First Floor Bedroom 1 14' 8\\\" max x 7' 3\\\" max ( 4.47m max x 2.21m max )Bedroom one consists of a double glazed window overlooking the front, single panelled radiator and telephone and TV points.First Floor Bedroom 2 9' 4\\\" max x 6' max ( 2.84m max x 1.83m max )Bedroom two comprises a double glazed window overlooking the front of the property, single panelled radiator and built in cupboards.Ground Floor Kitchen 14' 1\\\" max x 7' 6\\\" max ( 4.29m max x 2.29m max )Fitted kitchen with wall and base units, double glazed window overlooking the front, sink/drainer unit, work surfaces, part tiled, oven with hob and cooker hood over, plumbing for washing machine, space for fridge/freezer, boiler and single panelled radiator.BathroomThe bathroom consists of a single panelled radiator, bath, wash hand basin, extractor fan, WC. This room is part tiled.GardenThe garden has gated access from the lane, a small lawned area and steps up to a decking area which could be perfect for entertaining.Lease details are currently being compiled. For further information please contact the branch. Please note additional fees could be incurred for items such as leasehold packs.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": 667,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-06-03\",\n            \"sold_price\": 78000,\n            \"date_sold\": \"2019-11-20\",\n            \"property_features\": [\n                \"garden\",\n                \"maisonette\"\n            ],\n            \"asking_price_sqft\": 120,\n            \"sold_price_sqft\": 117,\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/e7982a9756d6fcaf/e7982.jpg\",\n                \"https://images.realyse.com/355e06ae39514084/355e0.jpg\",\n                \"https://images.realyse.com/7691bebd2c052983/7691b.jpg\",\n                \"https://images.realyse.com/39eabf2b99f2ceae/39eab.jpg\",\n                \"https://images.realyse.com/0c7982b7f76d286d/0c798.jpg\",\n                \"https://images.realyse.com/7c655fbe5a5473c2/7c655.jpg\",\n                \"https://images.realyse.com/8511ddd5ee6efb1c/8511d.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5377,\n                        50.470771\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"806b3b22842c19c0f966b87da98d70e2\",\n            \"gid\": \"100040554184\",\n            \"address\": \"Ridgeway Road Torquay\",\n            \"postcode\": \"tq12nd\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 123000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Description Located within the sought after Lincombes area, is this purpose built top floor apartment. The property is in need of some minor updating although there is a lovely modern kitchen with integrated appliances. There are 2 double bedrooms, lounge diner with sun room off, bathroom and WC. The property is double glazed and centrally heated with the added benefit of a spectacular panoramic outlook enjoying sea and harbour views towards Paignton and Dartmoor in the distance.Communal entrance Security entry system. Stairs and lift to all floors. Wooden door into:Entrance hall Security entry phone, fitted storage cupboard and doors to:Lounge/diner 19' 1\\\" x 11' 10\\\" (5.835m x 3.621 maxm) A dual aspect room with double glazed window to side and double glazed sliding patio doors to sun room. Radiator.Sun room 10' 9\\\" x 4' 5\\\" (3.296m x 1.364m) Previously a balcony, the room has double glazed sliding patio doors to rear, (the balcony railings are intact behind) and enjoys a fabulous open outlook across Torquay towards Dartmoor in the distance. The stunning views also take in Torquay Harbour and sea views across to Paignton.Kitchen 11' 11\\\" x 7' 9\\\" (3.635m x 2.375m) Fitted with a modern matching range of high gloss fronted wall and base mounted units and drawers with roll edge work surface over and colour changing under unit lighting. 1.5 bowl stainless steel sink unit with mixer tap. Fitted electric oven with integrated microwave above and separate hob with concealed cooker hood over. Spaces for washing machine, fridge and freezer. Double glazed window to rear with panoramic harbour views and open outlook.Bedroom 1 12' 0\\\" x 11' 10\\\" (3.658m x 3.623m) Double glazed window to front, fitted triple wardrobe with mirrored sliding doors, further double wardrobe and fitted drawer units. Radiator.Bedroom 2 12' 0\\\" x 9' 7\\\" (3.664m x 2.937m) Double glazed window to front, fitted wardrobes and radiator.Bathroom Fitted with a matching 2 piece suite comprising of: Panelled bath with mixer tap and shower attachment and pedestal wash hand basin. Storage cupboard with slatted shelving, double glazed window to rear. Tiled walls and heated towel rail.WC Low level WC.\",\n            \"size\": 742,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-02-05\",\n            \"sold_price\": 125000,\n            \"date_sold\": \"2019-09-27\",\n            \"property_features\": [\n                \"patio\",\n                \"balcony\",\n                \"modern\",\n                \"lift\"\n            ],\n            \"asking_price_sqft\": 166,\n            \"sold_price_sqft\": 168,\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/a2613764129a9eca/a2613.jpg\",\n                \"https://images.realyse.com/61ad35b33ba8342f/61ad3.jpg\",\n                \"https://images.realyse.com/116dbacc9dcde168/116db.jpg\",\n                \"https://images.realyse.com/2f50af88d7fea594/2f50a.jpg\",\n                \"https://images.realyse.com/79fd469134a60b56/79fd4.jpg\",\n                \"https://images.realyse.com/bd0d747d2d68e36b/bd0d7.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/9501a84cfe17c4a8/9501a\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51142,\n                        50.462463\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Taylors Estate Agents Torquay\",\n            \"agent_url\": \"http://www.taylorsestates.co.uk/\",\n            \"agent_address\": \"117 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 201904\",\n            \"date_unof\": null,\n            \"date_sstc\": \"2019-02-05\",\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"c0041095e5f60f86671003e30bc833dd\",\n            \"gid\": \"100040537488\",\n            \"address\": \"Audley Avenue Torquay\",\n            \"postcode\": \"tq27pd\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 145000,\n            \"bedrooms\": 3,\n            \"bathrooms\": 1,\n            \"property_type\": \"T\",\n            \"description\": \"SummarySet in a cul-de-sac location is this 2/3 bedroom terraced house with no onwards chain. The property has 3 levels, two double bedrooms and a single bedroom/study. There is also a garage, driveway, a rear garden and sea glimpse.DescriptionSet in a cul-de-sac location is this 2/3 bedroom terraced house with no onwards chain. The property has 3 levels, two double bedrooms and a single bedroom/study. There is also a garage, driveway, a rear garden and sea glimpse.Entrance HallDouble glazed door to front, under stairs cupboards, electric heater .Lounge 14' 8\\\" max x 16' max ( 4.47m max x 4.88m max )The lounge has a double glazed window overlooking the front, electric fire place, telephone and TV points and electric heater.Dining Room 8' max x 7' 8\\\" max ( 2.44m max x 2.34m max )The dining room has a double glazed window overlooking the rear of the property.Kitchen 7' max x 7' 9\\\" max ( 2.13m max x 2.36m max )The kitchen is fitted with wall and base units, sink/drainer unit, electric oven and hob with cooker hood over, space and plumbing for washing machine and fridge/freezer. This room is part tiled and has a double glazed window overlooking the rear.Study 11' 7\\\" max x 7' 5\\\" max ( 3.53m max x 2.26m max )This room has double glazed doors and a storage cupboard.LandingStairs from the lounge, storage cupboard and loft access.Bedroom 1 13' max x 13' 7\\\" max ( 3.96m max x 4.14m max )Bedroom one has a double glazed window overlooking the front, built in cupboards and an electric heater.Bedroom 2 9' max x 10' 5\\\" max ( 2.74m max x 3.17m max )Bedroom two has a double glazed window overlooking the rear and built in wardrobes.BathroomThe bathroom is fitted with a bath, wash hand basin and has a double glazed window to the rear aspect.GaragePower & lighting and up & over doors.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": null,\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"garden\",\n                \"garage\",\n                \"loft\"\n            ],\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 1182,\n            \"images\": [\n                \"https://images.realyse.com/e5911267da5ba450/e5911.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.539803,\n                        50.48047\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": \"2018-12-26\",\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"b7184d84f377cc61aa2cb8e6bcbdfe59\",\n            \"gid\": \"100041195220\",\n            \"address\": \"Croft Road Torquay\",\n            \"postcode\": \"tq25uf\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 265000,\n            \"bedrooms\": 3,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"SummaryThis is a 3 bedroom grade II listed house which has been very tastefully and carefully restored throughout. Benefits include large rooms throughout, open plan living area and in great condition. The property also offers a south facing roof terrace. Viewing is recommended.DescriptionThis is a 3 bedroom grade II listed house which has been very tastefully and carefully restored throughout. Benefits include large rooms throughout, open plan living area and in great condition. The property also offers a south facing roof terrace. Viewing is recommended.Entrance HallAccess to bedroom, stairs to first floor.Open Plan Lounge 14' 9\\\" max x 10' 4\\\" max ( 4.50m max x 3.15m max )Window to front, inset shelf into chimney, high ceilings & decorative cove to ceiling.Open Plan Kitchen 10' 2\\\" max x 19' 1\\\" max ( 3.10m max x 5.82m max )Fitted kitchen with base units, sash window to rear, sink/drainer, work surfaces, tiling, electric oven with gas hob and cooker hood over, plumbing for washing machine, space for fridge/freezer, boiler, radiator, tiled floor, halogen downlights, underfloor heating.Bedroom 3/dining Room 14' 5\\\" max x 10' 4\\\" max ( 4.39m max x 3.15m max )Sash window to front, radiator, high ceilings, stripped floor, inset shelf into fireplace, decorative cove.Half LandingAccess to bathroom.Large Bathroom 17' 1\\\" max x 11' 7\\\" max ( 5.21m max x 3.53m max )Sash window to rear, radiator, bath with mixer taps and shower over, his & hers wash hand basins, WC, half tiled floor, halogen downlights.LandingWindow to front, loft access, access to bedrooms 1 & 2.Bedroom 1 13' 9\\\" max x 10' 4\\\" max ( 4.19m max x 3.15m max )Sash window to front, radiator, stripped floor, inset shelf to chimney, high ceilings.Bedroom 2 13' 1\\\" max x 10' 2\\\" max ( 3.99m max x 3.10m max )Sash window to front, radiator, stripped floor, stairs to maisonette & roof terrace garden.South Facing Roof TerraceLarge patio area surrounded by metal railings.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-05-16\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"patio\",\n                \"fireplace\",\n                \"garden\",\n                \"maisonette\",\n                \"loft\"\n            ],\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 141,\n            \"images\": [\n                \"https://images.realyse.com/43b26c2f051fd3cf/43b26.jpg\",\n                \"https://images.realyse.com/a4fafc5c2f1477aa/a4faf.jpg\",\n                \"https://images.realyse.com/b57e4294534faa10/b57e4.jpg\",\n                \"https://images.realyse.com/1ccb3cca0180edb8/1ccb3.jpg\",\n                \"https://images.realyse.com/3d9375c2b555e664/3d937.jpg\",\n                \"https://images.realyse.com/57a61c404ebd84b5/57a61.jpg\",\n                \"https://images.realyse.com/cc835883bc9780cc/cc835.jpg\",\n                \"https://images.realyse.com/0961638fd3a524f4/09616.jpg\",\n                \"https://images.realyse.com/ecb0657663e5018f/ecb06.jpg\",\n                \"https://images.realyse.com/89cac29e279e60e3/89cac.jpg\",\n                \"https://images.realyse.com/ded603c0099c78b1/ded60.jpg\",\n                \"https://images.realyse.com/e4ccc388c29712e9/e4ccc.jpg\",\n                \"https://images.realyse.com/ffa34f8714d1f125/ffa34.jpg\",\n                \"https://images.realyse.com/b9433993a8a68bd4/b9433.jpg\",\n                \"https://images.realyse.com/539805363b61c8bc/53980.jpg\",\n                \"https://images.realyse.com/c64d5732a4b00ab4/c64d5.jpg\",\n                \"https://images.realyse.com/17171cd44031986d/17171.jpg\",\n                \"https://images.realyse.com/9146388fb5d9c000/91463.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/7a66d93643e3016c/7a66d\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.537361,\n                        50.467749\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"f27020767a4415efe1b636954f7cd783\",\n            \"gid\": \"100040548485\",\n            \"address\": \"Locks Hill Torquay\",\n            \"postcode\": \"tq13tt\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 240000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"D\",\n            \"description\": \"Entrance Entrance door to: Porch with door to:Living/dining room 16' 1\\\" x 15' 10\\\" (4.92m x 4.83m) A double glazed picture window to the front aspect where fantastic far reaching views to the sea are enjoyed. Radiator. Door to inner hallway. Large opening to:Kitchen 11' 11\\\" x 9' 4\\\" (3.65m x 2.85m) A recently fitted kitchen with a contemporary range of wall and floor mounted units comprising cupboards and drawers. Fitted work surfaces with tiled splash backs. Inset gas hob and fitted sink unit. Built-in electric oven. Window to the rear aspect. Door leading to:Conservatory 10' 3\\\" x 6' 6\\\" (3.13m x 2m) Windows to three sides. Sliding door leading to the garden.Inner hall Built-in cupboard. Doors to:Bedroom one 15' 10\\\" x 10' 4\\\" (4.85m x 3.15m) Double glazed window to the front aspect enjoying lovely views towards the sea. Radiator.Bedroom two 11' 11\\\" x 10' 5\\\" (3.65m x 3.2m) Double glazed window to the rear aspect. Radiator. Built-in sliding door wardrobe.Bathroom Suite comprising corner bath with shower mixer taps, close coupled WC and a wash hand basin. Radiator. Double glazed window to the rear aspect.Outside To the front of the property a driveway for two to three cars leads to the integral garage with an up and over door. The front garden is mainly laid to lawn with steps leading to the front entrance door. To the rear of the property the garden is laid to lawn with raised beds.\",\n            \"size\": 1237,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-10-30\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"conservatory\",\n                \"garden\",\n                \"garage\"\n            ],\n            \"asking_price_sqft\": 194,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 308,\n            \"images\": [\n                \"https://images.realyse.com/6ec409a35822a0a4/6ec40.jpg\",\n                \"https://images.realyse.com/b5d523cd74fc1638/b5d52.jpg\",\n                \"https://images.realyse.com/ac444356ef1f6970/ac444.jpg\",\n                \"https://images.realyse.com/57109a346366c35b/57109.jpg\",\n                \"https://images.realyse.com/8d9e133d663620b8/8d9e1.jpg\",\n                \"https://images.realyse.com/ae82eab3cc19f51d/ae82e.jpg\",\n                \"https://images.realyse.com/13da3d2aac4845fc/13da3.jpg\",\n                \"https://images.realyse.com/ca55954afbd12211/ca559.jpg\",\n                \"https://images.realyse.com/8e3eb00cd402311e/8e3eb.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/fa4c1b75fab0bd7d/fa4c1\",\n                \"https://floorplans.realyse.com/876a8002e70adabe/876a8\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.511952,\n                        50.474724\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Taylors Estate Agents Torquay\",\n            \"agent_url\": \"http://www.taylorsestates.co.uk/\",\n            \"agent_address\": \"117 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 201904\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"2e58714fe9cc4d9f886385df873b70c5\",\n            \"gid\": \"100041194789\",\n            \"address\": \"Rock Road Torquay\",\n            \"postcode\": \"tq25sr\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 178000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"SummaryConnells are delighted to present this 2 bedroom upper floor flat with a new kitchen. Benefits also include off road parking, lounge and bathroom. Viewing recommended.DescriptionConnells are delighted to present this 2 bedroom upper floor flat with a new kitchen. Benefits also include off road parking, lounge and bathroom. Viewing recommended.Entrance HallStorage cupboards, carpet flooring and night storage heater.Lounge 17' 7\\\" max x 15' 6\\\" max ( 5.36m max x 4.72m max )The lounge has a double glazed timber sash window with harbour & sea views, carpet flooring, a wall mounted storage heater and cove to ceiling.Kitchen 9' 9\\\" max x 9' 2\\\" max ( 2.97m max x 2.79m max )The kitchen is fitted with wall and base units, sink/drainer unit, work surfaces, integrated electric oven with electric hob, plumbing for washing machine, space for fridge/freezer and night storage heater. This room has tiled flooring and a timber window to the side aspect with sea views.Bedroom 1 12' 6\\\" max x 12' 4\\\" max ( 3.81m max x 3.76m max )Bedroom one has a timber sash window to the side aspect with Harbour & Sea views, a wall mounted storage heater, carpet flooring and a cove to ceiling.Bedroom 2 12' 10\\\" max x 9' 5\\\" max ( 3.91m max x 2.87m max )Bedroom two has a sash window to the side aspect with Sea & Harbour views, electric wall heater, carpet flooring and a cove to ceiling.BathroomThe bathroom is fitted with a bath with mixer taps and shower over, vanity wash hand basin, extractor fan, WC and electric heater. This room is also tiled.Lease details are currently being compiled. For further information please contact the branch. Please note additional fees could be incurred for items such as leasehold packs.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": 731,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-05-10\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"parking\"\n            ],\n            \"asking_price_sqft\": 243,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 135,\n            \"images\": [\n                \"https://images.realyse.com/ec68bd7674d0a0c4/ec68b.jpg\",\n                \"https://images.realyse.com/1a9dedf6f525c786/1a9de.jpg\",\n                \"https://images.realyse.com/99632c5321d98815/99632.jpg\",\n                \"https://images.realyse.com/3081c278fea91300/3081c.jpg\",\n                \"https://images.realyse.com/58b5e8909a0b46d4/58b5e.jpg\",\n                \"https://images.realyse.com/fe752b5863671e19/fe752.jpg\",\n                \"https://images.realyse.com/70a4cad2153cdc30/70a4c.jpg\",\n                \"https://images.realyse.com/cb89996b730eeaca/cb899.jpg\",\n                \"https://images.realyse.com/61c9d08a0f9d1f2d/61c9d.jpg\",\n                \"https://images.realyse.com/78db78985e1f2dda/78db7.jpg\",\n                \"https://images.realyse.com/876ad4777a5dd5f4/876ad.jpg\",\n                \"https://images.realyse.com/28ec82aead89c946/28ec8.jpg\",\n                \"https://images.realyse.com/fd988b4400786ba6/fd988.jpg\",\n                \"https://images.realyse.com/f4d78d3295f6d1e4/f4d78.jpg\",\n                \"https://images.realyse.com/b546b96d95935475/b546b.jpg\",\n                \"https://images.realyse.com/17ada00e57ffd5f4/17ada.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.527136,\n                        50.462676\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"9cdceb39dae93645bdb36c97dd061e85\",\n            \"gid\": \"10094527065\",\n            \"address\": \"The Halcyon Abbey Road Torquay\",\n            \"postcode\": \"tq25tf\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 125000,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"43 Highly Appointed One & Two Bedroom Apartments. Show Apartment Launching February 2019. Help to Buy Available subject to Terms & Conditions. Please Register your Early Interest Now.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-12-26\",\n            \"date_removed\": \"2019-03-28\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [],\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 92,\n            \"images\": [\n                \"https://images.realyse.com/a35f15fbb12373ae/a35f1.jpg\",\n                \"https://images.realyse.com/54e6f216d089cbe0/54e6f.jpg\",\n                \"https://images.realyse.com/726b9725d57519f6/726b9.jpg\",\n                \"https://images.realyse.com/016d2480409d7d18/016d2.jpg\",\n                \"https://images.realyse.com/a94baed64d3231bb/a94ba.jpg\",\n                \"https://images.realyse.com/79228542c5d605e1/79228.jpg\",\n                \"https://images.realyse.com/274f2a9b5240fc3f/274f2.jpg\",\n                \"https://images.realyse.com/58765d6c1203aa25/58765.jpg\",\n                \"https://images.realyse.com/d841ddab9677a9ab/d841d.jpg\",\n                \"https://images.realyse.com/c7b4b27e91f5a5ad/c7b4b.jpg\",\n                \"https://images.realyse.com/21f5c08213077da4/21f5c.jpg\",\n                \"https://images.realyse.com/0148709be1157d7a/01487.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.531246,\n                        50.466019\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"haart estate agents Torbay\",\n            \"agent_url\": \"https://www.haart.co.uk/branch-finder/torbay/estate-agents-torbay/?utm_source=gmb&utm_medium=organic&utm_campaign=HRT_EA_torbay&referrer=organic_gmb_HRT_EA_torbay\",\n            \"agent_address\": \"130 Union St, Torquay TQ2 5QB, UK\",\n            \"agent_phone_number\": \"01803 200183\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"5f548be9fa22fc6d36d0c9c1b7d21917\",\n            \"gid\": \"100040545687\",\n            \"address\": \"Hele Road Torquay\",\n            \"postcode\": \"tq27ps\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 95000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"T\",\n            \"description\": \"A spacious 'two up and two down' terraced house requiring modernisation and improvement. Ideally located to local shops, schools and a short drive to the bypass with easy access to Newton Abbot and Exeter. Would make a superb first time buy, diy project or even a good buy to let investment as we would expect to achieve £600.00 per calendar month once refurbished. Sold with vacant possession and no chain.The accommodation with approximate measurements:Entrance hallUPVC double glazed front door, initial entrance lobby with wall mounted fuse box and electric key meter, main hallway with deep understairs cupboard and power point.Lounge14ft 9in x 10ft 8in Bay with white UPVC double glazed window, electric heater, picture rails, TV aerial point, power points.Dining room12ft 6in x 10ft 6in White UPVC double glazed window, tiled fireplace with inset electric fire, built in cupboards to either side of chimney breast, power points.Kitchen8ft 9in x 8ft 2in Stainless steel sink unit with mixer taps and cupboards below, one row of basic wall cupboards, white UPVC double glazed door to rear courtyard garden, white UPVC double glazed window, power points.Stairs & landingWhite UPVC double glazed window on staircase, electric heater on landing, access to loft.Bedroom 114ft 7in x 12ft 1in Spacious bedroom with large white UPVC double glazed window, electric heater, power points.Bedroom 212ft 11in x 10ft 10in Bright room with large white UPVC double glazed window, power points.BathroomPanelled bath, white shower tray fitted but no cubicle or shower, pedestal wash hand basin, low level WC, built in airing cupboard housing hot water cylinder and cold water storage tank, white UPVC double glazed window in obscure glass, part tiled walls.GardenEasy to maintain courtyard style rear garden, large wooden shed, water tap, gate to rear service lane.Council tax band A Believed to be £1154.46 per annum for 2018/19price Offers Around £95,000 Freehold.\",\n            \"size\": 775,\n            \"date_appeared\": \"2018-12-21\",\n            \"date_removed\": \"2019-04-11\",\n            \"sold_price\": 110000,\n            \"date_sold\": \"2019-05-31\",\n            \"property_features\": [\n                \"fireplace\",\n                \"garden\",\n                \"refurbished\",\n                \"loft\"\n            ],\n            \"asking_price_sqft\": 123,\n            \"sold_price_sqft\": 142,\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/0bbd55d4b269aaa9/0bbd5.jpg\",\n                \"https://images.realyse.com/13fa6aa5511e105e/13fa6.jpg\",\n                \"https://images.realyse.com/15157485418a55a0/15157.jpg\",\n                \"https://images.realyse.com/1ebbf189c4e481f9/1ebbf.jpg\",\n                \"https://images.realyse.com/e43014a24736551c/e4301.jpg\",\n                \"https://images.realyse.com/728b7a8d984dd152/728b7.jpg\",\n                \"https://images.realyse.com/96293117b7fb065c/96293.jpg\",\n                \"https://images.realyse.com/7d012da8af0c5496/7d012.jpg\",\n                \"https://images.realyse.com/41ebd181506bb9d8/41ebd.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.538774,\n                        50.484742\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Haarer & Motts\",\n            \"agent_url\": \"http://www.haarerandmotts.co.uk/\",\n            \"agent_address\": \"165 St Marychurch Rd, Torquay TQ1 3HP, UK\",\n            \"agent_phone_number\": \"01803 322557\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"caee808afc0ff08d0e30931fe0b9d74d\",\n            \"gid\": \"10002983129\",\n            \"address\": \"Bayview Apartments Victoria Parade Torquay\",\n            \"postcode\": \"tq12bb\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 240000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Mr Blue Skies is nestled within the heart of Torquay Harbour and offers stunning views towards the Harbour and sea front. This exquisite first floor apartment comes fully furnished and is offered as a going concern with all future bookings. This is an ideal opportunity for anybody looking for an future investment or a peaceful picturesque home by the sea. Er-cCommunal entrance with stairs rising to the apartment.Covered courtyard to the front door leading into ...Entrance Hall Doors to ...Cloakroom Obscure glazed window, low level WC, wall mounted corner wash basin, tiled splashback.Dining Hall15'1\\\" x 6'11\\\" (4.6m x 2.1m). Telephone entry system, two wall light points, feature exposed wall beam, laminate flooring, radiator.Kitchen9'6\\\" 7'3\\\" (2.9m 2.2m). Window looking onto the courtyard. Dark laminate work surfaces, grey marbled finish wall and base units, wine rack and display shelving, complementary tiled surrounds. Ceramic hob with extractor hood over and oven beneath. Inset stainless steel sink unit with mixer tap, plumbing for washing machine, integrated dishwasher. Built-in under counter fridge and freezer, cupboard housing the wall mounted gas fired central heating boiler. Extractor fan.Sitting Room15'5\\\" x 13'5\\\" (4.7m x 4.1m). Two floor to ceiling secondary glazed windows enjoying views over the inner harbour. Feature wooden fireplace with marble backing, slate hearth and display shelves to side. Four wall light points, exposed wall beam, laminate flooring, two radiators.Bedroom Two18'1\\\" x 7'3\\\" (5.51m x 2.2m). Secondary glazed window enjoying views of the inner harbour. Built-in corner wardrobe, coved ceiling, radiator.Bathroom Obscure glazed window, part tiled walls, panelled bath, vanity unit wash hand basin with cupboards under, low level WC, shaver socket/light, shower cubicle with mains fed shower. Extractor fan, radiator.Bedroom One18'1\\\" 13'5\\\" (5.51m 4.1m). Secondary glazed window enjoying the views of the inner harbour. Walk-in wardrobe with hanging rail and shelving. Further cupboard, radiator, coved ceiling, laminate flooring, radiator.Agents Note This is a Leasehold property. Details of the Lease and the Service Charges are available on request.Council Tax Band BEnergy Efficiency Rating CAgents Notes Mr Blue Skies is a fantastic opportunity and can be seen on Discovery Holidays or for further information please give the office a call.\",\n            \"size\": 1108,\n            \"date_appeared\": \"2018-12-21\",\n            \"date_removed\": \"2019-09-13\",\n            \"sold_price\": null,\n            \"date_sold\": null,\n            \"property_features\": [\n                \"fireplace\",\n                \"cloakroom\"\n            ],\n            \"asking_price_sqft\": 216,\n            \"sold_price_sqft\": null,\n            \"days_on_market\": 266,\n            \"images\": [\n                \"https://images.realyse.com/b46901201b262511/b4690.jpg\",\n                \"https://images.realyse.com/3d14bd22b55035ee/3d14b.jpg\",\n                \"https://images.realyse.com/7cf3c55170f3ab51/7cf3c.jpg\",\n                \"https://images.realyse.com/2de02b7bbbf06eca/2de02.jpg\",\n                \"https://images.realyse.com/ed899ea32d2fcb00/ed899.jpg\",\n                \"https://images.realyse.com/7fb870d55512f71d/7fb87.jpg\",\n                \"https://images.realyse.com/91f6a6dcfeee16e6/91f6a.jpg\",\n                \"https://images.realyse.com/87925c8d45cbfe71/87925\",\n                \"https://images.realyse.com/2b7176fcfa9be4f3/2b717\",\n                \"https://images.realyse.com/709a907c2a7b25fb/709a9.jpg\",\n                \"https://images.realyse.com/df00abd118712d8d/df00a\",\n                \"https://images.realyse.com/e9f72b7f5a36d2a8/e9f72.jpg\",\n                \"https://images.realyse.com/3db1974ed3c61246/3db19\",\n                \"https://images.realyse.com/cc74c00fff39e6d9/cc74c.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/6ede7b12ade3671d/6ede7\",\n                \"https://floorplans.realyse.com/35aba59ff2f6fb93/35aba\",\n                \"https://floorplans.realyse.com/41a3f9d60cdbf261/41a3f\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.523589,\n                        50.46055\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Bradleys Estate Agents Torquay\",\n            \"agent_url\": \"http://www.bradleys-estate-agents.co.uk/branches/torquay\",\n            \"agent_address\": \"12A Fore St, Torquay TQ1 4NE, UK\",\n            \"agent_phone_number\": \"01803 311622\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"d75630b45aaab9e766dbfc9f29200459\",\n            \"gid\": \"100040561228\",\n            \"address\": \"Westbourne Road Torquay\",\n            \"postcode\": \"tq14ju\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 220000,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"GUIDE PRICE - £220,000 - £230,000Situated just a short distance from primary and secondary schools, bus routes and local shops, a lovely end terraced bungalow. On the ground floor, this light and airy home offers a living room, kitchen/breakfast room, utility room, dining room/bedroom and a further bedroom whilst the first floor has two bedrooms and a bathroom. Outside there are front and rear gardens with the potential for off road parking.Torquay is one of three beautiful towns forming the sheltered Tor Bay and is renowned for the warm climate, clear bathing waters and clean air. The local beaches form a golden arc around the bay with shingle coves scattered nearby. The town provides excellent facilities to include waterside restaurants, a theatre and bars. The marina provides excellent mooring facilities for luxury yachts and motor cruisers.\",\n            \"size\": 1367,\n            \"date_appeared\": \"2018-12-21\",\n            \"date_removed\": \"2019-02-20\",\n            \"sold_price\": 215000,\n            \"date_sold\": \"2019-07-01\",\n            \"property_features\": [\n                \"bungalow\",\n                \"parking\"\n            ],\n            \"asking_price_sqft\": 161,\n            \"sold_price_sqft\": 157,\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/99ff8f95bb337088/99ff8.jpg\",\n                \"https://images.realyse.com/1310c53ead69ea9d/1310c.jpg\",\n                \"https://images.realyse.com/c1e63ae38addf267/c1e63.jpg\",\n                \"https://images.realyse.com/645beb9cae65646a/645be.jpg\",\n                \"https://images.realyse.com/ac3dffca5452cb72/ac3df.jpg\",\n                \"https://images.realyse.com/388a02fc6b418ba2/388a0.jpg\",\n                \"https://images.realyse.com/a71513dbb1548362/a7151.jpg\",\n                \"https://images.realyse.com/eb032a74fefa9287/eb032.jpg\",\n                \"https://images.realyse.com/c44ed914eeca81d4/c44ed.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/00dfa972043cb76a/00dfa.jpg\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.534475,\n                        50.476489\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Miller Countrywide\",\n            \"agent_url\": \"http://www.millercountrywide.co.uk/forsaleoffice/torquay/1115/?referrer=GooglePlaces&utm_source=gmb\",\n            \"agent_address\": \"109 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 640259\",\n            \"date_unof\": null,\n            \"date_sstc\": \"2019-02-20\",\n            \"epc_rating\": \"E\",\n            \"epc_construction_age_band\": \"England and Wales: 1900-1929\"\n        },\n        {\n            \"id\": \"7bf080ae1fee9188c4e4990eedbd7511\",\n            \"gid\": \"10000013327\",\n            \"address\": \"Warren Road Torquay\",\n            \"postcode\": \"tq25sw\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 550000,\n            \"bedrooms\": 3,\n            \"bathrooms\": 2,\n            \"property_type\": \"F\",\n            \"description\": \"Of exceptional contemporary design, the apartment forms part of the Masts development, capturing panoramic views stretching from the Marina, looking across Tor Bay taking in its picturesque coastline, the beach at Abbey Sands and Torre Abbey Meadows. Of duplex design, packed with up to the minute features, the accommodation has an open plan living room extending to the kitchen, 3 bedrooms, en-suite shower room, bathroom and utility, with balconies accessed from each floor. Secure under cover parking.\",\n            \"size\": 1512,\n            \"date_appeared\": \"2018-12-20\",\n            \"date_removed\": \"2019-04-30\",\n            \"sold_price\": 550000,\n            \"date_sold\": \"2019-05-15\",\n            \"property_features\": [\n                \"en suite\",\n                \"parking\",\n                \"duplex\"\n            ],\n            \"asking_price_sqft\": 364,\n            \"sold_price_sqft\": 364,\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/b6b1800b4e617cda/b6b18.jpg\",\n                \"https://images.realyse.com/e9252e55d31808ab/e9252.jpg\",\n                \"https://images.realyse.com/95e6d92802b96e99/95e6d.jpg\",\n                \"https://images.realyse.com/f8c4341308ea8830/f8c43.jpg\",\n                \"https://images.realyse.com/233b0c80e66ad4dc/233b0.jpg\",\n                \"https://images.realyse.com/a694a307b6b41681/a694a.jpg\",\n                \"https://images.realyse.com/ec7e82bf3bb09b4e/ec7e8.jpg\",\n                \"https://images.realyse.com/13de8e281beee70e/13de8.jpg\",\n                \"https://images.realyse.com/384373e281218c50/38437.jpg\",\n                \"https://images.realyse.com/76503083de3fb399/76503.jpg\",\n                \"https://images.realyse.com/f6c4f6e8cba9a35a/f6c4f.jpg\",\n                \"https://images.realyse.com/a204db12d723466d/a204d.jpg\",\n                \"https://images.realyse.com/6edb957f52376f09/6edb9.jpg\",\n                \"https://images.realyse.com/a23ec3c6550e0efc/a23ec.jpg\",\n                \"https://images.realyse.com/629bb1e95118a3cf/629bb.jpg\",\n                \"https://images.realyse.com/5e2738665ee034d9/5e273.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/856886827e8750f2/85688\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.530574,\n                        50.462635\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"John Couch The Estate Agent\",\n            \"agent_url\": \"http://www.johncouch.co.uk/\",\n            \"agent_address\": \"43 Ilsham Road, Wellswood Ave, Torquay TQ1 2JG, UK\",\n            \"agent_phone_number\": \"01803 296500\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"b552625e740e4670561dff1436c29c91\",\n            \"gid\": \"100040555109\",\n            \"address\": \"Shelley Avenue Torquay\",\n            \"postcode\": \"tq14pf\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 170000,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"Very well presented and beautifully kept is this three bedroom family home which has modern decoration throughout and benefits from being light and spacious.The property is a mid terrace and comprises of spacious lounge, kitchen/diner, three bedrooms, family bathroom, integrated garage and front and rear gardens.Suiting investors and families alike the property is currently tenanted with long term tenants and could make an easy and quick investment for any buy to let landlords or alternatively can be available with vacant possession for anyone looking for a new family home.ApproachDriveway for one vehicle and access to the steps and garage.Front GardenTiered garden laid to grass, stone and concrete with palm trees, space for wheelie bins and small concrete balcony area.Entrance HallUPVC front door and window leading into the split level entrance hallway. There is laminate flooring to the ground level, central heating radiator and storage cupboard and the stairs and upper area is carpeted with rear UPVC door and window to the garden, storage cupboard and central heating thermostat.Living Room 15’11” x 10’4” (4.85m x 3.15m)Modern decoration and carpets with large UPVC double glazed window to the front aspect and central heating radiator.Kitchen 15’4” x 8’4” (4.67m x .2.54m)Range of wooden base and wall units with roll edge laminate work surfaces and inset sink and drainer, space for American fridge freezer, washing machine, dryer and dishwasher. Integrated cooker, gas hob and cooker hood. Large UPVC double glazed window to the rear aspect and vinyl flooring.Stairs & LandingFitted carpet to further split level stairs and landing with the lower end having a large UPVC double glazed window and currently being utilised as an office/study space. The higher landing accommodates an airing cupboard and has a loft hatch to the roof space.Master Bedroom 16’3” x 10’5” (4.95m x 3.17m)Modern decoration and carpets with large UPVC double glazed window to front aspect and central heating radiator.Bedroom 2 8’5” x 9’3” (2.56m x 2.82m)Tastefully decorated children's bedroom with large UPVC double glazed window to the rear aspect and central heating radiator.Bedroom 3 7’5” x 5’6” (2.26m x 1.68m)Neutrally decorated single/cot bedroom with UPVC double glazed window to the rear aspect and central heating radiator.BathroomWhite bathroom suite comprising of panelled bath with thermostatic mixer shower above, pedestal hand wash basin and low level WC. Obscure UPVC double glazed window to the rear aspect with vinyl flooring and central heating radiator.Rear GardenSmall patio area with outside tap. Wooden decked steps leading up to a tiered garden laid to a mixture of decking and grass.Garage 15’9” x 8’0” (4.8m x 2.44m)Up and over door, electric and lighting with access to utility meters.Council Tax Band: CEnergy Performance Rating: CViewings by appointment only – please [use Contact Agent Button] to register your interest.Torbay Property Management are a Local, Independent Lettings & Sales Agent established in Torbay for over 15 years with a low selling fee of just 0.9% inc VAT!For a FREE, NO OBLIGATION VALUATION or for more information on our services call today!Disclaimer: These particulars have been prepared with care and every endeavour has been made to describe the property fairly and accurately although this cannot be guaranteed. They do not constitute part or all of an offer or contract. The measurements are supplied for guidance purposes only and prospective purchasers are advised to double check them before incurring any expense which is reliant upon their accuracy. We have not tested any apparatus, equipment, fixtures, fittings or services and purchasers must satisfy themselves as to their working condition. Further the Agents have not sought to verify legal title of the property and purchasers must obtain the relevant information from their Solicitors. Under the Money Laundering Regulations purchasers will at a later stage be asked to provide identification documents. In order to make sure there is no delay in agreeing a sale, we would ask for co-operation.\",\n            \"size\": 914,\n            \"date_appeared\": \"2018-12-20\",\n            \"date_removed\": \"2019-10-18\",\n            \"sold_price\": 161000,\n            \"date_sold\": \"2019-12-13\",\n            \"property_features\": [\n                \"patio\",\n                \"balcony\",\n                \"garden\",\n                \"modern\",\n                \"garage\",\n                \"loft\"\n            ],\n            \"asking_price_sqft\": 186,\n            \"sold_price_sqft\": 176,\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/f582852c1f788eb2/f5828.jpg\",\n                \"https://images.realyse.com/7123b9de5c556775/7123b.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/8b6a023367b280b0/8b6a0.jpg\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.530809,\n                        50.482994\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Torbay Property Management\",\n            \"agent_url\": \"http://www.tpmtorbay.co.uk/\",\n            \"agent_address\": \"35 Torwood St, Torquay TQ1 1ED, UK\",\n            \"agent_phone_number\": \"01803 295291\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"d98401c62ee1d7b8268206d75854e638\",\n            \"gid\": \"10000013799\",\n            \"address\": \"Burridge Road Torquay\",\n            \"postcode\": \"tq26hg\",\n            \"listing_type\": \"Sale\",\n            \"asking_price\": 130000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Description Situated within a converted semi detached Victorian Villa is this tastefully presented ground floor apartment which is being offered for sale with no onward chain. The property itself is located in the popular area of Chelston and is conveniently placed for access to local shops and public transport, and only a short walk from the picturesque Cockington Village, Torquay seafront and promenade. The attractive accommodation briefly comprises a lounge/diner, modern kitchen, two bedrooms and bathroom. The property also benefits from its own private entrance, UPVC double glazing and gas fired central heating. Outside there is an allocated parking space and well maintained communal gardens. Viewing of this excellent apartment comes highly recommended.Private main entrnace UPVC part panelled and obscure double glazed main entrance door opening to:-lounge/diner 14' 10\\\" max x 13' 04\\\" max (4.52m x 4.06m) A spacious light and airy room with UPVC double glazed French doors leading out to private patio area, further UPVC double glazed sash style window to side aspect. Radiator, telephone point, TV aerial point, recessed spotlights to ceiling. Built-in storage cupboard housing wall mounted gas fired boiler servicing domestic hot water and central heating system. Door to Bathroom, archway to Kitchen. Opening to:-inner hallway Doors to Bedrooms 1 and 2.Kitchen 8' 09\\\" x 7' 07\\\" (2.67m x 2.31m) UPVC double glazed window to side aspect, modern range of fitments comprising base and drawer units with rolled edge work surfaces and tiled splashbacks, inset stainless steel 1½ bowl sink unit with mixer tap, plumbing for automatic washing machine, space for fridge/freezer. Inset 4 ring electric hob with built-in electric oven under and extractor unit over, matching wall and display cabinets with downlighters, wood effect laminate flooring.Bathroom UPVC obscure double glazed window to side aspect, modern white suite comprising panelled bath with mixer tap and shower attachment, low level WC, pedestal wash basin with mixer tap and mirror fronted medicine cabinet over, wall mounted ladder style heated towel rail, ceramic tiling to walls and floor, extractor fan.Bedroom 1 11' 04\\\" max x 13' 08\\\" max (3.45m x 4.17m) A lovely light and airy double bedroom with two UPVC double glazed windows and outlook to side, built-in wardrobes with folding doors, hanging rail and shelving, with further built-in storage cupboards over, radiator, TV aerial point.Bedroom 2 9' 00\\\" x 7' 07\\\" (2.74m x 2.31m) A good sized single bedroom with two UPVC double glazed windows to side aspect, radiator.Outside To the front of the property is a large paved driveway, providing off road parking for the neighbouring apartments along with a communal bin store. The communal garden is predominantly laid to lawn with feature palm, hedging and walling to boundaries. A path to one side of the property leads to a loose stone area which in turn extends to the rear and additional parking area accessed from Huxtable Hill. The apartment benefits from its own allocated parking space and private entrance with outside light. Door to communal store with water tap and electric point.Viewing arrangements For further information or to arrange a viewing please contact our Chelston Office on .Directions From Newton Road at the traffic lights near Torre Station turn into Avenue Road. At the next set of traffic lights turn right into Old Mill Road. Proceed under the bridge and between the parade of shops before turning right into Huxtable Hill. Turn next right into Burridge Road where the property will be seen a short distance along to the left hand side.\",\n            \"size\": 695,\n            \"date_appeared\": \"2018-12-19\",\n            \"date_removed\": \"2019-03-04\",\n            \"sold_price\": 130000,\n            \"date_sold\": \"2019-05-31\",\n            \"property_features\": [\n                \"victorian\",\n                \"patio\",\n                \"garden\",\n                \"modern\",\n                \"parking\"\n            ],\n            \"asking_price_sqft\": 187,\n            \"sold_price_sqft\": 187,\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/f14de95913d8c148/f14de.jpg\",\n                \"https://images.realyse.com/b2878981fa5ad97a/b2878.jpg\",\n                \"https://images.realyse.com/2fb76e5aea26860c/2fb76.jpg\",\n                \"https://images.realyse.com/c607e65ab03dd022/c607e.jpg\",\n                \"https://images.realyse.com/442ed0be50a2e2d3/442ed.jpg\",\n                \"https://images.realyse.com/15552ea8649a4ff6/15552.jpg\",\n                \"https://images.realyse.com/54df2d8d15f49b54/54df2.jpg\",\n                \"https://images.realyse.com/49fb8d3fb0fa7ea5/49fb8.jpg\",\n                \"https://images.realyse.com/e54e31f5accc3909/e54e3.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/aa79840b17346688/aa798\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.550769,\n                        50.465336\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Gargan & Hart Estate Agents\",\n            \"agent_url\": \"http://www.garganandhart.co.uk/\",\n            \"agent_address\": \"23 Old Mill Rd, Torquay TQ2 6AU, UK\",\n            \"agent_phone_number\": \"01803 897321\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        }\n    ],\n    \"total_count\": 1206,\n    \"page_total\": 20\n}"},{"id":"753d02c0-8789-4155-af28-1957dfd26346","name":"search (Transactions)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"date_from\":\"2018-01-01\",\n    \"date_to\":\"2018-12-31\",\n    \"indicator_category\":\"soldPrice\",\n    \"indicator_range_value\":[1,500000000],\n    \"property_type\":null,\n    \"property_features\":null,\n    \"bedrooms\":null,\n    \"data_source\":\"STANDARD\",\n    \"limit\":20,\n    \"offset\":0\n}"},"url":"{{url}}/v2/comparables/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:56:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"{80E1AA97-E2F6-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"10000016759\",\n            \"address\": \"16, Richardson Walk, Torquay\",\n            \"postcode\": \"tq14ff\",\n            \"asking_price\": 210000,\n            \"bedrooms\": 4,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"Guide Price: £210,000-£220,000. A modern four/five bedroom townhouse situated within close proximity to Torquay Town centre. This spacious property boasts an abundance of flexible living accommodation to include a bright and airy living room with balcony, a good-sized kitchen/dining room, four bedrooms with master ensuite, a separate utility room and a study which could also be used as a fifth bedroom if required. This delightful house also benefits from off street parking and a courtyard garden. The Accommodation Upon entering the property the entrance hall gives access to the utility room/WC, the study/bedroom five and the kitchen/dining room. The study is positioned to the front elevation of the property and is of a good-size enabling flexible use with the opportunity to be used as a fifth bedroom. The utility room provides modern living solutions with a fitted work top allowing for space and provisions for a washing machine below. To the utility room you also havre a low level WC and a wash hand basin, providing ultra convenience to the ground floor. The kitchen/diner is an impressive space, fitted with a wonderful range of modern wall and base units finished with roll edge work tops over. The kitchen is fitted with an electric oven accompanied by a four-ring gas hob above. There is also space and provisions for a dishwasher and a fridge freezer to this fantastic room. Feature tiling to the splash backs provide a wonderful finish to the kitchen, and a cupboard discreetly houses the gas fired boiler. There is plenty of space to the room for a dining table and chairs allowing to easy meal times for the family. Double glazed french doors with matching side windows provide not only an abundance of natural light but also direct access out into the courtyard garden. Taking the stairs you will reach the first floor. Positioned to the front elevation is the bright and airy living room. This room boasts wonderful double glazed patio doors leading out onto a sunny aspect balcony. The balcony is decked with brushed steel balustrades creating the perfect haven to relax and enjoy during the evenings. To the rear elevation is the master bedroom. A superb double room, it boasts not only space but also an en-suite shower room. The en-suite comprises of a shower cubicle, a low level WC and a wash hand basin set within a modern vanity unit. Dual double glazed windows to the rear elevation allow for plenty of light. A second set of stairs now brings you to the second floor. Here you will have access to bedrooms two and three as well as the family bathroom. Both rooms are fantastic sized double rooms, enjoying dual double glazed windows enabling them to be light and airy. Bedroom two also boasts a built-in cupboard providing extra storage solutions. The family bathroom is a white three-piece suite comprising of a panelled bath with shower over, a low level WC and a wash hand basin set within a vanity unit. Making your way to the third floor you will reach the fourth bedroom. This room offers an abundance of space, with a superb degree of natural light by both velux windows to the rear elevation and a double glazed window to the front. Outside Outside the property has a courtyard garden leading out from the kitchen/diner with space for garden furniture and a shed. There is also a gate giving direct access to the allocated off street parking space for convenience. Location The property is conveniently located for both families and commuters alike. Transport links are aplenty with Torre Train Station just a short walk away as well as a local bus service running to the bottom of the road. Torre Primary School and Torquay Town Centre is also within close proximity as well as a range of local amenities to include an array of convenience stores, cafes and a post office. Torquay is home to an array of picturesque landmarks and local attractions to include Living Coasts, Princess Theatre, Kents Cavern and the Model Village. A variety of beaches are on offer for both sun loungers or water sport enthusiasts with the power boat racing event occurring annually. The new South Devon Highway provides a faster route to the A38 with a journey time of approximately 30minutes to The Cathedral City of Exeter. Entrance Hall Front elevation double glazed door. Under stairs storage. Wall mounted radiator. Utility room/WC - 6' 1'' x 6' 6'' (1.85m x 1.98m) Wash hand basin with vanity unit below. Low level WC. Extractor fan. Shaver point. Roll edge work surface with space and provision for washing machine. Wall mounted radiator. Tiling. Kitchen/Dining Room - 13' 9'' x 12' 6'' (4.19m x 3.81m) Range of fitted wall and base units. Roll edge work surfaces over. Rear elevation double glazed French doors to garden with matching windows to either side. One and a half bowl inset sink and drainer unit. Integrated electric oven and four ring gas hob. Space and provisions for washing machine and fridge freezer. Wall mounted radiator. Tiling to splash backs. Light wood effect laminate flooring. Cupboard housing boiler. Bedroom Five/ Study - 9' 11'' x 9' 5'' (3.02m x 2.87m) Double glazed window to front elevation. Neutral decoration. Wall mounted radiator. First Floor Landing Wall mounted radiator. Living Room - 13' 1'' x 12' 6'' max (3.98m x 3.81m) Double glazed patio doors to balcony with side window. Wall mounted radiator. Television and telephone points. Balcony Decked flooring. Brushed steel balustrades. Delightful outlook. Bedroom One - 13' 10'' x 10' 5'' (4.21m x 3.17m) Two double glazed windows to rear elevation. Wall mounted radiator. Television point. Ensuite Shower cubicle. Low level WC and wash hand basin set within vanity unit. Extractor fan. Shaver point. Wall mounted radiator. Tiling to splash backs. Second Floor Landing Wall mounted radiator. Airing cupboard. Bedroom Two - 13' 9'' x 10' 7'' (4.19m x 3.22m) Two double glazed windows to rear elevation. Wall mounted radiator. Built-in cupboard. Bathroom Panelled bath with shower over and glass screen. Low level WC. Wash hand basin with vanity unit below. Tiling to splash backs. Extractor fan. Shaver point. Wall mounted radiator. Bedroom Three - 13' 1'' x 8' 10'' (3.98m x 2.69m) Two double glazed windows to front elevation. Wall mounted radiator. Bedroom Four - 20' 4'' x 9' 10'' plus recess (6.19m x 2.99m) Two velux windows to rear elevation. Double glazed window to front elevation. Wall mounted radiator. Outside Courtyard garden with rear access to off street allocated parking.\",\n            \"size\": 1219,\n            \"date_appeared\": \"2018-04-18\",\n            \"date_removed\": null,\n            \"sold_price\": 211000,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [\n                \"post-war\",\n                \"en suite\",\n                \"patio\",\n                \"off street parking\",\n                \"balcony\",\n                \"garden\",\n                \"townhouse\",\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/84d0ff61c43111b0/84d0f.jpg\",\n                \"https://images.realyse.com/6776f12f6ccfaeae/6776f.jpg\",\n                \"https://images.realyse.com/d7ca35896ad229ac/d7ca3.jpg\",\n                \"https://images.realyse.com/2127fa5b3f3a5f28/2127f.jpg\",\n                \"https://images.realyse.com/628dc52469a75467/628dc.jpg\",\n                \"https://images.realyse.com/9805c26b1314808a/9805c.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.540818,\n                        50.472178\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"HS Owen Estate Agents\",\n            \"agent_url\": \"http://www.hsowen.co.uk/\",\n            \"agent_address\": \"66 Torwood St, Torquay TQ1 1DT, UK\",\n            \"agent_phone_number\": \"01803 364029\",\n            \"date_unof\": null,\n            \"date_sstc\": \"2018-05-30\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-04-18\",\n                    \"price\": 210000,\n                    \"type\": \"sl\"\n                },\n                {\n                    \"date\": \"2013-02-15\",\n                    \"price\": 199950,\n                    \"type\": \"sl\"\n                },\n                {\n                    \"date\": \"2013-02-08\",\n                    \"price\": 199950,\n                    \"type\": \"sl\"\n                },\n                {\n                    \"date\": \"2012-08-03\",\n                    \"price\": 182950,\n                    \"type\": \"sl\"\n                },\n                {\n                    \"date\": \"2012-02-10\",\n                    \"price\": 185000,\n                    \"type\": \"sl\"\n                },\n                {\n                    \"date\": \"2011-10-21\",\n                    \"price\": 200000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 172.133909302574,\n            \"sold_price_sqft\": 172.953594584968,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E2F4-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040556489\",\n            \"address\": \"10, St Annes Road, Torquay\",\n            \"postcode\": \"tq13nx\",\n            \"asking_price\": 237500,\n            \"bedrooms\": 4,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"An Extended 4 Bedroom End Terraced House updated in recent years with a sunny rear garden and garage, near the shops and Downs.\",\n            \"size\": 1001,\n            \"date_appeared\": \"2018-06-02\",\n            \"date_removed\": \"2019-05-15\",\n            \"sold_price\": 225000,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [\n                \"garden\",\n                \"garage\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/6fbbd1e3c577032a/6fbbd.jpg\",\n                \"https://images.realyse.com/e3c8be47de8a6e47/e3c8b.jpg\",\n                \"https://images.realyse.com/27daeb8eb47a1ffc/27dae.jpg\",\n                \"https://images.realyse.com/47397bda14c3eb3d/47397.jpg\",\n                \"https://images.realyse.com/178124db1356a1c5/17812.jpg\",\n                \"https://images.realyse.com/a4288cadb44cb70b/a4288.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/f968b154760cc6cb/f968b.jpg\",\n                \"https://floorplans.realyse.com/27455c835ab3b480/27455.jpg\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.513827,\n                        50.477379\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"Torquay Real Estate Co Ltd\",\n            \"agent_url\": null,\n            \"agent_address\": \"77-79 Babbacombe Road, Torquay, TQ1 3SR\",\n            \"agent_phone_number\": null,\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-06-02\",\n                    \"price\": 237500,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 237.25261669657,\n            \"sold_price_sqft\": 224.765636870435,\n            \"epc_rating\": \"C\",\n            \"epc_construction_age_band\": \"England and Wales: before 1900\"\n        },\n        {\n            \"id\": \"{80E1AA97-DFB3-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100041188421\",\n            \"address\": \"4, Lynway Court, St Marychurch Road, Torquay\",\n            \"postcode\": \"tq13jp\",\n            \"asking_price\": 100000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"A Top Floor Two Bedroom Retirement Apartment with lovely open outlooks towards the Sea from the Lounge, Balcony and Bedrooms.Situated on a Bus Route close to local shops including Waitrose and near to the Town Centre.Lovely communal gardens, Lift, Car park and visitors parking.24 hour care line system and House Manager.No Chain InvolvedA Top Floor Two Bedroom Retirement Apartment with lovely open outlooks towards the Sea from the Lounge, Balcony and Bedrooms.Situated on a Bus Route close to local shops including Waitrose and near to the Town Centre.Lovely communal gardens, Lift, Car park and visitors parking.24 hour care line system and House Manager.No Chain Involvedcommunal entrance hallway Lift or staircase to all floorsPleasant seating areasecond floor landing Pleasant seating areaFront door to:Entrance hall Artex ceiling, Airing cupboard housing hot water cylinder.Night storage heaterWall mounted entry phone and out of hours call centre helplineliving room 13' 6\\\" x 12' 0\\\" (4.13m x 3.68m) Lovely open outlooks towards the seaCoved ceiling, three wall mounted electric lightsNight storage storage heater with shelf overSliding double glazed patio doors to balconyArchway opening to:Kitchen 7' 9\\\" x 7' 9\\\" (2.38m x 2.37m) Fitted cupboards base units with work surfaces over and matching wall cupboardsSpace for electric oven, hob and fridge freezer.Space and plumbing for washing machineStainless steel single drainer with mixer tapDimplex electric wall heaterPart tiled wallsfrom the living room PVCu double glazed patio doors leads to:Balcony Lovely open outlooks towards the seaGlass safety railCeramic tiled floorbedroom 1 1118' 9\\\" x 11' 0\\\" (341m x 3.36m) Coved ceilingWindow with open outlooks towards the seaNight storage heater with shelf overbedroom 2 10' 0\\\" x 8' 0\\\" (3.05m x 2.44m) Coved ceilingOpen outlooks towards the seaBuilt in wardrobes either side of bed space with top boxes overElectric wall mounted heaterbathroom 7' 7\\\" x 6' 6\\\" (2.32m x 1.99m) Panelled bath with twin hand grip and wall mounted Heatrae electric showerWash basin with mirror and electric light over. Low level WC with concealed cisternPart tiled walls. Wall mounted cupboardsElectric wall heateroutside Car park space for residents by arrangement plus visitors parkinggarden Communal gardens with footpathMainly laid to lawn with a variety of trees and shrubs\",\n            \"size\": 527,\n            \"date_appeared\": \"2018-10-17\",\n            \"date_removed\": \"2019-03-02\",\n            \"sold_price\": 98000,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [\n                \"patio\",\n                \"retirement\",\n                \"balcony\",\n                \"parking\",\n                \"lift\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/37f235a8c46b0177/37f23.jpg\",\n                \"https://images.realyse.com/937d681cf8ed8d47/937d6.jpg\",\n                \"https://images.realyse.com/e8061999db702b96/e8061.jpg\",\n                \"https://images.realyse.com/5259c9d21c3e50c6/5259c.jpg\",\n                \"https://images.realyse.com/869f3aaa24c064d2/869f3.jpg\",\n                \"https://images.realyse.com/3dd51077d7b0fdf2/3dd51.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.530008,\n                        50.474353\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"L\",\n            \"agent_name\": \"haart estate agents Torbay\",\n            \"agent_url\": \"https://www.haart.co.uk/branch-finder/torbay/estate-agents-torbay/?utm_source=gmb&utm_medium=organic&utm_campaign=HRT_EA_torbay&referrer=organic_gmb_HRT_EA_torbay\",\n            \"agent_address\": \"130 Union St, Torquay TQ2 5QB, UK\",\n            \"agent_phone_number\": \"01803 200183\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-10-17\",\n                    \"price\": 100000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 189.59822429887,\n            \"sold_price_sqft\": 185.806259812893,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA98-FC1F-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"10093140564\",\n            \"address\": \"10, Lucius Street, Torquay\",\n            \"postcode\": \"tq25un\",\n            \"asking_price\": null,\n            \"bedrooms\": null,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": null,\n            \"size\": 667,\n            \"date_appeared\": null,\n            \"date_removed\": null,\n            \"sold_price\": 130000,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [],\n            \"days_on_market\": null,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.537758,\n                        50.467793\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": null,\n            \"agent_url\": null,\n            \"agent_address\": null,\n            \"agent_phone_number\": null,\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": 194.79688528771,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E182-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040547195\",\n            \"address\": \"Flat 26, Kilmorie, Ilsham Marine Drive, Torquay\",\n            \"postcode\": \"tq12hu\",\n            \"asking_price\": 274000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 2,\n            \"property_type\": \"F\",\n            \"description\": \"***draft details - awaiting approval from vendor***This 2 bedroom first floor apartment forms part of this prestigious landmark purpose built development and sits amongst 7 acres of beautifully kept gardens and enjoys a prime southerly access and stunning sea and coastal views. The accommodation briefly comprises telephone security entry system, stairs and lift rising to all floors, private front door leading to reception hallway with useful storage area, fitted kitchen with built-in appliances, lounge/diner enjoying fabulous views with access to the enclosed balcony, 2 double bedrooms, shower room/wc and separate cloakroom/wc. Outside the property sits amongst the well tendered gardens that sit on the headland offering some fabulous views with under cover parking, allocation for 1 car and visitor parking.The property occupies a much sought after residential position on the headland adjacent to Meadfoot beach and Ilsham Valley, exclusive shopping area of Wellswood is within approximately half a miles distance with an array of shops, facilities and amenities, with the deep water marina and town centre being within approximately one and a half miles from the development. An early inspection of this superb apartment is highly recommended to appreciate the size, position and views the accommodation boasts.Communal front door with telephone entry system and keyless electronic access opening to..Communal Reception HallwayStairs and lift rising to all floors.Communal First Floor LandingWaste disposal unit, built-in storage cupboard, private front door opening to..Reception HallwayNight storage heater, full height storage cupboards with top boxes over, telephone entry system, door to..Kitchen (13' 3'' x 8' 0'' (4.04m x 2.44m))Fitted with units comprising inset one and a half bowl sink unit with single drainer and mixer taps over. Modern roll edged work surfaces over fitted floor cupboard and drawer units with matching wall mounted cupboards over and glass fronted display cabinets. Inset 4-ring electric halogen hob with extractor over, built-in high level double oven, integrated fridge/freezer and dishwasher, space and plumbing for automatic washing machine. Complementary tiled surrounds, sunken spot lighting, night storage heater, uPVC double glazed window to the front, tiled floor.Lounge/Diner (17' 9'' x 17' 4'' (5.41m x 5.29m))UPVC double glazed picture window enjoying some fabulous views across the bay towards Paignton and Brixham. 2 electric heaters, television aerial connection point, uPVC double glazed door to open balcony enjoying again fabulous views across the bay towards Paignton and Brixham with stainless steel and glass safety rail, outside light.Inner HallwayBuilt-in airing cupboard housing hot water tank with immersion heater, night storage heater, door to..Bedroom One (17' 3'' x 12' 1'' (5.26m max incl built-in wardrobes x 3.68m))UPVC double glazed window enjoying stunning views across the bay towards Paignton and Brixham. Built-in wardrobes with top boxes over along one wall, night storage heater.Bedroom Two (12' 10'' x 10' 9'' (3.91m x 3.28m))UPVC double glazed window with outlook to the front over the communal gardens and woodland. Night storage heater.Shower Room/WC (9' 2'' x 6' 0'' (2.79m x 1.83m))Fitted with white suite comprising double shower cubicle having independent wall mounted shower, glazed shower screen and complementary tiled surrounds. Vanity unit with inset wash hand basin and cupboards below, low level wc with concealed cistern, heated electric ladder style radiator. Obscure uPVC double glazed window, wall mounted mirror and light.Cloakroom/WCLow level wc, wall mounted wash hand basin, floor to ceiling tiled walls, obscure uPVC double glazed window.OutsideKilmorie sits amongst 7 acres of well tendered landscaped gardens and grounds with many unique features including a garden and bar-be-cue area, there is a communal car wash bay, under cover parking with allocated parking for 1 car, plus additional visitors parking.\",\n            \"size\": 957,\n            \"date_appeared\": \"2018-04-05\",\n            \"date_removed\": \"2018-07-26\",\n            \"sold_price\": 269950,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [\n                \"balcony\",\n                \"garden\",\n                \"modern\",\n                \"parking\",\n                \"reception\",\n                \"lift\",\n                \"cloakroom\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/680475a4c8120024/68047.jpg\",\n                \"https://images.realyse.com/5525cc6358d3a534/5525c.jpg\",\n                \"https://images.realyse.com/72a93da232ccb65f/72a93.jpg\",\n                \"https://images.realyse.com/a5a5fb5b1698a0db/a5a5f.jpg\",\n                \"https://images.realyse.com/5696c14827e872c6/5696c.jpg\",\n                \"https://images.realyse.com/0790b22d7afd46cf/0790b.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/d7b11a01019ed4b3/d7b11\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.499026,\n                        50.459943\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"L\",\n            \"agent_name\": \"Absolute Sales & Lettings Ltd\",\n            \"agent_url\": \"http://www.movewithabsolute.co.uk/\",\n            \"agent_address\": \"13 Ilsham Rd, Torquay TQ1 2JG, UK\",\n            \"agent_phone_number\": \"01803 214214\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-04-05\",\n                    \"price\": 274000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 286.016377464791,\n            \"sold_price_sqft\": 281.788763126351,\n            \"epc_rating\": \"C\",\n            \"epc_construction_age_band\": \"England and Wales: 1950-1966\"\n        },\n        {\n            \"id\": \"{80E1AA98-FCE4-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": null,\n            \"address\": \"San Giovanni, 15, Warren Road, Torquay\",\n            \"postcode\": \"tq25tq\",\n            \"asking_price\": 190000,\n            \"bedrooms\": 5,\n            \"bathrooms\": 2,\n            \"property_type\": \"T\",\n            \"description\": \"SummaryConnells are absolutely delighted to market this fantastic Victorian House that is located just a stone's throw away from Torquay's town centre. Not only is this property being offered chain free but it also provides plenty of space with its 5 bedrooms, perfect for a large family or an investment.DescriptionThis property has a substantial amount to offer while being presented in a very unique way from the moment you walk in. On arrival to San Giovanni you are greeted with a real authentic decor from original flooring to the high ceilings. Through the entrance hallway you are immediately presented with a large staircase to the right, a hallway and two large reception rooms to the left. Along the inviting hallway you have a delightful kitchen which not only provides access to the enclosed rear back garden but also a modern fitted bathroom suite as well as the 5th bedroom/study. On the first level of the split level staircase you have the 4th bedroom along with a shower room. While on the second tier of the staircase and along the landing you have access to a large single bedroom along with two large double bedrooms which are both complete with ensuite facilities. Upon the landing you also have entry to a staircase which provides you with two additional rooms in the eaves. The property also benefits from two parking spaces to the rear.Entrance PorchDouble glazed door and window to front, ceramic flooring.Entrance HallSingle glazed door to front, under stairs cupboard, ceramic flooring.Lounge 14' 8\\\" max x 13' 1\\\" max ( 4.47m max x 3.99m max )Double glazed window to front, radiator, telephone and TV points, feature fire place.Dining Room 13' 2\\\" max x 10' 1\\\" max ( 4.01m max x 3.07m max )Double glazed window to rear, feature fire place, radiator.Kitchen 12' 10\\\" max x 9' 7\\\" max ( 3.91m max x 2.92m max )Fitted kitchen with wall and base units, double glazed window to side, door to courtyard garden, stainless steel sink/drainer, work surfaces, tiling, gas oven and hob with cooker hood above, plumbing for washing machine and dishwasher.Bedroom 5/study 10' 8\\\" max x 7' 4\\\" max ( 3.25m max x 2.24m max )Double glazed window to rear, radiator.BathroomDouble glazed window to side, bath, wash hand basin, WC, full tiling, boiler.LandingStairs from entrance hall, single glazed window to rear, cupboard, stairs to loft room, radiator.Bedroom 1 10' 9\\\" max x 11' 3\\\" max ( 3.28m max x 3.43m max )Double glazed window to front, radiator, TV point.En SuiteShower cubicle, wash hand basin, extractor fan, WC, shaver point, radiator, part tiling.Bedroom 2 12' 7\\\" max x 8' 10\\\" max ( 3.84m max x 2.69m max )Double glazed window to rear, radiator, TV point.En SuiteShower cubicle, shaver point, wash hand basin, WC, part tiling, extractor fan.Bedroom 3 10' max x 10' 2\\\" max ( 3.05m max x 3.10m max )Double glazed window to side, built in wardrobes, radiator, TV point.Bedroom 4 6' 7\\\" max x 10' 4\\\" max ( 2.01m max x 3.15m max )Window to front, built in wardrobes, radiator.Bathroom 2Double glazed window to side, heated towel rail, shower cubicle, extractor fan, wash hand basin, WC, part tiling.Loft Room 8' 4\\\" max x 12' 9\\\" max ( 2.54m max x 3.89m max )Double glazed window to rear, built in wardrobe.Loft Room 2 8' 11\\\" max x 112' 8\\\" max ( 2.72m max x 34.34m max )Double glazed window to rear, radiator, wash hand basin, storage cupboards.Rear GardenCourtyard garden, two enclosed parking spaces, shed.1. Money laundering regulations - Intending purchasers will be asked to produce identification documentation at a later stage and we would ask for your co-operation in order that there will be no delay in agreeing the sale.2: These particulars do not constitute part or all of an offer or contract.3: The measurements indicated are supplied for guidance only and as such must be considered incorrect.4: Potential buyers are advised to recheck the measurements before committing to any expense.5: Connells has not tested any apparatus, equipment, fixtures, fittings or services and it is the buyers interests to check the working condition of any appliances.6: Connells has not sought to verify the legal title of the property and the buyers must obtain verification from their solicitor.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-05-25\",\n            \"date_removed\": \"2018-07-14\",\n            \"sold_price\": 180000,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [\n                \"victorian\",\n                \"en suite\",\n                \"garden\",\n                \"modern\",\n                \"loft\",\n                \"parking\",\n                \"reception\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/bf712cc25cab18b6/bf712.jpg\",\n                \"https://images.realyse.com/29c97b5db3b4d374/29c97.jpg\",\n                \"https://images.realyse.com/e7c59623ab3a4bc8/e7c59.jpg\",\n                \"https://images.realyse.com/0157696e4ccef958/01576.jpg\",\n                \"https://images.realyse.com/777a5a066b038c69/777a5.jpg\",\n                \"https://images.realyse.com/337cb3227530a6b9/337cb.jpg\",\n                \"https://images.realyse.com/e7c59623ab3a4bc8/e7c59\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/a74cd7feb148b478/a74cd\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.530164,\n                        50.464795\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"date_unof\": null,\n            \"date_sstc\": \"2018-07-14\",\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E447-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040555366\",\n            \"address\": \"30, Sherwell Park Road, Torquay\",\n            \"postcode\": \"tq26ee\",\n            \"asking_price\": null,\n            \"bedrooms\": null,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": null,\n            \"size\": 882,\n            \"date_appeared\": null,\n            \"date_removed\": null,\n            \"sold_price\": 168300,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [],\n            \"days_on_market\": null,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.550634,\n                        50.467667\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": null,\n            \"agent_url\": null,\n            \"agent_address\": null,\n            \"agent_phone_number\": null,\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": 190.678009307987,\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: 1950-1966\"\n        },\n        {\n            \"id\": \"{80E1AA97-DEEB-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": null,\n            \"address\": \"The Coach House, 11 Colwyn Court, Asheldon Road, Torquay\",\n            \"postcode\": \"tq12qt\",\n            \"asking_price\": 230000,\n            \"bedrooms\": 3,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"***draft details - awaiting approval from vendor***new! 3D Property View Available!This individual coach house style 3/4 bedroom linked residence has accommodation set over 1 level which briefly comprises open plan living space with lounge/diner and fitted kitchen with built-in appliances, 2nd sitting room/bedroom 4,3 further bedrooms and a modern fitted bathroom/wc. The property benefits from the installation of uPVC double glazing and gas central heating. Outside there is a double width car port and terrace rear garden, it also benefits from some distant sea views from the rear elevation.The property occupies an end of cul-de-sac residential position within the much sought after village of Wellswood with its array of boutique style shops and highly regarded primary school. With Torquay town centre and deep water marina being within approximately 1 and a half miles distance and within close proximity to the ring road which connects Newton Abbot and Exeter beyond. The property has been recently re-carpeted and decorated throughout, and an internal inspection is highly recommended to appreciate the size, position and individuality of the accommodation on offer.Car port style covered parking with steps leading up to the front door, uPVC double glazed front door opening to..Entrance AreaSquared opening through to...Open Plan Living/Diner/KitchenKitchen Area (10' 6'' x 6' 4'' (3.19m x 1.93m))Fitted with modern units comprising inset one and a half bowl stainless steel sink unit with single drainer and mixer taps over. Granite effect work surfaces over fitted floor cupboard and drawer units with matching wall mounted cupboards over. Inset 4-ring electric halogen hob with extractor over and electric oven below, space and plumbing for automatic washing machine, concealed gas boiler supplying domestic hot water and gas central heating. UPVC double glazed window with outlook over the rear garden.Lounge/Dining Area (22' 10'' x 12' 5'' (6.96m max x 3.78m))3 uPVC double glazed windows to the front. 2 radiators, glazed door to inner hallway. Door to..2nd Sitting Room/Bedroom Four (19' 8'' x 8' 4'' (5.99m x 2.54m))UPVC double glazed picture window with outlook to the rear having distant sea views to the side. Radiator, sunken spot lighting.Inner HallwaySky light, door to...Bedroom One (11' 7'' x 9' 9'' (3.53m x 2.96m))2 uPVC double glazed windows to the front. Radiator.Bedroom Two (11' 7'' x 8' 10'' (3.53m x 2.69m))2 uPVC double glazed windows to the rear, radiator.Bedroom Three (13' 3'' x 6' 4'' (4.04m x 1.93m))2 uPVC double glazed windows with outlook to the rear. Radiator.Bathroom/WC (8' 4'' x 6' 7'' (2.54m max x 2.0m))Fitted with modern white suite comprising panelled bath with independent wall mounted shower over and glazed shower screen. Pedestal wash hand basin, low level wc, floor to ceiling tiled walls, radiator, obscure uPVC double glazed window.OutsideTo the front of the property there is a double width car port and steps giving access to the front door. The front garden is terraced and backs onto Ilsham Woods, there is a central public access path that gives the local residents access to Ilsham Woods and down to Ilsham Valley, this in turns leads to Meadfoot beach.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-08-09\",\n            \"date_removed\": null,\n            \"sold_price\": 210000,\n            \"date_sold\": \"2018-12-20\",\n            \"property_features\": [\n                \"garden\",\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/d269b4298c5e9149/d269b.jpg\",\n                \"https://images.realyse.com/c0ee8fe1aab8c0c3/c0ee8.jpg\",\n                \"https://images.realyse.com/074b433e71e3c56e/074b4.jpg\",\n                \"https://images.realyse.com/b8995122a94be9c3/b8995.jpg\",\n                \"https://images.realyse.com/b67d72570b13c5dd/b67d7.jpg\",\n                \"https://images.realyse.com/5861253257d7d537/58612.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/fba8bd5e287bf5de/fba8b\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.503154,\n                        50.468826\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"Absolute Sales & Lettings Ltd\",\n            \"agent_url\": \"http://www.movewithabsolute.co.uk/\",\n            \"agent_address\": \"13 Ilsham Rd, Torquay TQ1 2JG, UK\",\n            \"agent_phone_number\": \"01803 214214\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E0A8-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"10002993022\",\n            \"address\": \"Flat 1a, Morningside, Barrington Road, Torquay\",\n            \"postcode\": \"tq12qj\",\n            \"asking_price\": 329950,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"With crisp cool lines and super cool design, the apartment offers a home designed for gracious living, blending contemporary features with elegant style and fashionable décor. An imposing entrance door, individual to the apartment, opens to the reception hallway, a wide staircase rising to the first floor where the accommodation is arranged for one floor living with a magnificent kitchen/dining room, bright and sunny sitting room, 3 bedrooms and two up to the minute bathrooms. Allocated parking, communal gardens.\",\n            \"size\": 1506,\n            \"date_appeared\": \"2018-03-30\",\n            \"date_removed\": \"2018-08-02\",\n            \"sold_price\": 322500,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"parking\",\n                \"reception\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/e5d84371278f97d5/e5d84.jpg\",\n                \"https://images.realyse.com/94d3444e8277992e/94d34.jpg\",\n                \"https://images.realyse.com/0281af0001114150/0281a.jpg\",\n                \"https://images.realyse.com/319a236aa9c41259/319a2.jpg\",\n                \"https://images.realyse.com/98f2899f19633fc5/98f28.jpg\",\n                \"https://images.realyse.com/596ffa2557490d59/596ff.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/d57ba7ea34123a50/d57ba\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.507551,\n                        50.468827\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"L\",\n            \"agent_name\": \"John Couch The Estate Agent\",\n            \"agent_url\": \"http://www.johncouch.co.uk/\",\n            \"agent_address\": \"43 Ilsham Road, Wellswood Ave, Torquay TQ1 2JG, UK\",\n            \"agent_phone_number\": \"01803 296500\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-03-30\",\n                    \"price\": 329950,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 218.952769375943,\n            \"sold_price_sqft\": 214.00899567735,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E1A3-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040560644\",\n            \"address\": \"40, Warbro Road, Torquay\",\n            \"postcode\": \"tq13pw\",\n            \"asking_price\": 179950,\n            \"bedrooms\": 4,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"DESCRIPTION An opportunity to purchase a FREEHOLD INVESTMENT PROPERTY COMPRISING TWO SELF CONTAINED TWO BEDROOM FLATS within a bay fronted mid terraced property. One of the flats is currently let, with the other one presently vacant and in need of refurbishment. When fully let the property generates approximately £12,500 per annum. Alternatively the property could be reverted back to one family home if required, subject to any relevant consents being obtained.The property stands in a most convenient location on the level to amenities at both St Marychurch and Plainmoor. Local Primary and Secondary Schools are easily accessible and the popular Cary Parks are situated just a short stroll away.OWNERS INSIGHT \\\"At the time of purchase we were seeking an investment property that offered us a good and reliable financial return and chose this particular property as we felt that this property offered us both of these\\\"\\\"The property is situated in a very convenient location, easily accessible to the shops and amenities in St Marychurch, Babbacombe and Plainmoor, with public transport links also found close by\\\"\\\"Due to the age of the property both flats provide a good level of accommodation, each benefitting from gas central heating, PVCu double glazing and also have the convenience of off road parking\\\"GROUND FLOOR FLAT A pathway leads to the communal front door opening to the hall with electric meters and consumer unit for both flats. A private entrance door opens to the Sitting Room with double glazed bay window and cornice work to ceiling. From this room an opening leads to an Inner Lobby with door to Bedroom 1, a double room with double glazed window. From the Lobby a door opens to the Inner Hall leading to the Kitchen which has been stripped of most of the units and the ceiling and now requires attention. This is a sizeable room with gas fired combination boiler, window and door leading out to the rear garden. A further Inner Hall leads to a Second Bedroom with double glazed window and Bathroom with white suite and window.FIRST FLOOR FLAT A half glazed door opens to stairs rising to the split level landing with loft access hatch and doors to all rooms. The Sitting Room is a bright bay fronted room with double glazed window to the front. The Kitchen is fitted with range of units, built-in electric oven and four ring ceramic hob. Wall mounted Worcester gas fired combination boiler and double glazed window. Bedroom one is a double bedroom with double glazed window and Bedroom 2 has a dual aspect with two double glazed windows. Shower Room with double shower and window.STEP OUTSIDE To the front of the property is a level garden with gated access from Warbro Road. To the rear of the property is a paved garden with pathway leading to the ground floor flat. There is also an outside store. To the rear of the garden a gate gives access to a Parking Area with parking for two vehicles and accessed from Greystone Way.ADDITIONAL INFORMATION Independent Gas Central Heating system to each flatPVCu double glazingParkingCouncil Tax Band - A & AEPC - C & DLOCATION Torquay is nestled on the warm South Devon coast being one of three towns along with Paignton and Brixham which form the natural east facing harbour of Torbay, sheltered from the English Channel. Torbay's wide selection of stunning beaches, picturesque coastline, mild climate and recreational facilities reinforce why it has rightfully earned the renowned nickname of the English Riviera.TORQUAY IS WELL CONNECTED By Train: Torquay Train Station is just one stop from the main line Newton Abbot.By Air: Exeter Airport provides both UK and international flights.By Sea: Torquay Marina provides a safe haven for boats in all weathers, sheltered from the prevailing south-westerly winds.Regional Cities of Exeter & Plymouth approximately 22 miles and 32 miles respectively. Magnificent Dartmoor National park approximately 12 miles.DIRECTIONS: SAT NAV: TQ1 3PW. From our office proceed down Manor Road to the traffic lights, turning immediately left onto Warbro Road where the property will be found a short distance along on the left hand side.\",\n            \"size\": 1205,\n            \"date_appeared\": \"2018-08-26\",\n            \"date_removed\": \"2018-11-02\",\n            \"sold_price\": 179950,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"garden\",\n                \"loft\",\n                \"parking\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/19e75f79f612d606/19e75.jpg\",\n                \"https://images.realyse.com/6f009d2cf823127a/6f009.jpg\",\n                \"https://images.realyse.com/68900ee3b981da7e/68900.jpg\",\n                \"https://images.realyse.com/b31604fcda1f1f62/b3160.jpg\",\n                \"https://images.realyse.com/4e554baa2e6972d0/4e554.jpg\",\n                \"https://images.realyse.com/711dc0dc767ffbb5/711dc.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/ed6954cbc0c6010b/ed695.jpg\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.523682,\n                        50.477925\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"John Lake Estate Agents Torquay\",\n            \"agent_url\": \"https://www.johnlake.co.uk/\",\n            \"agent_address\": \"The Old Town Hall, Manor Rd, Torquay TQ1 3JS, UK\",\n            \"agent_phone_number\": \"01803 328899\",\n            \"date_unof\": null,\n            \"date_sstc\": \"2018-11-02\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-08-26\",\n                    \"price\": 179950,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 149.267127023795,\n            \"sold_price_sqft\": 149.267127023795,\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: 1900-1929\"\n        },\n        {\n            \"id\": \"{7E86B6FA-A4FB-458C-E053-6B04A8C0C84C}\",\n            \"gid\": null,\n            \"address\": \"Flat 2, Mount Vernon, Higher Erith Road, Torquay\",\n            \"postcode\": \"tq12nq\",\n            \"asking_price\": null,\n            \"bedrooms\": null,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": null,\n            \"size\": null,\n            \"date_appeared\": null,\n            \"date_removed\": null,\n            \"sold_price\": 58000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [],\n            \"days_on_market\": null,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.510998,\n                        50.463382\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"L\",\n            \"agent_name\": null,\n            \"agent_url\": null,\n            \"agent_address\": null,\n            \"agent_phone_number\": null,\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E020-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040556036\",\n            \"address\": \"52, Shirburn Road, Torquay\",\n            \"postcode\": \"tq13jl\",\n            \"asking_price\": null,\n            \"bedrooms\": null,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": null,\n            \"size\": 1732,\n            \"date_appeared\": null,\n            \"date_removed\": null,\n            \"sold_price\": 169000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [],\n            \"days_on_market\": null,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.532846,\n                        50.476258\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": null,\n            \"agent_url\": null,\n            \"agent_address\": null,\n            \"agent_phone_number\": null,\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": 97.5194344980712,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E216-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": null,\n            \"address\": \"Flat 1, Mistletoe House, 5, York Road, Torquay\",\n            \"postcode\": \"tq13sg\",\n            \"asking_price\": 150000,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Guide price £150,000 - £155,000A charming two bedroom maisonette arranged over two floors and located in the popular area of St Marychurch just a short walk from the shopping precinct and Babbacombe Downs. The property boasts a stunning open plan living/dining room, two double bedrooms and off road parking. It is being offered chain free and is a share of freehold.AccommodationEntering the communal entrance door you have the private entrance to the maisonette just a few steps in on your left. The door then opens into a spacious hallway with high ceilings and a sizeable storage cupboard. There is access to the living/dining room, kitchen/breakfast room, shower room, WC as well as stairs down to the lower ground floor. The living/ dining room is a particularly bright room with two large windows to the front aspect, it has plenty of room for lounge furniture as well as a dining table and chairs. The kitchen is finished to a high standard with fitted units and an integrated fridge/freezer, there is a back door from the kitchen that opens into the rear of the complex. The shower room and WC are both fully tiled and the shower room is also fitted with an extractor fan.Heading to the lower ground floor you have a hallway with a large storage cupboard and access to both the bedrooms. Both bedrooms are doubles and either could be classed as the master, they both have windows to the front aspect to allow in natural light.OutsideTo the front of the property is a small patio area suitable for putting some potted plants or possibly a chair. To the rear of the complex is a gated car park where there is a space allocated to this apartment as well as some communal garden areas.LocationThe property is located in the sought after area of St.Marychurch with the shopping precinct just a short ponder away. The precinct offers fantastic convenience with an array of amenities to include the Co-op, Boots pharmacy, local butchers, beauty salons and cafes. There is an array of local schools nearby to include a public school 'Abbey School'. The picturesque setting of Babbacombe downs is also within close proximity with its bustling restaurants, bars and cafes boasting stunning scenery, local attractions and fantastic beaches. Local bus services run nearby providing flexible transport links.Entrance HallCoving. Wall mounted radiator. Large storage cupboard.Lounge/ Dining Room (16' 5'' x 14' 10'' (5.00m x 4.52m))Front elevation double glazed windows. Coving. Wall mounted radiators.Kitchen/Breakfast Room (13' 7'' x 7' 2'' (4.14m x 2.18m))Fitted kitchen with wall and base units. Roll top work surfaces. Space and plumbing for washing machine. Integrated fridge and freezer. Four ring gas hob. Integrated electric hob. Stainless steel sink with drainer. Rear elevation double glazed door. Cupboard housing new boiler.Shower RoomShower cubicle. Wash hand basin. Shaver point and light. Extractor fan. Tiling.WCLow level WC. Tiling.Lower Ground HallAccess to bedrooms. Large storage cupboard.Bedroom (10' 7'' x 10' 1'' (3.22m x 3.07m))Front elevation double glazed window. Wall mounted radiator. Fitted wardrobe.Bedroom (13' 7'' x 8' 7'' max (4.14m x 2.61m))Front elevation double glazed window. Wall mounted radiator. Fitted wardrobes.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-10-04\",\n            \"date_removed\": null,\n            \"sold_price\": 152500,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"patio\",\n                \"garden\",\n                \"maisonette\",\n                \"parking\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/b8a88cd3c5312e08/b8a88.jpg\",\n                \"https://images.realyse.com/a4188475e2a487e5/a4188.jpg\",\n                \"https://images.realyse.com/7df844505b733c6b/7df84.jpg\",\n                \"https://images.realyse.com/f2ef14f34df45c2b/f2ef1.jpg\",\n                \"https://images.realyse.com/50dac76e9c18da82/50dac.jpg\",\n                \"https://images.realyse.com/5b9d00ecfc6634b8/5b9d0.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/07b88d580d9a037d/07b88\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.519406,\n                        50.479955\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"L\",\n            \"agent_name\": \"HS Owen Estate Agents\",\n            \"agent_url\": \"http://www.hsowen.co.uk/\",\n            \"agent_address\": \"66 Torwood St, Torquay TQ1 1DT, UK\",\n            \"agent_phone_number\": \"01803 364029\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-DF7A-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040548318\",\n            \"address\": \"12, Ashleigh Court, Lincombe Drive, Torquay\",\n            \"postcode\": \"tq12lw\",\n            \"asking_price\": 385000,\n            \"bedrooms\": 3,\n            \"bathrooms\": 1,\n            \"property_type\": \"T\",\n            \"description\": \"With panoramic views the property offers a beautifully appointed home, upgraded by the current owners, with the benefit of planning permission for re-configuration of the living space. The accommodation is of reverse level design, to the entrance level is a lounge opening to a balcony, dining room, kitchen and cloakroom. The lower floor has 3 bedrooms, the principal bedroom opening to a south/west facing terrace, bedroom (2), bedroom (3)/study and bathroom. Gardens on 2 sides, single garage situated in a separate block.\",\n            \"size\": 1130,\n            \"date_appeared\": \"2018-11-16\",\n            \"date_removed\": \"2018-12-14\",\n            \"sold_price\": 394000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"balcony\",\n                \"garage\",\n                \"cloakroom\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/5e476f1085b71820/5e476.jpg\",\n                \"https://images.realyse.com/a80365d23266b51b/a8036.jpg\",\n                \"https://images.realyse.com/25d519741099f719/25d51.jpg\",\n                \"https://images.realyse.com/4536fb30367adcb2/4536f.jpg\",\n                \"https://images.realyse.com/bdd1d049745bbb6b/bdd1d.jpg\",\n                \"https://images.realyse.com/b914e3275a98b106/b914e.jpg\",\n                \"https://images.realyse.com/d86f87684e92ccd7/d86f8.jpg\",\n                \"https://images.realyse.com/b33f3f5e4538d80c/b33f3.jpg\",\n                \"https://images.realyse.com/e0c0a58a4edff3d5/e0c0a.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/be896ee029697aa5/be896\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51185,\n                        50.459597\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"John Couch The Estate Agent\",\n            \"agent_url\": \"http://www.johncouch.co.uk/\",\n            \"agent_address\": \"43 Ilsham Road, Wellswood Ave, Torquay TQ1 2JG, UK\",\n            \"agent_phone_number\": \"01803 296500\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-11-16\",\n                    \"price\": 385000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 340.644809656971,\n            \"sold_price_sqft\": 348.607935077523,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{8355F008-D5A5-55C5-E053-6B04A8C0D090}\",\n            \"gid\": null,\n            \"address\": \"Lower Maisonette, 2, Upton Hill, Torquay\",\n            \"postcode\": \"tq13ew\",\n            \"asking_price\": null,\n            \"bedrooms\": null,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": null,\n            \"size\": null,\n            \"date_appeared\": null,\n            \"date_removed\": null,\n            \"sold_price\": 130000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [],\n            \"days_on_market\": null,\n            \"images\": [],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.535015,\n                        50.474067\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"L\",\n            \"agent_name\": null,\n            \"agent_url\": null,\n            \"agent_address\": null,\n            \"agent_phone_number\": null,\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{AC07BBCF-F585-0445-E053-6C04A8C01E31}\",\n            \"gid\": \"10024002975\",\n            \"address\": \"62d, Teignmouth Road, Torquay\",\n            \"postcode\": \"tq14et\",\n            \"asking_price\": 170000,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"Situated in a beautiful period building this split level apartment still retains many original features. Torquay town centre is a short level walk away with many local shops and amenities. Transport links are easily assessable with Torre train station a short walk away and local bus routes close by. The split level apartment is an excellent size throughout and thegrand entrance hall is a spectacular feature. The apartment benefits from allocated parking and it's own private garden. Internally comprising of; entrance lobby, utility room, storage room, entrance hall with original stair case to the first floor landing, living room, kitchen/breakfast room, family bathroom and two double bedrooms. In immaculate condition you have to view this beautiful home to appreciate all it has to offer.\",\n            \"size\": null,\n            \"date_appeared\": \"2018-03-24\",\n            \"date_removed\": \"2018-10-30\",\n            \"sold_price\": 170000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"garden\",\n                \"parking\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/238f07396a9d4c4c/238f0.jpg\",\n                \"https://images.realyse.com/39ae007a5592d0d6/39ae0.jpg\",\n                \"https://images.realyse.com/82a0755b6493f6b4/82a07.jpg\",\n                \"https://images.realyse.com/2dde7fd33f3b42ac/2dde7.jpg\",\n                \"https://images.realyse.com/751fc4936bb901fc/751fc.jpg\",\n                \"https://images.realyse.com/61004e9dc25004f7/61004.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/1ff3788fd778461e/1ff37.JPG\",\n                \"https://floorplans.realyse.com/411b8320e73da586/411b8.JPG\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.541056,\n                        50.476672\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"L\",\n            \"agent_name\": \"haart letting agents Torquay\",\n            \"agent_url\": \"https://www.haart.co.uk/branch-finder/torbay/lettings-torquay/?utm_source=gmb&utm_medium=organic&utm_campaign=HRT_LET_torquay&referrer=organic_gmb_HRT_LET_torquay\",\n            \"agent_address\": \"haart Torquay, 130 Union St, Torquay TQ2 5QB, UK\",\n            \"agent_phone_number\": \"01803 298402\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-03-24\",\n                    \"price\": 170000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": null,\n            \"sold_price_sqft\": null,\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"{80E1AA97-E6A3-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040562040\",\n            \"address\": \"10, Winstone Avenue, Torquay\",\n            \"postcode\": \"tq28dz\",\n            \"asking_price\": 177000,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"S\",\n            \"description\": \"A three bedroom semi detached house situated in a cul de sac midway between the St Marychurch and Barton areas with local primary and secondary schools and bus services close by.AccommodationA canopy entrance porch with a double glazed front door and side windows opening to theSpacious Entrance HallSmall under stair storage cupboard. Telephone point.Lounge (12' 3'' x 14' 9'' (3.73m x 4.49m))Into a wide double glazed bay window to the front. Coved ceiling. Tiled fireplace and hearth with a gas fire. Radiator. A connecting door opens to theDining Room (10' 9'' x 10' 2'' (3.27m x 3.10m))Two double glazed windows and a double glazed door overlook and open onto the rear garden. Built in storage cupboard. Radiator. Door to the kitchen.Kitchen (8' 0'' x 8' 4'' (2.44m x 2.54m))Extending to 12'4\\\" into the entrance area. Double glazed windows looking onto the side and rear gardens. Obscure double glazed door to the side. Fitted with a stainless steel sink unit with cupboards under and roll edge work top areas. Glass fronted wall cupboards. Built in shelved larder/storage cupboard. Built in storage cupboard with shelving. Gas cooker point. Plumbing for a washing machine. Worcester gas fired boilerFirst Floor LandingObscure double glazed window to the side. Built in linen/storage cupboard. Access to the loft space.Bedroom 1 (12' 0'' x 10' 10'' (3.65m x 3.30m))Plus entrance recess. Large double glazed window giving views to the front over the surrounding area and towards St Marychurch. Two fitted wardrobes with storage cupboards over. Telephone point. Radiator.Bedroom 2 (10' 9'' x 9' 10'' (3.27m x 2.99m))Double glazed window overlooking the rear gardens with tree lined outlooks beyond. Radiator.Bedroom 3 (8' 6'' x 7' 5'' (2.59m x 2.26m))Double glazed window to the front with views over the surrounding area towards St Marychurch. Fitted wardrobe/store cupboard.Shower RoomWhite suite comprising a pedestal wash basin and glazed shower cubicle with a chrome shower fitting. Part tiled walls. Dimplex fan heater. Ladder style radiator/towel rail. Obscure double glazed window to the rear.Separate WCLow level suite. Obscure double glazed window to the rear.OutsideFrontA sloping concrete driveway leads to the small garage/store 12'6\\\" x 8'5\\\" externally.The front garden is arranged with paved and rockery areas with flower and shrub beds. A path leads to theSide And Rear GardensBehind the garage is a mainly paved area. Storeroom and Outside WC (not in use). Paved steps with flower beds to one side lead up to a mainly lawn garden with a patio area, enclosed by fencing and hedges.Council Tax Band C\",\n            \"size\": 850,\n            \"date_appeared\": \"2018-05-17\",\n            \"date_removed\": null,\n            \"sold_price\": 177000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"patio\",\n                \"fireplace\",\n                \"garden\",\n                \"garage\",\n                \"loft\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/036e1e1b5f8d8ade/036e1.jpg\",\n                \"https://images.realyse.com/45d24dc7148122d8/45d24.jpg\",\n                \"https://images.realyse.com/d451dd635439ec5b/d451d.jpg\",\n                \"https://images.realyse.com/6ddf36dfbb7a9d64/6ddf3.jpg\",\n                \"https://images.realyse.com/c8342a67a13057e4/c8342.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.533586,\n                        50.48562\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"Torquay Real Estate Co Ltd\",\n            \"agent_url\": null,\n            \"agent_address\": \"77-79 Babbacombe Road, Babbacombe, Torquay, TQ1 3SR\",\n            \"agent_phone_number\": null,\n            \"date_unof\": null,\n            \"date_sstc\": \"2018-06-04\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-05-17\",\n                    \"price\": 177000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 208.150050549887,\n            \"sold_price_sqft\": 208.150050549887,\n            \"epc_rating\": \"C\",\n            \"epc_construction_age_band\": \"England and Wales: 1930-1949\"\n        },\n        {\n            \"id\": \"{80E1AA97-E21E-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040540651\",\n            \"address\": \"42, Cary Park Road, Torquay\",\n            \"postcode\": \"tq13pu\",\n            \"asking_price\": 268000,\n            \"bedrooms\": 4,\n            \"bathrooms\": 1,\n            \"property_type\": \"T\",\n            \"description\": \"Description This well presented bay fronted period terraced house offers deceptively spacious, well planned family accommodation and is located in one of Torquay's most popular residential areas. Having been extended in the past, the property now benefits from having generous size bedrooms, three spacious reception rooms as well as having a sunny rear garden and garage at the rear.The popular Cary Parks and Reddenhill Road shops are within a short, level saunter with the picturesque Babbacombe Downs and shingle beaches below found a short distance beyond. A selection of local schools and public swimming pool are also easily accessible as is the bustling St Marychurch' village' precinct.Entrance porch A pathway leads to the PVCu double glazed front door with obscure panel and matching toplight opening to the Entrance Porch with wood effect flooring and cupboard housing the electric meter and fuseboard. Inner door with etched glass panel leads to the:-reception hall Wood effect flooring, radiator and understairs storage cupboard.Sitting room 15' 3\\\" into bay x 13' 1\\\" (4.66m x 3.99m) A bright and spacious room with lofty ceiling height, cornice work and ceiling rose. Feature contemporary fitted gas fire, radiator and PVCu double glazed bay window.Dining room 13' 7\\\" x 11' 1\\\" (4.14m x 3.37m) Lofty ceiling height, radiator and PVCu double glazed French doors opening to the rear garden.Breakfast room 16' 4\\\" x 10' (4.99m x 3.06m) Two PVCu double glazed windows, wood effect flooring, radiator, space for fridge/freezer and storage cupboard. Opening to:-kitchen 9' 11\\\" x 9' 6\\\" (3.01m x 2.90m) Fitted with a range of units and roll edged working surfaces with complementary tiled splashbacks and inset one and a half bowl stainless steel sink unit. Fitted electric oven, four ring gas hob with cooker hood over, integrated dishwasher, provisions for washing machine and space for tumble dryer. PVCu double glazed window and matching door, overlooking and opening to the rear garden. From the Reception Hall stairs rise to the first floor landing with loft access hatch, radiator and small window.Bedroom 1 15' 9\\\" x 10' (4.81m x 3.04m) PVCu double glazed bay window, radiator and selection of built-in wardrobes and cupboards.Bedroom 2 13' 4\\\" x 10' (4.06m x 3.06m) PVCu double glazed window, radiator and range of built-in wardrobes and cupboards.Bedroom 3 9' 11\\\" x 6' 9\\\" (3.03m x 2.06m) PVCu double glazed window, radiator and range of built-in wardrobes and cupboards.Bedroom 4 10' 4\\\" x 5' 5\\\" (3.16m x 1.66m) PVCu double glazed window and radiator.Shower room Fitted with a contemporary suite of corner shower cubicle with curved glazed door and wall mounted Mira shower, sink unit with vanity unit below and WC with concealed cistern. Fully tiled walls, fitted cupboards and drawers, heated ladder style towel rail, tiled floor, extractor fan and obscure PVCu double glazed window.Gardens To the front is a paved courtyard garden with mature palms. The rear garden is mainly laid to patio, fully enclosed with flower and shrub borders. Outside storage cupboard housing the GlowWorm gas fired combination boiler. Pathway leads to the:-garage 15' 8\\\" x 8' 2\\\" (4.80m x 2.49m) Accessed via the rear service lane with metal up and over door, window to the rear and courtesy door opening to the garden.Council tax band 'D' (Torbay Council).Directions: Sat nav: TQ1 3PU. On leaving our office continue down Manor Road and turn left into Stanley Road. Turn left and head around Cry Park continuing along Cary Avenue, turn right onto Aveland Road and at the top of Aveland Road you will see Cary Park Road straight ahead of you on the opposite side of Warbro Road, No.36 stands on the right hand side.\",\n            \"size\": 1259,\n            \"date_appeared\": \"2018-06-08\",\n            \"date_removed\": null,\n            \"sold_price\": 265000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"patio\",\n                \"garden\",\n                \"garage\",\n                \"loft\",\n                \"swimming pool\",\n                \"reception\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/af3af61509f4e026/af3af.jpg\",\n                \"https://images.realyse.com/5388b360b24a532b/5388b.jpg\",\n                \"https://images.realyse.com/83387ae2e27db454/83387.jpg\",\n                \"https://images.realyse.com/34ab0f00da8eac65/34ab0.jpg\",\n                \"https://images.realyse.com/a77b84b92e15ba6d/a77b8.jpg\",\n                \"https://images.realyse.com/a860a07de2e6f168/a860a.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.521867,\n                        50.475827\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"John Lake Estate Agents Torquay\",\n            \"agent_url\": \"https://www.johnlake.co.uk/\",\n            \"agent_address\": \"The Old Town Hall, Manor Rd, Torquay TQ1 3JS, UK\",\n            \"agent_phone_number\": \"01803 328899\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-06-08\",\n                    \"price\": 268000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 212.803750554937,\n            \"sold_price_sqft\": 210.421619018875,\n            \"epc_rating\": \"C\",\n            \"epc_construction_age_band\": \"England and Wales: before 1900\"\n        },\n        {\n            \"id\": \"{80E1AA97-E629-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040561254\",\n            \"address\": \"56, Westbourne Road, Torquay\",\n            \"postcode\": \"tq14ju\",\n            \"asking_price\": 179500,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"DESCRIPTION Set behind the entrance door of this discrete MATURE TERRACED HOUSE is a spacious and versatile family home. The living space is typical of the era, generous in proportions with lofty ceiling heights, particular features with this home is the Loft room and Garage.The property stands in a most convenient location within easy reach of Torquay's town centre, St Marychurch and Plainmoor where Waitrose supermarket can be found. At the top of the road is also a convenience store for essentials.ENTRANCE PORCH A stepped approach leads to a front door opening to the Entrance Porch with single paned windows, parquet flooring and inner door leading to the:-ENTRANCE VESTIBULE Lofty ceiling height, dado rail and door to:-RECEPTION HALL Radiator, understairs storage space and storage cupboard.SITTING ROOM 15' 7\\\" x 12' 2\\\" (4.75m x 3.72m) PVCu double glazed window to the front, lofty ceiling height and radiator.DINING ROOM 13' 11\\\" x 9' 11\\\" (4.25m x 3.04m) Single paned sash window looking into the utility, lofty ceiling height, radiator and fireplace, open and working,KITCHEN 11' 1\\\" x 7' 6\\\" (3.38m x 2.29m) Fitted with a range of units and working surfaces with inset sink unit. Space for cooker, radiator and tiled floor. PVCu double glazed window overlooking the rear garden and door to:-UTILITY Provisions for washing machine, single paned window and door opening to the rear garden.From the Reception Hall stairs rise to the HALF LANDING with radiator.SEPARATE WC close coupled WC, part tiled walls and obscure PVCu double glazed window.Stairs continue to the FIRST FLOOR LANDING.BATHROOM A generous size room with suite of bath with shower over and pedestal wash hand basin. Airing cupboard housing the hot water cylinder with shelving over. Part tiled walls, radiator and two obscure PVCu double glazed windows.BEDROOM 1 13' 5\\\" x 10' (4.08m x 3.05m) PVCu double glazed window overlooking the rear garden, radiator and sink unit.BEDROOM 2 14' 2\\\" x 9' 1\\\" (4.31m x 2.76m) PVCu double glazed window to the front, radiator, sink unit with vanity cupboard under and built-in wardrobes with mirror fronted doors.BEDROOM 3 10' 9\\\" x 6' 3\\\" (3.28m x 1.90m) PVCu double glazed window to the front.From the landing stairs rise to the:-LOFT ROOM 17' 11\\\" x 15' 9\\\" (5.46m x 4.80m) PVCu double glazed window to the rear and ample eaves storage.GARDENS The rear garden is laid to paving with lawned area and pathway leading to the garage. OUTHOUSE housing the gas fired boiler for the central heating. To the front is a paved terrace with flower borders.GARAGE Accessed from Shirburn Road with power, lighting and courtesy door.COUNCIL TAX BAND 'C' (Torbay Council).DIRECTIONS: TQ1 4JT. From our office in St Marychurch travel down Manor Road to the traffic lights. Continue straight ahead passing through Plainmoor shops and turn right into Forest Road, Westbourne Road is the third turning on your right hand side and No.52 is seen on the right hand side.\",\n            \"size\": 1044,\n            \"date_appeared\": \"2018-05-10\",\n            \"date_removed\": \"2018-08-07\",\n            \"sold_price\": 175000,\n            \"date_sold\": \"2018-12-19\",\n            \"property_features\": [\n                \"fireplace\",\n                \"garden\",\n                \"garage\",\n                \"loft\",\n                \"reception\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/054ce24c7f1d47d6/054ce.jpg\",\n                \"https://images.realyse.com/cd49e6ed4b27e009/cd49e.jpg\",\n                \"https://images.realyse.com/2c4f2226376627a7/2c4f2.jpg\",\n                \"https://images.realyse.com/5291513c6e48108c/52915.jpg\",\n                \"https://images.realyse.com/0a1ac80ae12537cf/0a1ac.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/44057e8da611cab3/44057.jpg\",\n                \"https://floorplans.realyse.com/3768837a9440c7fb/37688.jpg\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.533489,\n                        50.476528\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"John Lake Estate Agents Torquay\",\n            \"agent_url\": \"https://www.johnlake.co.uk/\",\n            \"agent_address\": \"The Old Town Hall, Manor Rd, Torquay TQ1 3JS, UK\",\n            \"agent_phone_number\": \"01803 328899\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-05-10\",\n                    \"price\": 179500,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 171.918678538218,\n            \"sold_price_sqft\": 167.60873952194,\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: before 1900\"\n        },\n        {\n            \"id\": \"{80E1AA97-DED5-7BF8-E053-6C04A8C00BF2}\",\n            \"gid\": \"100040545323\",\n            \"address\": \"50, Hartop Road, Torquay\",\n            \"postcode\": \"tq14qq\",\n            \"asking_price\": 175000,\n            \"bedrooms\": 3,\n            \"bathrooms\": 1,\n            \"property_type\": \"T\",\n            \"description\": \"A spacious and comfortable 3 bedroom terraced house in this highly sought after road and only moments from the ever popular St Marychurch shopping precinct. The house is ideal for local schools, a short walk to Torquay Golf Club and bus routes. The house now requires some moderate refreshment but offers itself as a perfect blank canvass for someone to personalise to their exact own taste. Importantly, the house benefits from gas central heating, good sized accommodation and an easy to maintain garden. This property would suit a variety of purchasers, first time buyers, those looking to downsize and be close to the precinct or even Buy to Let investors as we would expect to let the property for circa £795 per calendar month. Sold with vacant possession.The accommodation with approximate measurements:Enclosed porchWooden glazed door, wall mounted electric meter and fuse box, further wooden door to:Lounge13ft 2in x 11ft 5in Closed fireplace with attractive mosaic tiled plinth, recessed shelving, wooden framed window, gas central heating radiator, TV aerial point, floor mounted gas meter, telephone point, power points, wooden floorboards.Dining room13ft 3in x 11ft 3in Fireplace with stone surround, wooden mantelpiece and tiled plinth, recessed shelving, gas central heating radiator, wall lamps, white UPVC double glazed door to lean to area, door to kitchen, painted concrete floor, open staircase to first floor landing, power points.Kitchen8ft 4in x 6ft 9in Basic range of floor units, two wall cupboards and shelving to one wall, work surfaces to two walls, Belfast sink unit with mixer tap, space for cooker, space and plumbing for washing machine, space for fridge/freezer, large wooden framed glazed window looking out to lean to area, painted concrete floor, power points, door to:Downstairs bathroomSuite comprising pale yellow panelled bath with mixer taps and shower attachment, white pedestal wash hand basin, pale yellow low level WC with white toilet seat and lid, gas central heating radiator, medicine cabinet, useful area that would easily lend itself to be a shower enclosure, wooden framed window with obscure glass, tiled floor.LandingAccess to loft via hatch, gas central heating radiator, first floor cloakroom currently not in use, power point.Bedroom 113ft 6in x 11ft 4in Wooden glazed window with front aspect, pipe work for gas central heating radiator with new radiator present, wall mounted combination boiler, power points, wooden floorboards.Bedroom 215ft 8in x 7ft 7in Wooden framed glazed window with rear aspect, gas central heating radiator, power points, laminate flooring.Bedroom 311ft 7in x 7ft 0in Wooden framed glazed window with rear aspect, gas central heating radiator, power points, wooden floorboards.Front gardenShort flight of steps up to small patio style front garden.Rear gardenEasy to maintain mostly paved patio, mature palm tree, gate to rear lane access.Lean to11ft 4in x 6ft 0in Corrugated plastic roof, open storage area onto garden. This space would be ideal for a ground floor extension (subject to any planning restrictions that may apply) to enlarge the kitchen or create a bespoke conservatory.Council tax band C – Believed to be £1539.28 for 2018/19.Price Offers Around £175,000 Freehold.EPC & Floorplan available shortly.\",\n            \"size\": 785,\n            \"date_appeared\": \"2018-11-16\",\n            \"date_removed\": \"2019-07-22\",\n            \"sold_price\": 170000,\n            \"date_sold\": \"2018-12-18\",\n            \"property_features\": [\n                \"patio\",\n                \"fireplace\",\n                \"conservatory\",\n                \"garden\",\n                \"loft\",\n                \"cloakroom\"\n            ],\n            \"days_on_market\": null,\n            \"images\": [\n                \"https://images.realyse.com/42eacf4ba7f580d3/42eac.jpg\",\n                \"https://images.realyse.com/1f76a1e08fda18bd/1f76a.jpg\",\n                \"https://images.realyse.com/94ccd3df391e661c/94ccd.jpg\",\n                \"https://images.realyse.com/30d7da5a78ea47b5/30d7d.jpg\",\n                \"https://images.realyse.com/f46012663210d0f2/f4601.jpg\",\n                \"https://images.realyse.com/4f1f02d597faaebe/4f1f0.jpg\",\n                \"https://images.realyse.com/5ec7865a69db7c65/5ec78.jpg\",\n                \"https://images.realyse.com/3ae12a13c831048f/3ae12.jpg\",\n                \"https://images.realyse.com/10a5fe756959696e/10a5f.jpg\",\n                \"https://images.realyse.com/5e0bc0c0fc5a45a8/5e0bc.jpg\",\n                \"https://images.realyse.com/7a29829e4c468338/7a298.jpg\",\n                \"https://images.realyse.com/c6fcc7841ecde705/c6fcc.jpg\",\n                \"https://images.realyse.com/fa34a7ed9162e586/fa34a.jpg\",\n                \"https://images.realyse.com/c2e0726ea66ec541/c2e07.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.525443,\n                        50.486213\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"freehold_leasehold\": \"F\",\n            \"agent_name\": \"Haarer & Motts\",\n            \"agent_url\": \"http://www.haarerandmotts.co.uk/\",\n            \"agent_address\": \"165 St Marychurch Rd, Torquay TQ1 3HP, UK\",\n            \"agent_phone_number\": \"01803 322557\",\n            \"date_unof\": null,\n            \"date_sstc\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2018-11-16\",\n                    \"price\": 175000,\n                    \"type\": \"sl\"\n                }\n            ],\n            \"listing_type\": \"Sale\",\n            \"asking_price_sqft\": 222.71298265244,\n            \"sold_price_sqft\": 216.349754576656,\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: 1900-1929\"\n        }\n    ],\n    \"total_count\": 776,\n    \"page_total\": 20\n}"},{"id":"63c99d12-d7a3-4258-98b8-0e84df150ec2","name":"search (By Postcode)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"areaId\": \"TQ1 1\",\n    \"date_from\":\"2014-04-01\",\n    \"date_to\":\"2019-03-31\",\n    \"indicator_category\":\"askingRent\",\n    \"indicator_range_value\":[1,500000000],\n    \"property_type\":null,\n    \"property_features\":null,\n    \"bedrooms\":null,\n    \"data_source\":\"STANDARD\",\n    \"limit\":20,\n    \"offset\":0\n}"},"url":"{{url}}/v2/comparables/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 04 Mar 2022 09:07:36 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"59ec4b1bafce8216d364f56edee52896\",\n            \"gid\": \"100040539049\",\n            \"address\": \"Berea Road Torquay\",\n            \"postcode\": \"tq11jp\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 800,\n            \"bedrooms\": 3,\n            \"bathrooms\": null,\n            \"property_type\": \"D\",\n            \"description\": \"This 3 bedroom reverse level home has accommodation comprising 3 bedrooms, lounge, kitchen/diner, separate wc and bathroom. There is gas central heating and double glazing throughout. The property enjoys open views of the surrounding area with decked and lawned sunny gardens. Off road parking. Close to town and schools. Viewing a must! Unfurnished. Epc-cDouble glazed entrance door leading into ...Entrance Hall Stairs leading down to the lower ground floor, radiator, power point, dado rail, access to loft space. Doors leading to ...Cloakroom White suite comprising WC and wash basin. Radiator, double glazed window to side.Lounge12'5\\\" x 11'8\\\" (3.78m x 3.56m). Double glazed sliding patio doors to a Juliette Balcony and enjoying views of the surrounding area. Power points, TV point, radiator, attractive stone fireplace with stone hearth and marble inset.Kitchen/Diner18'6\\\" max x 10'2\\\" (5.64m max x 3.1m). The kitchen area is fitted with a range of modern base, eye level and drawer units, complementary roll edged work surfaces, sink unit with one and a half drainer and mixer tap, double glazed window above looking onto the side of the property. Space and plumbing for washing machine, gas and electric cooker points. Door to front elevation, boiler for central heating and hot water. The dining area has a double glazed window to the rear enjoying an open outlook over the surrounding area. Radiator, power points, TV aerial point, laminate flooring throughout.Lower Ground Floor Hallway Access to storage, power point, radiator. Doors leading to ...Bedroom One13'3\\\" x 10'7\\\" (4.04m x 3.23m). Double glazed patio doors leading out onto the decked area, two further double glazed windows to side. Power points, radiator, TV aerial point.Bedroom Two10'7\\\" x 9'7\\\" (3.23m x 2.92m). Double glazed patio doors leading onto the decked area, with further double glazed windows to side. Power points, radiator, TV aerial point.Bathroom Fitted with a white suite comprising corner bath with mixer tap, WC, circular wash hand basin and large shower cubicle with fitted shower. Complementary tiling, double glazed window, heated towel rail, tiled floor.Bedroom Three7'7\\\" x 6' (2.31m x 1.83m). Double glazed window to side, radiator, power points, TV aerial point.Outside To the front of the property there is a large off road parking area, mature flower and shrub borders and steps leading down to the front entrance. To the rear there is a decked area, which is accessed via the main bedrooms, leading down onto an enclosed sloping lawned area enjoying a sunny aspect. To one side of the property there is a shed, and the other side gives access from the kitchen taking you down to the side of the property to the decked area and garden.Council Tax Band CEnergy Efficiency Rating C\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-25\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"unfurnished\",\n                \"patio\",\n                \"fireplace\",\n                \"balcony\",\n                \"garden\",\n                \"modern\",\n                \"loft\",\n                \"parking\",\n                \"cloakroom\"\n            ],\n            \"days_on_market\": 1075,\n            \"images\": [\n                \"https://images.realyse.com/50a236a5b6ee6325/50a23.jpg\",\n                \"https://images.realyse.com/6976eb024ea8e88b/6976e.jpg\",\n                \"https://images.realyse.com/43cf75e7fd78ab2a/43cf7.jpg\",\n                \"https://images.realyse.com/856d701e81c6884f/856d7.jpg\",\n                \"https://images.realyse.com/6ae7f91001cbc712/6ae7f.jpg\",\n                \"https://images.realyse.com/78da0832c2d79738/78da0.jpg\",\n                \"https://images.realyse.com/82e2ed5c8b6af7bc/82e2e.jpg\",\n                \"https://images.realyse.com/6943d1e3d18e3b5e/6943d.jpg\",\n                \"https://images.realyse.com/b302a4378fe2aaa6/b302a.jpg\",\n                \"https://images.realyse.com/a8c5d74f79405c7a/a8c5d.jpg\",\n                \"https://images.realyse.com/f23c3a3fd14e9ff4/f23c3.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/276a33ab81b7c936/276a3\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51857,\n                        50.471476\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Bradleys Estate Agents Torquay\",\n            \"agent_url\": \"http://www.bradleys-estate-agents.co.uk/branches/torquay\",\n            \"agent_address\": \"12A Fore St, Torquay TQ1 4NE, UK\",\n            \"agent_phone_number\": \"01803 311622\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-25\",\n                    \"price\": 800,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"513c3f3743a70bbe48835ec6dddbfcdc\",\n            \"gid\": \"100041187141\",\n            \"address\": \"Glenfield House Old Torwood Road Torquay\",\n            \"postcode\": \"tq11pn\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 775,\n            \"bedrooms\": 2,\n            \"bathrooms\": 2,\n            \"property_type\": \"D\",\n            \"description\": \"Eden Lettings &amp; Property Management arepleased to present to let this unique property set within a sought afterlocation within Torquay.The property boasts a large lounge with a feature fireplace (decorative), largeopen plan kitchen dining room a family bathroom, two double bedrooms. The masterbedroom benefiting from a double shower en-suite.The kitchen is modern and openplan with a large dining area. A stone archway leads from the off road parkingarea, to a private and secluded courtyard garden. A stable door leads from theCourtyard to a porch area, which includes plumbing for a washing machine, andon into the kitchen.The Courtyard is also directlyaccessible by French doors to lounge and bedroom two.This is a unique opportunity to rent a large but cosy two bedroom home withinan exclusive historic cottage offering warmth and character. The cottage is arecently refurbished historic 15th Century GradeII listed converted barn. Detailedsurveys during restoration have suggested evidence of medieval origins.It’s within 5 minutes walking distance of bothlocal shops &amp; amenities (Co-Op; hairdressers; restaurants; bus stops andTorwood Gardens). It is also within a ten-minute walking distance of Torquayharbour, marina, with seafront and theatre, and main retail street shopping atTorquay high street and Wellswood village.This property has historydating back to medieval times. Consequently, it has seen much history beforeever being a home. Viewing is a must to appreciate the accommodation it has toofferKey FeaturesLarge “Farmhouse” kitchen &amp; dinerLarge lounge area2 good sized bedrooms Master bedroom with ensuiteModern BathroomSecluded Courtyard gardenOff road parking for 1 vehicleEasy access to Wellswood village, TorwoodGardens, Torquay harbour &amp; townGrade 2 listed propertyavailable nowLong term let availableAccommodation2 double bedrooms1 with French doors leading directly to theCourtyard garden.2 impressive new bathrooms, one of which is anen-suite to master bedroom.Large lounge, exceeding 20ft with brick openfireplace, leading to the conservatory and Courtyard gardenImpressive “farmhouse sized” kitchen / diningroom, newly fitted, leads to the Courtyard garden. Built in gas hob &amp;electric oven, space for washing machine &amp; dishwasher.Neutral decoration and carpets throughout.Private and secluded south-east facing Courtyardgarden in which to potter or sit out and enjoy.EPC rating E.Pets considered with an additional deposit of£400.00\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-25\",\n            \"date_removed\": \"2019-04-01\",\n            \"property_features\": [\n                \"en suite\",\n                \"fireplace\",\n                \"conservatory\",\n                \"garden\",\n                \"modern\",\n                \"refurbished\",\n                \"parking\"\n            ],\n            \"days_on_market\": 7,\n            \"images\": [\n                \"https://images.realyse.com/ad64e058c6ed04ea/ad64e.jpg\",\n                \"https://images.realyse.com/b6bf524f581a8811/b6bf5.jpg\",\n                \"https://images.realyse.com/6765432366701379/67654.jpg\",\n                \"https://images.realyse.com/ecebdd5648904baa/ecebd.jpg\",\n                \"https://images.realyse.com/a1beec5874a5b247/a1bee.jpg\",\n                \"https://images.realyse.com/f6d0ac59711551df/f6d0a.jpg\",\n                \"https://images.realyse.com/af5fb9d2404fb326/af5fb.jpg\",\n                \"https://images.realyse.com/8e8f9c30678bc8da/8e8f9.jpg\",\n                \"https://images.realyse.com/321a0bf78ba5e007/321a0.jpg\",\n                \"https://images.realyse.com/13c47012eed3919c/13c47.jpg\",\n                \"https://images.realyse.com/06408dac71df4567/06408.jpg\",\n                \"https://images.realyse.com/5b4e8326b586672e/5b4e8.jpg\",\n                \"https://images.realyse.com/2a90b9663bec9236/2a90b.jpg\",\n                \"https://images.realyse.com/0252bb3652927e8b/0252b.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.514037,\n                        50.464988\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Eden Lettings & Property Management\",\n            \"agent_url\": \"http://www.eden-lettings.co.uk/\",\n            \"agent_address\": \"11 Borough Park Rd, Paignton TQ3 3TZ, UK\",\n            \"agent_phone_number\": \"07740 276072\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-25\",\n                    \"price\": 775,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-10-16\",\n                    \"price\": 775,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-03-07\",\n                    \"price\": 750,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-02-14\",\n                    \"price\": 765,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"fcc786010a93bcd397ba5ea0bee6d7ad\",\n            \"gid\": \"100040542397\",\n            \"address\": \"Dunmere Road Torquay\",\n            \"postcode\": \"tq11lr\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 700,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"T\",\n            \"description\": \"A two bedroom unfurnished mid terraced house situated within a popular residential area. The property comprises of entrance lobby, lounge, kitchen/diner, stairs to first floor with doors leading to two bedrooms and bathroom. Externally there are terraced garden areas and a rear enclosed courtyard. The property benefits from gas central heating, double-glazing, plumbing for washing machine and telephone point. Viewing recommended.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-25\",\n            \"date_removed\": \"2019-04-04\",\n            \"property_features\": [\n                \"unfurnished\",\n                \"garden\"\n            ],\n            \"days_on_market\": 10,\n            \"images\": [\n                \"https://images.realyse.com/47af91497c314635/47af9.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.524604,\n                        50.472423\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Team 2 Property Management\",\n            \"agent_url\": \"http://www.team2.co.uk/\",\n            \"agent_address\": \"78 Tor Hill Rd, Torquay TQ2 5RY, UK\",\n            \"agent_phone_number\": \"01803 200842\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-25\",\n                    \"price\": 700,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-04-28\",\n                    \"price\": 700,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-08-02\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-05-18\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: 1900-1929\"\n        },\n        {\n            \"id\": \"fb1da6202582971646f07dbabc1bf711\",\n            \"gid\": \"10000016779\",\n            \"address\": \"Apsley House Torwood Gardens Road Torquay\",\n            \"postcode\": \"tq11ej\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 550,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"A first floor two bedroom flat with Double Glazing and Gas Central Heating set in a former Victorian hotel minutes walk from the harbour. Offering two bedrooms, lounge and spacious kitchen &amp; bathroom this property represents excellent value and would ideally suit a couple or professional person.The flat is offered on an unfurnished basis having been redecorated throughout.The friendliest of welcomes awaits you in the English Riviera, South devons beautiful Bay. Surrounded by the most stunning coast and countryside, the towns of Torquay, Paignton and Brixham offer fantastic all year round rental accommodation for everyone.As one of the countries most popular destinations, there's no shortage of rental accommodation to suit all tastes and budgets ranging from one bedroom apartments to charming 5 bedroom Houses.# All applicants must be successfully referenced and credit checked before a tenancy begins. A Good Faith Deposit will be required before we can proceed.# Additional fees may apply on signing a Tenancy Agreement.# Guarantors may be required in certain circumstances. Fees may apply# Measurements (if any) are approximate and are for guide only# Any appliances or services to the property have not been tested by us and are assumed as working# Any description is for guide only and does not form any part of contractTenantsAre you looking for a property but have had no luck in finding the right one or you find it too late.? Why not give us a call and register your details with us so we can let you know about new properties before they appear on the internet for a better chance of finding that dream home.!LandlordsAre you looking for a great value and reliable service.? We can offer a wide range of services suited to your needs.!Call us for a no obligation - free market appraisal today on\",\n            \"size\": 488,\n            \"date_appeared\": \"2019-03-25\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"victorian\",\n                \"unfurnished\"\n            ],\n            \"days_on_market\": 1075,\n            \"images\": [\n                \"https://images.realyse.com/b089eec09026b521/b089e.jpg\",\n                \"https://images.realyse.com/898359042ff500ca/89835.jpg\",\n                \"https://images.realyse.com/205357a72c7ab4ef/20535.jpg\",\n                \"https://images.realyse.com/dc8255708c6c9201/dc825.jpg\",\n                \"https://images.realyse.com/2a86592f49136c53/2a865.jpg\",\n                \"https://images.realyse.com/eab1925da5528170/eab19.jpg\",\n                \"https://images.realyse.com/6e7e0e742176ff66/6e7e0.jpg\",\n                \"https://images.realyse.com/1ac4d9fb14d4d8f0/1ac4d.jpg\",\n                \"https://images.realyse.com/71f8154c941cdf16/71f81.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.520095,\n                        50.461024\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Miller Countrywide\",\n            \"agent_url\": \"http://www.millercountrywide.co.uk/forsaleoffice/torquay/1115/?referrer=GooglePlaces&utm_source=gmb\",\n            \"agent_address\": \"109 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 640259\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-25\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2019-01-21\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-08-13\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-11-08\",\n                    \"price\": 523,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-08-31\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-04-12\",\n                    \"price\": 440,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-04-05\",\n                    \"price\": 540,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-03-08\",\n                    \"price\": 440,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: 1950-1966\"\n        },\n        {\n            \"id\": \"ef76554216d40b8f453e5078da088485\",\n            \"gid\": \"100040538070\",\n            \"address\": \"Babbacombe Road Torquay\",\n            \"postcode\": \"tq11hw\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 500,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Situated within a well maintained block and area is this one bedroom first floor flat comprising of open plan lounge with kitchen area, double bedroom and modern fitted shower room.The rent is inclusive of Water Rates, has allocated off road parking for one car and is ideally suited to a single occupier.Unfortunately housing benefits or pets cannot be accepted.Did you know you could follow us on Facebook? Search \\\"Torbay Property Management\\\" and like our page for regular updates and information!Information for tenants:Referencing/Admin: £240.00 + £90.00 per additional tenant or guarantor.In order to apply for a property the referencing/admin fees will become payable. Before entering the property the rent and deposit will also become due.All tenants/guarantors will have to be satisfactory referenced and credit checked before a tenancy begins.Descriptions and measurements (if any) are for guide purposes only and do not form part of any contract.Information for landlords:Torbay Property Management are a Local, Independent Letting Agent established in Torbay over 15 years. For a free, no obligation market appraisal or for more information regarding our services call today!\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-25\",\n            \"date_removed\": \"2019-08-06\",\n            \"property_features\": [\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": 134,\n            \"images\": [\n                \"https://images.realyse.com/4819d69ed51db8be/4819d.jpg\",\n                \"https://images.realyse.com/17f53ee83c5c29c7/17f53.jpg\",\n                \"https://images.realyse.com/7bbdf163540ce4d9/7bbdf.jpg\",\n                \"https://images.realyse.com/dbe6942f3d93d5b7/dbe69\",\n                \"https://images.realyse.com/6ae627f74bdd19c5/6ae62.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.510731,\n                        50.464725\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Torbay Property Management\",\n            \"agent_url\": \"http://www.tpmtorbay.co.uk/\",\n            \"agent_address\": \"35 Torwood St, Torquay TQ1 1ED, UK\",\n            \"agent_phone_number\": \"01803 295291\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-25\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-12-03\",\n                    \"price\": 520,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-06-18\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-04-09\",\n                    \"price\": 497,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-07-08\",\n                    \"price\": 375,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-09-13\",\n                    \"price\": 350,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"F\",\n            \"epc_construction_age_band\": \"England and Wales: before 1900\"\n        },\n        {\n            \"id\": \"2c6443fd00169a07fa1cf90d2236442c\",\n            \"gid\": \"100040553114\",\n            \"address\": \"Princes Road Torquay\",\n            \"postcode\": \"tq11nw\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 650,\n            \"bedrooms\": 3,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"A recently completely refurbished property in central location for schools, town and local amenities.This first floor flat comprises of large, bright lounge with kitchenette, two double bedrooms and a single and full family bathroom.Benefits and children accepted but unfortunately no pets.A suitable guarantor will be required to secure this tenancy.Dhp/Crisis Support accepted for rent in advance. Deposit Bond Scheme accepted for security deposit.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-18\",\n            \"date_removed\": \"2019-07-11\",\n            \"property_features\": [\n                \"refurbished\"\n            ],\n            \"days_on_market\": 115,\n            \"images\": [\n                \"https://images.realyse.com/5fa6320a7ce9ff9d/5fa63.jpg\",\n                \"https://images.realyse.com/95f6b0447ae47afd/95f6b.jpg\",\n                \"https://images.realyse.com/3e21a93f5abd6562/3e21a.jpg\",\n                \"https://images.realyse.com/53b56b27a68f751a/53b56.jpg\",\n                \"https://images.realyse.com/9e837d60f72c08ae/9e837.jpg\",\n                \"https://images.realyse.com/8cb38c0a9c085764/8cb38.jpg\",\n                \"https://images.realyse.com/afefed3da453522f/afefe.jpg\",\n                \"https://images.realyse.com/f13b80364d55ae02/f13b8.jpg\",\n                \"https://images.realyse.com/66fe04fd89968593/66fe0.jpg\",\n                \"https://images.realyse.com/ffdf688b216c430d/ffdf6.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52492,\n                        50.46999\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"First Bay Sales & Lettings\",\n            \"agent_url\": null,\n            \"agent_address\": \"123 Union Street, Torquay, TQ1 3DW\",\n            \"agent_phone_number\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-18\",\n                    \"price\": 680,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"c2fc15ebcb42142c81bde0d4412613c9\",\n            \"gid\": \"100040548761\",\n            \"address\": \"Orchard Cottage Lower Warberry Road Torquay\",\n            \"postcode\": \"tq11qy\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 510,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Torbay Property Management are pleased to present this lovely 1 bedroom flat set within landscaped gardens in the popular Warberries area of Torquay.The property benefits from an allocated parking space, a private courtyard garden and use of a communal swimming pool.Items seen in the photos of the courtyard are included with the property.Water rates are included in the rent.Council tax band: AViewings by appointment only - please call to register your interest.Unfortunately housing benefits and pets cannot be accepted.Did you know you could follow us on Facebook? Search \\\"Torbay Property Management\\\" and like our page for regular updates and information!Information for tenants:Referencing/Admin: £240.00 + £90.00 per additional tenant or guarantor.In order to apply for a property the referencing/admin fees will become payable. Before entering the property the rent and deposit will also become due.All tenants/guarantors will have to be satisfactory referenced and credit checked before a tenancy begins.Descriptions and measurements (if any) are for guide purposes only and do not form part of any contract.Information for landlords:Torbay Property Management are a Local, Independent Letting Agent established in Torbay over 15 years. For a free, no obligation market appraisal or for more information regarding our services call today!\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-18\",\n            \"date_removed\": \"2019-06-11\",\n            \"property_features\": [\n                \"garden\",\n                \"swimming pool\",\n                \"parking\"\n            ],\n            \"days_on_market\": 85,\n            \"images\": [\n                \"https://images.realyse.com/52c92ec37b973b94/52c92.jpg\",\n                \"https://images.realyse.com/eec02ac24f3184e9/eec02.jpg\",\n                \"https://images.realyse.com/c1561925a7d23373/c1561.jpg\",\n                \"https://images.realyse.com/c48153924969b2a9/c4815.jpg\",\n                \"https://images.realyse.com/04a572a0169d55b9/04a57.jpg\",\n                \"https://images.realyse.com/c167c89e7ef70cb2/c167c.jpg\",\n                \"https://images.realyse.com/0592af4386794f2b/0592a.jpg\",\n                \"https://images.realyse.com/ac9c77669528cb58/ac9c7.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.523837,\n                        50.467414\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Torbay Property Management\",\n            \"agent_url\": \"http://www.tpmtorbay.co.uk/\",\n            \"agent_address\": \"35 Torwood St, Torquay TQ1 1ED, UK\",\n            \"agent_phone_number\": \"01803 295291\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-18\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-06-11\",\n                    \"price\": 549,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-07-28\",\n                    \"price\": 678,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-12-02\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-08-21\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-04-24\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-08-01\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"c14761642ea6a07fddbbb4743bb460f7\",\n            \"gid\": \"100040544609\",\n            \"address\": \"Grange Road Torquay\",\n            \"postcode\": \"tq11le\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 675,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"T\",\n            \"description\": \"Two bedroom mid terraced town house located in a cul-de-sac in an elevated position to make the most of the far reaching views across TorquayThe property comprises of:- Two double bedrooms- Kitchen- Living room/diner with views out over Torquay- Family bathroom with shower over the bath.- Off road parking- Garage- PatioSorry no pets, housing benefits considered with suitable guarantor.Agent feesTo secure the property in your name you will have to pay:- £150 inc vat per adult for referencing and administration- £50 inc vat for each guarantor (if required)- £200 holding fee (taken from the first months rent as rent in advance)Please note that each of the fees above are non-refundable unless the landlord refuses your application prior to commencing referencing.There are no other hidden fees to be concerned about.The fees that apply above are fixed and are non-negotiable.Prior to moving into the property you will have to pay:- 1 months rent (minus the £200 holding fee originally paid)- A minimum of 1 months security depositPlease refer to fresh moves applicant information form that further details the applicants lettings processimportant note:We endeavour to make our property particulars accurate and reliable, however, they do not constitute or form part of an offer or any contract and none is to be relied upon as statements of representation or fact. Any services, systems and appliances listed in this specification have not been tested by us and no guarantee as to their operating ability or efficiency is given. All measurements have been taken as a guide to prospective renters only, and are not precise. If you require clarification or further information on any points, please contact us, especially if you are travelling some distance to view.\",\n            \"size\": 688,\n            \"date_appeared\": \"2019-03-18\",\n            \"date_removed\": \"2019-04-24\",\n            \"property_features\": [\n                \"garage\",\n                \"parking\"\n            ],\n            \"days_on_market\": 37,\n            \"images\": [\n                \"https://images.realyse.com/bbf0fb2cc40cea1c/bbf0f.jpg\",\n                \"https://images.realyse.com/0d1c6e141abcc90f/0d1c6.jpg\",\n                \"https://images.realyse.com/75a9b450c014b425/75a9b.jpg\",\n                \"https://images.realyse.com/a87ffe156577c0a4/a87ff.jpg\",\n                \"https://images.realyse.com/c49d9021c2116d7c/c49d9.jpg\",\n                \"https://images.realyse.com/d2e4eba5f8ba74b8/d2e4e.jpg\",\n                \"https://images.realyse.com/42aaeb1a3c5abfde/42aae.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.519736,\n                        50.469599\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Fresh Move Lettings\",\n            \"agent_url\": \"http://www.fresh-move.co.uk/\",\n            \"agent_address\": \"12 Walnut Rd, Torquay TQ2 6HS, UK\",\n            \"agent_phone_number\": \"01803 504000\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-18\",\n                    \"price\": 675,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-01-12\",\n                    \"price\": 625,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-11-26\",\n                    \"price\": 725,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-03-28\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-11-01\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-06-21\",\n                    \"price\": 625,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-04-26\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"C\",\n            \"epc_construction_age_band\": \"England and Wales: 1983-1990\"\n        },\n        {\n            \"id\": \"2e50004de7e354dec6999e3e242ac1af\",\n            \"gid\": \"100040550577\",\n            \"address\": \"Sorrento Middle Warberry Road Torquay\",\n            \"postcode\": \"tq11sh\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 550,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"On the Second Floor, but having a level approach from the car park and garage, this well appointed home is ideal for a retired or business person. Situated in a favoured area, it occupies a quiet position, whilst being accessible for the Town and all amenities; also the Shops, Restaurants and Pub at Wellswood.The flat is Double Glazed and the rent includes Central Heating, hot water and water charges, so the only bills are a small electric account and Council Tax (Band A).* accommodation *(With approximate measurements)Entrance with outer door to lobby and inner door leading to hallliving room 10'9\\\" x 10'9\\\" (photograph to follow) with good sized window affording splendid views across the Bay and surrounding area. Servery to:-kitchen 10'6\\\" x 5'9\\\" fitted range of floor/wall cupboards with wood effect worktops and inset stainless steel sink. Built-in ceramic hob and oven beneath. Fridge. Plumbing for washing machine. Airing cupboard with factory lagged cylinder. Part tiled walls. Wood effect flooring. Spotlights.Bedroom 9'3\\\" x 8'9\\\" enjoying a sunny outlook and panoramic views over the Bay and surrounding area.Bathroom 6'9\\\" x 5'9\\\" with panelled bath in tiled surround having 'Triton' shower over, curtain and rail, basin with tiled splashback and WC. Mirror fronted medicine cabinet. Tiled floor. Window to fitted venetian blind.* outside *Use of pleasant well tended gardens set out to enjoy the view and sunshine.Lock-up garage 16'9\\\" x 8' in block with up and over door.Visitors parking. Car washing and clothes drying facilities.Viewing By appointment through the Agentsrent £550 per calendar monthto include Central Heating, Water Rates and hot waternotes - (1) Tenants are responsible for Council Tax (Band A) and Electricity. (2) We have not tested the services or appliances, but are advised by the Landlord these are in working order. (3) Prospective Tenants must be able to supply suitable references. (4) The Landlord will not accept Tenants in receipt of Housing Benefit, children or pets.\",\n            \"size\": 326,\n            \"date_appeared\": \"2019-03-18\",\n            \"date_removed\": \"2019-05-09\",\n            \"property_features\": [\n                \"garage\",\n                \"parking\"\n            ],\n            \"days_on_market\": 52,\n            \"images\": [\n                \"https://images.realyse.com/b0e27596b53f4ea8/b0e27.jpg\",\n                \"https://images.realyse.com/331361e422cf9f8b/33136.jpg\",\n                \"https://images.realyse.com/839e7d58bf273229/839e7.jpg\",\n                \"https://images.realyse.com/bc9d97b0b644d68b/bc9d9.jpg\",\n                \"https://images.realyse.com/52637e231d485bd2/52637.jpg\",\n                \"https://images.realyse.com/8e9a1d85917bc4cd/8e9a1.jpg\"\n            ],\n            \"floorplans\": [\n                \"https://floorplans.realyse.com/247862298d4853ee/24786\"\n            ],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.519083,\n                        50.465938\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Reads Davies\",\n            \"agent_url\": \"http://www.readsdavies.co.uk/\",\n            \"agent_address\": \"27 Hyde Rd, Paignton TQ4 5BP, UK\",\n            \"agent_phone_number\": \"01803 558598\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-18\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2019-01-21\",\n                    \"price\": 625,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-06-04\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-04-02\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-03-05\",\n                    \"price\": 523,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-11-07\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-02-07\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-10-28\",\n                    \"price\": 465,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-10-27\",\n                    \"price\": 465,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-02-06\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-05-09\",\n                    \"price\": 485,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-08-03\",\n                    \"price\": 475,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: 1967-1975\"\n        },\n        {\n            \"id\": \"6b71cf73d69ca6b025ed3b8b5ad036f0\",\n            \"gid\": \"100041187044\",\n            \"address\": \"Old Torwood Road Torquay\",\n            \"postcode\": \"tq11pr\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 695,\n            \"bedrooms\": 2,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Property Reference: 405858.Reception HallwayVery large Kitchen/Dining room.Sitting Room with many original features, including marble fireplace.2 Double BedroomsLarge Shower RoomPrivate GardenThis bright, spacious, 2 bedroom basement flat forms part of a Grade II listed building, having been recently renovated to the highest standard throughout.Featuring a large kitchen-dining room, living room, two bedrooms, and large shower room, ideally located close to Torquay town centre and harbour, with the amenities of the exclusive Wellswood area only a short stroll away. The property boasts high ceilings throughout.Entrance/Reception HallPanelled, opaque-glazed door opens to reception hallway.Kitchen/DiningSpacious kitchen area is fitted with solid oak-fronted units, stainless steel sink, glass hob, oven and tiled splashback.Dishwasher.This large room situated in the centre of the flat contains multiple options for fridge/freezer placement.The room can accommodate a large dining suite.Sitting RoomLarge, bright living area, with expansive sash windows to the rear of the building. Short flight of stairs leading to extremely sunny private garden.The room contains a television point, Sky point and telephone point.Bedroom 1Bright double bedroom with large sash window to the front of property.Television point.Bedroom 2Bright double bedroom, with large sash window to the front of property.Television point.Shower RoomLarge shower quadrant with Mira Sport thermostatic shower.Wash basin with vanity unit above.Tiled floor, towel rail, shaver point.Storage cupboards and provision for washing machine.All doors are paneled original hardwood, or replaced with matching-style doors.Council Tax BandA - Torbay CouncilPets: We regret we cannot accept dogs. However, cats or other small, non-disruptive pets will usually be acceptable.(The panoramic view shown in this ad was taken from the middle-floor flat above. The garden for the advertised flat can be seen in the bottom right, with the red umbrella)Summary &amp; Exclusions:- Rent Amount: £695.00 per month (£160.38 per week)- Deposit / Bond: £750.00- 2 Bedrooms- 1 Bathrooms- Property comes unfurnished- Available to move in from 01 April, 2019- Minimum tenancy term is 6 months- Maximum number of tenants is 2- No DSS / Housing Benefit Applicants- No Students- Pets considered / by arrangement- No Smokers- Not Suitable for Families / Children- Bills not included- No Parking Available- Property has garden access- EPC Rating: EPC Not Required (Property is a listed building)If calling, please quote reference: 405858Fees:You will not be charged any admin fees.Referencing for tenants only costs £20 each, if requested by the landlord for this property.** Contact today to book a viewing and have the landlord show you round! **Request Details form responded to 24/7, with phone bookings available 9am-9pm, 7 days a week.OpenRent endeavours to make all property particulars as accurate and reliable as possible, however if you require any further clarification or information please contact us. When applying for a tenancy using the Rent Now process, you will be required to pay one month's rent and any deposit before moving in. This will be paid to OpenRent and released to the landlord once you have moved in. With OpenRent there are no administration fees to pay, although you may need to pay £20 per tenant to cover the cost of referencing if required by the landlord.Property Reference four hundred and five thousand eight hundred and fifty-eight\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-11\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"unfurnished\",\n                \"fireplace\",\n                \"garden\",\n                \"parking\",\n                \"reception\",\n                \"basement\"\n            ],\n            \"days_on_market\": 1089,\n            \"images\": [\n                \"https://images.realyse.com/5cc44aa6256242da/5cc44.jpg\",\n                \"https://images.realyse.com/2264b2a6db2daab6/2264b.jpg\",\n                \"https://images.realyse.com/6a0da2c6f95d5112/6a0da.jpg\",\n                \"https://images.realyse.com/00d71f4234cc90e3/00d71.jpg\",\n                \"https://images.realyse.com/e54d8ad2b62bb109/e54d8.jpg\",\n                \"https://images.realyse.com/35038f2a7b32edc9/35038.jpg\",\n                \"https://images.realyse.com/c4d34257ce3b38f4/c4d34.jpg\",\n                \"https://images.realyse.com/26765e8ee52c4c3d/26765.jpg\",\n                \"https://images.realyse.com/ead7022c30a4294f/ead70.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.514824,\n                        50.464069\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Openrent\",\n            \"agent_url\": \"\",\n            \"agent_address\": \"39 Great Windmill St, West End, London W1D 7LX, UK\",\n            \"agent_phone_number\": \"\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-11\",\n                    \"price\": 695,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"1efa375a595b4598e591ffd58fc104ec\",\n            \"gid\": \"100040547612\",\n            \"address\": \"Kenwyn Road Torquay\",\n            \"postcode\": \"tq11lu\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 650,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"S\",\n            \"description\": \"Property reference number 5720255. To enquire about this property click the &quot;Request Details&quot; button\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-11\",\n            \"date_removed\": null,\n            \"property_features\": [],\n            \"days_on_market\": 1089,\n            \"images\": [\n                \"https://images.realyse.com/cc575bc67c387bdd/cc575.jpg\",\n                \"https://images.realyse.com/b0ca18ec2fe5d8fc/b0ca1.jpg\",\n                \"https://images.realyse.com/c2d9b599839dc7cd/c2d9b.jpg\",\n                \"https://images.realyse.com/cb2f03d485dc1048/cb2f0.jpg\",\n                \"https://images.realyse.com/49e1d62e2273dc82/49e1d.jpg\",\n                \"https://images.realyse.com/2afb2ec20eb76ab4/2afb2.jpg\",\n                \"https://images.realyse.com/509357001deb99f0/50935.jpg\",\n                \"https://images.realyse.com/5452c3f2821787ee/5452c.jpg\",\n                \"https://images.realyse.com/7579130418b73931/75791.jpg\",\n                \"https://images.realyse.com/5933b04bc873fc89/5933b.jpg\",\n                \"https://images.realyse.com/b68ca89d522e8f7a/b68ca.jpg\",\n                \"https://images.realyse.com/91d66c317dac9595/91d66.jpg\",\n                \"https://images.realyse.com/42eb10a285ed6924/42eb1.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.521167,\n                        50.472446\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"UPAD (GPM Principal branch)\",\n            \"agent_url\": null,\n            \"agent_address\": \"15 Linen House 253 Kilburn Lane Kilburn Lane London W10 4BQ\",\n            \"agent_phone_number\": null,\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-11\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"G\",\n            \"epc_construction_age_band\": \"England and Wales: 1900-1929\"\n        },\n        {\n            \"id\": \"a0d9524c54ec2bf61a61c65b22fa85ab\",\n            \"gid\": \"100040548776\",\n            \"address\": \"Warberry Court Lower Warberry Road Torquay\",\n            \"postcode\": \"tq11qs\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 650,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"SummaryA beautifully presented first floor apartment in the highly sought after wellswood area.This large apartmentment benefits from 2 large double bedrooms, large living room, modern kitchen, seperate dining room and communal gardens.This property would be perfect for a working family or professional working couple.Cats will be considered on an indivdual basis with a pet bond.DescriptionA beautifully presented first floor apartment in the highly sought after wellswood area.This large apartmentment benefits from 2 large double bedrooms, large living room, modern kitchen, seperate dining room and communal gardens.This property would be perfect for a working family or professional working couple.Cats will be considered on an indivdual basis with a pet bond.As part of our application process, fees will become due for referencing, tenancy agreement administration and an inventory check, these will be charged in addition to the Rent and Deposit that will be payable before the tenancy starts.Please contact our Branch for full details of the fees payable before you make any decision about this property or before you decide to view this property. Our Branch staff can provide you with an explanation of how these fees are calculated, please note that the referencing fees are charged per individual and should a Guarantor be required, this would attract additional referencing fees.While every reasonable effort is made to ensure the accuracy of descriptions and content, we should make you aware of the following guidance or limitations.(1) money laundering regulations – prospective tenants will be asked to produce identification documentation during the referencing process and we would ask for your co-operation in order that there will be no delay in agreeing a tenancy.(2) These particulars do not constitute part or all of an offer or contract.(3) The text, photographs and plans are for guidance only and are not necessarily comprehensive.(4) Measurements: These approximate room sizes are only intended as general guidance. You must verify the dimensions carefully to satisfy yourself of their accuracy.(5) You should make your own enquiries regarding the property, particularly in respect of furnishings to be included/excluded and what parking facilities are available.(6) Before you enter into any tenancy for one of the advertised properties, the condition and contents of the property will normally be set out in a tenancy agreement and inventory. Please make sure you carefully read and agree with the tenancy agreement and any inventory provided before signing these documents.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-11\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": 1089,\n            \"images\": [\n                \"https://images.realyse.com/a80f883e5fb40e59/a80f8.jpg\",\n                \"https://images.realyse.com/2bc681ca57d32fc5/2bc68.jpg\",\n                \"https://images.realyse.com/6bd7376b1b4da9bf/6bd73.jpg\",\n                \"https://images.realyse.com/ca7417528c28139b/ca741.jpg\",\n                \"https://images.realyse.com/4ff203d016b4b37e/4ff20.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.515014,\n                        50.466486\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-11\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-11-12\",\n                    \"price\": 800,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-05-14\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-09-30\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-05-13\",\n                    \"price\": 625,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-11-27\",\n                    \"price\": 585,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-05-22\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-02-20\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-10-17\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-07-18\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-04-11\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-03-14\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-02-14\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-01-17\",\n                    \"price\": 740,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-12-06\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-07-26\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-05-03\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-08-24\",\n                    \"price\": 585,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"E\",\n            \"epc_construction_age_band\": \"England and Wales: before 1900\"\n        },\n        {\n            \"id\": \"e4437d9c1575506acf5ce0513c191982\",\n            \"gid\": \"10000016999\",\n            \"address\": \"St. Andrews Monastery Torwood Gardens Road Torquay\",\n            \"postcode\": \"tq11ah\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 575,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Unique one bedroom flat set over three levels and retains the character from the monastery with beamed ceilings and exposed brick work and large windows, built to a high specification in a unique development in Torwood Garden Road with permit parking available. The property consists of -Ground Floor -Living roomCloakroomOfficeLower Ground Floor -One large double bedroomStorage roomFamily bathroom with shower over the bathFirst Floor -Large kitchen/Diner with built in appliances.Sorry no pets or benefits and over 25's only.Agent feesTo secure the property in your name you will have to pay:- £150 inc vat per adult for referencing and administration- £50 inc vat for each guarantor (if required)- £200 holding fee (taken from the first months rent as rent in advance)Please note that each of the fees above are non-refundable unless the landlord refuses your application prior to commencing referencing.There are no other hidden fees to be concerned about.The fees that apply above are fixed and are non-negotiable.Prior to moving into the property you will have to pay:- 1 months rent (minus the £200 holding fee originally paid)- A minimum of 1 months security depositPlease refer to fresh moves applicant information form that further details the applicants lettings processimportant note:We endeavour to make our property particulars accurate and reliable, however, they do not constitute or form part of an offer or any contract and none is to be relied upon as statements of representation or fact. Any services, systems and appliances listed in this specification have not been tested by us and no guarantee as to their operating ability or efficiency is given. All measurements have been taken as a guide to prospective renters only, and are not precise. If you require clarification or further information on any points, please contact us, especially if you are travelling some distance to view.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-04\",\n            \"date_removed\": \"2019-04-17\",\n            \"property_features\": [\n                \"garden\",\n                \"parking\"\n            ],\n            \"days_on_market\": 44,\n            \"images\": [\n                \"https://images.realyse.com/9c155f51c22d82b2/9c155.jpg\",\n                \"https://images.realyse.com/214397fff60e3d0f/21439.jpg\",\n                \"https://images.realyse.com/e8471ff6d301880c/e8471.jpg\",\n                \"https://images.realyse.com/367a09bba5757deb/367a0.jpg\",\n                \"https://images.realyse.com/81985d707da1dd50/81985.jpg\",\n                \"https://images.realyse.com/9e32da57c3f5b1e5/9e32d.jpg\",\n                \"https://images.realyse.com/a3a47413db3da6fb/a3a47.jpg\",\n                \"https://images.realyse.com/33319a158008ab96/33319.jpg\",\n                \"https://images.realyse.com/b66acfc2945b3dd5/b66ac.jpg\",\n                \"https://images.realyse.com/9c3460e58990dcb5/9c346.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.518556,\n                        50.461359\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Fresh Move Lettings\",\n            \"agent_url\": \"http://www.fresh-move.co.uk/\",\n            \"agent_address\": \"12 Walnut Rd, Torquay TQ2 6HS, UK\",\n            \"agent_phone_number\": \"01803 504000\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-04\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-11-26\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-05-07\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-05-20\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-02-05\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-11-27\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-08-07\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-05-30\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-09-13\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-02-01\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"3989f429b148ee83b8c1f750075dd198\",\n            \"gid\": \"100040559315\",\n            \"address\": \"Fountain House Torwood Gardens Road Torquay\",\n            \"postcode\": \"tq11eq\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 575,\n            \"bedrooms\": 1,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"Unique one bedroom flat set over three levels and retains the character from the monastery with beamed ceilings and exposed brick work and large windows, built to a high specification in a unique development in Torwood Garden Road with permit parking available. The property consists of -Ground Floor -Living roomCloakroomOfficeLower Ground Floor -One large double bedroomStorage roomFamily bathroom with shower over the bathFirst Floor -Large kitchen/Diner with built in appliances.Sorry no pets or benefits and over 25&#39;s only.Agent feesTo secure the property in your name you will have to pay:- &pound;150 inc vat per adult for referencing and administration- &pound;50 inc vat for each guarantor (if required)- &pound;200 holding fee (taken from the first months rent as rent in advance)Please note that each of the fees above are non-refundable unless the landlord refuses your application prior to commencing referencing.There are no other hidden fees to be concerned about.The fees that apply above are fixed and are non-negotiable.Prior to moving into the property you will have to pay:- 1 months rent (minus the &pound;200 holding fee originally paid)- A minimum of 1 months security depositPlease refer to fresh moves applicant information form that further details the applicants lettings processIMPORTANT NOTE:We endeavour to make our property particulars accurate and reliable, however, they do not constitute or form part of an offer or any contract and none is to be relied upon as statements of representation or fact. Any services, systems and appliances listed in this specification have not been tested by us and no guarantee as to their operating ability or efficiency is given. All measurements have been taken as a guide to prospective renters only, and are not precise. If you require clarification or further information on any points, please contact us, especially if you are travelling some distance to view.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-03-04\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"garden\",\n                \"parking\"\n            ],\n            \"days_on_market\": 1096,\n            \"images\": [\n                \"https://images.realyse.com/ea279784eb304b3a/ea279.jpg\",\n                \"https://images.realyse.com/be3793f47abc22ca/be379.jpg\",\n                \"https://images.realyse.com/7ea3f56e2a9905f0/7ea3f.jpg\",\n                \"https://images.realyse.com/2e4bd28da96ed3a4/2e4bd.jpg\",\n                \"https://images.realyse.com/f23049a52abd6257/f2304.jpg\",\n                \"https://images.realyse.com/d1d03209b49b62f6/d1d03.jpg\",\n                \"https://images.realyse.com/23f54b4c8b8aac64/23f54.jpg\",\n                \"https://images.realyse.com/999f6f30f0c49138/999f6.jpg\",\n                \"https://images.realyse.com/9e2105226dc92cf2/9e210.jpg\",\n                \"https://images.realyse.com/3ebb3d26f40d8d18/3ebb3.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.516055,\n                        50.46244\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Fresh Move Lettings\",\n            \"agent_url\": \"http://www.fresh-move.co.uk/\",\n            \"agent_address\": \"12 Walnut Rd, Torquay TQ2 6HS, UK\",\n            \"agent_phone_number\": \"01803 504000\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-03-04\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-11-14\",\n                    \"price\": 549,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"9352e9bb3fc9b131d683b26f12690900\",\n            \"gid\": \"100040553391\",\n            \"address\": \"Queen Street Torquay\",\n            \"postcode\": \"tq11rq\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 495,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"Your Move Lettings have pleasure in offering to the market this well presented one bedroom maisonette located close to Torquay town centre. The property comprises entrance hallway, leading to good size lounge with small study. Moving upstairs there is a large kitchen/diner with new electric oven and hob and Sea Views! Double bedroom and spacious bathroom with mixer tap shower. The property also benefits from gas central heating, double glazing, permit parking and enclosed rear courtyard garden.Large Kitchen / DinerSea ViewsSpacious Bathroom/3\",\n            \"size\": null,\n            \"date_appeared\": \"2019-02-25\",\n            \"date_removed\": \"2019-03-30\",\n            \"property_features\": [\n                \"garden\",\n                \"maisonette\",\n                \"parking\"\n            ],\n            \"days_on_market\": 33,\n            \"images\": [\n                \"https://images.realyse.com/88438499c17e7785/88438.jpg\",\n                \"https://images.realyse.com/aebcd6e73d0413a5/aebcd.jpg\",\n                \"https://images.realyse.com/26ceace1517754c0/26cea.jpg\",\n                \"https://images.realyse.com/c1072a7059bf163a/c1072.jpg\",\n                \"https://images.realyse.com/0327f0a497a9f415/0327f.jpg\",\n                \"https://images.realyse.com/9672874c8a88ff97/96728.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.527269,\n                        50.466353\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Your Move Estate Agents Newton Abbot\",\n            \"agent_url\": \"https://www.your-move.co.uk/estate-agent/newton-abbot?utm_source=google_my_business&utm_medium=organic&utm_campaign=YMTQ122QL\",\n            \"agent_address\": \"39 Courtenay St, Newton Abbot TQ12 2QL, UK\",\n            \"agent_phone_number\": \"01626 365906\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-02-25\",\n                    \"price\": 495,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-06-18\",\n                    \"price\": 18923,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-12-04\",\n                    \"price\": 424,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-09-13\",\n                    \"price\": 475,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-08-14\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-03-28\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"F\",\n            \"epc_construction_age_band\": \"England and Wales: before 1900\"\n        },\n        {\n            \"id\": \"8cac2dadb1c912ddeb07ba26ef2f37cb\",\n            \"gid\": \"100040553188\",\n            \"address\": \"Princes Road East Torquay\",\n            \"postcode\": \"tq11pe\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 550,\n            \"bedrooms\": 1,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"SummaryA ground floor newly refurbished apartment in the heart of TorquayThe property benefits from its own private rear garden and off street parking, gas central heating, is fully double glazed and ready to move into this month!This property comprises of:**living room/ kitchen**Open plan living room, kitchen with integrated breakfast bar, gas hob and electric integrated oven.**bedroom**Double bedroom, with built in ariel for wall mounted T.V**bathroom**3 Piece white bathroom suite**garden**2 teir garden with concrete top level leading to large lawned area and access to off street parking.DescriptionA ground floor newly refurbished apartment in the heart of TorquayThe property benefits from its own private rear garden and off street parking, gas central heating, is fully double glazed and ready to move into this month!This property comprises of:**living room/ kitchen**Open plan living room, kitchen with integrated breakfast bar, gas hob and electric integrated oven.**bedroom**Double bedroom, with built in ariel for wall mounted T.V**bathroom**3 Piece white bathroom suite**garden**2 teir garden with concrete top level leading to large lawned area and access to off street parking.As part of our application process, fees will become due for referencing, tenancy agreement administration and an inventory check, these will be charged in addition to the Rent and Deposit that will be payable before the tenancy starts.Please contact our Branch for full details of the fees payable before you make any decision about this property or before you decide to view this property. Our Branch staff can provide you with an explanation of how these fees are calculated, please note that the referencing fees are charged per individual and should a Guarantor be required, this would attract additional referencing fees.While every reasonable effort is made to ensure the accuracy of descriptions and content, we should make you aware of the following guidance or limitations.(1) money laundering regulations – prospective tenants will be asked to produce identification documentation during the referencing process and we would ask for your co-operation in order that there will be no delay in agreeing a tenancy.(2) These particulars do not constitute part or all of an offer or contract.(3) The text, photographs and plans are for guidance only and are not necessarily comprehensive.(4) Measurements: These approximate room sizes are only intended as general guidance. You must verify the dimensions carefully to satisfy yourself of their accuracy.(5) You should make your own enquiries regarding the property, particularly in respect of furnishings to be included/excluded and what parking facilities are available.(6) Before you enter into any tenancy for one of the advertised properties, the condition and contents of the property will normally be set out in a tenancy agreement and inventory. Please make sure you carefully read and agree with the tenancy agreement and any inventory provided before signing these documents.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-02-18\",\n            \"date_removed\": \"2019-04-12\",\n            \"property_features\": [\n                \"off street parking\",\n                \"garden\",\n                \"refurbished\",\n                \"parking\"\n            ],\n            \"days_on_market\": 53,\n            \"images\": [\n                \"https://images.realyse.com/21707bea1f4429b8/21707\",\n                \"https://images.realyse.com/f19e263bd6104c5a/f19e2\",\n                \"https://images.realyse.com/88cb471fcef8b155/88cb4\",\n                \"https://images.realyse.com/b1b7a8805b21c62e/b1b7a\",\n                \"https://images.realyse.com/239003f9c4776a4e/23900\",\n                \"https://images.realyse.com/5716a7e9471d6a2e/5716a\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.521062,\n                        50.470095\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-02-18\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-10-13\",\n                    \"price\": 476,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-09-14\",\n                    \"price\": 475,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-08-16\",\n                    \"price\": 495,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-05-13\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-11-12\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-09-25\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-03-27\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-01-10\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-10-18\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-10-11\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-01-18\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-06-22\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": null,\n            \"epc_construction_age_band\": null\n        },\n        {\n            \"id\": \"52e7c40daa53c076d71892f1390f191f\",\n            \"gid\": \"100040557742\",\n            \"address\": \"Clarendon Court Stitchill Road Torquay\",\n            \"postcode\": \"tq11qa\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 500,\n            \"bedrooms\": 1,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"This apartment offering spacious accomodation comprises of 1 double bedroom, separate lounge, fitted kitchen with appliances, and shower room. The property being set back from the road side in this purpose built block, and allthough being a first floor, the apartment is accessed via communal entrance at ground floor level leading in to commual entrance hall, with apartment front door just on your right hand side.The property being very conveniently located giving easy access to Torquay Town Centre, and further benefits from communal parking, electric heating and is available immediately.\",\n            \"size\": 462,\n            \"date_appeared\": \"2019-02-18\",\n            \"date_removed\": \"2019-03-07\",\n            \"property_features\": [\n                \"parking\"\n            ],\n            \"days_on_market\": 17,\n            \"images\": [\n                \"https://images.realyse.com/8598992b51f30553/85989.jpg\",\n                \"https://images.realyse.com/dfb178d754c9cd00/dfb17.jpg\",\n                \"https://images.realyse.com/01b994224e2ec992/01b99.jpg\",\n                \"https://images.realyse.com/946eb15e19d42dac/946eb.jpg\",\n                \"https://images.realyse.com/93fce9d21bfde0f6/93fce.jpg\",\n                \"https://images.realyse.com/026f89b8fff7a182/026f8.jpg\",\n                \"https://images.realyse.com/46be85be7a2a9419/46be8.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.518087,\n                        50.464302\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"haart estate agents Torbay\",\n            \"agent_url\": \"https://www.haart.co.uk/branch-finder/torbay/estate-agents-torbay/?utm_source=gmb&utm_medium=organic&utm_campaign=HRT_EA_torbay&referrer=organic_gmb_HRT_EA_torbay\",\n            \"agent_address\": \"130 Union St, Torquay TQ2 5QB, UK\",\n            \"agent_phone_number\": \"01803 200183\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-02-18\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-12-17\",\n                    \"price\": 495,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-10-01\",\n                    \"price\": 495,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-04-09\",\n                    \"price\": 497,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-01-29\",\n                    \"price\": 493,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-09-05\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-07-14\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-06-19\",\n                    \"price\": 475,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-12-11\",\n                    \"price\": 475,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-07-24\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-06-05\",\n                    \"price\": 495,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-10-25\",\n                    \"price\": 495,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-09-13\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-09-06\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"E\",\n            \"epc_construction_age_band\": \"England and Wales: 1950-1966\"\n        },\n        {\n            \"id\": \"89865bc76831190f6c4dae5ed5cc0b0f\",\n            \"gid\": \"100040550476\",\n            \"address\": \"Maxstoke Court Cottage Middle Warberry Road Torquay\",\n            \"postcode\": \"tq11rp\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 525,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"F\",\n            \"description\": \"VIEW FULL VIDEO TOUR - Large two bedroom first floor apartment in the sought after area of Wellswood and in walking distance of Warberry and Ilsham Primary Schools.The property comprises of- Two double bedrooms- Large living room/diner- Smart kitchen- Bathroom with large shower cubicle- Allocated off road parking for one car and communal gardens.- 12 month tenancy to startSorry no pets and housing benefits considered with a suitable guarantor.Agent feesTo secure the property in your name you will have to pay:- &pound;150 per adult for referencing and administration- &pound;50 for each guarantor (if required)- &pound;200 holding fee (taken from the first months rent as rent in advance)Please note that each of the fees above are non-refundable unless the landlord refuses your application prior to commencing referencing.There are no other hidden fees to be concerned about.The fees that apply above are fixed and are non-negotiable.Prior to moving into the property you will have to pay:- 1 months rent (minus the &pound;200 holding fee originally paid)- A minimum of 1 months security depositPlease refer to fresh moves applicant information form that further details the applicants lettings processIMPORTANT NOTE:We endeavour to make our property particulars accurate and reliable, however, they do not constitute or form part of an offer or any contract and none is to be relied upon as statements of representation or fact. Any services, systems and appliances listed in this specification have not been tested by us and no guarantee as to their operating ability or efficiency is given. All measurements have been taken as a guide to prospective renters only, and are not precise. If you require clarification or further information on any points, please contact us, especially if you are travelling some distance to view.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-02-18\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"parking\"\n            ],\n            \"days_on_market\": 1110,\n            \"images\": [\n                \"https://images.realyse.com/df00dbbdcb041e74/df00d.jpg\",\n                \"https://images.realyse.com/3faa008d126a6085/3faa0.jpg\",\n                \"https://images.realyse.com/701de1f918245177/701de.jpg\",\n                \"https://images.realyse.com/60ca9a6a58d27de1/60ca9.jpg\",\n                \"https://images.realyse.com/0a38f3c0b2501ed7/0a38f.jpg\",\n                \"https://images.realyse.com/327e35a9c6e26879/327e3.jpg\",\n                \"https://images.realyse.com/504b23f42d08600e/504b2.jpg\",\n                \"https://images.realyse.com/b66e0201bfc354b5/b66e0.jpg\",\n                \"https://images.realyse.com/6d3b19d77bfe73c9/6d3b1.jpg\",\n                \"https://images.realyse.com/c181494247260e99/c1814.jpg\",\n                \"https://images.realyse.com/2505fec177ba540f/2505f.jpg\",\n                \"https://images.realyse.com/b28533f51b5e70f8/b2853.jpg\",\n                \"https://images.realyse.com/4e08387c10a871ba/4e083.jpg\",\n                \"https://images.realyse.com/b2adf33cdcfddfa6/b2adf.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.513816,\n                        50.467326\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Fresh Move Lettings\",\n            \"agent_url\": \"http://www.fresh-move.co.uk/\",\n            \"agent_address\": \"12 Walnut Rd, Torquay TQ2 6HS, UK\",\n            \"agent_phone_number\": \"01803 504000\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-02-18\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-04-23\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-08-20\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-08-17\",\n                    \"price\": 600,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-06-10\",\n                    \"price\": 625,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-03-25\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-10-30\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-06-27\",\n                    \"price\": 695,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-10-11\",\n                    \"price\": 695,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-09-13\",\n                    \"price\": 750,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-09-07\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: before 1900\"\n        },\n        {\n            \"id\": \"e3eb9ccfa7f62f6d3a8a657b20840a50\",\n            \"gid\": \"100041186913\",\n            \"address\": \"Braddons Street Torquay\",\n            \"postcode\": \"tq11qh\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 550,\n            \"bedrooms\": 1,\n            \"bathrooms\": 1,\n            \"property_type\": \"F\",\n            \"description\": \"A 1 bedroom first floor flat finished to a high standard with a modern look throughout with open plan lounge/kitchen, modern bathroom and good sized double bedroom.A modern first floor flat within walking distance of the town centre. Inside you will find a good sized modern lounge with feature wall and inset spot lighting. There is a separated but open plan kitchen with a range of base and wall units with plenty of storage and space for white goods. The bathroom has an extremely modern look to it and consists of a low level W/C basin and a lovely P shaped bath creating a spacious showering space with electric shower. Finishing off this flat is a nice sized double bedroom. There is on-street parking when available and a park opposite.Information for Tenants:An initial non-refundable \\\"Good Faith Deposit\\\"will be required to secure a propertyAll applicants will be referenced and credit checked before a tenancy beginsIn some circumstances a Guarantor may be requiredAny description is for guide only and does not form any part of contractLandlords:For a free and no obligation rental assessment of your property why not call Jayne &amp; Moss Estates to find out how we could help you find high quality tenants.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-02-18\",\n            \"date_removed\": null,\n            \"property_features\": [\n                \"modern\",\n                \"parking\"\n            ],\n            \"days_on_market\": 1110,\n            \"images\": [\n                \"https://images.realyse.com/cb1de8cc8b35ff81/cb1de.jpg\",\n                \"https://images.realyse.com/49d8915466d2dbed/49d89.jpg\",\n                \"https://images.realyse.com/b82b053f01569c11/b82b0.jpg\",\n                \"https://images.realyse.com/3a1628116480ea8b/3a162.jpg\",\n                \"https://images.realyse.com/889feeba45602c67/889fe.jpg\",\n                \"https://images.realyse.com/55fea8e04a4e5fa1/55fea.jpg\",\n                \"https://images.realyse.com/3932ce955f5069d8/3932c.jpg\",\n                \"https://images.realyse.com/6029782ba5c60457/60297.jpg\",\n                \"https://images.realyse.com/2d3b2faad6fbc4f0/2d3b2.jpg\",\n                \"https://images.realyse.com/b49d87a067a64d3e/b49d8.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.525043,\n                        50.465501\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Fulfords Estate Agents Paignton\",\n            \"agent_url\": \"http://www.fulfords.co.uk/forsaleoffice/paignton/667/?referrer=GooglePlaces&utm_source=gmb\",\n            \"agent_address\": \"57 Hyde Rd, Paignton TQ4 5BP, UK\",\n            \"agent_phone_number\": \"01803 640258\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-02-18\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2019-02-11\",\n                    \"price\": 550,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2019-01-14\",\n                    \"price\": 575,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-02-12\",\n                    \"price\": 523,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-09-06\",\n                    \"price\": 610,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-08-12\",\n                    \"price\": 610,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-06-07\",\n                    \"price\": 475,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-03-18\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-03-11\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-09-02\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-11-27\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2015-01-16\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-09-12\",\n                    \"price\": 525,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-11-22\",\n                    \"price\": 338,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-08-09\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-06-21\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-10-12\",\n                    \"price\": 500,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-07-27\",\n                    \"price\": 450,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"C\",\n            \"epc_construction_age_band\": \"England and Wales: 1983-1990\"\n        },\n        {\n            \"id\": \"b7f12c2209dd02d761dde3c75b1163f1\",\n            \"gid\": \"100040544584\",\n            \"address\": \"Grange Road Torquay\",\n            \"postcode\": \"tq11lf\",\n            \"listing_type\": \"Rent\",\n            \"asking_rent\": 700,\n            \"bedrooms\": 2,\n            \"bathrooms\": null,\n            \"property_type\": \"T\",\n            \"description\": \"SummaryConnells is pleased to bring you this well presented house located close to town.Consisting of two double bedrooms, living room, separate kitchen, two tier garden and off street parking, the property would be an ideal first time home for a working family!Coming with great views, double glazing and gas central heating!Available now, viewing is highly recommended.Cats will be considered on an indivdual basis, DSS top up will be considered on an indivdual basisdescriptionConnells is pleased to bring you this well presented house located close to town.Consisting of two double bedrooms, living room, separate kitchen, two tier garden and off street parking, the property would be an ideal first time home for a working family!Coming with great views, double glazing and gas central heating!Available now, viewing is highly recommended.Cats will be considered on an indivdual basis, DSS top up will be considered on an indivdual basisAs part of our application process, fees will become due for referencing, tenancy agreement administration and an inventory check, these will be charged in addition to the Rent and Deposit that will be payable before the tenancy starts.Please contact our Branch for full details of the fees payable before you make any decision about this property or before you decide to view this property. Our Branch staff can provide you with an explanation of how these fees are calculated, please note that the referencing fees are charged per individual and should a Guarantor be required, this would attract additional referencing fees.While every reasonable effort is made to ensure the accuracy of descriptions and content, we should make you aware of the following guidance or limitations.(1) money laundering regulations – prospective tenants will be asked to produce identification documentation during the referencing process and we would ask for your co-operation in order that there will be no delay in agreeing a tenancy.(2) These particulars do not constitute part or all of an offer or contract.(3) The text, photographs and plans are for guidance only and are not necessarily comprehensive.(4) Measurements: These approximate room sizes are only intended as general guidance. You must verify the dimensions carefully to satisfy yourself of their accuracy.(5) You should make your own enquiries regarding the property, particularly in respect of furnishings to be included/excluded and what parking facilities are available.(6) Before you enter into any tenancy for one of the advertised properties, the condition and contents of the property will normally be set out in a tenancy agreement and inventory. Please make sure you carefully read and agree with the tenancy agreement and any inventory provided before signing these documents.\",\n            \"size\": null,\n            \"date_appeared\": \"2019-02-11\",\n            \"date_removed\": \"2019-04-30\",\n            \"property_features\": [\n                \"off street parking\",\n                \"garden\",\n                \"parking\"\n            ],\n            \"days_on_market\": 78,\n            \"images\": [\n                \"https://images.realyse.com/1fd17c587cfdf0c9/1fd17.jpg\",\n                \"https://images.realyse.com/df51db6b2d49bc2f/df51d.jpg\",\n                \"https://images.realyse.com/027848a701bce4ee/02784.jpg\",\n                \"https://images.realyse.com/5901c19a0c2caab8/5901c.jpg\",\n                \"https://images.realyse.com/71004c166269666c/71004.jpg\",\n                \"https://images.realyse.com/2a861dc354b5a40c/2a861.jpg\",\n                \"https://images.realyse.com/ebbf8351fd3ca061/ebbf8.jpg\",\n                \"https://images.realyse.com/b95b6a7a612e17f4/b95b6.jpg\"\n            ],\n            \"floorplans\": [],\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51901,\n                        50.469384\n                    ]\n                },\n                \"properties\": null\n            },\n            \"new_build\": false,\n            \"agent_name\": \"Connells Estate Agents\",\n            \"agent_url\": \"https://www.connells.co.uk/estate-agents/torquay?utm_source=Google&utm_medium=organic&utm_campaign=LPM_Google_TQY\",\n            \"agent_address\": \"115 Union St, Torquay TQ1 3DW, UK\",\n            \"agent_phone_number\": \"01803 213641\",\n            \"comparable_timeseries\": [\n                {\n                    \"date\": \"2019-02-11\",\n                    \"price\": 700,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-11-26\",\n                    \"price\": 610,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2018-06-11\",\n                    \"price\": 675,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2017-04-14\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-09-16\",\n                    \"price\": 595,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2016-02-19\",\n                    \"price\": 620,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2014-12-19\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2013-12-27\",\n                    \"price\": 645,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-12-14\",\n                    \"price\": 630,\n                    \"type\": \"rl\"\n                },\n                {\n                    \"date\": \"2012-11-30\",\n                    \"price\": 650,\n                    \"type\": \"rl\"\n                }\n            ],\n            \"epc_rating\": \"D\",\n            \"epc_construction_age_band\": \"England and Wales: 1983-1990\"\n        }\n    ],\n    \"total_count\": 1397,\n    \"page_total\": 20\n}"}],"_postman_id":"b88ed2ff-d4c2-421c-930a-54a2f9f6541a"},{"name":"hexes","event":[{"listen":"test","script":{"id":"446830b0-cf01-45bd-b700-1e28785e6666","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"6d119f30-cee4-4309-ba19-8e40fb0188ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"geometry\": {\n            \"type\": \"Feature\",\n            \"properties\": {},\n            \"geometry\": {\n                \"type\": \"Polygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            -3.5520172119140625,\n                            50.45750402042058\n                        ],\n                        [\n                            -3.494338989257812,\n                            50.45750402042058\n                        ],\n                        [\n                            -3.494338989257812,\n                            50.48634732684517\n                        ],\n                        [\n                            -3.5520172119140625,\n                            50.48634732684517\n                        ],\n                        [\n                            -3.5520172119140625,\n                            50.45750402042058\n                        ]\n                    ]\n                ]\n            }\n        },\n        \"date_from\": \"2018-01-01\",\n        \"date_to\": \"2018-12-31\",\n        \"indicator_category\": \"soldPrice\",\n        \"indicator_range_value\": [\n            10000,\n            50000000\n        ],\n        \"property_type\": null,\n        \"property_features\": null,\n        \"bedrooms\": null,\n        \"data_source\": \"STANDARD\"\n    },\n    \"resolution\": 10\n}"},"url":"{{url}}/v2/comparables/hexes","description":"<p>This endpoint returns the number of comparables grouped into H3 hexes.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>request</code> <strong>Object</strong> Object as detailed below</p>\n<blockquote>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> <strong>(Mandatory if no areaId specified)</strong> <em>Polygon or MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>areaId</code> <strong>String</strong> <strong>(Mandatory if no geometry specified)</strong> Can be provided as an alternative to <code>geometry</code>. Postcode down to Sector level specified with space between in and outcode. Eg <code>E1</code> , <code>E1 1</code></p>\n<p><code>date_from</code> <strong>Date (Mandatory)</strong> Minimum date for the comparable to have been listed</p>\n<p><code>date_to</code> <strong>Date (Mandatory)</strong> Maximum date for the comparable to have been listed</p>\n<p><code>indicator_category</code> <strong>String (Mandatory)</strong> Indicator category to search. Valid values: askingRent, askingPrice, soldPrice</p>\n<p><code>indicator_range_value</code> <strong>[Integer, Integer] (Mandatory)</strong> Maximum of two values defining the maximum and minimum value for the listed price (in GBP)</p>\n<p><code>property_type</code> <strong>String</strong> <em>null = all; F = flat; T = terraced; D = detached; S = semidetached</em></p>\n<p><code>property_features</code> <strong>Array of Strings</strong> List of property features to use to filter the comparables. Valid values can be found from <code>v2/indicator/property_features/{indicator_category}</code> endpoint</p>\n<p><code>bedroooms</code> <strong>Array of Integers</strong> <em>null = all; 0 = studio; 1, 2, 3 4, 5 = no of bedrooms</em></p>\n<p><code>data_source</code> <strong>String (Mandatory)</strong> <em>STANDARD = all; SECONDARY = secondary; NEW_BUILD = New Build</em></p>\n</blockquote>\n<p><code>resolution</code> <strong>Integer (Mandatory)</strong> H3 index resolution to use to generate the index values</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Object</strong> As detailed below for each indicator_category</p>\n<blockquote>\n<p><code>index</code> <strong>String</strong> H3 hex index as a string. Full details on H3 can be found <a href=\"https://h3geo.org/\">https://h3geo.org/</a><br /><code>value</code> <strong>Integer</strong> The number of comparables found in that hex</p>\n</blockquote>\n<p><code>total_count</code> <strong>Integer</strong> Total number of comparables that match the requested parameters</p>\n<p><code>page_total</code> <strong>Integer</strong> Number of records returned in this call</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","comparables","hexes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fe709a63-acae-429b-bb32-fc9d68c70fc3","name":"hexes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"geometry\": {\n            \"type\": \"Feature\",\n            \"properties\": {},\n            \"geometry\": {\n                \"type\": \"Polygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            -3.5520172119140625,\n                            50.45750402042058\n                        ],\n                        [\n                            -3.494338989257812,\n                            50.45750402042058\n                        ],\n                        [\n                            -3.494338989257812,\n                            50.48634732684517\n                        ],\n                        [\n                            -3.5520172119140625,\n                            50.48634732684517\n                        ],\n                        [\n                            -3.5520172119140625,\n                            50.45750402042058\n                        ]\n                    ]\n                ]\n            }\n        },\n        \"date_from\": \"2018-01-01\",\n        \"date_to\": \"2018-12-31\",\n        \"indicator_category\": \"soldPrice\",\n        \"indicator_range_value\": [\n            10000,\n            50000000\n        ],\n        \"property_type\": null,\n        \"property_features\": null,\n        \"bedrooms\": null,\n        \"data_source\": \"STANDARD\"\n    },\n    \"resolution\": 10\n}"},"url":"{{url}}/v2/comparables/hexes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:57:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1372"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"index\": \"8a195b615227fff\",\n            \"value\": 10\n        },\n        {\n            \"index\": \"8a195b614377fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6156a7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610847fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615ccffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b602d2ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615627fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6336d7fff\",\n            \"value\": 18\n        },\n        {\n            \"index\": \"8a195b615317fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6142f7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615a27fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615727fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b611927fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6150cffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614ac7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614a47fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615d4ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6157a7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6103affff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6119a7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615aa7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610b9ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615297fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614277fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b610177fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610997fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615777fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610b4ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6155affff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b6142a7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615247fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6158affff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610127fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b614227fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61552ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610917fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615d1ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b610817fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61511ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61542ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614327fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610027fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61519ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615c9ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b614ab7fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b610b6ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61558ffff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b614207fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61550ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61580ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614a37fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610937fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610007fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614307fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b61540ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614387fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61598ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615367fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615657fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615b57fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610d57fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614357fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610057fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6153b7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615687fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615b87fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614b67fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610867fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b6108e7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615b07fff\",\n            \"value\": 10\n        },\n        {\n            \"index\": \"8a195b615337fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6154dffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615237fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615707fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b61400ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b611907fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615a07fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610967fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614a67fff\",\n            \"value\": 8\n        },\n        {\n            \"index\": \"8a195b614767fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61506ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61038ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615787fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b611987fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61585ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61555ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614257fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61571ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615a1ffff\",\n            \"value\": 14\n        },\n        {\n            \"index\": \"8a195b6142cffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615847fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615547fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b610ba7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61424ffff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b6152affff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615a9ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61579ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615077fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615d77fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615c77fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615177fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b602d97fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6153affff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b61434ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61004ffff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b615447fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6100cffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61532ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615b1ffff\",\n            \"value\": 7\n        },\n        {\n            \"index\": \"8a195b615cf7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61001ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6066f7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61431ffff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b61082ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61462ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615ca7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6151a7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6108affff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61564ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6146affff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61439ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615997fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615897fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615597fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61429ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614047fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6109affff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615da7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6150a7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614aaffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614a2ffff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b615d27fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b61472ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6140c7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615517fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61011ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615817fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b615437fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614b0ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61468ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615187fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61088ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b63369ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6159b7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61576ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b614067fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615d87fff\",\n            \"value\": 7\n        },\n        {\n            \"index\": \"8a195b614a8ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61098ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615aeffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6140e7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615837fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615537fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6150d7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614adffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610337fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61520ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61426ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610b87fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6103b7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614a5ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615057fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61095ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61085ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615c57fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b602db7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61538ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615467fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b6154e7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6100effff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6336cffff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b610237fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615cd7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6108dffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610387fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61578ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61096ffff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b615067fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b61015ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615557fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b61425ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6142dffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6150e7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61570ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615b0ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61560ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6154d7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610ab7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615457fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b610d5ffff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b61005ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615c67fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b61086ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615b8ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610767fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615cb7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6151b7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61565ffff\",\n            \"value\": 9\n        },\n        {\n            \"index\": \"8a195b615137fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615c37fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615407fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61430ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615507fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61420ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61010ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615d37fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615807fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615037fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b615adffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61575ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6150b7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614057fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615db7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615587fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610b67fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b61534ffff\",\n            \"value\": 8\n        },\n        {\n            \"index\": \"8a195b615197fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61469ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614b1ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615c17fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61081ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610d2ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615427fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61002ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61012ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615827fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61422ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61091ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615017fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615d17fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615d97fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61099ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6155a7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615097fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6101affff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b610b47fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6140a7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6103a7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615aaffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614a4ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61094ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615047fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615577fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615877fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61521ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6158f7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b602c27fff\",\n            \"value\": 8\n        },\n        {\n            \"index\": \"8a195b6150c7fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b610327fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615a2ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61562ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615cc7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b602d27fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6108cffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61531ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61539ffff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b615477fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615147fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b6102a7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6156affff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b6336c7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615307fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b615cdffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615b37fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6156b7fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b614657fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b614b57fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615c5ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610857fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61546ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615387fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b610c67fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614267fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61556ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615d5ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61505ffff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b6157b7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615ab7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615a37fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615737fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6142e7fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615207fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615ae7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614237fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6152d7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610b5ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615d8ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b610987fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61508ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615767fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b61406ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61416ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61518ffff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b614687fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615c0ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615ac7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614a27fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b61502ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61551ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610117fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61581ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b615277fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6337b7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61559ffff\",\n            \"value\": 10\n        },\n        {\n            \"index\": \"8a195b6150affff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b614aa7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b615daffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61404ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615747fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615647fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b61414ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6151affff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b61599ffff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b61541ffff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b610827fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b61512ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615c2ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615327fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6100c7fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6146f7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b61021ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615b17fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b615697fff\",\n            \"value\": 6\n        },\n        {\n            \"index\": \"8a195b615b97fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610877fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b614347fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610d47fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6153a7fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b6152a7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b610147fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61554ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b614247fff\",\n            \"value\": 5\n        },\n        {\n            \"index\": \"8a195b610977fff\",\n            \"value\": 2\n        },\n        {\n            \"index\": \"8a195b614777fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b61401ffff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b61031ffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b614af7fff\",\n            \"value\": 4\n        },\n        {\n            \"index\": \"8a195b615a17fff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b6142c7fff\",\n            \"value\": 3\n        },\n        {\n            \"index\": \"8a195b6158cffff\",\n            \"value\": 1\n        },\n        {\n            \"index\": \"8a195b610b2ffff\",\n            \"value\": 3\n        }\n    ],\n    \"total_count\": 341,\n    \"page_total\": 341\n}"}],"_postman_id":"6d119f30-cee4-4309-ba19-8e40fb0188ca"},{"name":"histogram","event":[{"listen":"test","script":{"id":"1d048845-453e-4daa-ada9-f5764b3268b4","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 1000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(1000);","});"],"type":"text/javascript"}}],"id":"5838f233-3d41-436c-968d-0bdbb5df99ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ]\n                ]\n            ]\n        }\n    },\n    \"date_from\": \"2018-01-01\",\n    \"date_to\": \"2018-12-31\",\n    \"indicator_category\": \"askingRent\",\n    \"indicator_range_value\": [\n        1,\n        500000000\n    ],\n    \"property_type\": null,\n    \"property_features\": null,\n    \"bedrooms\": null,\n    \"data_source\": \"STANDARD\"\n}"},"url":"{{url}}/v2/comparables/histogram","description":"<p>This endpoint returns a histogram of comparable price data as filtered by the requested parameters.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometry</code> <strong>GeoJson Feature (Mandatory)</strong> <em>Polygon or MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>areaId</code> <strong>String (Mandatory if no geometry specified)</strong> Can be provided as an alternative to <code>geometry</code>. Postcode down to Sector level specified with space between in and outcode. Eg <code>E1</code> , <code>E1 1</code></p>\n<p><code>date_from</code> <strong>Date (Mandatory)</strong> Minimum date for the comparable to have been listed</p>\n<p><code>date_to</code> <strong>Date (Mandatory)</strong> Maximum date for the comparable to have been listed</p>\n<p><code>indicator_category</code> <strong>String (Mandatory)</strong> Indicator category to search. Valid values: askingRent, askingPrice, soldPrice</p>\n<p><code>indicator_range_value</code> <strong>[Integer, Integer] (Mandatory)</strong> Maximum of two values defining the maximum and minimum value for the listed price (in GBP)</p>\n<p><code>property_type</code> <strong>String</strong> <em>null = all; F = flat; T = terraced; D = detached; S = semidetached</em></p>\n<p><code>property_features</code> <strong>Array of Strings</strong> List of property features to use to filter the comparables. Valid values can be found from <code>v2/indicator/property_features/{indicator_category}</code> endpoint</p>\n<p><code>bedroooms</code> <strong>Array of Integers</strong> <em>null = all; 0 = studio; 1, 2, 3 4, 5 = no of bedrooms</em></p>\n<p><code>data_source</code> <strong>String (Mandatory)</strong> <em>STANDARD = all; SECONDARY = secondary; NEW_BUILD = New Build</em></p>\n<p><code>limit</code> <strong>Integer</strong> Maximum number of records that will be returned.</p>\n<p><code>offset</code> <strong>Integer</strong> Define the offset of the records</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<p>Depending on the indicator_category requested the below detail the different responses.</p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Object</strong> As detailed below for each indicator_category</p>\n<blockquote>\n<p><code>lower_bound</code> <strong>String</strong> Due to RFC 8259 this value is a decimal number that is encoded as a string and represents the lower bound of the histogram bin (in GBP)</p>\n<p><code>upper_bound</code> <strong>String</strong> Due to RFC 8259 this value is a decimal number that is encoded as a string and represents the higher bound of the histogram bin (in GBP)</p>\n<p><code>height</code> <strong>String</strong> Due to RFC 8259 this value is a decimal number that is encoded as a string and represents the value for the bin (in GBP)</p>\n</blockquote>\n<p><code>total_count</code> <strong>Integer</strong> Total number of comparables that match the requested parameters</p>\n<p><code>page_total</code> <strong>Integer</strong> Number of records returned in this call</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","comparables","histogram"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c4ca39a7-2284-4377-96c6-dc63ac1538d0","name":"histogram","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ]\n                ]\n            ]\n        }\n    },\n    \"date_from\": \"2018-01-01\",\n    \"date_to\": \"2018-12-31\",\n    \"indicator_category\": \"askingRent\",\n    \"indicator_range_value\": [\n        1,\n        500000000\n    ],\n    \"property_type\": null,\n    \"property_features\": null,\n    \"bedrooms\": null,\n    \"data_source\": \"STANDARD\"\n}"},"url":"{{url}}/v2/comparables/histogram"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 08:59:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"201"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"lower_bound\": \"106\",\n            \"upper_bound\": \"199\",\n            \"height\": \"3\"\n        },\n        {\n            \"lower_bound\": \"199\",\n            \"upper_bound\": \"292\",\n            \"height\": \"1\"\n        },\n        {\n            \"lower_bound\": \"292\",\n            \"upper_bound\": \"385\",\n            \"height\": \"18\"\n        },\n        {\n            \"lower_bound\": \"385\",\n            \"upper_bound\": \"478\",\n            \"height\": \"211\"\n        },\n        {\n            \"lower_bound\": \"478\",\n            \"upper_bound\": \"571\",\n            \"height\": \"252\"\n        },\n        {\n            \"lower_bound\": \"571\",\n            \"upper_bound\": \"664\",\n            \"height\": \"279\"\n        },\n        {\n            \"lower_bound\": \"664\",\n            \"upper_bound\": \"757\",\n            \"height\": \"181\"\n        },\n        {\n            \"lower_bound\": \"757\",\n            \"upper_bound\": \"850\",\n            \"height\": \"65\"\n        },\n        {\n            \"lower_bound\": \"850\",\n            \"upper_bound\": \"18923\",\n            \"height\": \"129\"\n        }\n    ],\n    \"total_count\": 9,\n    \"page_total\": 9\n}"}],"_postman_id":"5838f233-3d41-436c-968d-0bdbb5df99ae"}],"id":"51e333c5-ebf9-4207-9da9-eac03d28ec07","event":[{"listen":"prerequest","script":{"id":"3de146dc-e755-4006-a3ed-818a6b01fd52","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"09743d62-1eed-49de-8353-cee3a84515c7","type":"text/javascript","exec":[""]}}],"_postman_id":"51e333c5-ebf9-4207-9da9-eac03d28ec07","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"EPC","item":[{"name":"/","event":[{"listen":"test","script":{"id":"9bd9dc6e-1abd-4f17-8350-78ee8cc790a7","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"17a60ccc-d071-43f8-a7e2-2a70f08cc246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [200002865256, 10023881926, 10000218350]\n}"},"url":"{{url}}/v2/epc","description":"<p>This endpoint returns epc data for the requested uprns. The endpoint had a maximum of 100 returned records per call</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>ids</code> <strong>Array of Interger (Mandatory)</strong> <em>List of UPRNs to search for the epc record</em></p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>total_count</code> <strong>Integer</strong> Total number of comparables that match the requested parameters</p>\n<p><code>page_total</code> <strong>Integer</strong> Number of records returned in this call</p>\n<p><code>data</code> <strong>Array of Object</strong> As detailed below</p>\n<blockquote>\n<p><code>gid</code> <strong>String</strong></p>\n<p><code>postcode</code> <strong>String</strong></p>\n<p><code>building_reference_number</code> <strong>String</strong> </p>\n<p><code>current_energy_rating</code> <strong>String</strong> </p>\n<p><code>potential_energy_rating</code> <strong>String</strong></p>\n<p><code>current_energy_efficiency</code> <strong>String</strong></p>\n<p><code>potential_energy_efficiency</code> <strong>String</strong></p>\n<p><code>property_type</code> <strong>String</strong></p>\n<p><code>built_form</code> <strong>String</strong></p>\n<p><code>inspection_date</code> <strong>String Date</strong></p>\n<p><code>local_authority</code> <strong>String</strong></p>\n<p><code>constituency</code> <strong>String</strong></p>\n<p><code>county</code> <strong>String</strong></p>\n<p><code>lodgement_date</code> <strong>String Date</strong></p>\n<p><code>transaction_type</code> <strong>String</strong></p>\n<p><code>environment_impact_current</code> <strong>String</strong></p>\n<p><code>environment_impact_potential</code> <strong>String</strong></p>\n<p><code>energy_consumption_current</code> <strong>String</strong></p>\n<p><code>energy_consumption_potential</code> <strong>String</strong></p>\n<p><code>co2_emissions_current</code> <strong>String</strong></p>\n<p><code>co2_emiss_curr_per_floor_area</code><strong>String</strong></p>\n<p><code>co2_emissions_potential</code> <strong>String</strong></p>\n<p><code>lighting_cost_current</code> <strong>String</strong></p>\n<p><code>lighting_cost_potential</code> <strong>String</strong></p>\n<p><code>heating_cost_current</code> <strong>String</strong></p>\n<p><code>heating_cost_potential</code> <strong>String</strong></p>\n<p><code>hot_water_cost_current</code> <strong>String</strong></p>\n<p><code>hot_water_cost_potential</code> <strong>String</strong></p>\n<p><code>total_floor_area</code> <strong>String</strong></p>\n<p><code>energy_tariff</code> <strong>String</strong></p>\n<p><code>mains_gas_flag</code> <strong>String</strong></p>\n<p><code>floor_level</code> <strong>String</strong></p>\n<p><code>flat_top_storey</code> <strong>String</strong></p>\n<p><code>flat_storey_count</code> <strong>String</strong></p>\n<p><code>main_heating_controls</code> <strong>String</strong></p>\n<p><code>multi_glaze_proportion</code> <strong>String</strong></p>\n<p><code>glazed_type</code> <strong>String</strong></p>\n<p><code>glazed_area</code> <strong>String</strong></p>\n<p><code>extension_count</code> <strong>String</strong></p>\n<p><code>number_heated_rooms</code> <strong>String</strong></p>\n<p><code>low_energy_lighting</code> <strong>String</strong></p>\n<p><code>number_open_fireplaces</code> <strong>String</strong></p>\n<p><code>hotwater_description</code> <strong>String</strong></p>\n<p><code>hot_water_energy_eff</code> <strong>String</strong></p>\n<p><code>hot_water_env_eff</code> <strong>String</strong></p>\n<p><code>floor_description</code> <strong>String</strong></p>\n<p><code>floor_energy_eff</code> <strong>String</strong></p>\n<p><code>floor_env_eff</code> <strong>String</strong></p>\n<p><code>windows_description</code> <strong>String</strong></p>\n<p><code>windows_energy_eff</code> <strong>String</strong></p>\n<p><code>windows_env_eff</code> <strong>String</strong></p>\n<p><code>walls_description</code> <strong>String</strong></p>\n<p><code>walls_energy_eff</code> <strong>String</strong></p>\n<p><code>walls_env_eff</code> <strong>String</strong></p>\n<p><code>secondheat_description</code> <strong>String</strong></p>\n<p><code>sheating_energy_eff</code> <strong>String</strong></p>\n<p><code>sheating_env_eff</code> <strong>String</strong></p>\n<p><code>roof_description</code> <strong>String</strong></p>\n<p><code>roof_energy_eff</code> <strong>String</strong></p>\n<p><code>roof_env_eff</code> <strong>String</strong></p>\n<p><code>mainheat_description</code> <strong>String</strong></p>\n<p><code>mainheat_energy_eff</code> <strong>String</strong></p>\n<p><code>mainheat_env_eff</code> <strong>String</strong></p>\n<p><code>mainheatcont_description</code> <strong>String</strong></p>\n<p><code>mainheatc_energy_eff</code> <strong>String</strong></p>\n<p><code>mainheatc_env_eff</code> <strong>String</strong></p>\n<p><code>lighting_description</code> <strong>String</strong></p>\n<p><code>lighting_energy_eff</code> <strong>String</strong></p>\n<p><code>lighting_env_eff</code> <strong>String</strong></p>\n<p><code>main_fuel</code> <strong>String</strong></p>\n<p><code>wind_turbine_count</code> <strong>String</strong></p>\n<p><code>heat_loss_corridoor</code> <strong>String</strong></p>\n<p><code>unheated_corridor_length</code> <strong>String</strong></p>\n<p><code>floor_height</code> <strong>String</strong></p>\n<p><code>photo_supply</code> <strong>String</strong></p>\n<p><code>solar_water_heating_flag</code> <strong>String</strong></p>\n<p><code>mechanical_ventilation</code> <strong>String</strong></p>\n<p><code>local_authority_label</code> <strong>String</strong></p>\n<p><code>constituency_label</code> <strong>String</strong></p>\n<p><code>post_town</code> <strong>String</strong></p>\n<p><code>construction_age_band</code> <strong>String</strong></p>\n<p><code>lodgement_datetime</code> <strong>String</strong></p>\n<p><code>tenure</code> <strong>String</strong></p>\n<p><code>fixed_lighting_outlets_count</code> <strong>String</strong></p>\n<p><code>low_energy_fixed_light_count</code> <strong>String</strong></p>\n<p><code>sector</code> <strong>String</strong></p>\n<p><code>total_floor_area_sqft</code> <strong>Number</strong></p>\n<p><code>area_code</code> <strong>String</strong></p>\n<p><code>number_habitable_rooms</code> <strong>Integer</strong></p>\n<p><code>geometry</code> <strong>Geojson</strong></p>\n<p><code>address</code> <strong>String</strong></p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","epc"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5bd98d0e-ccfb-481e-bcc6-1d2fcc05990a","name":"UPRN search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [200002865256, 10023881926, 10000218350]\n}"},"url":"{{url}}/v2/epc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 18 Aug 2022 13:28:19 GMT"},{"key":"Content-Length","value":"1979"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"gid\": \"200002865256\",\n            \"postcode\": \"b602sa\",\n            \"building_reference_number\": \"6152528378\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"65\",\n            \"potential_energy_efficiency\": \"81\",\n            \"property_type\": \"House\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-08-18 +00\",\n            \"local_authority\": \"E07000234\",\n            \"constituency\": \"E14000605\",\n            \"county\": \"Worcestershire\",\n            \"lodgement_date\": \"2015-08-18\",\n            \"transaction_type\": \"ECO assessment\",\n            \"environment_impact_current\": \"63\",\n            \"environment_impact_potential\": \"79\",\n            \"energy_consumption_current\": \"223\",\n            \"energy_consumption_potential\": \"123\",\n            \"co2_emissions_current\": \"4.3\",\n            \"co2_emiss_curr_per_floor_area\": \"39\",\n            \"co2_emissions_potential\": \"2.4\",\n            \"lighting_cost_current\": \"139\",\n            \"lighting_cost_potential\": \"69\",\n            \"heating_cost_current\": \"731\",\n            \"heating_cost_potential\": \"682\",\n            \"hot_water_cost_current\": \"177\",\n            \"hot_water_cost_potential\": \"79\",\n            \"total_floor_area\": \"110\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"95\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"1\",\n            \"number_heated_rooms\": \"7\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Solid, limited insulation (assumed)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Mostly double glazing\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, 200 mm loft insulation\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Bromsgrove\",\n            \"constituency_label\": \"Bromsgrove\",\n            \"post_town\": \"BROMSGROVE\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2015-08-18 17:36:43\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"B60 2\",\n            \"total_floor_area_sqft\": 1184.029,\n            \"area_code\": \"B\",\n            \"number_habitable_rooms\": 7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -2.0365173,\n                        52.330815799999996\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"30, Valencia Road, Bromsgrove\"\n        },\n        {\n            \"gid\": \"10023881926\",\n            \"postcode\": \"b601eq\",\n            \"building_reference_number\": \"2739589468\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"80\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2019-09-06 +00\",\n            \"local_authority\": \"E07000234\",\n            \"constituency\": \"E14000605\",\n            \"county\": \"Worcestershire\",\n            \"lodgement_date\": \"2019-09-06\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"82\",\n            \"environment_impact_potential\": \"82\",\n            \"energy_consumption_current\": \"131\",\n            \"energy_consumption_potential\": \"131\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"23\",\n            \"co2_emissions_potential\": \"1.3\",\n            \"lighting_cost_current\": \"52\",\n            \"lighting_cost_potential\": \"52\",\n            \"heating_cost_current\": \"230\",\n            \"heating_cost_potential\": \"230\",\n            \"hot_water_cost_current\": \"89\",\n            \"hot_water_cost_potential\": \"89\",\n            \"total_floor_area\": \"58\",\n            \"energy_tariff\": null,\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Suspended, insulated (assumed)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"5.6\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Bromsgrove\",\n            \"constituency_label\": \"Bromsgrove\",\n            \"post_town\": \"BROMSGROVE\",\n            \"construction_age_band\": \"England and Wales: 2007 onwards\",\n            \"lodgement_datetime\": \"2019-09-06 15:43:05\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"B60 1\",\n            \"total_floor_area_sqft\": 624.3062,\n            \"area_code\": \"B\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -2.0353293000000003,\n                        52.3315354\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, Maple Court, Alcester Road, Finstall, Bromsgrove\"\n        },\n        {\n            \"gid\": \"10000218350\",\n            \"postcode\": \"b601lq\",\n            \"building_reference_number\": \"6208890968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"78\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"House\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2011-10-17 +00\",\n            \"local_authority\": \"E07000234\",\n            \"constituency\": \"E14000605\",\n            \"county\": \"Worcestershire\",\n            \"lodgement_date\": \"2011-10-17\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"79\",\n            \"environment_impact_potential\": \"81\",\n            \"energy_consumption_current\": \"114\",\n            \"energy_consumption_potential\": \"107\",\n            \"co2_emissions_current\": \"3.2\",\n            \"co2_emiss_curr_per_floor_area\": \"20\",\n            \"co2_emissions_potential\": \"3\",\n            \"lighting_cost_current\": \"132\",\n            \"lighting_cost_potential\": \"70\",\n            \"heating_cost_current\": \"533\",\n            \"heating_cost_potential\": \"544\",\n            \"hot_water_cost_current\": \"104\",\n            \"hot_water_cost_potential\": \"104\",\n            \"total_floor_area\": \"98.22\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"1\",\n            \"number_heated_rooms\": \"6\",\n            \"low_energy_lighting\": \"11\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Solid, insulated (assumed)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, wood logs\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 11% of fixed outlets\",\n            \"lighting_energy_eff\": \"Poor\",\n            \"lighting_env_eff\": \"Poor\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.22\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Bromsgrove\",\n            \"constituency_label\": \"Bromsgrove\",\n            \"post_town\": \"BROMSGROVE\",\n            \"construction_age_band\": \"England and Wales: 2007 onwards\",\n            \"lodgement_datetime\": \"2011-10-17 13:19:53\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"27\",\n            \"low_energy_fixed_light_count\": \"3\",\n            \"sector\": \"B60 1\",\n            \"total_floor_area_sqft\": 1057.230258,\n            \"area_code\": \"B\",\n            \"number_habitable_rooms\": 6,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -2.0319545,\n                        52.332138799999996\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Daisy Barn, Pikes Pool Lane, Finstall, Bromsgrove\"\n        }\n    ],\n    \"total_count\": 3,\n    \"page_total\": 3\n}"}],"_postman_id":"17a60ccc-d071-43f8-a7e2-2a70f08cc246"},{"name":"search","event":[{"listen":"test","script":{"id":"af48521b-4d17-459c-bfbf-f536d2df61cf","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"cc4d8e46-dc8a-4929-8f0b-a4fd28ece6ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [-0.05636270680119, 51.5198493153429],\n                    [-0.056392753988723, 51.5198526001632],\n                    [-0.056486036380891, 51.5201236667729],\n                    [-0.056489823922996, 51.520266401184],\n                    [-0.056491498604181, 51.520327561083],\n                    [-0.056293678446693, 51.5203037857835],\n                    [-0.056169054708513, 51.5203305784616],\n                    [-0.055956185704929, 51.5204285477954],\n                    [-0.055956997926028, 51.5204290107587],\n                    [-0.05602896763337, 51.5204693101998],\n                    [-0.055903060194244, 51.5205680914014],\n                    [-0.055858171890399, 51.5206509545768],\n                    [-0.055840400186457, 51.5206663925419],\n                    [-0.055847194471704, 51.520696621735],\n                    [-0.0558383772888, 51.5207334245771],\n                    [-0.055841259356415, 51.5207522614951],\n                    [-0.055863118021998, 51.5207887637003],\n                    [-0.055823056092634, 51.5208615481348],\n                    [-0.055855196816287, 51.5209524306038],\n                    [-0.055858239440077, 51.5209647074661],\n                    [-0.055914125644651, 51.5209864007351],\n                    [-0.056175172802613, 51.520990727261],\n                    [-0.056131398658735, 51.5210613825708],\n                    [-0.056052017209137, 51.5211895232644],\n                    [-0.055813624949248, 51.5215741207153],\n                    [-0.055695312230182, 51.5217651753007],\n                    [-0.055671901988983, 51.5218097373406],\n                    [-0.055102053867025, 51.5218002896951],\n                    [-0.05495881989438, 51.5217979145496],\n                    [-0.05488531537034, 51.5218326556966],\n                    [-0.054884706700879, 51.5218469397374],\n                    [-0.055601041302543, 51.5219163530264],\n                    [-0.055481777270074, 51.5220404159721],\n                    [-0.055491878148071, 51.5220767233116],\n                    [-0.055494353553034, 51.5220855745699],\n                    [-0.055206590305113, 51.5225798396488],\n                    [-0.055152090220714, 51.5226734211028],\n                    [-0.054903891969872, 51.5226853076715],\n                    [-0.054707025181847, 51.5226947187469],\n                    [-0.054314364149349, 51.5227134677987],\n                    [-0.054220221780938, 51.5227220648266],\n                    [-0.053981463528059, 51.5227439051692],\n                    [-0.052998134295162, 51.5228174867564],\n                    [-0.053003854229701, 51.5228450012734],\n                    [-0.053041495633344, 51.5230241679405],\n                    [-0.053070034321035, 51.5231603909895],\n                    [-0.053085267690399, 51.5231599246427],\n                    [-0.053306396722374, 51.5231529866607],\n                    [-0.053880046150185, 51.5231349965393],\n                    [-0.054008223180028, 51.5231310099569],\n                    [-0.054012435758939, 51.5232635927565],\n                    [-0.054019469508255, 51.5234833356586],\n                    [-0.054007381683618, 51.5234908665305],\n                    [-0.054021984062511, 51.5235637481604],\n                    [-0.054036419681953, 51.5240141179653],\n                    [-0.054028948523226, 51.5240192981268],\n                    [-0.054036676543749, 51.5240248203504],\n                    [-0.054052212481069, 51.5245107189505],\n                    [-0.05378097738125, 51.524563665001],\n                    [-0.053480197342122, 51.5246181878337],\n                    [-0.053151868404704, 51.5246776466593],\n                    [-0.053121201390078, 51.5246832508604],\n                    [-0.053117473375987, 51.5246842677845],\n                    [-0.053110373672857, 51.5246863075468],\n                    [-0.052726640555764, 51.5247656125077],\n                    [-0.052298265236432, 51.5248632337804],\n                    [-0.052120863134401, 51.5249037096544],\n                    [-0.05149778603803, 51.5250599458535],\n                    [-0.050891360454368, 51.5252130392562],\n                    [-0.050830415716171, 51.5252290176552],\n                    [-0.050745071558911, 51.5252513330631],\n                    [-0.050709851839386, 51.5252605468874],\n                    [-0.050664769650453, 51.5252724736038],\n                    [-0.050589755231001, 51.5252922635629],\n                    [-0.050447416165456, 51.5253299034441],\n                    [-0.050088331122734, 51.5254329835511],\n                    [-0.049992782512573, 51.5254604328898],\n                    [-0.049971107110194, 51.5254669948568],\n                    [-0.049668712148111, 51.5255590594141],\n                    [-0.049625717484491, 51.5255721891471],\n                    [-0.049556258578006, 51.5254925512696],\n                    [-0.048714186032816, 51.5257886117797],\n                    [-0.048309751538071, 51.5259207789322],\n                    [-0.047768522600737, 51.5260636136552],\n                    [-0.04734732997571, 51.5261483908649],\n                    [-0.047314006972519, 51.5262327019597],\n                    [-0.047043527587539, 51.526289780509],\n                    [-0.046759178165542, 51.5262876529045],\n                    [-0.046758346713256, 51.5262876390589],\n                    [-0.046646244698201, 51.526296290584],\n                    [-0.046463849036639, 51.5263254372612],\n                    [-0.046278686973397, 51.5263775520444],\n                    [-0.046219786929018, 51.5264067774582],\n                    [-0.046216204324959, 51.5264071672846],\n                    [-0.046137513937268, 51.5264127788431],\n                    [-0.046027835740562, 51.526428662175],\n                    [-0.046025092280143, 51.5264288861739],\n                    [-0.045938543631983, 51.5264320292854],\n                    [-0.045934861476308, 51.5264319679434],\n                    [-0.045807709093959, 51.52643677193],\n                    [-0.045770414863419, 51.5264444214136],\n                    [-0.045432168053806, 51.5264934448725],\n                    [-0.045348844647814, 51.5264795602423],\n                    [-0.04515198585802, 51.5264939000249],\n                    [-0.04505149651046, 51.5265033728668],\n                    [-0.044867486371604, 51.5265507399181],\n                    [-0.044749122468202, 51.5266000999841],\n                    [-0.044598928448383, 51.5265933709371],\n                    [-0.044461647897365, 51.5265820922742],\n                    [-0.044378866265595, 51.526599950785],\n                    [-0.043872872613999, 51.5267771575923],\n                    [-0.043618134532175, 51.5268134541258],\n                    [-0.043290527181487, 51.5268276776752],\n                    [-0.043270436703215, 51.5268332759478],\n                    [-0.042980799633024, 51.5268850810652],\n                    [-0.042977193852906, 51.5268860098081],\n                    [-0.042867119450235, 51.5267669432425],\n                    [-0.04201847212765, 51.5268905074215],\n                    [-0.0415278590885, 51.5269610694491],\n                    [-0.041515658687401, 51.5269628435477],\n                    [-0.041343258870526, 51.5270026675262],\n                    [-0.041351555678157, 51.5271278573999],\n                    [-0.040903410976286, 51.5271920238487],\n                    [-0.040374713737078, 51.5272635631913],\n                    [-0.040198722389137, 51.5272873232384],\n                    [-0.039981216068877, 51.527228759823],\n                    [-0.039744446365105, 51.5271648396539],\n                    [-0.039698577749456, 51.5271008731581],\n                    [-0.039529348327314, 51.5268648433448],\n                    [-0.03972631933995, 51.5266404177805],\n                    [-0.039552601826844, 51.526400986656],\n                    [-0.039373031248569, 51.5261871689175],\n                    [-0.039358445131705, 51.52617254105],\n                    [-0.039338872044575, 51.5261771583952],\n                    [-0.039321742707568, 51.526171927548],\n                    [-0.039135066479689, 51.5260073459417],\n                    [-0.038937351613665, 51.5261245968802],\n                    [-0.038864419842607, 51.5260459733059],\n                    [-0.038678221535212, 51.5258675542911],\n                    [-0.038537354927599, 51.5257378998277],\n                    [-0.038382944728818, 51.5256081085882],\n                    [-0.038285057341465, 51.5255376977156],\n                    [-0.038190715945581, 51.5254511640006],\n                    [-0.038146045867587, 51.5254008817592],\n                    [-0.03806251653236, 51.5253172257878],\n                    [-0.038052576823032, 51.5252968319458],\n                    [-0.038024915015511, 51.5252352369977],\n                    [-0.038008576073815, 51.5252282211682],\n                    [-0.037987317981303, 51.5252084470996],\n                    [-0.03778936774562, 51.5250298300298],\n                    [-0.037770315353782, 51.5250029906892],\n                    [-0.037760702265775, 51.5249915923225],\n                    [-0.037749741129397, 51.5249783733955],\n                    [-0.037705585775196, 51.5249493160782],\n                    [-0.037567129176767, 51.5248687863258],\n                    [-0.037509352669034, 51.5248192734509],\n                    [-0.037371136460804, 51.5247000004149],\n                    [-0.037323409807816, 51.5246517344088],\n                    [-0.03731734663204, 51.524635181182],\n                    [-0.037253017223182, 51.5245362931097],\n                    [-0.037223249584802, 51.5245181745087],\n                    [-0.037182821370042, 51.5244936743768],\n                    [-0.037042543576961, 51.524530163826],\n                    [-0.036845696305261, 51.5243288187604],\n                    [-0.035645163054262, 51.5247583111182],\n                    [-0.035513137867411, 51.5248101301262],\n                    [-0.035369183479517, 51.5248077190298],\n                    [-0.035140914691751, 51.5248615215525],\n                    [-0.035048694287644, 51.524883260886],\n                    [-0.034902687010643, 51.5249257650358],\n                    [-0.034824770455989, 51.5247560761414],\n                    [-0.034744572965492, 51.5245814044469],\n                    [-0.034564234114852, 51.5244164720606],\n                    [-0.034551059379568, 51.5243663565587],\n                    [-0.034537372045499, 51.5243143445562],\n                    [-0.034502315847132, 51.5241816933876],\n                    [-0.034546631801626, 51.5241489930267],\n                    [-0.034452617017849, 51.5241489459137],\n                    [-0.03444625862154, 51.5241447938429],\n                    [-0.034408832389821, 51.5240092261104],\n                    [-0.034453999736913, 51.5239650327962],\n                    [-0.034297602511013, 51.5233325693593],\n                    [-0.034289306421306, 51.5232988974584],\n                    [-0.034257521872887, 51.523170346537],\n                    [-0.033993716461432, 51.5222667406489],\n                    [-0.033900238662703, 51.5220942729749],\n                    [-0.033641308974108, 51.5217482206673],\n                    [-0.033620065456513, 51.5217116346299],\n                    [-0.03367788969873, 51.5216936350385],\n                    [-0.033729899427937, 51.5216726611288],\n                    [-0.033893312343327, 51.5216066266169],\n                    [-0.03513792790797, 51.5216397095593],\n                    [-0.035222613606053, 51.5217238366088],\n                    [-0.035388097247813, 51.5216676338627],\n                    [-0.036291547872136, 51.5212905274496],\n                    [-0.036609356440753, 51.5211578506655],\n                    [-0.036576823245092, 51.5207785554709],\n                    [-0.036570030211832, 51.5206960929403],\n                    [-0.036234612637868, 51.5205530197802],\n                    [-0.036229046522385, 51.5204696787605],\n                    [-0.036215485867927, 51.5203428718635],\n                    [-0.036243462421807, 51.5203169095364],\n                    [-0.036310375595308, 51.5201013697125],\n                    [-0.036321325436032, 51.5200788981197],\n                    [-0.03635563766627, 51.5199719516183],\n                    [-0.036342609514815, 51.5198548628935],\n                    [-0.036350612397001, 51.5198345894712],\n                    [-0.036431746416262, 51.5197608808939],\n                    [-0.036558890738911, 51.5196453296697],\n                    [-0.036566522196447, 51.5195507922273],\n                    [-0.03652096353361, 51.5194992357935],\n                    [-0.036468866487253, 51.5193510167738],\n                    [-0.036550889238956, 51.5190963533367],\n                    [-0.036351964312384, 51.5188416613521],\n                    [-0.036327800395804, 51.5187955873502],\n                    [-0.036347166043199, 51.5187432298906],\n                    [-0.036235665370094, 51.5185504144454],\n                    [-0.036311717235703, 51.5183737746997],\n                    [-0.036217569462434, 51.5182997385986],\n                    [-0.036081216367434, 51.5183089627817],\n                    [-0.035875636115848, 51.5180626990283],\n                    [-0.035815295067668, 51.5179238710594],\n                    [-0.035796911498799, 51.5178815796579],\n                    [-0.03611182136295, 51.5178489150027],\n                    [-0.036245757515768, 51.5178350653993],\n                    [-0.036303628609598, 51.5178296513925],\n                    [-0.036650985246604, 51.5177968992293],\n                    [-0.036756190709965, 51.5177906591429],\n                    [-0.036792834689807, 51.5178284014152],\n                    [-0.036871794724689, 51.5179405703606],\n                    [-0.036816432058433, 51.5180120135935],\n                    [-0.03682892314459, 51.5180587012235],\n                    [-0.037156654353401, 51.5182364356911],\n                    [-0.037468929987279, 51.5182153204593],\n                    [-0.03783767283949, 51.5181827428132],\n                    [-0.037864769985062, 51.5180195772686],\n                    [-0.037879140351366, 51.5179147240174],\n                    [-0.038087388625125, 51.5178281273779],\n                    [-0.038050437111661, 51.5176979626825],\n                    [-0.038400294375075, 51.5176733382208],\n                    [-0.038413599570195, 51.5173636738073],\n                    [-0.039006204747028, 51.5173925524432],\n                    [-0.039953755687041, 51.5174387776622],\n                    [-0.040218574026391, 51.5174516535259],\n                    [-0.040225925295283, 51.5174520460613],\n                    [-0.040285487581422, 51.5176674538634],\n                    [-0.040338249782422, 51.5178585647874],\n                    [-0.040363128867918, 51.5179489708164],\n                    [-0.040623535439265, 51.5179262613586],\n                    [-0.040868797325422, 51.5179213683415],\n                    [-0.040883639564008, 51.5179161323334],\n                    [-0.040942039156405, 51.5178956215932],\n                    [-0.040999093956093, 51.5178898320347],\n                    [-0.041159389747973, 51.5178737200821],\n                    [-0.041228140459213, 51.5178667772409],\n                    [-0.041794852263615, 51.5178096240775],\n                    [-0.042013274739196, 51.5177876489832],\n                    [-0.042070101066424, 51.5178065777085],\n                    [-0.042287660106426, 51.5177742491412],\n                    [-0.042720585163282, 51.5177634944557],\n                    [-0.042958692051782, 51.5178007308662],\n                    [-0.042980720293611, 51.5177803314276],\n                    [-0.04309425413186, 51.5177877096843],\n                    [-0.043159911609855, 51.5182743572606],\n                    [-0.043121422688913, 51.5184985560202],\n                    [-0.043116475497343, 51.5185224768875],\n                    [-0.043067023152777, 51.5187584494587],\n                    [-0.043280973375015, 51.5191486805842],\n                    [-0.042713152043588, 51.5192175095483],\n                    [-0.042703924066654, 51.5191804963895],\n                    [-0.042702477763861, 51.519172650919],\n                    [-0.042097782321898, 51.5191147312814],\n                    [-0.041900254574203, 51.519139842313],\n                    [-0.041716913995362, 51.519235941511],\n                    [-0.041710520213117, 51.5192353852567],\n                    [-0.041705952670245, 51.5192393545141],\n                    [-0.041669561243225, 51.5192427025232],\n                    [-0.041408246902063, 51.5192670173921],\n                    [-0.041391260331328, 51.5192668236348],\n                    [-0.041388080061259, 51.5192689281373],\n                    [-0.041022839482843, 51.5193028340873],\n                    [-0.040967832681485, 51.5193079386705],\n                    [-0.041015523202764, 51.5195425662047],\n                    [-0.041230831854485, 51.5195213496172],\n                    [-0.041241807426071, 51.5195369957837],\n                    [-0.041248613149149, 51.5195445711751],\n                    [-0.041207521855634, 51.5195438849354],\n                    [-0.04120366714104, 51.519633720973],\n                    [-0.041342380226, 51.5196360374778],\n                    [-0.041449539767855, 51.5197172988886],\n                    [-0.041473568034608, 51.5198359191572],\n                    [-0.041525275273932, 51.5200905714072],\n                    [-0.041828919233252, 51.5200686710674],\n                    [-0.041845054108009, 51.5200748738671],\n                    [-0.041910507427279, 51.5200146545221],\n                    [-0.042415901785222, 51.5201214417576],\n                    [-0.042448112082825, 51.5201269238695],\n                    [-0.042499117694555, 51.5201320004542],\n                    [-0.042530482992898, 51.5201793620224],\n                    [-0.042495193571089, 51.520331603727],\n                    [-0.042547400624195, 51.520458335563],\n                    [-0.042969328208144, 51.5203664859275],\n                    [-0.043274513714124, 51.5203086474066],\n                    [-0.043448854194881, 51.5202755956137],\n                    [-0.04335457422415, 51.5201211023166],\n                    [-0.043349119173204, 51.5200487314083],\n                    [-0.043448077370317, 51.5200219736867],\n                    [-0.043479088286534, 51.5200110736386],\n                    [-0.043525892507679, 51.5199921661917],\n                    [-0.043535766379795, 51.5199503474169],\n                    [-0.0437686304287, 51.5198522844733],\n                    [-0.043894502577816, 51.5197992748512],\n                    [-0.04408862839264, 51.5197260070189],\n                    [-0.044230292884149, 51.5197620819614],\n                    [-0.04441850175338, 51.5199323449303],\n                    [-0.044761333131574, 51.5199416565016],\n                    [-0.044777457345717, 51.5199453415077],\n                    [-0.044896023220732, 51.5197854073861],\n                    [-0.044967777233326, 51.519708390116],\n                    [-0.044979957840896, 51.5196987041067],\n                    [-0.045016989062629, 51.5196748684499],\n                    [-0.045114385844131, 51.5196290244277],\n                    [-0.045153659888893, 51.5196166434562],\n                    [-0.045239933631793, 51.5196001911643],\n                    [-0.045412757900143, 51.5195830235668],\n                    [-0.045553422390217, 51.5196008304694],\n                    [-0.045560432221652, 51.5196064311992],\n                    [-0.045725408166376, 51.5196032467177],\n                    [-0.045922770373489, 51.5195597868116],\n                    [-0.045952133122534, 51.5195484990535],\n                    [-0.046089517941285, 51.519495768794],\n                    [-0.046100636659696, 51.5194886720902],\n                    [-0.046143095160322, 51.5194435302086],\n                    [-0.046569667475407, 51.5195177011223],\n                    [-0.04659152680369, 51.5195734437978],\n                    [-0.046626173785535, 51.5196053061453],\n                    [-0.046751992747672, 51.5196562173917],\n                    [-0.046867124937823, 51.5197235821064],\n                    [-0.046874119965892, 51.5197267552007],\n                    [-0.046927380977178, 51.5197680073532],\n                    [-0.046974888835345, 51.5197742823512],\n                    [-0.046988193637073, 51.5197772009028],\n                    [-0.047303183963993, 51.5199955991369],\n                    [-0.047318742078284, 51.5200236373578],\n                    [-0.047470849696168, 51.5200907180346],\n                    [-0.047937920926288, 51.5202963630609],\n                    [-0.047916941083827, 51.5203033857179],\n                    [-0.047736183106445, 51.5203642963208],\n                    [-0.047672032338589, 51.5205137216739],\n                    [-0.047626158823152, 51.5205748095112],\n                    [-0.047743488386652, 51.5205908768273],\n                    [-0.047757797040579, 51.5205953403037],\n                    [-0.047789912639639, 51.5206002799631],\n                    [-0.047837187138821, 51.5206120346402],\n                    [-0.047899909025935, 51.5206210796837],\n                    [-0.047909831766011, 51.5206197165249],\n                    [-0.047960306566896, 51.5206205565763],\n                    [-0.048187250540626, 51.5206858251485],\n                    [-0.048137031845358, 51.5207234667918],\n                    [-0.048066180687909, 51.5207766774092],\n                    [-0.048105719109856, 51.5207998104733],\n                    [-0.048312229545199, 51.5208593447299],\n                    [-0.048279169789336, 51.5209376371918],\n                    [-0.04840238412247, 51.5209634210957],\n                    [-0.048423698339758, 51.520948582588],\n                    [-0.04862990960115, 51.5209094906641],\n                    [-0.048689057506534, 51.520957672354],\n                    [-0.048765902668921, 51.5209950007855],\n                    [-0.048779645430262, 51.5209904646911],\n                    [-0.04882631872247, 51.5208883951792],\n                    [-0.048894593936461, 51.5207230355777],\n                    [-0.049043337399179, 51.5206798404445],\n                    [-0.049051267484941, 51.520683388561],\n                    [-0.049081244510291, 51.5206994399311],\n                    [-0.049080188682094, 51.5207241449527],\n                    [-0.049060337511, 51.5208716108594],\n                    [-0.049052434203383, 51.5209508613663],\n                    [-0.049060502298818, 51.5209539622759],\n                    [-0.049178553396505, 51.5209726472557],\n                    [-0.049198761686529, 51.5209836815003],\n                    [-0.049194957049034, 51.5210727094158],\n                    [-0.049339019614868, 51.5210751054008],\n                    [-0.049339641519152, 51.5210605518958],\n                    [-0.049382847216796, 51.5210841051141],\n                    [-0.049403951416938, 51.5210129853527],\n                    [-0.049451168336629, 51.5208536581527],\n                    [-0.049507719187579, 51.5208597228975],\n                    [-0.049796379279737, 51.5207657224024],\n                    [-0.049843261910585, 51.5207504996622],\n                    [-0.049893897359817, 51.5207058520026],\n                    [-0.049908781106718, 51.5207079873688],\n                    [-0.049906055550776, 51.5207300575255],\n                    [-0.049943583090823, 51.5208642732915],\n                    [-0.050112995644161, 51.5210327760205],\n                    [-0.050089964511539, 51.5210627794376],\n                    [-0.050164561928611, 51.5210470284074],\n                    [-0.050179880926019, 51.5210167169708],\n                    [-0.050310525082045, 51.5209854457914],\n                    [-0.050379314663984, 51.5209637545653],\n                    [-0.050467264841396, 51.5209859834127],\n                    [-0.050733034502373, 51.5209298077673],\n                    [-0.050738030314778, 51.5209297109923],\n                    [-0.050798160810286, 51.5209159666413],\n                    [-0.050943757171197, 51.5208852129433],\n                    [-0.050968828122976, 51.5208853598507],\n                    [-0.05096906593536, 51.5208797899852],\n                    [-0.050970887882542, 51.5208371176283],\n                    [-0.050931978066677, 51.5206294307091],\n                    [-0.050903683171362, 51.5205962368149],\n                    [-0.051021098699186, 51.5205268071031],\n                    [-0.051034968764184, 51.5204970108822],\n                    [-0.051058343366097, 51.5204756434167],\n                    [-0.050991131318741, 51.5203824686874],\n                    [-0.050999837258523, 51.5203483613446],\n                    [-0.050993988026219, 51.5202543183498],\n                    [-0.051091874159465, 51.5201328713846],\n                    [-0.051145082006766, 51.5200919518469],\n                    [-0.051152664182608, 51.5200813796954],\n                    [-0.05107119802774, 51.5200492801593],\n                    [-0.050958847790361, 51.5199806173444],\n                    [-0.050943772869855, 51.5199746132208],\n                    [-0.050848551817838, 51.5199028187273],\n                    [-0.050812268193135, 51.5198257106022],\n                    [-0.050854756449926, 51.5197157494246],\n                    [-0.050857553185657, 51.5197142675962],\n                    [-0.050898083355928, 51.5196084092761],\n                    [-0.050899646437753, 51.5196079857496],\n                    [-0.051091578409123, 51.5193380579855],\n                    [-0.051107442672562, 51.5193367033832],\n                    [-0.051193222472826, 51.5193428933924],\n                    [-0.051200447727646, 51.5193434629439],\n                    [-0.051205609961396, 51.5195593993238],\n                    [-0.051229850107625, 51.5196179675661],\n                    [-0.051319939455267, 51.5196457152516],\n                    [-0.051531812664438, 51.5195990708101],\n                    [-0.051838015750019, 51.5198344817147],\n                    [-0.051994641071536, 51.5198153272555],\n                    [-0.052074774546022, 51.519836885684],\n                    [-0.052290037364777, 51.5198389322162],\n                    [-0.052514934048748, 51.5199188121503],\n                    [-0.052498307265739, 51.519918536078],\n                    [-0.052494474713405, 51.5200083727142],\n                    [-0.052616681814861, 51.5200104017969],\n                    [-0.052642199702313, 51.5200724970556],\n                    [-0.052675422690319, 51.520076554759],\n                    [-0.053011330375795, 51.5201841680208],\n                    [-0.053191624429346, 51.5204349258288],\n                    [-0.053214626322762, 51.5204668626057],\n                    [-0.053302301125465, 51.5204593277697],\n                    [-0.053480914702891, 51.5204346028418],\n                    [-0.053487320292019, 51.5204321020394],\n                    [-0.053879332146007, 51.5203026778896],\n                    [-0.053887358222147, 51.5202984059481],\n                    [-0.054087194922799, 51.5202636937101],\n                    [-0.054266056169482, 51.5202303412775],\n                    [-0.054425555935762, 51.5203891438374],\n                    [-0.055124166938489, 51.520263092795],\n                    [-0.055124277933758, 51.5202604875286],\n                    [-0.055130782922464, 51.5200687482842],\n                    [-0.055627537827755, 51.5199744979835],\n                    [-0.055801868573921, 51.5199414277164],\n                    [-0.056297877227709, 51.5198423076077],\n                    [-0.05636270680119, 51.5198493153429\n                    ]\n                ]\n            ]\n        }\n    },\n    \"lodgement_date_from\": \"2005-09-01\",\n    \"lodgement_date_to\": \"2020-10-01\",\n    \"limit\": 100,\n    \"offset\": 0\n}"},"url":"{{url}}/v2/epc/search","description":"<p>This endpoint returns epc data for the requested geometry and lodgement dates. The endpoint had a maximum of 100 returned records per call</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometries</code> <strong>GeoJson</strong> Feature Polygon of MultiPolygon. Please check <a href=\"http://geojson.org/\">http://geojson.org/</a> for further information.</p>\n<p><code>lodgement_date_from</code> <strong>string</strong></p>\n<p><code>lodgement_date_to</code> <strong>string</strong></p>\n<p><code>limit</code> <strong>number</strong> Maximum number of records that will be returned.</p>\n<p><code>offset</code> <strong>number</strong> Define the offset of the records  </p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>total_count</code> <strong>Integer</strong> Total number of comparables that match the requested parameters</p>\n<p><code>page_total</code> <strong>Integer</strong> Number of records returned in this call</p>\n<p><code>data</code> <strong>Array of Object</strong> As detailed below</p>\n<blockquote>\n<p><code>gid</code> <strong>String</strong></p>\n<p><code>postcode</code> <strong>String</strong></p>\n<p><code>building_reference_number</code> <strong>String</strong></p>\n<p><code>current_energy_rating</code> <strong>String</strong></p>\n<p><code>potential_energy_rating</code> <strong>String</strong></p>\n<p><code>current_energy_efficiency</code> <strong>String</strong></p>\n<p><code>potential_energy_efficiency</code> <strong>String</strong></p>\n<p><code>property_type</code> <strong>String</strong></p>\n<p><code>built_form</code> <strong>String</strong></p>\n<p><code>inspection_date</code> <strong>String Date</strong></p>\n<p><code>local_authority</code> <strong>String</strong></p>\n<p><code>constituency</code> <strong>String</strong></p>\n<p><code>county</code> <strong>String</strong></p>\n<p><code>lodgement_date</code> <strong>String Date</strong></p>\n<p><code>transaction_type</code> <strong>String</strong></p>\n<p><code>environment_impact_current</code> <strong>String</strong></p>\n<p><code>environment_impact_potential</code> <strong>String</strong></p>\n<p><code>energy_consumption_current</code> <strong>String</strong></p>\n<p><code>energy_consumption_potential</code> <strong>String</strong></p>\n<p><code>co2_emissions_current</code> <strong>String</strong></p>\n<p><code>co2_emiss_curr_per_floor_area</code><strong>String</strong></p>\n<p><code>co2_emissions_potential</code> <strong>String</strong></p>\n<p><code>lighting_cost_current</code> <strong>String</strong></p>\n<p><code>lighting_cost_potential</code> <strong>String</strong></p>\n<p><code>heating_cost_current</code> <strong>String</strong></p>\n<p><code>heating_cost_potential</code> <strong>String</strong></p>\n<p><code>hot_water_cost_current</code> <strong>String</strong></p>\n<p><code>hot_water_cost_potential</code> <strong>String</strong></p>\n<p><code>total_floor_area</code> <strong>String</strong></p>\n<p><code>energy_tariff</code> <strong>String</strong></p>\n<p><code>mains_gas_flag</code> <strong>String</strong></p>\n<p><code>floor_level</code> <strong>String</strong></p>\n<p><code>flat_top_storey</code> <strong>String</strong></p>\n<p><code>flat_storey_count</code> <strong>String</strong></p>\n<p><code>main_heating_controls</code> <strong>String</strong></p>\n<p><code>multi_glaze_proportion</code> <strong>String</strong></p>\n<p><code>glazed_type</code> <strong>String</strong></p>\n<p><code>glazed_area</code> <strong>String</strong></p>\n<p><code>extension_count</code> <strong>String</strong></p>\n<p><code>number_heated_rooms</code> <strong>String</strong></p>\n<p><code>low_energy_lighting</code> <strong>String</strong></p>\n<p><code>number_open_fireplaces</code> <strong>String</strong></p>\n<p><code>hotwater_description</code> <strong>String</strong></p>\n<p><code>hot_water_energy_eff</code> <strong>String</strong></p>\n<p><code>hot_water_env_eff</code> <strong>String</strong></p>\n<p><code>floor_description</code> <strong>String</strong></p>\n<p><code>floor_energy_eff</code> <strong>String</strong></p>\n<p><code>floor_env_eff</code> <strong>String</strong></p>\n<p><code>windows_description</code> <strong>String</strong></p>\n<p><code>windows_energy_eff</code> <strong>String</strong></p>\n<p><code>windows_env_eff</code> <strong>String</strong></p>\n<p><code>walls_description</code> <strong>String</strong></p>\n<p><code>walls_energy_eff</code> <strong>String</strong></p>\n<p><code>walls_env_eff</code> <strong>String</strong></p>\n<p><code>secondheat_description</code> <strong>String</strong></p>\n<p><code>sheating_energy_eff</code> <strong>String</strong></p>\n<p><code>sheating_env_eff</code> <strong>String</strong></p>\n<p><code>roof_description</code> <strong>String</strong></p>\n<p><code>roof_energy_eff</code> <strong>String</strong></p>\n<p><code>roof_env_eff</code> <strong>String</strong></p>\n<p><code>mainheat_description</code> <strong>String</strong></p>\n<p><code>mainheat_energy_eff</code> <strong>String</strong></p>\n<p><code>mainheat_env_eff</code> <strong>String</strong></p>\n<p><code>mainheatcont_description</code> <strong>String</strong></p>\n<p><code>mainheatc_energy_eff</code> <strong>String</strong></p>\n<p><code>mainheatc_env_eff</code> <strong>String</strong></p>\n<p><code>lighting_description</code> <strong>String</strong></p>\n<p><code>lighting_energy_eff</code> <strong>String</strong></p>\n<p><code>lighting_env_eff</code> <strong>String</strong></p>\n<p><code>main_fuel</code> <strong>String</strong></p>\n<p><code>wind_turbine_count</code> <strong>String</strong></p>\n<p><code>heat_loss_corridoor</code> <strong>String</strong></p>\n<p><code>unheated_corridor_length</code> <strong>String</strong></p>\n<p><code>floor_height</code> <strong>String</strong></p>\n<p><code>photo_supply</code> <strong>String</strong></p>\n<p><code>solar_water_heating_flag</code> <strong>String</strong></p>\n<p><code>mechanical_ventilation</code> <strong>String</strong></p>\n<p><code>local_authority_label</code> <strong>String</strong></p>\n<p><code>constituency_label</code> <strong>String</strong></p>\n<p><code>post_town</code> <strong>String</strong></p>\n<p><code>construction_age_band</code> <strong>String</strong></p>\n<p><code>lodgement_datetime</code> <strong>String</strong></p>\n<p><code>tenure</code> <strong>String</strong></p>\n<p><code>fixed_lighting_outlets_count</code> <strong>String</strong></p>\n<p><code>low_energy_fixed_light_count</code> <strong>String</strong></p>\n<p><code>sector</code> <strong>String</strong></p>\n<p><code>total_floor_area_sqft</code> <strong>Number</strong></p>\n<p><code>area_code</code> <strong>String</strong></p>\n<p><code>number_habitable_rooms</code> <strong>Integer</strong></p>\n<p><code>geometry</code> <strong>Geojson</strong></p>\n<p><code>address</code> <strong>String</strong></p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","epc","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"25fb8a56-68e1-4353-bbc9-6126705d2002","name":"search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [-0.05636270680119, 51.5198493153429],\n                    [-0.056392753988723, 51.5198526001632],\n                    [-0.056486036380891, 51.5201236667729],\n                    [-0.056489823922996, 51.520266401184],\n                    [-0.056491498604181, 51.520327561083],\n                    [-0.056293678446693, 51.5203037857835],\n                    [-0.056169054708513, 51.5203305784616],\n                    [-0.055956185704929, 51.5204285477954],\n                    [-0.055956997926028, 51.5204290107587],\n                    [-0.05602896763337, 51.5204693101998],\n                    [-0.055903060194244, 51.5205680914014],\n                    [-0.055858171890399, 51.5206509545768],\n                    [-0.055840400186457, 51.5206663925419],\n                    [-0.055847194471704, 51.520696621735],\n                    [-0.0558383772888, 51.5207334245771],\n                    [-0.055841259356415, 51.5207522614951],\n                    [-0.055863118021998, 51.5207887637003],\n                    [-0.055823056092634, 51.5208615481348],\n                    [-0.055855196816287, 51.5209524306038],\n                    [-0.055858239440077, 51.5209647074661],\n                    [-0.055914125644651, 51.5209864007351],\n                    [-0.056175172802613, 51.520990727261],\n                    [-0.056131398658735, 51.5210613825708],\n                    [-0.056052017209137, 51.5211895232644],\n                    [-0.055813624949248, 51.5215741207153],\n                    [-0.055695312230182, 51.5217651753007],\n                    [-0.055671901988983, 51.5218097373406],\n                    [-0.055102053867025, 51.5218002896951],\n                    [-0.05495881989438, 51.5217979145496],\n                    [-0.05488531537034, 51.5218326556966],\n                    [-0.054884706700879, 51.5218469397374],\n                    [-0.055601041302543, 51.5219163530264],\n                    [-0.055481777270074, 51.5220404159721],\n                    [-0.055491878148071, 51.5220767233116],\n                    [-0.055494353553034, 51.5220855745699],\n                    [-0.055206590305113, 51.5225798396488],\n                    [-0.055152090220714, 51.5226734211028],\n                    [-0.054903891969872, 51.5226853076715],\n                    [-0.054707025181847, 51.5226947187469],\n                    [-0.054314364149349, 51.5227134677987],\n                    [-0.054220221780938, 51.5227220648266],\n                    [-0.053981463528059, 51.5227439051692],\n                    [-0.052998134295162, 51.5228174867564],\n                    [-0.053003854229701, 51.5228450012734],\n                    [-0.053041495633344, 51.5230241679405],\n                    [-0.053070034321035, 51.5231603909895],\n                    [-0.053085267690399, 51.5231599246427],\n                    [-0.053306396722374, 51.5231529866607],\n                    [-0.053880046150185, 51.5231349965393],\n                    [-0.054008223180028, 51.5231310099569],\n                    [-0.054012435758939, 51.5232635927565],\n                    [-0.054019469508255, 51.5234833356586],\n                    [-0.054007381683618, 51.5234908665305],\n                    [-0.054021984062511, 51.5235637481604],\n                    [-0.054036419681953, 51.5240141179653],\n                    [-0.054028948523226, 51.5240192981268],\n                    [-0.054036676543749, 51.5240248203504],\n                    [-0.054052212481069, 51.5245107189505],\n                    [-0.05378097738125, 51.524563665001],\n                    [-0.053480197342122, 51.5246181878337],\n                    [-0.053151868404704, 51.5246776466593],\n                    [-0.053121201390078, 51.5246832508604],\n                    [-0.053117473375987, 51.5246842677845],\n                    [-0.053110373672857, 51.5246863075468],\n                    [-0.052726640555764, 51.5247656125077],\n                    [-0.052298265236432, 51.5248632337804],\n                    [-0.052120863134401, 51.5249037096544],\n                    [-0.05149778603803, 51.5250599458535],\n                    [-0.050891360454368, 51.5252130392562],\n                    [-0.050830415716171, 51.5252290176552],\n                    [-0.050745071558911, 51.5252513330631],\n                    [-0.050709851839386, 51.5252605468874],\n                    [-0.050664769650453, 51.5252724736038],\n                    [-0.050589755231001, 51.5252922635629],\n                    [-0.050447416165456, 51.5253299034441],\n                    [-0.050088331122734, 51.5254329835511],\n                    [-0.049992782512573, 51.5254604328898],\n                    [-0.049971107110194, 51.5254669948568],\n                    [-0.049668712148111, 51.5255590594141],\n                    [-0.049625717484491, 51.5255721891471],\n                    [-0.049556258578006, 51.5254925512696],\n                    [-0.048714186032816, 51.5257886117797],\n                    [-0.048309751538071, 51.5259207789322],\n                    [-0.047768522600737, 51.5260636136552],\n                    [-0.04734732997571, 51.5261483908649],\n                    [-0.047314006972519, 51.5262327019597],\n                    [-0.047043527587539, 51.526289780509],\n                    [-0.046759178165542, 51.5262876529045],\n                    [-0.046758346713256, 51.5262876390589],\n                    [-0.046646244698201, 51.526296290584],\n                    [-0.046463849036639, 51.5263254372612],\n                    [-0.046278686973397, 51.5263775520444],\n                    [-0.046219786929018, 51.5264067774582],\n                    [-0.046216204324959, 51.5264071672846],\n                    [-0.046137513937268, 51.5264127788431],\n                    [-0.046027835740562, 51.526428662175],\n                    [-0.046025092280143, 51.5264288861739],\n                    [-0.045938543631983, 51.5264320292854],\n                    [-0.045934861476308, 51.5264319679434],\n                    [-0.045807709093959, 51.52643677193],\n                    [-0.045770414863419, 51.5264444214136],\n                    [-0.045432168053806, 51.5264934448725],\n                    [-0.045348844647814, 51.5264795602423],\n                    [-0.04515198585802, 51.5264939000249],\n                    [-0.04505149651046, 51.5265033728668],\n                    [-0.044867486371604, 51.5265507399181],\n                    [-0.044749122468202, 51.5266000999841],\n                    [-0.044598928448383, 51.5265933709371],\n                    [-0.044461647897365, 51.5265820922742],\n                    [-0.044378866265595, 51.526599950785],\n                    [-0.043872872613999, 51.5267771575923],\n                    [-0.043618134532175, 51.5268134541258],\n                    [-0.043290527181487, 51.5268276776752],\n                    [-0.043270436703215, 51.5268332759478],\n                    [-0.042980799633024, 51.5268850810652],\n                    [-0.042977193852906, 51.5268860098081],\n                    [-0.042867119450235, 51.5267669432425],\n                    [-0.04201847212765, 51.5268905074215],\n                    [-0.0415278590885, 51.5269610694491],\n                    [-0.041515658687401, 51.5269628435477],\n                    [-0.041343258870526, 51.5270026675262],\n                    [-0.041351555678157, 51.5271278573999],\n                    [-0.040903410976286, 51.5271920238487],\n                    [-0.040374713737078, 51.5272635631913],\n                    [-0.040198722389137, 51.5272873232384],\n                    [-0.039981216068877, 51.527228759823],\n                    [-0.039744446365105, 51.5271648396539],\n                    [-0.039698577749456, 51.5271008731581],\n                    [-0.039529348327314, 51.5268648433448],\n                    [-0.03972631933995, 51.5266404177805],\n                    [-0.039552601826844, 51.526400986656],\n                    [-0.039373031248569, 51.5261871689175],\n                    [-0.039358445131705, 51.52617254105],\n                    [-0.039338872044575, 51.5261771583952],\n                    [-0.039321742707568, 51.526171927548],\n                    [-0.039135066479689, 51.5260073459417],\n                    [-0.038937351613665, 51.5261245968802],\n                    [-0.038864419842607, 51.5260459733059],\n                    [-0.038678221535212, 51.5258675542911],\n                    [-0.038537354927599, 51.5257378998277],\n                    [-0.038382944728818, 51.5256081085882],\n                    [-0.038285057341465, 51.5255376977156],\n                    [-0.038190715945581, 51.5254511640006],\n                    [-0.038146045867587, 51.5254008817592],\n                    [-0.03806251653236, 51.5253172257878],\n                    [-0.038052576823032, 51.5252968319458],\n                    [-0.038024915015511, 51.5252352369977],\n                    [-0.038008576073815, 51.5252282211682],\n                    [-0.037987317981303, 51.5252084470996],\n                    [-0.03778936774562, 51.5250298300298],\n                    [-0.037770315353782, 51.5250029906892],\n                    [-0.037760702265775, 51.5249915923225],\n                    [-0.037749741129397, 51.5249783733955],\n                    [-0.037705585775196, 51.5249493160782],\n                    [-0.037567129176767, 51.5248687863258],\n                    [-0.037509352669034, 51.5248192734509],\n                    [-0.037371136460804, 51.5247000004149],\n                    [-0.037323409807816, 51.5246517344088],\n                    [-0.03731734663204, 51.524635181182],\n                    [-0.037253017223182, 51.5245362931097],\n                    [-0.037223249584802, 51.5245181745087],\n                    [-0.037182821370042, 51.5244936743768],\n                    [-0.037042543576961, 51.524530163826],\n                    [-0.036845696305261, 51.5243288187604],\n                    [-0.035645163054262, 51.5247583111182],\n                    [-0.035513137867411, 51.5248101301262],\n                    [-0.035369183479517, 51.5248077190298],\n                    [-0.035140914691751, 51.5248615215525],\n                    [-0.035048694287644, 51.524883260886],\n                    [-0.034902687010643, 51.5249257650358],\n                    [-0.034824770455989, 51.5247560761414],\n                    [-0.034744572965492, 51.5245814044469],\n                    [-0.034564234114852, 51.5244164720606],\n                    [-0.034551059379568, 51.5243663565587],\n                    [-0.034537372045499, 51.5243143445562],\n                    [-0.034502315847132, 51.5241816933876],\n                    [-0.034546631801626, 51.5241489930267],\n                    [-0.034452617017849, 51.5241489459137],\n                    [-0.03444625862154, 51.5241447938429],\n                    [-0.034408832389821, 51.5240092261104],\n                    [-0.034453999736913, 51.5239650327962],\n                    [-0.034297602511013, 51.5233325693593],\n                    [-0.034289306421306, 51.5232988974584],\n                    [-0.034257521872887, 51.523170346537],\n                    [-0.033993716461432, 51.5222667406489],\n                    [-0.033900238662703, 51.5220942729749],\n                    [-0.033641308974108, 51.5217482206673],\n                    [-0.033620065456513, 51.5217116346299],\n                    [-0.03367788969873, 51.5216936350385],\n                    [-0.033729899427937, 51.5216726611288],\n                    [-0.033893312343327, 51.5216066266169],\n                    [-0.03513792790797, 51.5216397095593],\n                    [-0.035222613606053, 51.5217238366088],\n                    [-0.035388097247813, 51.5216676338627],\n                    [-0.036291547872136, 51.5212905274496],\n                    [-0.036609356440753, 51.5211578506655],\n                    [-0.036576823245092, 51.5207785554709],\n                    [-0.036570030211832, 51.5206960929403],\n                    [-0.036234612637868, 51.5205530197802],\n                    [-0.036229046522385, 51.5204696787605],\n                    [-0.036215485867927, 51.5203428718635],\n                    [-0.036243462421807, 51.5203169095364],\n                    [-0.036310375595308, 51.5201013697125],\n                    [-0.036321325436032, 51.5200788981197],\n                    [-0.03635563766627, 51.5199719516183],\n                    [-0.036342609514815, 51.5198548628935],\n                    [-0.036350612397001, 51.5198345894712],\n                    [-0.036431746416262, 51.5197608808939],\n                    [-0.036558890738911, 51.5196453296697],\n                    [-0.036566522196447, 51.5195507922273],\n                    [-0.03652096353361, 51.5194992357935],\n                    [-0.036468866487253, 51.5193510167738],\n                    [-0.036550889238956, 51.5190963533367],\n                    [-0.036351964312384, 51.5188416613521],\n                    [-0.036327800395804, 51.5187955873502],\n                    [-0.036347166043199, 51.5187432298906],\n                    [-0.036235665370094, 51.5185504144454],\n                    [-0.036311717235703, 51.5183737746997],\n                    [-0.036217569462434, 51.5182997385986],\n                    [-0.036081216367434, 51.5183089627817],\n                    [-0.035875636115848, 51.5180626990283],\n                    [-0.035815295067668, 51.5179238710594],\n                    [-0.035796911498799, 51.5178815796579],\n                    [-0.03611182136295, 51.5178489150027],\n                    [-0.036245757515768, 51.5178350653993],\n                    [-0.036303628609598, 51.5178296513925],\n                    [-0.036650985246604, 51.5177968992293],\n                    [-0.036756190709965, 51.5177906591429],\n                    [-0.036792834689807, 51.5178284014152],\n                    [-0.036871794724689, 51.5179405703606],\n                    [-0.036816432058433, 51.5180120135935],\n                    [-0.03682892314459, 51.5180587012235],\n                    [-0.037156654353401, 51.5182364356911],\n                    [-0.037468929987279, 51.5182153204593],\n                    [-0.03783767283949, 51.5181827428132],\n                    [-0.037864769985062, 51.5180195772686],\n                    [-0.037879140351366, 51.5179147240174],\n                    [-0.038087388625125, 51.5178281273779],\n                    [-0.038050437111661, 51.5176979626825],\n                    [-0.038400294375075, 51.5176733382208],\n                    [-0.038413599570195, 51.5173636738073],\n                    [-0.039006204747028, 51.5173925524432],\n                    [-0.039953755687041, 51.5174387776622],\n                    [-0.040218574026391, 51.5174516535259],\n                    [-0.040225925295283, 51.5174520460613],\n                    [-0.040285487581422, 51.5176674538634],\n                    [-0.040338249782422, 51.5178585647874],\n                    [-0.040363128867918, 51.5179489708164],\n                    [-0.040623535439265, 51.5179262613586],\n                    [-0.040868797325422, 51.5179213683415],\n                    [-0.040883639564008, 51.5179161323334],\n                    [-0.040942039156405, 51.5178956215932],\n                    [-0.040999093956093, 51.5178898320347],\n                    [-0.041159389747973, 51.5178737200821],\n                    [-0.041228140459213, 51.5178667772409],\n                    [-0.041794852263615, 51.5178096240775],\n                    [-0.042013274739196, 51.5177876489832],\n                    [-0.042070101066424, 51.5178065777085],\n                    [-0.042287660106426, 51.5177742491412],\n                    [-0.042720585163282, 51.5177634944557],\n                    [-0.042958692051782, 51.5178007308662],\n                    [-0.042980720293611, 51.5177803314276],\n                    [-0.04309425413186, 51.5177877096843],\n                    [-0.043159911609855, 51.5182743572606],\n                    [-0.043121422688913, 51.5184985560202],\n                    [-0.043116475497343, 51.5185224768875],\n                    [-0.043067023152777, 51.5187584494587],\n                    [-0.043280973375015, 51.5191486805842],\n                    [-0.042713152043588, 51.5192175095483],\n                    [-0.042703924066654, 51.5191804963895],\n                    [-0.042702477763861, 51.519172650919],\n                    [-0.042097782321898, 51.5191147312814],\n                    [-0.041900254574203, 51.519139842313],\n                    [-0.041716913995362, 51.519235941511],\n                    [-0.041710520213117, 51.5192353852567],\n                    [-0.041705952670245, 51.5192393545141],\n                    [-0.041669561243225, 51.5192427025232],\n                    [-0.041408246902063, 51.5192670173921],\n                    [-0.041391260331328, 51.5192668236348],\n                    [-0.041388080061259, 51.5192689281373],\n                    [-0.041022839482843, 51.5193028340873],\n                    [-0.040967832681485, 51.5193079386705],\n                    [-0.041015523202764, 51.5195425662047],\n                    [-0.041230831854485, 51.5195213496172],\n                    [-0.041241807426071, 51.5195369957837],\n                    [-0.041248613149149, 51.5195445711751],\n                    [-0.041207521855634, 51.5195438849354],\n                    [-0.04120366714104, 51.519633720973],\n                    [-0.041342380226, 51.5196360374778],\n                    [-0.041449539767855, 51.5197172988886],\n                    [-0.041473568034608, 51.5198359191572],\n                    [-0.041525275273932, 51.5200905714072],\n                    [-0.041828919233252, 51.5200686710674],\n                    [-0.041845054108009, 51.5200748738671],\n                    [-0.041910507427279, 51.5200146545221],\n                    [-0.042415901785222, 51.5201214417576],\n                    [-0.042448112082825, 51.5201269238695],\n                    [-0.042499117694555, 51.5201320004542],\n                    [-0.042530482992898, 51.5201793620224],\n                    [-0.042495193571089, 51.520331603727],\n                    [-0.042547400624195, 51.520458335563],\n                    [-0.042969328208144, 51.5203664859275],\n                    [-0.043274513714124, 51.5203086474066],\n                    [-0.043448854194881, 51.5202755956137],\n                    [-0.04335457422415, 51.5201211023166],\n                    [-0.043349119173204, 51.5200487314083],\n                    [-0.043448077370317, 51.5200219736867],\n                    [-0.043479088286534, 51.5200110736386],\n                    [-0.043525892507679, 51.5199921661917],\n                    [-0.043535766379795, 51.5199503474169],\n                    [-0.0437686304287, 51.5198522844733],\n                    [-0.043894502577816, 51.5197992748512],\n                    [-0.04408862839264, 51.5197260070189],\n                    [-0.044230292884149, 51.5197620819614],\n                    [-0.04441850175338, 51.5199323449303],\n                    [-0.044761333131574, 51.5199416565016],\n                    [-0.044777457345717, 51.5199453415077],\n                    [-0.044896023220732, 51.5197854073861],\n                    [-0.044967777233326, 51.519708390116],\n                    [-0.044979957840896, 51.5196987041067],\n                    [-0.045016989062629, 51.5196748684499],\n                    [-0.045114385844131, 51.5196290244277],\n                    [-0.045153659888893, 51.5196166434562],\n                    [-0.045239933631793, 51.5196001911643],\n                    [-0.045412757900143, 51.5195830235668],\n                    [-0.045553422390217, 51.5196008304694],\n                    [-0.045560432221652, 51.5196064311992],\n                    [-0.045725408166376, 51.5196032467177],\n                    [-0.045922770373489, 51.5195597868116],\n                    [-0.045952133122534, 51.5195484990535],\n                    [-0.046089517941285, 51.519495768794],\n                    [-0.046100636659696, 51.5194886720902],\n                    [-0.046143095160322, 51.5194435302086],\n                    [-0.046569667475407, 51.5195177011223],\n                    [-0.04659152680369, 51.5195734437978],\n                    [-0.046626173785535, 51.5196053061453],\n                    [-0.046751992747672, 51.5196562173917],\n                    [-0.046867124937823, 51.5197235821064],\n                    [-0.046874119965892, 51.5197267552007],\n                    [-0.046927380977178, 51.5197680073532],\n                    [-0.046974888835345, 51.5197742823512],\n                    [-0.046988193637073, 51.5197772009028],\n                    [-0.047303183963993, 51.5199955991369],\n                    [-0.047318742078284, 51.5200236373578],\n                    [-0.047470849696168, 51.5200907180346],\n                    [-0.047937920926288, 51.5202963630609],\n                    [-0.047916941083827, 51.5203033857179],\n                    [-0.047736183106445, 51.5203642963208],\n                    [-0.047672032338589, 51.5205137216739],\n                    [-0.047626158823152, 51.5205748095112],\n                    [-0.047743488386652, 51.5205908768273],\n                    [-0.047757797040579, 51.5205953403037],\n                    [-0.047789912639639, 51.5206002799631],\n                    [-0.047837187138821, 51.5206120346402],\n                    [-0.047899909025935, 51.5206210796837],\n                    [-0.047909831766011, 51.5206197165249],\n                    [-0.047960306566896, 51.5206205565763],\n                    [-0.048187250540626, 51.5206858251485],\n                    [-0.048137031845358, 51.5207234667918],\n                    [-0.048066180687909, 51.5207766774092],\n                    [-0.048105719109856, 51.5207998104733],\n                    [-0.048312229545199, 51.5208593447299],\n                    [-0.048279169789336, 51.5209376371918],\n                    [-0.04840238412247, 51.5209634210957],\n                    [-0.048423698339758, 51.520948582588],\n                    [-0.04862990960115, 51.5209094906641],\n                    [-0.048689057506534, 51.520957672354],\n                    [-0.048765902668921, 51.5209950007855],\n                    [-0.048779645430262, 51.5209904646911],\n                    [-0.04882631872247, 51.5208883951792],\n                    [-0.048894593936461, 51.5207230355777],\n                    [-0.049043337399179, 51.5206798404445],\n                    [-0.049051267484941, 51.520683388561],\n                    [-0.049081244510291, 51.5206994399311],\n                    [-0.049080188682094, 51.5207241449527],\n                    [-0.049060337511, 51.5208716108594],\n                    [-0.049052434203383, 51.5209508613663],\n                    [-0.049060502298818, 51.5209539622759],\n                    [-0.049178553396505, 51.5209726472557],\n                    [-0.049198761686529, 51.5209836815003],\n                    [-0.049194957049034, 51.5210727094158],\n                    [-0.049339019614868, 51.5210751054008],\n                    [-0.049339641519152, 51.5210605518958],\n                    [-0.049382847216796, 51.5210841051141],\n                    [-0.049403951416938, 51.5210129853527],\n                    [-0.049451168336629, 51.5208536581527],\n                    [-0.049507719187579, 51.5208597228975],\n                    [-0.049796379279737, 51.5207657224024],\n                    [-0.049843261910585, 51.5207504996622],\n                    [-0.049893897359817, 51.5207058520026],\n                    [-0.049908781106718, 51.5207079873688],\n                    [-0.049906055550776, 51.5207300575255],\n                    [-0.049943583090823, 51.5208642732915],\n                    [-0.050112995644161, 51.5210327760205],\n                    [-0.050089964511539, 51.5210627794376],\n                    [-0.050164561928611, 51.5210470284074],\n                    [-0.050179880926019, 51.5210167169708],\n                    [-0.050310525082045, 51.5209854457914],\n                    [-0.050379314663984, 51.5209637545653],\n                    [-0.050467264841396, 51.5209859834127],\n                    [-0.050733034502373, 51.5209298077673],\n                    [-0.050738030314778, 51.5209297109923],\n                    [-0.050798160810286, 51.5209159666413],\n                    [-0.050943757171197, 51.5208852129433],\n                    [-0.050968828122976, 51.5208853598507],\n                    [-0.05096906593536, 51.5208797899852],\n                    [-0.050970887882542, 51.5208371176283],\n                    [-0.050931978066677, 51.5206294307091],\n                    [-0.050903683171362, 51.5205962368149],\n                    [-0.051021098699186, 51.5205268071031],\n                    [-0.051034968764184, 51.5204970108822],\n                    [-0.051058343366097, 51.5204756434167],\n                    [-0.050991131318741, 51.5203824686874],\n                    [-0.050999837258523, 51.5203483613446],\n                    [-0.050993988026219, 51.5202543183498],\n                    [-0.051091874159465, 51.5201328713846],\n                    [-0.051145082006766, 51.5200919518469],\n                    [-0.051152664182608, 51.5200813796954],\n                    [-0.05107119802774, 51.5200492801593],\n                    [-0.050958847790361, 51.5199806173444],\n                    [-0.050943772869855, 51.5199746132208],\n                    [-0.050848551817838, 51.5199028187273],\n                    [-0.050812268193135, 51.5198257106022],\n                    [-0.050854756449926, 51.5197157494246],\n                    [-0.050857553185657, 51.5197142675962],\n                    [-0.050898083355928, 51.5196084092761],\n                    [-0.050899646437753, 51.5196079857496],\n                    [-0.051091578409123, 51.5193380579855],\n                    [-0.051107442672562, 51.5193367033832],\n                    [-0.051193222472826, 51.5193428933924],\n                    [-0.051200447727646, 51.5193434629439],\n                    [-0.051205609961396, 51.5195593993238],\n                    [-0.051229850107625, 51.5196179675661],\n                    [-0.051319939455267, 51.5196457152516],\n                    [-0.051531812664438, 51.5195990708101],\n                    [-0.051838015750019, 51.5198344817147],\n                    [-0.051994641071536, 51.5198153272555],\n                    [-0.052074774546022, 51.519836885684],\n                    [-0.052290037364777, 51.5198389322162],\n                    [-0.052514934048748, 51.5199188121503],\n                    [-0.052498307265739, 51.519918536078],\n                    [-0.052494474713405, 51.5200083727142],\n                    [-0.052616681814861, 51.5200104017969],\n                    [-0.052642199702313, 51.5200724970556],\n                    [-0.052675422690319, 51.520076554759],\n                    [-0.053011330375795, 51.5201841680208],\n                    [-0.053191624429346, 51.5204349258288],\n                    [-0.053214626322762, 51.5204668626057],\n                    [-0.053302301125465, 51.5204593277697],\n                    [-0.053480914702891, 51.5204346028418],\n                    [-0.053487320292019, 51.5204321020394],\n                    [-0.053879332146007, 51.5203026778896],\n                    [-0.053887358222147, 51.5202984059481],\n                    [-0.054087194922799, 51.5202636937101],\n                    [-0.054266056169482, 51.5202303412775],\n                    [-0.054425555935762, 51.5203891438374],\n                    [-0.055124166938489, 51.520263092795],\n                    [-0.055124277933758, 51.5202604875286],\n                    [-0.055130782922464, 51.5200687482842],\n                    [-0.055627537827755, 51.5199744979835],\n                    [-0.055801868573921, 51.5199414277164],\n                    [-0.056297877227709, 51.5198423076077],\n                    [-0.05636270680119, 51.5198493153429\n                    ]\n                ]\n            ]\n        }\n    },\n    \"lodgement_date_from\": \"2005-09-01\",\n    \"lodgement_date_to\": \"2020-10-01\",\n    \"limit\": 100,\n    \"offset\": 0\n}"},"url":"{{url}}/v2/epc/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 18 Aug 2022 14:28:40 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"gid\": \"6725550\",\n            \"postcode\": \"e14gq\",\n            \"building_reference_number\": \"2608151578\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2017-05-05 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-05-05\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"87\",\n            \"environment_impact_potential\": \"87\",\n            \"energy_consumption_current\": \"80\",\n            \"energy_consumption_potential\": \"80\",\n            \"co2_emissions_current\": \"1\",\n            \"co2_emiss_curr_per_floor_area\": \"14\",\n            \"co2_emissions_potential\": \"1\",\n            \"lighting_cost_current\": \"48\",\n            \"lighting_cost_potential\": \"48\",\n            \"heating_cost_current\": \"202\",\n            \"heating_cost_potential\": \"202\",\n            \"hot_water_cost_current\": \"78\",\n            \"hot_water_cost_potential\": \"78\",\n            \"total_floor_area\": \"69\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, flue gas heat recovery\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.17 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.14 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2017-05-05 14:04:46\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 742.7090999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0510657,\n                        51.51950479999999\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 7, Mariana Court, 29, Assembly Passage, London\"\n        },\n        {\n            \"gid\": \"6722765\",\n            \"postcode\": \"e14aa\",\n            \"building_reference_number\": \"2882158578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"78\",\n            \"potential_energy_efficiency\": \"78\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2019-03-11 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2019-03-11\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"80\",\n            \"environment_impact_potential\": \"80\",\n            \"energy_consumption_current\": \"108\",\n            \"energy_consumption_potential\": \"108\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"18\",\n            \"co2_emissions_potential\": \"1.3\",\n            \"lighting_cost_current\": \"53\",\n            \"lighting_cost_potential\": \"53\",\n            \"heating_cost_current\": \"365\",\n            \"heating_cost_potential\": \"365\",\n            \"hot_water_cost_current\": \"285\",\n            \"hot_water_cost_potential\": \"285\",\n            \"total_floor_area\": \"71\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, standard tariff\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.27 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric underfloor heating\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Time and temperature zone control\",\n            \"mainheatc_energy_eff\": \"Very Good\",\n            \"mainheatc_env_eff\": \"Very Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"Electricity: electricity, unspecified tariff\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2019-03-11 09:13:53\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"12\",\n            \"low_energy_fixed_light_count\": \"12\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 764.2369,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0447824,\n                        51.5223412\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 6, Crownage House, 233, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6722765\",\n            \"postcode\": \"e14aa\",\n            \"building_reference_number\": \"2882158578\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"68\",\n            \"potential_energy_efficiency\": \"68\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2018-06-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-06-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"71\",\n            \"environment_impact_potential\": \"71\",\n            \"energy_consumption_current\": \"178\",\n            \"energy_consumption_potential\": \"178\",\n            \"co2_emissions_current\": \"2.1\",\n            \"co2_emiss_curr_per_floor_area\": \"30\",\n            \"co2_emissions_potential\": \"2.1\",\n            \"lighting_cost_current\": \"51\",\n            \"lighting_cost_potential\": \"51\",\n            \"heating_cost_current\": \"346\",\n            \"heating_cost_potential\": \"346\",\n            \"hot_water_cost_current\": \"270\",\n            \"hot_water_cost_potential\": \"270\",\n            \"total_floor_area\": \"71\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, standard tariff\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.27 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric underfloor heating\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Time and temperature zone control\",\n            \"mainheatc_energy_eff\": \"Very Good\",\n            \"mainheatc_env_eff\": \"Very Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"Electricity: electricity, unspecified tariff\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2018-06-19 09:49:05\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"12\",\n            \"low_energy_fixed_light_count\": \"12\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 764.2369,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0447824,\n                        51.5223412\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 6, Crownage House, 233, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6722251\",\n            \"postcode\": \"e147nq\",\n            \"building_reference_number\": \"1422000778\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"45\",\n            \"potential_energy_efficiency\": \"56\",\n            \"property_type\": \"House\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2020-04-21 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2020-04-22\",\n            \"transaction_type\": \"non marketed sale\",\n            \"environment_impact_current\": \"58\",\n            \"environment_impact_potential\": \"67\",\n            \"energy_consumption_current\": \"183\",\n            \"energy_consumption_potential\": \"134\",\n            \"co2_emissions_current\": \"4.2\",\n            \"co2_emiss_curr_per_floor_area\": \"31\",\n            \"co2_emissions_potential\": \"3.1\",\n            \"lighting_cost_current\": \"88\",\n            \"lighting_cost_potential\": \"88\",\n            \"heating_cost_current\": \"1326\",\n            \"heating_cost_potential\": \"1332\",\n            \"hot_water_cost_current\": \"373\",\n            \"hot_water_cost_potential\": \"187\",\n            \"total_floor_area\": \"136\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Poor\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.24 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.1 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and radiators, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"Electricity: electricity, unspecified tariff\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2020-04-22 12:43:01\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"100\",\n            \"low_energy_fixed_light_count\": \"100\",\n            \"sector\": \"E14 7\",\n            \"total_floor_area_sqft\": 1463.8904,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0382904,\n                        51.517925\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"102, Aston Street, London\"\n        },\n        {\n            \"gid\": \"6719942\",\n            \"postcode\": \"e14aw\",\n            \"building_reference_number\": \"7239438578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"75\",\n            \"potential_energy_efficiency\": \"90\",\n            \"property_type\": \"House\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2018-05-30 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-05-31\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"76\",\n            \"environment_impact_potential\": \"90\",\n            \"energy_consumption_current\": \"149\",\n            \"energy_consumption_potential\": \"40\",\n            \"co2_emissions_current\": \"1.6\",\n            \"co2_emiss_curr_per_floor_area\": \"26\",\n            \"co2_emissions_potential\": \"0.5\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"303\",\n            \"heating_cost_potential\": \"305\",\n            \"hot_water_cost_current\": \"90\",\n            \"hot_water_cost_potential\": \"48\",\n            \"total_floor_area\": \"62\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Average thermal transmittance 0.19 W/mÂ²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.25 W/mÂ²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.18 W/mÂ²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2018-05-31 10:28:09\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"9\",\n            \"low_energy_fixed_light_count\": \"9\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 667.3618,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0487541,\n                        51.5221122\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"1, Osier Street, London\"\n        },\n        {\n            \"gid\": \"6716106\",\n            \"postcode\": \"e14dy\",\n            \"building_reference_number\": \"1769835578\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"83\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Maisonette\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2017-12-12 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-12-12\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"87\",\n            \"environment_impact_potential\": \"87\",\n            \"energy_consumption_current\": \"90\",\n            \"energy_consumption_potential\": \"90\",\n            \"co2_emissions_current\": \"0.9\",\n            \"co2_emiss_curr_per_floor_area\": \"16\",\n            \"co2_emissions_potential\": \"0.9\",\n            \"lighting_cost_current\": \"43\",\n            \"lighting_cost_potential\": \"43\",\n            \"heating_cost_current\": \"161\",\n            \"heating_cost_potential\": \"161\",\n            \"hot_water_cost_current\": \"85\",\n            \"hot_water_cost_potential\": \"85\",\n            \"total_floor_area\": \"60\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Average thermal transmittance 0.23 W/m²K\",\n            \"floor_energy_eff\": \"Good\",\n            \"floor_env_eff\": \"Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.13 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and underfloor heating, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Time and temperature zone control\",\n            \"mainheatc_energy_eff\": \"Very Good\",\n            \"mainheatc_env_eff\": \"Very Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2017-12-12 09:49:38\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"15\",\n            \"low_energy_fixed_light_count\": \"15\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 645.834,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.048470400000000004,\n                        51.5240819\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 201, Delfont House, 75, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6716105\",\n            \"postcode\": \"e14dy\",\n            \"building_reference_number\": \"3960935578\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2017-12-12 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-12-12\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"87\",\n            \"environment_impact_potential\": \"87\",\n            \"energy_consumption_current\": \"101\",\n            \"energy_consumption_potential\": \"101\",\n            \"co2_emissions_current\": \"0.8\",\n            \"co2_emiss_curr_per_floor_area\": \"18\",\n            \"co2_emissions_potential\": \"0.8\",\n            \"lighting_cost_current\": \"32\",\n            \"lighting_cost_potential\": \"32\",\n            \"heating_cost_current\": \"141\",\n            \"heating_cost_potential\": \"141\",\n            \"hot_water_cost_current\": \"76\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"43\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and underfloor heating, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Time and temperature zone control\",\n            \"mainheatc_energy_eff\": \"Very Good\",\n            \"mainheatc_env_eff\": \"Very Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2017-12-12 09:49:35\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"15\",\n            \"low_energy_fixed_light_count\": \"15\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 462.8477,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.048470400000000004,\n                        51.5240819\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 101, Delfont House, 75, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6716104\",\n            \"postcode\": \"e14dy\",\n            \"building_reference_number\": \"8680935578\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"84\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2017-12-12 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-12-12\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"88\",\n            \"environment_impact_potential\": \"88\",\n            \"energy_consumption_current\": \"78\",\n            \"energy_consumption_potential\": \"78\",\n            \"co2_emissions_current\": \"1\",\n            \"co2_emiss_curr_per_floor_area\": \"14\",\n            \"co2_emissions_potential\": \"1\",\n            \"lighting_cost_current\": \"51\",\n            \"lighting_cost_potential\": \"51\",\n            \"heating_cost_current\": \"159\",\n            \"heating_cost_potential\": \"159\",\n            \"hot_water_cost_current\": \"91\",\n            \"hot_water_cost_potential\": \"91\",\n            \"total_floor_area\": \"73\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.14 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and underfloor heating, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Time and temperature zone control\",\n            \"mainheatc_energy_eff\": \"Very Good\",\n            \"mainheatc_env_eff\": \"Very Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2017-12-12 09:49:45\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"15\",\n            \"low_energy_fixed_light_count\": \"15\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 785.7647,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.048470400000000004,\n                        51.5240819\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat G01, Delfont House, 75, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6716103\",\n            \"postcode\": \"e14dy\",\n            \"building_reference_number\": \"4990935578\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"84\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2017-12-12 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-12-12\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"86\",\n            \"environment_impact_potential\": \"86\",\n            \"energy_consumption_current\": \"82\",\n            \"energy_consumption_potential\": \"82\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"14\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"53\",\n            \"lighting_cost_potential\": \"53\",\n            \"heating_cost_current\": \"182\",\n            \"heating_cost_potential\": \"182\",\n            \"hot_water_cost_current\": \"93\",\n            \"hot_water_cost_potential\": \"93\",\n            \"total_floor_area\": \"78\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"ground floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Average thermal transmittance 0.13 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.20 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and underfloor heating, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Time and temperature zone control\",\n            \"mainheatc_energy_eff\": \"Very Good\",\n            \"mainheatc_env_eff\": \"Very Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2017-12-12 09:49:42\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"15\",\n            \"low_energy_fixed_light_count\": \"15\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 839.5842,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.048470400000000004,\n                        51.5240819\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat Bm01, Delfont House, 75, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6714245\",\n            \"postcode\": \"e14bu\",\n            \"building_reference_number\": \"7669866468\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"56\",\n            \"potential_energy_efficiency\": \"88\",\n            \"property_type\": \"House\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2015-09-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-09-12\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"49\",\n            \"environment_impact_potential\": \"86\",\n            \"energy_consumption_current\": \"279\",\n            \"energy_consumption_potential\": \"57\",\n            \"co2_emissions_current\": \"4.3\",\n            \"co2_emiss_curr_per_floor_area\": \"49\",\n            \"co2_emissions_potential\": \"0.9\",\n            \"lighting_cost_current\": \"84\",\n            \"lighting_cost_potential\": \"56\",\n            \"heating_cost_current\": \"797\",\n            \"heating_cost_potential\": \"360\",\n            \"hot_water_cost_current\": \"109\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"88\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"not defined\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"50\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Suspended, no insulation (assumed)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, 75 mm loft insulation\",\n            \"roof_energy_eff\": \"Average\",\n            \"roof_env_eff\": \"Average\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1900-1929\",\n            \"lodgement_datetime\": \"2015-09-12 11:10:12\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 947.2231999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0437043,\n                        51.5244451\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"364, Bancroft Road, London\"\n        },\n        {\n            \"gid\": \"6711750\",\n            \"postcode\": \"e14bh\",\n            \"building_reference_number\": \"9119597578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"A\",\n            \"current_energy_efficiency\": \"76\",\n            \"potential_energy_efficiency\": \"92\",\n            \"property_type\": \"House\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2018-05-10 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-05-10\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"78\",\n            \"environment_impact_potential\": \"93\",\n            \"energy_consumption_current\": \"146\",\n            \"energy_consumption_potential\": \"20\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"26\",\n            \"co2_emissions_potential\": \"0.2\",\n            \"lighting_cost_current\": \"48\",\n            \"lighting_cost_potential\": \"48\",\n            \"heating_cost_current\": \"231\",\n            \"heating_cost_potential\": \"231\",\n            \"hot_water_cost_current\": \"78\",\n            \"hot_water_cost_potential\": \"48\",\n            \"total_floor_area\": \"52\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"75\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Average thermal transmittance 0.22 W/m²K\",\n            \"floor_energy_eff\": \"Good\",\n            \"floor_env_eff\": \"Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.28 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 75% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2018-05-10 19:30:16\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"16\",\n            \"low_energy_fixed_light_count\": \"12\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 559.7228,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0443232,\n                        51.5224501\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"1b, Mile End Place, London\"\n        },\n        {\n            \"gid\": \"6711749\",\n            \"postcode\": \"e14bj\",\n            \"building_reference_number\": \"9683328578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"80\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2018-05-17 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-05-24\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"83\",\n            \"environment_impact_potential\": \"83\",\n            \"energy_consumption_current\": \"111\",\n            \"energy_consumption_potential\": \"111\",\n            \"co2_emissions_current\": \"1.2\",\n            \"co2_emiss_curr_per_floor_area\": \"20\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"51\",\n            \"lighting_cost_potential\": \"51\",\n            \"heating_cost_current\": \"206\",\n            \"heating_cost_potential\": \"206\",\n            \"hot_water_cost_current\": \"92\",\n            \"hot_water_cost_potential\": \"92\",\n            \"total_floor_area\": \"64\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"3rd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Timber frame, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2007 onwards\",\n            \"lodgement_datetime\": \"2018-05-24 10:04:21\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 688.8896,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0442953,\n                        51.522389000000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, Wigmore House 245a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6711748\",\n            \"postcode\": \"e14bj\",\n            \"building_reference_number\": \"8773328578\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2018-05-17 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-05-24\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"85\",\n            \"environment_impact_potential\": \"85\",\n            \"energy_consumption_current\": \"95\",\n            \"energy_consumption_potential\": \"95\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"17\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"53\",\n            \"lighting_cost_potential\": \"53\",\n            \"heating_cost_current\": \"178\",\n            \"heating_cost_potential\": \"178\",\n            \"hot_water_cost_current\": \"95\",\n            \"hot_water_cost_potential\": \"95\",\n            \"total_floor_area\": \"67\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6.4\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2007 onwards\",\n            \"lodgement_datetime\": \"2018-05-24 09:58:41\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 721.1813,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0442953,\n                        51.522389000000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 2, Wigmore House 245a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6711747\",\n            \"postcode\": \"e14bj\",\n            \"building_reference_number\": \"7163328578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"76\",\n            \"potential_energy_efficiency\": \"76\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2018-05-17 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-05-24\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"76\",\n            \"environment_impact_potential\": \"76\",\n            \"energy_consumption_current\": \"144\",\n            \"energy_consumption_potential\": \"144\",\n            \"co2_emissions_current\": \"1.7\",\n            \"co2_emiss_curr_per_floor_area\": \"25\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"54\",\n            \"lighting_cost_potential\": \"54\",\n            \"heating_cost_current\": \"292\",\n            \"heating_cost_potential\": \"292\",\n            \"hot_water_cost_current\": \"94\",\n            \"hot_water_cost_potential\": \"94\",\n            \"total_floor_area\": \"68\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"8.63\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2007 onwards\",\n            \"lodgement_datetime\": \"2018-05-24 09:56:40\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 731.9452,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0442953,\n                        51.522389000000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, Wigmore House 245a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6708269\",\n            \"postcode\": \"e14bh\",\n            \"building_reference_number\": \"8951725478\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"61\",\n            \"potential_energy_efficiency\": \"61\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2015-07-05 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-06-10\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"65\",\n            \"environment_impact_potential\": \"65\",\n            \"energy_consumption_current\": \"223\",\n            \"energy_consumption_potential\": \"223\",\n            \"co2_emissions_current\": \"2.1\",\n            \"co2_emiss_curr_per_floor_area\": \"38\",\n            \"co2_emissions_potential\": \"2.1\",\n            \"lighting_cost_current\": \"56\",\n            \"lighting_cost_potential\": \"56\",\n            \"heating_cost_current\": \"398\",\n            \"heating_cost_potential\": \"398\",\n            \"hot_water_cost_current\": \"169\",\n            \"hot_water_cost_potential\": \"169\",\n            \"total_floor_area\": \"56\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric instantaneous at point of use\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.24 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.16 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 75% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"Electricity: electricity, unspecified tariff\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-06-10 07:42:34\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"12\",\n            \"low_energy_fixed_light_count\": \"9\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 602.7783999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.044211099999999996,\n                        51.5223763\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, Pendragon House 1a, Mile End Place, London\"\n        },\n        {\n            \"gid\": \"6708267\",\n            \"postcode\": \"e14bh\",\n            \"building_reference_number\": \"7751725478\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"63\",\n            \"potential_energy_efficiency\": \"63\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2015-07-05 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-06-10\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"67\",\n            \"environment_impact_potential\": \"67\",\n            \"energy_consumption_current\": \"172\",\n            \"energy_consumption_potential\": \"172\",\n            \"co2_emissions_current\": \"2.5\",\n            \"co2_emiss_curr_per_floor_area\": \"29\",\n            \"co2_emissions_potential\": \"2.5\",\n            \"lighting_cost_current\": \"83\",\n            \"lighting_cost_potential\": \"83\",\n            \"heating_cost_current\": \"442\",\n            \"heating_cost_potential\": \"442\",\n            \"hot_water_cost_current\": \"204\",\n            \"hot_water_cost_potential\": \"204\",\n            \"total_floor_area\": \"85\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric instantaneous at point of use\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.24 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.16 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 75% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"Electricity: electricity, unspecified tariff\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-06-10 07:38:53\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"12\",\n            \"low_energy_fixed_light_count\": \"9\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 914.9314999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0442212,\n                        51.5224754\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 2, Pendragon House 1a, Mile End Place, London\"\n        },\n        {\n            \"gid\": \"6708265\",\n            \"postcode\": \"e14bh\",\n            \"building_reference_number\": \"9451725478\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"42\",\n            \"potential_energy_efficiency\": \"55\",\n            \"property_type\": \"House\",\n            \"built_form\": null,\n            \"inspection_date\": \"2015-07-08 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-06-10\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"49\",\n            \"environment_impact_potential\": \"59\",\n            \"energy_consumption_current\": \"264\",\n            \"energy_consumption_potential\": \"188\",\n            \"co2_emissions_current\": \"4.6\",\n            \"co2_emiss_curr_per_floor_area\": \"45\",\n            \"co2_emissions_potential\": \"3.3\",\n            \"lighting_cost_current\": \"80\",\n            \"lighting_cost_potential\": \"80\",\n            \"heating_cost_current\": \"1067\",\n            \"heating_cost_potential\": \"1067\",\n            \"hot_water_cost_current\": \"216\",\n            \"hot_water_cost_potential\": \"96\",\n            \"total_floor_area\": \"103\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric instantaneous at point of use\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"Average thermal transmittance 0.20 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.28 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.16 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Programmer and at least two room thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 75% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"Electricity: electricity, unspecified tariff\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-06-10 07:44:45\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"12\",\n            \"low_energy_fixed_light_count\": \"9\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 1108.6816999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.044391,\n                        51.5225501\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, Pendragon House 1a, Mile End Place, London\"\n        },\n        {\n            \"gid\": \"6707846\",\n            \"postcode\": \"e14du\",\n            \"building_reference_number\": \"4112070578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"80\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Enclosed End-Terrace\",\n            \"inspection_date\": \"2017-03-30 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-03-30\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"83\",\n            \"environment_impact_potential\": \"83\",\n            \"energy_consumption_current\": \"112\",\n            \"energy_consumption_potential\": \"112\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"20\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"45\",\n            \"lighting_cost_potential\": \"45\",\n            \"heating_cost_current\": \"198\",\n            \"heating_cost_potential\": \"198\",\n            \"hot_water_cost_current\": \"91\",\n            \"hot_water_cost_potential\": \"91\",\n            \"total_floor_area\": \"57\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2107\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, TRVs and bypass\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2017-03-30 13:45:17\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 613.5423,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0463398,\n                        51.522151\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, Aaron Apartments, 8, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6707846\",\n            \"postcode\": \"e14du\",\n            \"building_reference_number\": \"4112070578\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"61\",\n            \"potential_energy_efficiency\": \"78\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2018-10-04 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-10-17\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"56\",\n            \"environment_impact_potential\": \"80\",\n            \"energy_consumption_current\": \"284\",\n            \"energy_consumption_potential\": \"128\",\n            \"co2_emissions_current\": \"3\",\n            \"co2_emiss_curr_per_floor_area\": \"50\",\n            \"co2_emissions_potential\": \"1.3\",\n            \"lighting_cost_current\": \"54\",\n            \"lighting_cost_potential\": \"54\",\n            \"heating_cost_current\": \"527\",\n            \"heating_cost_potential\": \"226\",\n            \"hot_water_cost_current\": \"85\",\n            \"hot_water_cost_potential\": \"87\",\n            \"total_floor_area\": \"60\",\n            \"energy_tariff\": null,\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"83\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, no insulation (assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 83% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2018-10-17 11:41:04\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 645.834,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0463398,\n                        51.522151\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, Aaron Apartments, 8, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6707846\",\n            \"postcode\": \"e14du\",\n            \"building_reference_number\": \"4112070578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"79\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2019-02-25 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2019-02-25\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"81\",\n            \"environment_impact_potential\": \"81\",\n            \"energy_consumption_current\": \"119\",\n            \"energy_consumption_potential\": \"119\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"21\",\n            \"co2_emissions_potential\": \"1.3\",\n            \"lighting_cost_current\": \"48\",\n            \"lighting_cost_potential\": \"48\",\n            \"heating_cost_current\": \"215\",\n            \"heating_cost_potential\": \"215\",\n            \"hot_water_cost_current\": \"82\",\n            \"hot_water_cost_potential\": \"82\",\n            \"total_floor_area\": \"61\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.16 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2019-02-25 12:47:42\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"10\",\n            \"low_energy_fixed_light_count\": \"10\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 656.5979,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0463398,\n                        51.522151\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, Aaron Apartments, 8, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6707845\",\n            \"postcode\": \"e14du\",\n            \"building_reference_number\": \"9702070578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"79\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2019-02-25 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2019-02-25\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"82\",\n            \"environment_impact_potential\": \"82\",\n            \"energy_consumption_current\": \"127\",\n            \"energy_consumption_potential\": \"127\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"22\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"43\",\n            \"lighting_cost_potential\": \"43\",\n            \"heating_cost_current\": \"199\",\n            \"heating_cost_potential\": \"199\",\n            \"hot_water_cost_current\": \"76\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"51\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.19 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.16 W/m²K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2019-02-25 12:47:25\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 548.9589,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0463398,\n                        51.522151\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, Aaron Apartments, 8, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6707845\",\n            \"postcode\": \"e14du\",\n            \"building_reference_number\": \"9702070578\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"63\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2018-10-04 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-10-17\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"61\",\n            \"environment_impact_potential\": \"81\",\n            \"energy_consumption_current\": \"319\",\n            \"energy_consumption_potential\": \"159\",\n            \"co2_emissions_current\": \"2\",\n            \"co2_emiss_curr_per_floor_area\": \"56\",\n            \"co2_emissions_potential\": \"1\",\n            \"lighting_cost_current\": \"34\",\n            \"lighting_cost_potential\": \"34\",\n            \"heating_cost_current\": \"380\",\n            \"heating_cost_potential\": \"192\",\n            \"hot_water_cost_current\": \"69\",\n            \"hot_water_cost_potential\": \"70\",\n            \"total_floor_area\": \"36\",\n            \"energy_tariff\": null,\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"82\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, no insulation (assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 82% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2018-10-17 11:41:05\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 387.5004,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0463398,\n                        51.522151\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, Aaron Apartments, 8, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6707845\",\n            \"postcode\": \"e14du\",\n            \"building_reference_number\": \"9702070578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"79\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2017-03-30 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-03-30\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"82\",\n            \"environment_impact_potential\": \"82\",\n            \"energy_consumption_current\": \"117\",\n            \"energy_consumption_potential\": \"117\",\n            \"co2_emissions_current\": \"1.2\",\n            \"co2_emiss_curr_per_floor_area\": \"21\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"47\",\n            \"lighting_cost_potential\": \"47\",\n            \"heating_cost_current\": \"217\",\n            \"heating_cost_potential\": \"217\",\n            \"hot_water_cost_current\": \"94\",\n            \"hot_water_cost_potential\": \"94\",\n            \"total_floor_area\": \"60\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2107\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, TRVs and bypass\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2017-03-30 13:52:14\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 645.834,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0463398,\n                        51.522151\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, Aaron Apartments, 8, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6703368\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"8536195868\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"76\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-04-15 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-04-15\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"71\",\n            \"environment_impact_potential\": \"75\",\n            \"energy_consumption_current\": \"268\",\n            \"energy_consumption_potential\": \"229\",\n            \"co2_emissions_current\": \"1.9\",\n            \"co2_emiss_curr_per_floor_area\": \"45\",\n            \"co2_emissions_potential\": \"1.6\",\n            \"lighting_cost_current\": \"36\",\n            \"lighting_cost_potential\": \"23\",\n            \"heating_cost_current\": \"288\",\n            \"heating_cost_potential\": \"252\",\n            \"hot_water_cost_current\": \"112\",\n            \"hot_water_cost_potential\": \"112\",\n            \"total_floor_area\": \"41.42\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2301\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"single glazing\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"40\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, 75 mm loft insulation\",\n            \"roof_energy_eff\": \"Average\",\n            \"roof_env_eff\": \"Average\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Flat rate charging, no thermostatic control of room temperature\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in 40% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.38\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1983-1990\",\n            \"lodgement_datetime\": \"2011-04-15 14:19:24\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 445.840738,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0410616,\n                        51.5184523\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 32, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703368\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"8536195868\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"81\",\n            \"potential_energy_efficiency\": \"81\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-10-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-10-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"84\",\n            \"environment_impact_potential\": \"84\",\n            \"energy_consumption_current\": \"102\",\n            \"energy_consumption_potential\": \"102\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"18\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"45\",\n            \"lighting_cost_potential\": \"45\",\n            \"heating_cost_current\": \"192\",\n            \"heating_cost_potential\": \"192\",\n            \"hot_water_cost_current\": \"105\",\n            \"hot_water_cost_potential\": \"105\",\n            \"total_floor_area\": \"61\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.10 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Charging system linked to use of community heating, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": null,\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2015-10-19 15:48:15\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 656.5979,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0410616,\n                        51.5184523\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 32, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703367\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"6899199378\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"80\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-10-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-10-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"84\",\n            \"environment_impact_potential\": \"84\",\n            \"energy_consumption_current\": \"107\",\n            \"energy_consumption_potential\": \"107\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"19\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"203\",\n            \"heating_cost_potential\": \"203\",\n            \"hot_water_cost_current\": \"105\",\n            \"hot_water_cost_potential\": \"105\",\n            \"total_floor_area\": \"60\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"top floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.21 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.10 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Charging system linked to use of community heating, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": null,\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2015-10-19 15:48:10\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 645.834,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0409334,\n                        51.5184728\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 31, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703366\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"3782814278\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"77\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2013-11-11 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2014-06-08\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"80\",\n            \"environment_impact_potential\": \"83\",\n            \"energy_consumption_current\": \"151\",\n            \"energy_consumption_potential\": \"131\",\n            \"co2_emissions_current\": \"1.2\",\n            \"co2_emiss_curr_per_floor_area\": \"29\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"33\",\n            \"lighting_cost_potential\": \"34\",\n            \"heating_cost_current\": \"219\",\n            \"heating_cost_potential\": \"189\",\n            \"hot_water_cost_current\": \"102\",\n            \"hot_water_cost_potential\": \"102\",\n            \"total_floor_area\": \"42\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2307\",\n            \"multi_glaze_proportion\": \"30\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"86\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Some double glazing\",\n            \"windows_energy_eff\": \"Poor\",\n            \"windows_env_eff\": \"Poor\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Flat rate charging, TRVs\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 86% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1983-1990\",\n            \"lodgement_datetime\": \"2014-06-08 16:47:44\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": \"7\",\n            \"low_energy_fixed_light_count\": \"6\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 452.0838,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0410616,\n                        51.5184523\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 17, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703366\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"3782814278\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"84\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-10-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-10-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"88\",\n            \"environment_impact_potential\": \"88\",\n            \"energy_consumption_current\": \"78\",\n            \"energy_consumption_potential\": \"78\",\n            \"co2_emissions_current\": \"0.8\",\n            \"co2_emiss_curr_per_floor_area\": \"14\",\n            \"co2_emissions_potential\": \"0.8\",\n            \"lighting_cost_current\": \"45\",\n            \"lighting_cost_potential\": \"45\",\n            \"heating_cost_current\": \"140\",\n            \"heating_cost_potential\": \"140\",\n            \"hot_water_cost_current\": \"105\",\n            \"hot_water_cost_potential\": \"105\",\n            \"total_floor_area\": \"61\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.18 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Charging system linked to use of community heating, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": null,\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2015-10-19 15:48:06\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 656.5979,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0410616,\n                        51.5184523\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 17, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703365\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"0000299378\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"83\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-10-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-10-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"87\",\n            \"environment_impact_potential\": \"87\",\n            \"energy_consumption_current\": \"83\",\n            \"energy_consumption_potential\": \"83\",\n            \"co2_emissions_current\": \"0.9\",\n            \"co2_emiss_curr_per_floor_area\": \"15\",\n            \"co2_emissions_potential\": \"0.9\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"150\",\n            \"heating_cost_potential\": \"150\",\n            \"hot_water_cost_current\": \"105\",\n            \"hot_water_cost_potential\": \"105\",\n            \"total_floor_area\": \"60\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.21 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Charging system linked to use of community heating, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": null,\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2015-10-19 15:48:00\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 645.834,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0409334,\n                        51.5184728\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 16, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703364\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"7441008668\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"78\",\n            \"potential_energy_efficiency\": \"78\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-10-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-10-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"80\",\n            \"environment_impact_potential\": \"80\",\n            \"energy_consumption_current\": \"126\",\n            \"energy_consumption_potential\": \"126\",\n            \"co2_emissions_current\": \"1.4\",\n            \"co2_emiss_curr_per_floor_area\": \"22\",\n            \"co2_emissions_potential\": \"1.4\",\n            \"lighting_cost_current\": \"44\",\n            \"lighting_cost_potential\": \"44\",\n            \"heating_cost_current\": \"258\",\n            \"heating_cost_potential\": \"258\",\n            \"hot_water_cost_current\": \"107\",\n            \"hot_water_cost_potential\": \"107\",\n            \"total_floor_area\": \"63\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"ground floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Average thermal transmittance 0.14 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.21 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.10 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Charging system linked to use of community heating, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": null,\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2015-10-19 15:47:45\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 678.1256999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0412332,\n                        51.5185407\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 13, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703364\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"7441008668\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"84\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Enclosed Mid-Terrace\",\n            \"inspection_date\": \"2009-09-28 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2009-09-28\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"81\",\n            \"environment_impact_potential\": \"81\",\n            \"energy_consumption_current\": \"175\",\n            \"energy_consumption_potential\": \"175\",\n            \"co2_emissions_current\": \"1.2\",\n            \"co2_emiss_curr_per_floor_area\": \"29\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"26\",\n            \"lighting_cost_potential\": \"26\",\n            \"heating_cost_current\": \"183\",\n            \"heating_cost_potential\": \"183\",\n            \"hot_water_cost_current\": \"92\",\n            \"hot_water_cost_potential\": \"92\",\n            \"total_floor_area\": \"41.17\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2305\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"single glazing\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"75\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Flat rate charging, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 75% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.38\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1983-1990\",\n            \"lodgement_datetime\": \"2009-09-28 12:49:57\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 443.149763,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0412332,\n                        51.5185407\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 13, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703363\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"8599199378\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"79\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-10-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-10-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"82\",\n            \"environment_impact_potential\": \"82\",\n            \"energy_consumption_current\": \"118\",\n            \"energy_consumption_potential\": \"118\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"21\",\n            \"co2_emissions_potential\": \"1.3\",\n            \"lighting_cost_current\": \"45\",\n            \"lighting_cost_potential\": \"45\",\n            \"heating_cost_current\": \"227\",\n            \"heating_cost_potential\": \"227\",\n            \"hot_water_cost_current\": \"105\",\n            \"hot_water_cost_potential\": \"105\",\n            \"total_floor_area\": \"61\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"ground floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Average thermal transmittance 0.14 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.20 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.10 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Charging system linked to use of community heating, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": null,\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2015-10-19 15:47:55\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 656.5979,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0410616,\n                        51.5184523\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 12, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703362\",\n            \"postcode\": \"e14td\",\n            \"building_reference_number\": \"9799199378\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"79\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2015-10-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-10-19\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"82\",\n            \"environment_impact_potential\": \"82\",\n            \"energy_consumption_current\": \"116\",\n            \"energy_consumption_potential\": \"116\",\n            \"co2_emissions_current\": \"1.2\",\n            \"co2_emiss_curr_per_floor_area\": \"20\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"214\",\n            \"heating_cost_potential\": \"214\",\n            \"hot_water_cost_current\": \"103\",\n            \"hot_water_cost_potential\": \"103\",\n            \"total_floor_area\": \"57\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"ground floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Community scheme\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Average thermal transmittance 0.14 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.23 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.10 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Community scheme\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Charging system linked to use of community heating, programmer and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": null,\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2015-10-19 15:47:51\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 613.5423,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.041050199999999995,\n                        51.518438700000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 11, Edith Ramsay House, 134, Duckett Street, London\"\n        },\n        {\n            \"gid\": \"6703279\",\n            \"postcode\": \"e14gq\",\n            \"building_reference_number\": \"0805233478\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"81\",\n            \"potential_energy_efficiency\": \"81\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2016-03-16 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-03-16\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"87\",\n            \"environment_impact_potential\": \"87\",\n            \"energy_consumption_current\": \"109\",\n            \"energy_consumption_potential\": \"109\",\n            \"co2_emissions_current\": \"0.7\",\n            \"co2_emiss_curr_per_floor_area\": \"19\",\n            \"co2_emissions_potential\": \"0.7\",\n            \"lighting_cost_current\": \"28\",\n            \"lighting_cost_potential\": \"28\",\n            \"heating_cost_current\": \"164\",\n            \"heating_cost_potential\": \"164\",\n            \"hot_water_cost_current\": \"65\",\n            \"hot_water_cost_potential\": \"65\",\n            \"total_floor_area\": \"38\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, flue gas heat recovery\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.17 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.11 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-03-16 12:42:57\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 409.02819999999997,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0510657,\n                        51.51950479999999\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 6, Mariana Court, 29, Assembly Passage, London\"\n        },\n        {\n            \"gid\": \"6703278\",\n            \"postcode\": \"e14gq\",\n            \"building_reference_number\": \"2505233478\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"84\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2016-03-16 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-03-16\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"87\",\n            \"environment_impact_potential\": \"87\",\n            \"energy_consumption_current\": \"76\",\n            \"energy_consumption_potential\": \"76\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"13\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"54\",\n            \"lighting_cost_potential\": \"54\",\n            \"heating_cost_current\": \"199\",\n            \"heating_cost_potential\": \"199\",\n            \"hot_water_cost_current\": \"85\",\n            \"hot_water_cost_potential\": \"85\",\n            \"total_floor_area\": \"82\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, flue gas heat recovery\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.15 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance 0.11 W/m²K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-03-16 12:42:55\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 882.6397999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0510657,\n                        51.51950479999999\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 5, Mariana Court, 29, Assembly Passage, London\"\n        },\n        {\n            \"gid\": \"6703277\",\n            \"postcode\": \"e14gq\",\n            \"building_reference_number\": \"0515233478\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"83\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2016-03-16 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-03-16\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"88\",\n            \"environment_impact_potential\": \"88\",\n            \"energy_consumption_current\": \"82\",\n            \"energy_consumption_potential\": \"82\",\n            \"co2_emissions_current\": \"0.8\",\n            \"co2_emiss_curr_per_floor_area\": \"14\",\n            \"co2_emissions_potential\": \"0.8\",\n            \"lighting_cost_current\": \"41\",\n            \"lighting_cost_potential\": \"41\",\n            \"heating_cost_current\": \"169\",\n            \"heating_cost_potential\": \"169\",\n            \"hot_water_cost_current\": \"76\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"59\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, flue gas heat recovery\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.16 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-03-16 12:42:54\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 635.0701,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0510657,\n                        51.51950479999999\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, Mariana Court, 29, Assembly Passage, London\"\n        },\n        {\n            \"gid\": \"6703276\",\n            \"postcode\": \"e14gq\",\n            \"building_reference_number\": \"1305233478\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"84\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2016-03-16 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-03-16\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"88\",\n            \"environment_impact_potential\": \"88\",\n            \"energy_consumption_current\": \"79\",\n            \"energy_consumption_potential\": \"79\",\n            \"co2_emissions_current\": \"0.8\",\n            \"co2_emiss_curr_per_floor_area\": \"14\",\n            \"co2_emissions_potential\": \"0.8\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"165\",\n            \"heating_cost_potential\": \"165\",\n            \"hot_water_cost_current\": \"77\",\n            \"hot_water_cost_potential\": \"77\",\n            \"total_floor_area\": \"60\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, flue gas heat recovery\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.15 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-03-16 12:42:53\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 645.834,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0510657,\n                        51.51950479999999\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, Mariana Court, 29, Assembly Passage, London\"\n        },\n        {\n            \"gid\": \"6703275\",\n            \"postcode\": \"e14gq\",\n            \"building_reference_number\": \"2894233478\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"81\",\n            \"potential_energy_efficiency\": \"81\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2016-03-16 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-03-16\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"85\",\n            \"environment_impact_potential\": \"85\",\n            \"energy_consumption_current\": \"99\",\n            \"energy_consumption_potential\": \"99\",\n            \"co2_emissions_current\": \"1\",\n            \"co2_emiss_curr_per_floor_area\": \"17\",\n            \"co2_emissions_potential\": \"1\",\n            \"lighting_cost_current\": \"41\",\n            \"lighting_cost_potential\": \"41\",\n            \"heating_cost_current\": \"203\",\n            \"heating_cost_potential\": \"203\",\n            \"hot_water_cost_current\": \"75\",\n            \"hot_water_cost_potential\": \"75\",\n            \"total_floor_area\": \"59\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, flue gas heat recovery\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"Average thermal transmittance 0.13 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.16 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-03-16 12:42:51\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 635.0701,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0510657,\n                        51.51950479999999\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 2, Mariana Court, 29, Assembly Passage, London\"\n        },\n        {\n            \"gid\": \"6703274\",\n            \"postcode\": \"e14gq\",\n            \"building_reference_number\": \"9894233478\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"88\",\n            \"potential_energy_efficiency\": \"88\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2016-03-16 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-03-16\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"91\",\n            \"environment_impact_potential\": \"91\",\n            \"energy_consumption_current\": \"50\",\n            \"energy_consumption_potential\": \"50\",\n            \"co2_emissions_current\": \"0.5\",\n            \"co2_emiss_curr_per_floor_area\": \"9\",\n            \"co2_emissions_potential\": \"0.5\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"196\",\n            \"heating_cost_potential\": \"196\",\n            \"hot_water_cost_current\": \"76\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"60\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": \"mid floor\",\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": null,\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, flue gas heat recovery\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"Average thermal transmittance 0.13 W/m²K\",\n            \"floor_energy_eff\": \"Very Good\",\n            \"floor_env_eff\": \"Very Good\",\n            \"windows_description\": \"High performance glazing\",\n            \"windows_energy_eff\": \"Very Good\",\n            \"windows_env_eff\": \"Very Good\",\n            \"walls_description\": \"Average thermal transmittance 0.15 W/m²K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": null,\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2016-03-16 12:42:48\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 645.834,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.05102569999999999,\n                        51.5194668\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, Mariana Court, 29, Assembly Passage, London\"\n        },\n        {\n            \"gid\": \"6653878\",\n            \"postcode\": \"e14lj\",\n            \"building_reference_number\": \"1119882078\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"59\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2012-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2012-10-31\",\n            \"transaction_type\": \"non marketed sale\",\n            \"environment_impact_current\": \"56\",\n            \"environment_impact_potential\": \"78\",\n            \"energy_consumption_current\": \"262\",\n            \"energy_consumption_potential\": \"128\",\n            \"co2_emissions_current\": \"3.8\",\n            \"co2_emiss_curr_per_floor_area\": \"51\",\n            \"co2_emissions_potential\": \"1.8\",\n            \"lighting_cost_current\": \"58\",\n            \"lighting_cost_potential\": \"44\",\n            \"heating_cost_current\": \"653\",\n            \"heating_cost_potential\": \"326\",\n            \"hot_water_cost_current\": \"84\",\n            \"hot_water_cost_potential\": \"85\",\n            \"total_floor_area\": \"75\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2102\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"5\",\n            \"low_energy_lighting\": \"70\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, no insulation\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, no room thermostat\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in 70% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1900-1929\",\n            \"lodgement_datetime\": \"2012-10-31 23:34:34\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"10\",\n            \"low_energy_fixed_light_count\": \"7\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 807.2925,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0475533,\n                        51.5214158\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"212a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653830\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"4521253568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"70\",\n            \"potential_energy_efficiency\": \"71\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2008-12-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-12-09\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"79\",\n            \"environment_impact_potential\": \"79\",\n            \"energy_consumption_current\": \"277\",\n            \"energy_consumption_potential\": \"271\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"42\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"24\",\n            \"lighting_cost_potential\": \"16\",\n            \"heating_cost_current\": \"120\",\n            \"heating_cost_potential\": \"123\",\n            \"hot_water_cost_current\": \"144\",\n            \"hot_water_cost_potential\": \"144\",\n            \"total_floor_area\": \"27.38\",\n            \"energy_tariff\": \"off-peak 7 hour\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"2\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Average thermal transmittance = 0.26 W/m?K\",\n            \"walls_energy_eff\": \"Very Good\",\n            \"walls_env_eff\": \"Very Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance = 0.14 W/m?K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"Programmer and appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.29\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-12-09 12:33:21\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 294.715582,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 7, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653830\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"4521253568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"72\",\n            \"potential_energy_efficiency\": \"78\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2009-12-24 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-02-02\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"72\",\n            \"environment_impact_potential\": \"71\",\n            \"energy_consumption_current\": \"321\",\n            \"energy_consumption_potential\": \"332\",\n            \"co2_emissions_current\": \"1.7\",\n            \"co2_emiss_curr_per_floor_area\": \"48\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"21\",\n            \"lighting_cost_potential\": \"21\",\n            \"heating_cost_current\": \"205\",\n            \"heating_cost_potential\": \"122\",\n            \"hot_water_cost_current\": \"124\",\n            \"hot_water_cost_potential\": \"124\",\n            \"total_floor_area\": \"34.95\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2602\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.32\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2010-02-02 09:55:07\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 376.198305,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 7, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653829\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"3489253568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"70\",\n            \"potential_energy_efficiency\": \"70\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2008-12-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-12-09\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"78\",\n            \"environment_impact_potential\": \"79\",\n            \"energy_consumption_current\": \"281\",\n            \"energy_consumption_potential\": \"276\",\n            \"co2_emissions_current\": \"1.2\",\n            \"co2_emiss_curr_per_floor_area\": \"42\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"24\",\n            \"lighting_cost_potential\": \"16\",\n            \"heating_cost_current\": \"125\",\n            \"heating_cost_potential\": \"128\",\n            \"hot_water_cost_current\": \"144\",\n            \"hot_water_cost_potential\": \"144\",\n            \"total_floor_area\": \"27.38\",\n            \"energy_tariff\": \"off-peak 7 hour\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"2\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Average thermal transmittance = 0.30 W/m?K\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance = 0.14 W/m?K\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"Programmer and appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.29\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-12-09 12:41:53\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 294.715582,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 6, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653829\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"3489253568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"74\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Semi-Detached\",\n            \"inspection_date\": \"2009-12-24 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-02-02\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"72\",\n            \"energy_consumption_current\": \"332\",\n            \"energy_consumption_potential\": \"342\",\n            \"co2_emissions_current\": \"1.5\",\n            \"co2_emiss_curr_per_floor_area\": \"50\",\n            \"co2_emissions_potential\": \"1.6\",\n            \"lighting_cost_current\": \"19\",\n            \"lighting_cost_potential\": \"19\",\n            \"heating_cost_current\": \"169\",\n            \"heating_cost_potential\": \"103\",\n            \"hot_water_cost_current\": \"119\",\n            \"hot_water_cost_potential\": \"119\",\n            \"total_floor_area\": \"30.3\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2602\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Less Than Typical\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.32\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2010-02-02 09:56:56\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 326.14617,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 6, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653829\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"3489253568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"78\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2014-09-26 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2014-10-01\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"73\",\n            \"energy_consumption_current\": \"272\",\n            \"energy_consumption_potential\": \"277\",\n            \"co2_emissions_current\": \"1.4\",\n            \"co2_emiss_curr_per_floor_area\": \"48\",\n            \"co2_emissions_potential\": \"1.5\",\n            \"lighting_cost_current\": \"35\",\n            \"lighting_cost_potential\": \"38\",\n            \"heating_cost_current\": \"151\",\n            \"heating_cost_potential\": \"99\",\n            \"hot_water_cost_current\": \"133\",\n            \"hot_water_cost_potential\": \"110\",\n            \"total_floor_area\": \"30\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2602\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"60\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"Poor\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 60% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"5\",\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2014-10-01 19:34:49\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"5\",\n            \"low_energy_fixed_light_count\": \"3\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 322.917,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 6, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653828\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"9622253568\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"47\",\n            \"potential_energy_efficiency\": \"65\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2009-12-24 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-02-02\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"56\",\n            \"environment_impact_potential\": \"54\",\n            \"energy_consumption_current\": \"472\",\n            \"energy_consumption_potential\": \"503\",\n            \"co2_emissions_current\": \"2.7\",\n            \"co2_emiss_curr_per_floor_area\": \"71\",\n            \"co2_emissions_potential\": \"2.9\",\n            \"lighting_cost_current\": \"21\",\n            \"lighting_cost_potential\": \"21\",\n            \"heating_cost_current\": \"466\",\n            \"heating_cost_potential\": \"265\",\n            \"hot_water_cost_current\": \"128\",\n            \"hot_water_cost_potential\": \"128\",\n            \"total_floor_area\": \"37.98\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2602\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Timber frame, with internal insulation\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated at rafters\",\n            \"roof_energy_eff\": \"Poor\",\n            \"roof_env_eff\": \"Poor\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.38\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1900-1929\",\n            \"lodgement_datetime\": \"2010-02-02 09:59:56\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 408.81292199999996,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 5, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653828\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"9622253568\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"68\",\n            \"potential_energy_efficiency\": \"69\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2008-12-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-12-09\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"78\",\n            \"environment_impact_potential\": \"78\",\n            \"energy_consumption_current\": \"253\",\n            \"energy_consumption_potential\": \"247\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"38\",\n            \"co2_emissions_potential\": \"1.3\",\n            \"lighting_cost_current\": \"32\",\n            \"lighting_cost_potential\": \"21\",\n            \"heating_cost_current\": \"142\",\n            \"heating_cost_potential\": \"145\",\n            \"hot_water_cost_current\": \"155\",\n            \"hot_water_cost_potential\": \"155\",\n            \"total_floor_area\": \"34.28\",\n            \"energy_tariff\": \"off-peak 7 hour\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"2\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Average thermal transmittance = 0.34 W/m?K\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance = 0.15 W/m?K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"Programmer and appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.29\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-12-09 12:38:25\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 368.986492,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 5, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653827\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"0052253568\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"59\",\n            \"potential_energy_efficiency\": \"71\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2009-12-24 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-02-02\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"64\",\n            \"environment_impact_potential\": \"61\",\n            \"energy_consumption_current\": \"433\",\n            \"energy_consumption_potential\": \"457\",\n            \"co2_emissions_current\": \"2.1\",\n            \"co2_emiss_curr_per_floor_area\": \"65\",\n            \"co2_emissions_potential\": \"2.2\",\n            \"lighting_cost_current\": \"18\",\n            \"lighting_cost_potential\": \"18\",\n            \"heating_cost_current\": \"322\",\n            \"heating_cost_potential\": \"186\",\n            \"hot_water_cost_current\": \"121\",\n            \"hot_water_cost_potential\": \"121\",\n            \"total_floor_area\": \"32.21\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2602\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Less Than Typical\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Timber frame, with internal insulation\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated at rafters\",\n            \"roof_energy_eff\": \"Poor\",\n            \"roof_env_eff\": \"Poor\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"1.77\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1900-1929\",\n            \"lodgement_datetime\": \"2010-02-02 10:02:12\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 346.705219,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653827\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"0052253568\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"63\",\n            \"potential_energy_efficiency\": \"73\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2020-08-13 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2020-08-13\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"48\",\n            \"environment_impact_potential\": \"64\",\n            \"energy_consumption_current\": \"486\",\n            \"energy_consumption_potential\": \"335\",\n            \"co2_emissions_current\": \"2.6\",\n            \"co2_emiss_curr_per_floor_area\": \"82\",\n            \"co2_emissions_potential\": \"1.8\",\n            \"lighting_cost_current\": \"26\",\n            \"lighting_cost_potential\": \"26\",\n            \"heating_cost_current\": \"423\",\n            \"heating_cost_potential\": \"246\",\n            \"hot_water_cost_current\": \"149\",\n            \"hot_water_cost_potential\": \"149\",\n            \"total_floor_area\": \"32\",\n            \"energy_tariff\": \"off-peak 18 hour\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2602\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated at rafters\",\n            \"roof_energy_eff\": \"Average\",\n            \"roof_env_eff\": \"Average\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Poor\",\n            \"mainheatcont_description\": \"Appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2020-08-13 07:26:03\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 344.4448,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653827\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"0052253568\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"60\",\n            \"potential_energy_efficiency\": \"61\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2008-12-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-12-09\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"73\",\n            \"energy_consumption_current\": \"295\",\n            \"energy_consumption_potential\": \"291\",\n            \"co2_emissions_current\": \"1.6\",\n            \"co2_emiss_curr_per_floor_area\": \"45\",\n            \"co2_emissions_potential\": \"1.6\",\n            \"lighting_cost_current\": \"32\",\n            \"lighting_cost_potential\": \"21\",\n            \"heating_cost_current\": \"225\",\n            \"heating_cost_potential\": \"229\",\n            \"hot_water_cost_current\": \"159\",\n            \"hot_water_cost_potential\": \"159\",\n            \"total_floor_area\": \"36.97\",\n            \"energy_tariff\": \"off-peak 7 hour\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"2\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Average thermal transmittance = 0.34 W/m?K\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Average thermal transmittance = 0.16 W/m?K\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"Programmer and appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.29\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-12-09 12:36:21\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 397.941383,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653826\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"9150253568\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"68\",\n            \"potential_energy_efficiency\": \"68\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2008-12-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-12-09\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"77\",\n            \"environment_impact_potential\": \"78\",\n            \"energy_consumption_current\": \"255\",\n            \"energy_consumption_potential\": \"251\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"38\",\n            \"co2_emissions_potential\": \"1.3\",\n            \"lighting_cost_current\": \"25\",\n            \"lighting_cost_potential\": \"17\",\n            \"heating_cost_current\": \"158\",\n            \"heating_cost_potential\": \"160\",\n            \"hot_water_cost_current\": \"156\",\n            \"hot_water_cost_potential\": \"156\",\n            \"total_floor_area\": \"35.01\",\n            \"energy_tariff\": \"off-peak 7 hour\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"2\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Average thermal transmittance = 0.34 W/m?K\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"Programmer and appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.45\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-12-09 12:34:54\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 376.844139,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653826\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"9150253568\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"39\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2012-01-31 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2012-01-31\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"46\",\n            \"environment_impact_potential\": \"61\",\n            \"energy_consumption_current\": \"509\",\n            \"energy_consumption_potential\": \"355\",\n            \"co2_emissions_current\": \"3.5\",\n            \"co2_emiss_curr_per_floor_area\": \"90\",\n            \"co2_emissions_potential\": \"2.5\",\n            \"lighting_cost_current\": \"24\",\n            \"lighting_cost_potential\": \"26\",\n            \"heating_cost_current\": \"255\",\n            \"heating_cost_potential\": \"211\",\n            \"hot_water_cost_current\": \"592\",\n            \"hot_water_cost_potential\": \"92\",\n            \"total_floor_area\": \"39.2\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2699\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, standard tariff\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": null,\n            \"walls_energy_eff\": \"N/A\",\n            \"walls_env_eff\": \"N/A\",\n            \"secondheat_description\": \"Portable electric heaters (assumed)\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"No system present: electric heaters assumed\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"None\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"To be used only when there is no heating/hot-water system\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"8.7\",\n            \"floor_height\": \"2.7\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2012-01-31 13:40:09\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"4\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 421.94488,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653825\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"0860253568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"74\",\n            \"potential_energy_efficiency\": \"75\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2008-12-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-12-09\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"80\",\n            \"environment_impact_potential\": \"81\",\n            \"energy_consumption_current\": \"233\",\n            \"energy_consumption_potential\": \"228\",\n            \"co2_emissions_current\": \"1.1\",\n            \"co2_emiss_curr_per_floor_area\": \"35\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"22\",\n            \"lighting_cost_potential\": \"14\",\n            \"heating_cost_current\": \"71\",\n            \"heating_cost_potential\": \"73\",\n            \"hot_water_cost_current\": \"174\",\n            \"hot_water_cost_potential\": \"174\",\n            \"total_floor_area\": \"32.04\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"2\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"Electric immersion, standard tariff\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Average thermal transmittance = 0.35 W/m?K\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"Programmer and appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.45\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-12-09 12:53:23\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 344.87535599999995,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 2, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653825\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"0860253568\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"42\",\n            \"potential_energy_efficiency\": \"81\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2012-01-31 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2012-01-31\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"48\",\n            \"environment_impact_potential\": \"69\",\n            \"energy_consumption_current\": \"586\",\n            \"energy_consumption_potential\": \"347\",\n            \"co2_emissions_current\": \"2.9\",\n            \"co2_emiss_curr_per_floor_area\": \"104\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"19\",\n            \"lighting_cost_potential\": \"20\",\n            \"heating_cost_current\": \"114\",\n            \"heating_cost_potential\": \"129\",\n            \"hot_water_cost_current\": \"579\",\n            \"hot_water_cost_potential\": \"86\",\n            \"total_floor_area\": \"31.59\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2699\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, standard tariff\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": null,\n            \"walls_energy_eff\": \"N/A\",\n            \"walls_env_eff\": \"N/A\",\n            \"secondheat_description\": \"Portable electric heaters (assumed)\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"No system present: electric heaters assumed\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"None\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"To be used only when there is no heating/hot-water system\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"5.1\",\n            \"floor_height\": \"2.76\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2012-01-31 13:31:14\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"4\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 340.03160099999997,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 2, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653824\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"4255253568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"70\",\n            \"potential_energy_efficiency\": \"71\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2008-12-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-12-09\",\n            \"transaction_type\": \"new dwelling\",\n            \"environment_impact_current\": \"79\",\n            \"environment_impact_potential\": \"79\",\n            \"energy_consumption_current\": \"240\",\n            \"energy_consumption_potential\": \"235\",\n            \"co2_emissions_current\": \"1.3\",\n            \"co2_emiss_curr_per_floor_area\": \"36\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"27\",\n            \"lighting_cost_potential\": \"18\",\n            \"heating_cost_current\": \"135\",\n            \"heating_cost_potential\": \"138\",\n            \"hot_water_cost_current\": \"156\",\n            \"hot_water_cost_potential\": \"156\",\n            \"total_floor_area\": \"35.05\",\n            \"energy_tariff\": \"off-peak 7 hour\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"2\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Average thermal transmittance = 0.34 W/m?K\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(other premises above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Room heaters, electric\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"Programmer and appliance thermostats\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.45\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-12-09 12:26:11\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 377.27469499999995,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653824\",\n            \"postcode\": \"e14aq\",\n            \"building_reference_number\": \"4255253568\",\n            \"current_energy_rating\": \"G\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"13\",\n            \"potential_energy_efficiency\": \"56\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2012-01-31 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2012-01-31\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"25\",\n            \"environment_impact_potential\": \"32\",\n            \"energy_consumption_current\": \"952\",\n            \"energy_consumption_potential\": \"804\",\n            \"co2_emissions_current\": \"5.3\",\n            \"co2_emiss_curr_per_floor_area\": \"169\",\n            \"co2_emissions_potential\": \"4.5\",\n            \"lighting_cost_current\": \"20\",\n            \"lighting_cost_potential\": \"22\",\n            \"heating_cost_current\": \"712\",\n            \"heating_cost_potential\": \"464\",\n            \"hot_water_cost_current\": \"583\",\n            \"hot_water_cost_potential\": \"88\",\n            \"total_floor_area\": \"35.78\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2699\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"0\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, standard tariff\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"Portable electric heaters (assumed)\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, no insulation(assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"No system present: electric heaters assumed\",\n            \"mainheat_energy_eff\": \"Very Poor\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"None\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"To be used only when there is no heating/hot-water system\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"1\",\n            \"floor_height\": \"2.76\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2012-01-31 13:15:28\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"3\",\n            \"low_energy_fixed_light_count\": \"3\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 385.132342,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471459,\n                        51.521840600000004\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, 169, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653070\",\n            \"postcode\": \"e14lj\",\n            \"building_reference_number\": \"3599928968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"74\",\n            \"potential_energy_efficiency\": \"74\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2012-05-10 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2012-05-11\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"76\",\n            \"environment_impact_potential\": \"76\",\n            \"energy_consumption_current\": \"152\",\n            \"energy_consumption_potential\": \"152\",\n            \"co2_emissions_current\": \"1.8\",\n            \"co2_emiss_curr_per_floor_area\": \"29\",\n            \"co2_emissions_potential\": \"1.8\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"317\",\n            \"heating_cost_potential\": \"317\",\n            \"hot_water_cost_current\": \"79\",\n            \"hot_water_cost_potential\": \"79\",\n            \"total_floor_area\": \"62\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"88\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Timber frame, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 88% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"7.2\",\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1991-1995\",\n            \"lodgement_datetime\": \"2012-05-11 17:58:22\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"7\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 667.3618,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471263,\n                        51.521466499999995\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"224a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6653070\",\n            \"postcode\": \"e14lj\",\n            \"building_reference_number\": \"3599928968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"72\",\n            \"potential_energy_efficiency\": \"73\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2020-09-14 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2020-09-15\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"72\",\n            \"environment_impact_potential\": \"73\",\n            \"energy_consumption_current\": \"184\",\n            \"energy_consumption_potential\": \"180\",\n            \"co2_emissions_current\": \"1.9\",\n            \"co2_emiss_curr_per_floor_area\": \"32\",\n            \"co2_emissions_potential\": \"1.8\",\n            \"lighting_cost_current\": \"75\",\n            \"lighting_cost_potential\": \"54\",\n            \"heating_cost_current\": \"319\",\n            \"heating_cost_potential\": \"321\",\n            \"hot_water_cost_current\": \"91\",\n            \"hot_water_cost_potential\": \"91\",\n            \"total_floor_area\": \"58\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"63\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 63% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"7.96\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1983-1990\",\n            \"lodgement_datetime\": \"2020-09-15 22:23:14\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 624.3062,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0471263,\n                        51.521466499999995\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"224a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6652997\",\n            \"postcode\": \"e14tt\",\n            \"building_reference_number\": \"2652940868\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"68\",\n            \"potential_energy_efficiency\": \"76\",\n            \"property_type\": \"Maisonette\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2010-10-04 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-10-06\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"63\",\n            \"environment_impact_potential\": \"72\",\n            \"energy_consumption_current\": \"287\",\n            \"energy_consumption_potential\": \"217\",\n            \"co2_emissions_current\": \"2.9\",\n            \"co2_emiss_curr_per_floor_area\": \"47.951286\",\n            \"co2_emissions_potential\": \"2.2\",\n            \"lighting_cost_current\": \"52\",\n            \"lighting_cost_potential\": \"33\",\n            \"heating_cost_current\": \"451\",\n            \"heating_cost_potential\": \"372\",\n            \"hot_water_cost_current\": \"115\",\n            \"hot_water_cost_potential\": \"87\",\n            \"total_floor_area\": \"60.83\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2107\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"43\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, 150 mm loft insulation\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, TRVs and bypass\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 43% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"heated corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.76\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2010-10-06 22:25:02\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 654.7680369999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.052762699999999996,\n                        51.5209137\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"55a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6652392\",\n            \"postcode\": \"e14at\",\n            \"building_reference_number\": \"6358317668\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"45\",\n            \"potential_energy_efficiency\": \"59\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2011-03-10 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-03-11\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"38\",\n            \"environment_impact_potential\": \"52\",\n            \"energy_consumption_current\": \"516\",\n            \"energy_consumption_potential\": \"367\",\n            \"co2_emissions_current\": \"5.5\",\n            \"co2_emiss_curr_per_floor_area\": \"86.75727\",\n            \"co2_emissions_potential\": \"3.9\",\n            \"lighting_cost_current\": \"39\",\n            \"lighting_cost_potential\": \"39\",\n            \"heating_cost_current\": \"881\",\n            \"heating_cost_potential\": \"653\",\n            \"hot_water_cost_current\": \"146\",\n            \"hot_water_cost_potential\": \"106\",\n            \"total_floor_area\": \"34.3\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"4\",\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"not defined\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"87\",\n            \"number_open_fireplaces\": \"1\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, no insulation\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 87% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.558\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: before 1900\",\n            \"lodgement_datetime\": \"2011-03-11 13:02:12\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 369.20176999999995,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0491728,\n                        51.5233222\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"43, Cephas Avenue, London\"\n        },\n        {\n            \"gid\": \"6652392\",\n            \"postcode\": \"e14at\",\n            \"building_reference_number\": \"6358317668\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"54\",\n            \"potential_energy_efficiency\": \"71\",\n            \"property_type\": \"Maisonette\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2009-09-14 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2009-09-14\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"57\",\n            \"environment_impact_potential\": \"67\",\n            \"energy_consumption_current\": \"346\",\n            \"energy_consumption_potential\": \"260\",\n            \"co2_emissions_current\": \"3.4\",\n            \"co2_emiss_curr_per_floor_area\": \"56\",\n            \"co2_emissions_potential\": \"2.6\",\n            \"lighting_cost_current\": \"36\",\n            \"lighting_cost_potential\": \"36\",\n            \"heating_cost_current\": \"463\",\n            \"heating_cost_potential\": \"369\",\n            \"hot_water_cost_current\": \"257\",\n            \"hot_water_cost_potential\": \"129\",\n            \"total_floor_area\": \"60.08\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"4\",\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"single glazing\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"80\",\n            \"number_open_fireplaces\": \"1\",\n            \"hotwater_description\": \"Electric immersion, standard tariff\",\n            \"hot_water_energy_eff\": \"Very Poor\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated at rafters\",\n            \"roof_energy_eff\": \"Poor\",\n            \"roof_env_eff\": \"Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Poor\",\n            \"mainheatc_env_eff\": \"Poor\",\n            \"lighting_description\": \"Low energy lighting in 80% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.58\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1900-1929\",\n            \"lodgement_datetime\": \"2009-09-14 21:55:54\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 646.695112,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0491728,\n                        51.5233222\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"43, Cephas Avenue, London\"\n        },\n        {\n            \"gid\": \"6649567\",\n            \"postcode\": \"e14lb\",\n            \"building_reference_number\": \"7478961778\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"67\",\n            \"potential_energy_efficiency\": \"70\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2020-08-21 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2020-08-24\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"66\",\n            \"environment_impact_potential\": \"71\",\n            \"energy_consumption_current\": \"246\",\n            \"energy_consumption_potential\": \"212\",\n            \"co2_emissions_current\": \"2\",\n            \"co2_emiss_curr_per_floor_area\": \"43\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"45\",\n            \"lighting_cost_potential\": \"45\",\n            \"heating_cost_current\": \"377\",\n            \"heating_cost_potential\": \"323\",\n            \"hot_water_cost_current\": \"76\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"46\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2102\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"System built, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, no room thermostat\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2020-08-24 00:08:13\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 495.13939999999997,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0496735,\n                        51.5254347\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"123a, Globe Road, London\"\n        },\n        {\n            \"gid\": \"6649547\",\n            \"postcode\": \"e14uf\",\n            \"building_reference_number\": \"1248140478\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"74\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2015-11-04 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-11-07\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"74\",\n            \"environment_impact_potential\": \"78\",\n            \"energy_consumption_current\": \"160\",\n            \"energy_consumption_potential\": \"135\",\n            \"co2_emissions_current\": \"2\",\n            \"co2_emiss_curr_per_floor_area\": \"28\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"60\",\n            \"lighting_cost_potential\": \"62\",\n            \"heating_cost_current\": \"353\",\n            \"heating_cost_potential\": \"292\",\n            \"hot_water_cost_current\": \"100\",\n            \"hot_water_cost_potential\": \"101\",\n            \"total_floor_area\": \"70\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"not defined\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"1\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"81\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Solid, no insulation (assumed)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 81% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1983-1990\",\n            \"lodgement_datetime\": \"2015-11-07 19:03:50\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 753.473,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.05270269999999999,\n                        51.521918\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"20, Cleveland Way, London\"\n        },\n        {\n            \"gid\": \"6649322\",\n            \"postcode\": \"e14aa\",\n            \"building_reference_number\": \"6885499378\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"65\",\n            \"potential_energy_efficiency\": \"74\",\n            \"property_type\": \"Maisonette\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2015-11-01 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-11-05\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"59\",\n            \"environment_impact_potential\": \"71\",\n            \"energy_consumption_current\": \"216\",\n            \"energy_consumption_potential\": \"153\",\n            \"co2_emissions_current\": \"3.7\",\n            \"co2_emiss_curr_per_floor_area\": \"38\",\n            \"co2_emissions_potential\": \"2.6\",\n            \"lighting_cost_current\": \"64\",\n            \"lighting_cost_potential\": \"64\",\n            \"heating_cost_current\": \"660\",\n            \"heating_cost_potential\": \"463\",\n            \"hot_water_cost_current\": \"126\",\n            \"hot_water_cost_potential\": \"111\",\n            \"total_floor_area\": \"96\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"5\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, no insulation (assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2015-11-05 17:24:22\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 1033.3344,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0445954,\n                        51.5223598\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"239a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6362219\",\n            \"postcode\": \"e14un\",\n            \"building_reference_number\": \"1997196768\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"60\",\n            \"potential_energy_efficiency\": \"66\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2014-06-17 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2014-06-18\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"59\",\n            \"environment_impact_potential\": \"67\",\n            \"energy_consumption_current\": \"288\",\n            \"energy_consumption_potential\": \"235\",\n            \"co2_emissions_current\": \"2.7\",\n            \"co2_emiss_curr_per_floor_area\": \"55\",\n            \"co2_emissions_potential\": \"2.2\",\n            \"lighting_cost_current\": \"42\",\n            \"lighting_cost_potential\": \"32\",\n            \"heating_cost_current\": \"549\",\n            \"heating_cost_potential\": \"457\",\n            \"hot_water_cost_current\": \"76\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"49\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"3rd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2107\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"not defined\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"70\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, no insulation (assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, TRVs and bypass\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 70% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: before 1900\",\n            \"lodgement_datetime\": \"2014-06-18 23:35:51\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"10\",\n            \"low_energy_fixed_light_count\": \"7\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 527.4311,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.05210880000000001,\n                        51.520394399999994\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"98c, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6362219\",\n            \"postcode\": \"e14un\",\n            \"building_reference_number\": \"1997196768\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"48\",\n            \"potential_energy_efficiency\": \"64\",\n            \"property_type\": \"Maisonette\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2010-06-12 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-06-12\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"42\",\n            \"environment_impact_potential\": \"57\",\n            \"energy_consumption_current\": \"542\",\n            \"energy_consumption_potential\": \"381\",\n            \"co2_emissions_current\": \"4.1\",\n            \"co2_emiss_curr_per_floor_area\": \"90.69483\",\n            \"co2_emissions_potential\": \"2.9\",\n            \"lighting_cost_current\": \"47\",\n            \"lighting_cost_potential\": \"24\",\n            \"heating_cost_current\": \"650\",\n            \"heating_cost_potential\": \"491\",\n            \"hot_water_cost_current\": \"101\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"45.72\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"3rd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": \"4\",\n            \"main_heating_controls\": \"2102\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"1\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, no insulation (assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, no room thermostat\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.8\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: before 1900\",\n            \"lodgement_datetime\": \"2010-06-12 20:03:14\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 492.12550799999997,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.05210880000000001,\n                        51.520394399999994\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"98c, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6362218\",\n            \"postcode\": \"e14un\",\n            \"building_reference_number\": \"4468372668\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"70\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2014-06-17 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2014-06-18\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"72\",\n            \"environment_impact_potential\": \"86\",\n            \"energy_consumption_current\": \"189\",\n            \"energy_consumption_potential\": \"94\",\n            \"co2_emissions_current\": \"2.1\",\n            \"co2_emiss_curr_per_floor_area\": \"36\",\n            \"co2_emissions_potential\": \"1\",\n            \"lighting_cost_current\": \"53\",\n            \"lighting_cost_potential\": \"37\",\n            \"heating_cost_current\": \"403\",\n            \"heating_cost_potential\": \"209\",\n            \"hot_water_cost_current\": \"81\",\n            \"hot_water_cost_potential\": \"84\",\n            \"total_floor_area\": \"57\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2107\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": \"not defined\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"56\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, TRVs and bypass\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 56% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6.1\",\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: before 1900\",\n            \"lodgement_datetime\": \"2014-06-18 22:00:24\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"9\",\n            \"low_energy_fixed_light_count\": \"5\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 613.5423,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.05210880000000001,\n                        51.520394399999994\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"98b, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6362218\",\n            \"postcode\": \"e14un\",\n            \"building_reference_number\": \"4468372668\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"71\",\n            \"potential_energy_efficiency\": \"78\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Detached\",\n            \"inspection_date\": \"2009-05-28 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2009-06-03\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"68\",\n            \"environment_impact_potential\": \"75\",\n            \"energy_consumption_current\": \"264\",\n            \"energy_consumption_potential\": \"205\",\n            \"co2_emissions_current\": \"2.4\",\n            \"co2_emiss_curr_per_floor_area\": \"44\",\n            \"co2_emissions_potential\": \"1.8\",\n            \"lighting_cost_current\": \"46\",\n            \"lighting_cost_potential\": \"26\",\n            \"heating_cost_current\": \"338\",\n            \"heating_cost_potential\": \"289\",\n            \"hot_water_cost_current\": \"87\",\n            \"hot_water_cost_potential\": \"71\",\n            \"total_floor_area\": \"54.1\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": \"4\",\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"0\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"20\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Single glazed\",\n            \"windows_energy_eff\": \"Very Poor\",\n            \"windows_env_eff\": \"Very Poor\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Poor\",\n            \"mainheatc_env_eff\": \"Poor\",\n            \"lighting_description\": \"Low energy lighting in 20% of fixed outlets\",\n            \"lighting_energy_eff\": \"Poor\",\n            \"lighting_env_eff\": \"Poor\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.5\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1900-1929\",\n            \"lodgement_datetime\": \"2009-06-03 09:50:51\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 582.32699,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.05210880000000001,\n                        51.520394399999994\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"98b, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6362218\",\n            \"postcode\": \"e14un\",\n            \"building_reference_number\": \"4468372668\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"66\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Maisonette\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2010-06-12 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-06-12\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"62\",\n            \"environment_impact_potential\": \"74\",\n            \"energy_consumption_current\": \"340\",\n            \"energy_consumption_potential\": \"234\",\n            \"co2_emissions_current\": \"2.6\",\n            \"co2_emiss_curr_per_floor_area\": \"56.730865\",\n            \"co2_emissions_potential\": \"1.8\",\n            \"lighting_cost_current\": \"47\",\n            \"lighting_cost_potential\": \"24\",\n            \"heating_cost_current\": \"402\",\n            \"heating_cost_potential\": \"310\",\n            \"hot_water_cost_current\": \"101\",\n            \"hot_water_cost_potential\": \"76\",\n            \"total_floor_area\": \"45.72\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": \"4\",\n            \"main_heating_controls\": \"2102\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"1\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, no room thermostat\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.8\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: before 1900\",\n            \"lodgement_datetime\": \"2010-06-12 19:49:06\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 492.12550799999997,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.05210880000000001,\n                        51.520394399999994\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"98b, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6362217\",\n            \"postcode\": \"e14un\",\n            \"building_reference_number\": \"0125080578\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"60\",\n            \"potential_energy_efficiency\": \"76\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2017-03-22 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2017-03-22\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"53\",\n            \"environment_impact_potential\": \"76\",\n            \"energy_consumption_current\": \"257\",\n            \"energy_consumption_potential\": \"133\",\n            \"co2_emissions_current\": \"4\",\n            \"co2_emiss_curr_per_floor_area\": \"45\",\n            \"co2_emissions_potential\": \"2.1\",\n            \"lighting_cost_current\": \"80\",\n            \"lighting_cost_potential\": \"62\",\n            \"heating_cost_current\": \"721\",\n            \"heating_cost_potential\": \"352\",\n            \"hot_water_cost_current\": \"111\",\n            \"hot_water_cost_potential\": \"113\",\n            \"total_floor_area\": \"89\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2107\",\n            \"multi_glaze_proportion\": \"40\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"5\",\n            \"low_energy_lighting\": \"69\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Partial double glazing\",\n            \"windows_energy_eff\": \"Poor\",\n            \"windows_env_eff\": \"Poor\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, no insulation\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, TRVs and bypass\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 69% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1900-1929\",\n            \"lodgement_datetime\": \"2017-03-22 22:04:23\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 957.9870999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0512194,\n                        51.5206314\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"120a, Mile End Road, London\"\n        },\n        {\n            \"gid\": \"6362195\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"6349592968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"77\",\n            \"potential_energy_efficiency\": \"78\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-26 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-30\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"63\",\n            \"environment_impact_potential\": \"63\",\n            \"energy_consumption_current\": \"306\",\n            \"energy_consumption_potential\": \"302\",\n            \"co2_emissions_current\": \"2.6\",\n            \"co2_emiss_curr_per_floor_area\": \"54\",\n            \"co2_emissions_potential\": \"2.6\",\n            \"lighting_cost_current\": \"47\",\n            \"lighting_cost_potential\": \"31\",\n            \"heating_cost_current\": \"209\",\n            \"heating_cost_potential\": \"212\",\n            \"hot_water_cost_current\": \"99\",\n            \"hot_water_cost_potential\": \"99\",\n            \"total_floor_area\": \"47.89\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"3rd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"More Than Typical\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"50\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"System built, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.52\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2011-10-30 01:07:46\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"4\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 515.483171,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 14, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362194\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"2419592968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"75\",\n            \"potential_energy_efficiency\": \"76\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-26 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-30\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"59\",\n            \"environment_impact_potential\": \"60\",\n            \"energy_consumption_current\": \"298\",\n            \"energy_consumption_potential\": \"294\",\n            \"co2_emissions_current\": \"3.3\",\n            \"co2_emiss_curr_per_floor_area\": \"53\",\n            \"co2_emissions_potential\": \"3.2\",\n            \"lighting_cost_current\": \"66\",\n            \"lighting_cost_potential\": \"39\",\n            \"heating_cost_current\": \"268\",\n            \"heating_cost_potential\": \"274\",\n            \"hot_water_cost_current\": \"110\",\n            \"hot_water_cost_potential\": \"110\",\n            \"total_floor_area\": \"61.59\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"More Than Typical\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"System built, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"3.01\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2011-10-30 00:48:50\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 662.948601,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 13, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362193\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"8219592968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"75\",\n            \"potential_energy_efficiency\": \"76\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-26 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-30\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"60\",\n            \"environment_impact_potential\": \"60\",\n            \"energy_consumption_current\": \"334\",\n            \"energy_consumption_potential\": \"329\",\n            \"co2_emissions_current\": \"2.8\",\n            \"co2_emiss_curr_per_floor_area\": \"59\",\n            \"co2_emissions_potential\": \"2.7\",\n            \"lighting_cost_current\": \"51\",\n            \"lighting_cost_potential\": \"31\",\n            \"heating_cost_current\": \"228\",\n            \"heating_cost_potential\": \"232\",\n            \"hot_water_cost_current\": \"98\",\n            \"hot_water_cost_potential\": \"98\",\n            \"total_floor_area\": \"46.82\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"More Than Typical\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"System built, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"3.03\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2011-10-30 00:37:05\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 503.965798,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 12, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362192\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"1219592968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"76\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-30\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"61\",\n            \"environment_impact_potential\": \"62\",\n            \"energy_consumption_current\": \"307\",\n            \"energy_consumption_potential\": \"303\",\n            \"co2_emissions_current\": \"2.7\",\n            \"co2_emiss_curr_per_floor_area\": \"54\",\n            \"co2_emissions_potential\": \"2.7\",\n            \"lighting_cost_current\": \"49\",\n            \"lighting_cost_potential\": \"33\",\n            \"heating_cost_current\": \"223\",\n            \"heating_cost_potential\": \"227\",\n            \"hot_water_cost_current\": \"101\",\n            \"hot_water_cost_potential\": \"101\",\n            \"total_floor_area\": \"50.4\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"More Than Typical\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"50\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Flat, insulated\",\n            \"roof_energy_eff\": \"Average\",\n            \"roof_env_eff\": \"Average\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 50% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.14\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-30 00:20:46\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"3\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 542.50056,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 11, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362191\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"2829592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"83\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"74\",\n            \"environment_impact_potential\": \"75\",\n            \"energy_consumption_current\": \"215\",\n            \"energy_consumption_potential\": \"210\",\n            \"co2_emissions_current\": \"1.8\",\n            \"co2_emiss_curr_per_floor_area\": \"38\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"51\",\n            \"lighting_cost_potential\": \"32\",\n            \"heating_cost_current\": \"111\",\n            \"heating_cost_potential\": \"115\",\n            \"hot_water_cost_current\": \"98\",\n            \"hot_water_cost_potential\": \"98\",\n            \"total_floor_area\": \"46.58\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"40\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 40% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.37\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 23:58:37\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"5\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 501.382462,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 10, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362190\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"8629592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"72\",\n            \"environment_impact_potential\": \"73\",\n            \"energy_consumption_current\": \"200\",\n            \"energy_consumption_potential\": \"195\",\n            \"co2_emissions_current\": \"2.3\",\n            \"co2_emiss_curr_per_floor_area\": \"35\",\n            \"co2_emissions_potential\": \"2.3\",\n            \"lighting_cost_current\": \"73\",\n            \"lighting_cost_potential\": \"43\",\n            \"heating_cost_current\": \"153\",\n            \"heating_cost_potential\": \"159\",\n            \"hot_water_cost_current\": \"113\",\n            \"hot_water_cost_potential\": \"113\",\n            \"total_floor_area\": \"65.35\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.4\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 23:37:08\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 703.4208649999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 9, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362189\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"1629592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"84\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"74\",\n            \"energy_consumption_current\": \"186\",\n            \"energy_consumption_potential\": \"180\",\n            \"co2_emissions_current\": \"2.2\",\n            \"co2_emiss_curr_per_floor_area\": \"33\",\n            \"co2_emissions_potential\": \"2.2\",\n            \"lighting_cost_current\": \"75\",\n            \"lighting_cost_potential\": \"45\",\n            \"heating_cost_current\": \"141\",\n            \"heating_cost_potential\": \"147\",\n            \"hot_water_cost_current\": \"116\",\n            \"hot_water_cost_potential\": \"116\",\n            \"total_floor_area\": \"68.17\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.4\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 23:22:17\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 733.775063,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 8, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362188\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"3909592968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"80\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"70\",\n            \"environment_impact_potential\": \"70\",\n            \"energy_consumption_current\": \"212\",\n            \"energy_consumption_potential\": \"207\",\n            \"co2_emissions_current\": \"2.6\",\n            \"co2_emiss_curr_per_floor_area\": \"38\",\n            \"co2_emissions_potential\": \"2.5\",\n            \"lighting_cost_current\": \"75\",\n            \"lighting_cost_potential\": \"45\",\n            \"heating_cost_current\": \"178\",\n            \"heating_cost_potential\": \"185\",\n            \"hot_water_cost_current\": \"115\",\n            \"hot_water_cost_potential\": \"115\",\n            \"total_floor_area\": \"67.93\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6.21\",\n            \"floor_height\": \"2.36\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 23:09:22\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 731.191727,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 7, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362187\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"9709592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"74\",\n            \"energy_consumption_current\": \"209\",\n            \"energy_consumption_potential\": \"204\",\n            \"co2_emissions_current\": \"1.9\",\n            \"co2_emiss_curr_per_floor_area\": \"37\",\n            \"co2_emissions_potential\": \"1.9\",\n            \"lighting_cost_current\": \"60\",\n            \"lighting_cost_potential\": \"36\",\n            \"heating_cost_current\": \"124\",\n            \"heating_cost_potential\": \"129\",\n            \"hot_water_cost_current\": \"103\",\n            \"hot_water_cost_potential\": \"103\",\n            \"total_floor_area\": \"52.55\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.4\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 22:50:35\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 565.6429449999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 6, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362186\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"2709592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"74\",\n            \"energy_consumption_current\": \"226\",\n            \"energy_consumption_potential\": \"221\",\n            \"co2_emissions_current\": \"1.8\",\n            \"co2_emiss_curr_per_floor_area\": \"40\",\n            \"co2_emissions_potential\": \"1.8\",\n            \"lighting_cost_current\": \"50\",\n            \"lighting_cost_potential\": \"31\",\n            \"heating_cost_current\": \"115\",\n            \"heating_cost_potential\": \"119\",\n            \"hot_water_cost_current\": \"97\",\n            \"hot_water_cost_potential\": \"97\",\n            \"total_floor_area\": \"44.78\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"40\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 40% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.4\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 22:36:47\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"5\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 482.00744199999997,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 5, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362185\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"8919592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"85\",\n            \"potential_energy_efficiency\": \"86\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"78\",\n            \"environment_impact_potential\": \"78\",\n            \"energy_consumption_current\": \"184\",\n            \"energy_consumption_potential\": \"180\",\n            \"co2_emissions_current\": \"1.5\",\n            \"co2_emiss_curr_per_floor_area\": \"33\",\n            \"co2_emissions_potential\": \"1.5\",\n            \"lighting_cost_current\": \"46\",\n            \"lighting_cost_potential\": \"33\",\n            \"heating_cost_current\": \"86\",\n            \"heating_cost_potential\": \"88\",\n            \"hot_water_cost_current\": \"99\",\n            \"hot_water_cost_potential\": \"99\",\n            \"total_floor_area\": \"47.21\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"1\",\n            \"low_energy_lighting\": \"60\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 60% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"3.39\",\n            \"floor_height\": \"2.34\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 22:26:41\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"5\",\n            \"low_energy_fixed_light_count\": \"3\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 508.163719,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 4, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362184\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"1488592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"73\",\n            \"energy_consumption_current\": \"196\",\n            \"energy_consumption_potential\": \"190\",\n            \"co2_emissions_current\": \"2.2\",\n            \"co2_emiss_curr_per_floor_area\": \"35\",\n            \"co2_emissions_potential\": \"2.2\",\n            \"lighting_cost_current\": \"79\",\n            \"lighting_cost_potential\": \"43\",\n            \"heating_cost_current\": \"141\",\n            \"heating_cost_potential\": \"149\",\n            \"hot_water_cost_current\": \"113\",\n            \"hot_water_cost_potential\": \"113\",\n            \"total_floor_area\": \"64.45\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"17\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 17% of fixed outlets\",\n            \"lighting_energy_eff\": \"Poor\",\n            \"lighting_env_eff\": \"Poor\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.39\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 20:35:29\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"1\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 693.733355,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 3, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362183\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"4968592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"83\",\n            \"potential_energy_efficiency\": \"85\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"75\",\n            \"environment_impact_potential\": \"76\",\n            \"energy_consumption_current\": \"181\",\n            \"energy_consumption_potential\": \"174\",\n            \"co2_emissions_current\": \"2\",\n            \"co2_emiss_curr_per_floor_area\": \"32\",\n            \"co2_emissions_potential\": \"1.9\",\n            \"lighting_cost_current\": \"75\",\n            \"lighting_cost_potential\": \"41\",\n            \"heating_cost_current\": \"111\",\n            \"heating_cost_potential\": \"118\",\n            \"hot_water_cost_current\": \"110\",\n            \"hot_water_cost_potential\": \"110\",\n            \"total_floor_area\": \"60.95\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"17\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 17% of fixed outlets\",\n            \"lighting_energy_eff\": \"Poor\",\n            \"lighting_env_eff\": \"Poor\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.35\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 20:24:25\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"1\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 656.059705,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 2, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6362182\",\n            \"postcode\": \"e14nf\",\n            \"building_reference_number\": \"3478592968\",\n            \"current_energy_rating\": \"B\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"82\",\n            \"potential_energy_efficiency\": \"83\",\n            \"property_type\": \"Flat\",\n            \"built_form\": null,\n            \"inspection_date\": \"2011-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-10-29\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"74\",\n            \"energy_consumption_current\": \"194\",\n            \"energy_consumption_potential\": \"189\",\n            \"co2_emissions_current\": \"2.2\",\n            \"co2_emiss_curr_per_floor_area\": \"34\",\n            \"co2_emissions_potential\": \"2.1\",\n            \"lighting_cost_current\": \"70\",\n            \"lighting_cost_potential\": \"42\",\n            \"heating_cost_current\": \"137\",\n            \"heating_cost_potential\": \"143\",\n            \"hot_water_cost_current\": \"111\",\n            \"hot_water_cost_potential\": \"111\",\n            \"total_floor_area\": \"62.68\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"2\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Very Poor\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"no corridor\",\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.34\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1996-2002\",\n            \"lodgement_datetime\": \"2011-10-29 20:07:23\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"6\",\n            \"low_energy_fixed_light_count\": \"2\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 674.681252,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.04666,\n                        51.5210682\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, 25, Louisa Street, London\"\n        },\n        {\n            \"gid\": \"6361967\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"9684604968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"72\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2016-11-08 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-11-23\",\n            \"transaction_type\": \"none of the above\",\n            \"environment_impact_current\": \"73\",\n            \"environment_impact_potential\": \"82\",\n            \"energy_consumption_current\": \"184\",\n            \"energy_consumption_potential\": \"125\",\n            \"co2_emissions_current\": \"1.8\",\n            \"co2_emiss_curr_per_floor_area\": \"32\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"78\",\n            \"lighting_cost_potential\": \"39\",\n            \"heating_cost_current\": \"302\",\n            \"heating_cost_potential\": \"215\",\n            \"hot_water_cost_current\": \"96\",\n            \"hot_water_cost_potential\": \"97\",\n            \"total_floor_area\": \"55\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2103\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Poor\",\n            \"walls_env_eff\": \"Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Room thermostat only\",\n            \"mainheatc_energy_eff\": \"Poor\",\n            \"mainheatc_env_eff\": \"Poor\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6.4\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1950-1966\",\n            \"lodgement_datetime\": \"2016-11-23 10:46:10\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 592.0145,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 9, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361967\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"9684604968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"76\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2011-12-14 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-12-15\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"77\",\n            \"environment_impact_potential\": \"84\",\n            \"energy_consumption_current\": \"147\",\n            \"energy_consumption_potential\": \"107\",\n            \"co2_emissions_current\": \"1.9\",\n            \"co2_emiss_curr_per_floor_area\": \"28\",\n            \"co2_emissions_potential\": \"1.4\",\n            \"lighting_cost_current\": \"39\",\n            \"lighting_cost_potential\": \"39\",\n            \"heating_cost_current\": \"335\",\n            \"heating_cost_potential\": \"245\",\n            \"hot_water_cost_current\": \"79\",\n            \"hot_water_cost_potential\": \"80\",\n            \"total_floor_area\": \"67.19\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2103\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Poor\",\n            \"walls_env_eff\": \"Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Room thermostat only\",\n            \"mainheatc_energy_eff\": \"Poor\",\n            \"mainheatc_env_eff\": \"Poor\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"3.22\",\n            \"floor_height\": \"2.45\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1967-1975\",\n            \"lodgement_datetime\": \"2011-12-15 10:31:31\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 723.2264409999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 9, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361966\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"9221113568\",\n            \"current_energy_rating\": \"F\",\n            \"potential_energy_rating\": \"E\",\n            \"current_energy_efficiency\": \"38\",\n            \"potential_energy_efficiency\": \"53\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2008-10-27 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-10-27\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"33\",\n            \"environment_impact_potential\": \"45\",\n            \"energy_consumption_current\": \"551\",\n            \"energy_consumption_potential\": \"410\",\n            \"co2_emissions_current\": \"6.7\",\n            \"co2_emiss_curr_per_floor_area\": \"92\",\n            \"co2_emissions_potential\": \"5\",\n            \"lighting_cost_current\": \"67\",\n            \"lighting_cost_potential\": \"34\",\n            \"heating_cost_current\": \"714\",\n            \"heating_cost_potential\": \"554\",\n            \"hot_water_cost_current\": \"212\",\n            \"hot_water_cost_potential\": \"170\",\n            \"total_floor_area\": \"72.16\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": \"3\",\n            \"main_heating_controls\": \"2102\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system, no cylinderstat\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Average\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Solid brick, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, no insulation (assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, no room thermostat\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"3.4\",\n            \"floor_height\": \"2.43\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2008-10-27 17:48:49\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 776.7230239999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 5, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361966\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"9221113568\",\n            \"current_energy_rating\": \"E\",\n            \"potential_energy_rating\": \"D\",\n            \"current_energy_efficiency\": \"54\",\n            \"potential_energy_efficiency\": \"61\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2016-11-08 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-11-23\",\n            \"transaction_type\": \"none of the above\",\n            \"environment_impact_current\": \"49\",\n            \"environment_impact_potential\": \"57\",\n            \"energy_consumption_current\": \"354\",\n            \"energy_consumption_potential\": \"289\",\n            \"co2_emissions_current\": \"3.4\",\n            \"co2_emiss_curr_per_floor_area\": \"62\",\n            \"co2_emissions_potential\": \"2.8\",\n            \"lighting_cost_current\": \"78\",\n            \"lighting_cost_potential\": \"39\",\n            \"heating_cost_current\": \"585\",\n            \"heating_cost_potential\": \"488\",\n            \"hot_water_cost_current\": \"137\",\n            \"hot_water_cost_potential\": \"138\",\n            \"total_floor_area\": \"55\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"2nd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Poor\",\n            \"walls_env_eff\": \"Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, no insulation (assumed)\",\n            \"roof_energy_eff\": \"Very Poor\",\n            \"roof_env_eff\": \"Very Poor\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6.4\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1950-1966\",\n            \"lodgement_datetime\": \"2016-11-23 10:34:15\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 592.0145,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 5, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361965\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"7848848868\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"74\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2011-07-14 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2011-07-15\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"76\",\n            \"environment_impact_potential\": \"86\",\n            \"energy_consumption_current\": \"158\",\n            \"energy_consumption_potential\": \"92\",\n            \"co2_emissions_current\": \"2.1\",\n            \"co2_emiss_curr_per_floor_area\": \"30\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"39\",\n            \"lighting_cost_potential\": \"39\",\n            \"heating_cost_current\": \"346\",\n            \"heating_cost_potential\": \"213\",\n            \"hot_water_cost_current\": \"97\",\n            \"hot_water_cost_potential\": \"81\",\n            \"total_floor_area\": \"68.11\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2102\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Poor\",\n            \"walls_env_eff\": \"Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, no room thermostat\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"3.19\",\n            \"floor_height\": \"2.46\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1950-1966\",\n            \"lodgement_datetime\": \"2011-07-15 07:22:55\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"8\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 733.129229,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 27, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361965\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"7848848868\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"71\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Enclosed Mid-Terrace\",\n            \"inspection_date\": \"2014-10-02 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2014-10-03\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"71\",\n            \"environment_impact_potential\": \"79\",\n            \"energy_consumption_current\": \"178\",\n            \"energy_consumption_potential\": \"130\",\n            \"co2_emissions_current\": \"2.4\",\n            \"co2_emiss_curr_per_floor_area\": \"34\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"47\",\n            \"lighting_cost_potential\": \"47\",\n            \"heating_cost_current\": \"457\",\n            \"heating_cost_potential\": \"346\",\n            \"hot_water_cost_current\": \"116\",\n            \"hot_water_cost_potential\": \"96\",\n            \"total_floor_area\": \"70\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2102\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(other premises below)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"System built, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Very Poor\",\n            \"walls_env_eff\": \"Very Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, no room thermostat\",\n            \"mainheatc_energy_eff\": \"Very Poor\",\n            \"mainheatc_env_eff\": \"Very Poor\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"4.9\",\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1930-1949\",\n            \"lodgement_datetime\": \"2014-10-03 10:24:20\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": \"7\",\n            \"low_energy_fixed_light_count\": \"7\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 753.473,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 27, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361965\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"7848848868\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"68\",\n            \"potential_energy_efficiency\": \"77\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2016-11-08 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-11-24\",\n            \"transaction_type\": \"none of the above\",\n            \"environment_impact_current\": \"66\",\n            \"environment_impact_potential\": \"78\",\n            \"energy_consumption_current\": \"211\",\n            \"energy_consumption_potential\": \"140\",\n            \"co2_emissions_current\": \"2.5\",\n            \"co2_emiss_curr_per_floor_area\": \"37\",\n            \"co2_emissions_potential\": \"1.6\",\n            \"lighting_cost_current\": \"95\",\n            \"lighting_cost_potential\": \"48\",\n            \"heating_cost_current\": \"420\",\n            \"heating_cost_potential\": \"285\",\n            \"hot_water_cost_current\": \"105\",\n            \"hot_water_cost_potential\": \"106\",\n            \"total_floor_area\": \"66\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Solid, no insulation (assumed)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Poor\",\n            \"walls_env_eff\": \"Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"3.2\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1950-1966\",\n            \"lodgement_datetime\": \"2016-11-24 12:27:02\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 710.4173999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 27, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361964\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"1199558478\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"77\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2016-11-19 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-11-21\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"78\",\n            \"environment_impact_potential\": \"84\",\n            \"energy_consumption_current\": \"134\",\n            \"energy_consumption_potential\": \"98\",\n            \"co2_emissions_current\": \"1.7\",\n            \"co2_emiss_curr_per_floor_area\": \"24\",\n            \"co2_emissions_potential\": \"1.2\",\n            \"lighting_cost_current\": \"72\",\n            \"lighting_cost_potential\": \"52\",\n            \"heating_cost_current\": \"281\",\n            \"heating_cost_potential\": \"201\",\n            \"hot_water_cost_current\": \"110\",\n            \"hot_water_cost_potential\": \"112\",\n            \"total_floor_area\": \"73\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"1st\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"62\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Poor\",\n            \"walls_env_eff\": \"Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 62% of fixed outlets\",\n            \"lighting_energy_eff\": \"Good\",\n            \"lighting_env_eff\": \"Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"4\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1950-1966\",\n            \"lodgement_datetime\": \"2016-11-21 11:01:46\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 785.7647,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 15, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361963\",\n            \"postcode\": \"e14nb\",\n            \"building_reference_number\": \"9742858478\",\n            \"current_energy_rating\": \"D\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"62\",\n            \"potential_energy_efficiency\": \"73\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2016-11-08 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2016-11-23\",\n            \"transaction_type\": \"none of the above\",\n            \"environment_impact_current\": \"59\",\n            \"environment_impact_potential\": \"74\",\n            \"energy_consumption_current\": \"282\",\n            \"energy_consumption_potential\": \"180\",\n            \"co2_emissions_current\": \"2.7\",\n            \"co2_emiss_curr_per_floor_area\": \"50\",\n            \"co2_emissions_potential\": \"1.7\",\n            \"lighting_cost_current\": \"78\",\n            \"lighting_cost_potential\": \"39\",\n            \"heating_cost_current\": \"446\",\n            \"heating_cost_potential\": \"276\",\n            \"hot_water_cost_current\": \"138\",\n            \"hot_water_cost_potential\": \"140\",\n            \"total_floor_area\": \"55\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": \"Ground\",\n            \"flat_top_storey\": \"N\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2104\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed before 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"0\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Solid, no insulation (assumed)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, no insulation (assumed)\",\n            \"walls_energy_eff\": \"Poor\",\n            \"walls_env_eff\": \"Poor\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"(another dwelling above)\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer and room thermostat\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"No low energy lighting\",\n            \"lighting_energy_eff\": \"Very Poor\",\n            \"lighting_env_eff\": \"Very Poor\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6.4\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1950-1966\",\n            \"lodgement_datetime\": \"2016-11-23 09:40:14\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 592.0145,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.045803500000000004,\n                        51.5208741\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 1, Pegasus House, Beaumont Square, London\"\n        },\n        {\n            \"gid\": \"6361490\",\n            \"postcode\": \"e14rn\",\n            \"building_reference_number\": \"1992908968\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"79\",\n            \"potential_energy_efficiency\": \"91\",\n            \"property_type\": \"House\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2012-05-03 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2012-05-03\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"81\",\n            \"environment_impact_potential\": \"93\",\n            \"energy_consumption_current\": \"108\",\n            \"energy_consumption_potential\": \"29\",\n            \"co2_emissions_current\": \"1.7\",\n            \"co2_emiss_curr_per_floor_area\": \"20\",\n            \"co2_emissions_potential\": \"0.5\",\n            \"lighting_cost_current\": \"82\",\n            \"lighting_cost_potential\": \"49\",\n            \"heating_cost_current\": \"280\",\n            \"heating_cost_potential\": \"284\",\n            \"hot_water_cost_current\": \"76\",\n            \"hot_water_cost_potential\": \"52\",\n            \"total_floor_area\": \"84\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": null,\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"33\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Solid, insulated (assumed)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Average\",\n            \"windows_env_eff\": \"Average\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, 300+ mm loft insulation\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 33% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2012-05-03 19:20:43\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": \"9\",\n            \"low_energy_fixed_light_count\": \"3\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 904.1676,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.037324800000000005,\n                        51.520062\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"18, White Tower Way, London\"\n        },\n        {\n            \"gid\": \"6361474\",\n            \"postcode\": \"e14rn\",\n            \"building_reference_number\": \"8165818578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"76\",\n            \"potential_energy_efficiency\": \"87\",\n            \"property_type\": \"House\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2018-05-21 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-05-22\",\n            \"transaction_type\": \"rental (private)\",\n            \"environment_impact_current\": \"74\",\n            \"environment_impact_potential\": \"85\",\n            \"energy_consumption_current\": \"136\",\n            \"energy_consumption_potential\": \"66\",\n            \"co2_emissions_current\": \"2.3\",\n            \"co2_emiss_curr_per_floor_area\": \"24\",\n            \"co2_emissions_potential\": \"1.1\",\n            \"lighting_cost_current\": \"64\",\n            \"lighting_cost_potential\": \"64\",\n            \"heating_cost_current\": \"372\",\n            \"heating_cost_potential\": \"372\",\n            \"hot_water_cost_current\": \"112\",\n            \"hot_water_cost_potential\": \"75\",\n            \"total_floor_area\": \"95\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"4\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Good\",\n            \"hot_water_env_eff\": \"Good\",\n            \"floor_description\": \"Solid, no insulation (assumed)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, 300 mm loft insulation\",\n            \"roof_energy_eff\": \"Very Good\",\n            \"roof_env_eff\": \"Very Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Good\",\n            \"mainheat_env_eff\": \"Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"mains gas (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 1983-1990\",\n            \"lodgement_datetime\": \"2018-05-22 14:48:33\",\n            \"tenure\": \"rental (private)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 1022.5704999999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0383895,\n                        51.5199919\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"2, White Tower Way, London\"\n        },\n        {\n            \"gid\": \"6361467\",\n            \"postcode\": \"e14rl\",\n            \"building_reference_number\": \"3397712568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"80\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"House\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2010-03-05 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2010-03-05\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"79\",\n            \"environment_impact_potential\": \"80\",\n            \"energy_consumption_current\": \"121\",\n            \"energy_consumption_potential\": \"115\",\n            \"co2_emissions_current\": \"3\",\n            \"co2_emiss_curr_per_floor_area\": \"20\",\n            \"co2_emissions_potential\": \"2.9\",\n            \"lighting_cost_current\": \"132\",\n            \"lighting_cost_potential\": \"83\",\n            \"heating_cost_current\": \"371\",\n            \"heating_cost_potential\": \"378\",\n            \"hot_water_cost_current\": \"150\",\n            \"hot_water_cost_potential\": \"150\",\n            \"total_floor_area\": \"151.28\",\n            \"energy_tariff\": \"Single\",\n            \"mains_gas_flag\": \"Y\",\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2106\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"7\",\n            \"low_energy_lighting\": \"41\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"From main system\",\n            \"hot_water_energy_eff\": \"Very Good\",\n            \"hot_water_env_eff\": \"Very Good\",\n            \"floor_description\": \"Suspended, insulated (assumed)\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"None\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, 250mm loft insulation\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Boiler and radiators, mains gas\",\n            \"mainheat_energy_eff\": \"Very Good\",\n            \"mainheat_env_eff\": \"Very Good\",\n            \"mainheatcont_description\": \"Programmer, room thermostat and TRVs\",\n            \"mainheatc_energy_eff\": \"Good\",\n            \"mainheatc_env_eff\": \"Good\",\n            \"lighting_description\": \"Low energy lighting in 41% of fixed outlets\",\n            \"lighting_energy_eff\": \"Average\",\n            \"lighting_env_eff\": \"Average\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.32\",\n            \"photo_supply\": \"0\",\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2007 onwards\",\n            \"lodgement_datetime\": \"2010-03-05 12:06:24\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 1628.362792,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0387045,\n                        51.52002720000001\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"91, Harford Street, London\"\n        },\n        {\n            \"gid\": \"6361467\",\n            \"postcode\": \"e14rl\",\n            \"building_reference_number\": \"3397712568\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"78\",\n            \"potential_energy_efficiency\": \"79\",\n            \"property_type\": \"House\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2008-10-09 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2008-10-13\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"76\",\n            \"environment_impact_potential\": \"77\",\n            \"energy_consumption_current\": \"142\",\n            \"energy_consumption_potential\": \"135\",\n            \"co2_emissions_current\": \"3.6\",\n            \"co2_emiss_curr_per_floor_area\": \"0\",\n            \"co2_emissions_potential\": \"3.5\",\n            \"lighting_cost_current\": \"117\",\n            \"lighting_cost_potential\": \"68\",\n            \"heating_cost_current\": \"371\",\n            \"heating_cost_potential\": \"379\",\n            \"hot_water_cost_current\": \"127\",\n            \"hot_water_cost_potential\": \"127\",\n            \"total_floor_area\": \"57.97\",\n            \"energy_tariff\": \"standard tariff\",\n            \"mains_gas_flag\": null,\n            \"floor_level\": null,\n            \"flat_top_storey\": null,\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": null,\n            \"multi_glaze_proportion\": null,\n            \"glazed_type\": null,\n            \"glazed_area\": null,\n            \"extension_count\": null,\n            \"number_heated_rooms\": null,\n            \"low_energy_lighting\": \"8\",\n            \"number_open_fireplaces\": null,\n            \"hotwater_description\": \"SAP05:Hot-Water\",\n            \"hot_water_energy_eff\": \"N/A\",\n            \"hot_water_env_eff\": \"N/A\",\n            \"floor_description\": \"SAP05:Floor\",\n            \"floor_energy_eff\": \"N/A\",\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"SAP05:Windows\",\n            \"windows_energy_eff\": \"N/A\",\n            \"windows_env_eff\": \"N/A\",\n            \"walls_description\": \"SAP05:Walls\",\n            \"walls_energy_eff\": \"N/A\",\n            \"walls_env_eff\": \"N/A\",\n            \"secondheat_description\": \"SAP05:Secondary-Heating\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"SAP05:Roof\",\n            \"roof_energy_eff\": \"N/A\",\n            \"roof_env_eff\": \"N/A\",\n            \"mainheat_description\": \"SAP05:Main-Heating\",\n            \"mainheat_energy_eff\": \"N/A\",\n            \"mainheat_env_eff\": \"N/A\",\n            \"mainheatcont_description\": \"SAP05:Main-Heating-Controls\",\n            \"mainheatc_energy_eff\": \"N/A\",\n            \"mainheatc_env_eff\": \"N/A\",\n            \"lighting_description\": \"SAP05:Lighting\",\n            \"lighting_energy_eff\": \"N/A\",\n            \"lighting_env_eff\": \"N/A\",\n            \"main_fuel\": \"mains gas - this is for backwards compatibility only and should not be used\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": null,\n            \"unheated_corridor_length\": null,\n            \"floor_height\": \"2.34\",\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": null,\n            \"mechanical_ventilation\": null,\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": null,\n            \"lodgement_datetime\": \"2008-10-13 12:33:02\",\n            \"tenure\": null,\n            \"fixed_lighting_outlets_count\": \"28\",\n            \"low_energy_fixed_light_count\": \"8\",\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 623.9832829999999,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.0387045,\n                        51.52002720000001\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"91, Harford Street, London\"\n        },\n        {\n            \"gid\": \"6361464\",\n            \"postcode\": \"e14rs\",\n            \"building_reference_number\": \"9043522678\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"71\",\n            \"potential_energy_efficiency\": \"73\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2019-01-14 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2019-01-14\",\n            \"transaction_type\": \"non marketed sale\",\n            \"environment_impact_current\": \"66\",\n            \"environment_impact_potential\": \"68\",\n            \"energy_consumption_current\": \"214\",\n            \"energy_consumption_potential\": \"206\",\n            \"co2_emissions_current\": \"2.3\",\n            \"co2_emiss_curr_per_floor_area\": \"36\",\n            \"co2_emissions_potential\": \"2.3\",\n            \"lighting_cost_current\": \"60\",\n            \"lighting_cost_potential\": \"60\",\n            \"heating_cost_current\": \"348\",\n            \"heating_cost_potential\": \"319\",\n            \"hot_water_cost_current\": \"168\",\n            \"hot_water_cost_potential\": \"168\",\n            \"total_floor_area\": \"64\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"4th\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"100\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Portable electric heaters (assumed)\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in all fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"6.87\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2019-01-14 17:21:31\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 688.8896,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.036967900000000005,\n                        51.5188471\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 56, Coalstore Court, 5, Candle Street, London\"\n        },\n        {\n            \"gid\": \"6361463\",\n            \"postcode\": \"e14rs\",\n            \"building_reference_number\": \"7510268578\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"B\",\n            \"current_energy_efficiency\": \"80\",\n            \"potential_energy_efficiency\": \"82\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"End-Terrace\",\n            \"inspection_date\": \"2018-06-13 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2018-06-13\",\n            \"transaction_type\": \"marketed sale\",\n            \"environment_impact_current\": \"69\",\n            \"environment_impact_potential\": \"71\",\n            \"energy_consumption_current\": \"196\",\n            \"energy_consumption_potential\": \"183\",\n            \"co2_emissions_current\": \"2.2\",\n            \"co2_emiss_curr_per_floor_area\": \"33\",\n            \"co2_emissions_potential\": \"2.1\",\n            \"lighting_cost_current\": \"74\",\n            \"lighting_cost_potential\": \"59\",\n            \"heating_cost_current\": \"174\",\n            \"heating_cost_potential\": \"147\",\n            \"hot_water_cost_current\": \"149\",\n            \"hot_water_cost_potential\": \"149\",\n            \"total_floor_area\": \"67\",\n            \"energy_tariff\": \"dual\",\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"4th\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"75\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Portable electric heaters (assumed)\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 75% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"1\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2007 onwards\",\n            \"lodgement_datetime\": \"2018-06-13 21:53:24\",\n            \"tenure\": \"owner-occupied\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 721.1813,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.036967900000000005,\n                        51.5188471\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 55, Coalstore Court, 5, Candle Street, London\"\n        },\n        {\n            \"gid\": \"6361462\",\n            \"postcode\": \"e14rs\",\n            \"building_reference_number\": \"7635660478\",\n            \"current_energy_rating\": \"C\",\n            \"potential_energy_rating\": \"C\",\n            \"current_energy_efficiency\": \"78\",\n            \"potential_energy_efficiency\": \"80\",\n            \"property_type\": \"Flat\",\n            \"built_form\": \"Mid-Terrace\",\n            \"inspection_date\": \"2015-11-17 +00\",\n            \"local_authority\": \"E09000030\",\n            \"constituency\": \"E14000555\",\n            \"county\": \"Greater London Authority\",\n            \"lodgement_date\": \"2015-11-18\",\n            \"transaction_type\": \"rental (social)\",\n            \"environment_impact_current\": \"68\",\n            \"environment_impact_potential\": \"70\",\n            \"energy_consumption_current\": \"206\",\n            \"energy_consumption_potential\": \"193\",\n            \"co2_emissions_current\": \"2.3\",\n            \"co2_emiss_curr_per_floor_area\": \"35\",\n            \"co2_emissions_potential\": \"2.1\",\n            \"lighting_cost_current\": \"63\",\n            \"lighting_cost_potential\": \"63\",\n            \"heating_cost_current\": \"196\",\n            \"heating_cost_potential\": \"163\",\n            \"hot_water_cost_current\": \"148\",\n            \"hot_water_cost_potential\": \"148\",\n            \"total_floor_area\": \"65\",\n            \"energy_tariff\": null,\n            \"mains_gas_flag\": \"N\",\n            \"floor_level\": \"3rd\",\n            \"flat_top_storey\": \"Y\",\n            \"flat_storey_count\": null,\n            \"main_heating_controls\": \"2402\",\n            \"multi_glaze_proportion\": \"100\",\n            \"glazed_type\": \"double glazing installed during or after 2002\",\n            \"glazed_area\": \"Normal\",\n            \"extension_count\": \"0\",\n            \"number_heated_rooms\": \"3\",\n            \"low_energy_lighting\": \"83\",\n            \"number_open_fireplaces\": \"0\",\n            \"hotwater_description\": \"Electric immersion, off-peak\",\n            \"hot_water_energy_eff\": \"Average\",\n            \"hot_water_env_eff\": \"Poor\",\n            \"floor_description\": \"(another dwelling below)\",\n            \"floor_energy_eff\": null,\n            \"floor_env_eff\": \"N/A\",\n            \"windows_description\": \"Fully double glazed\",\n            \"windows_energy_eff\": \"Good\",\n            \"windows_env_eff\": \"Good\",\n            \"walls_description\": \"Cavity wall, as built, insulated (assumed)\",\n            \"walls_energy_eff\": \"Good\",\n            \"walls_env_eff\": \"Good\",\n            \"secondheat_description\": \"Room heaters, electric\",\n            \"sheating_energy_eff\": \"N/A\",\n            \"sheating_env_eff\": \"N/A\",\n            \"roof_description\": \"Pitched, insulated (assumed)\",\n            \"roof_energy_eff\": \"Good\",\n            \"roof_env_eff\": \"Good\",\n            \"mainheat_description\": \"Electric storage heaters\",\n            \"mainheat_energy_eff\": \"Average\",\n            \"mainheat_env_eff\": \"Very Poor\",\n            \"mainheatcont_description\": \"Automatic charge control\",\n            \"mainheatc_energy_eff\": \"Average\",\n            \"mainheatc_env_eff\": \"Average\",\n            \"lighting_description\": \"Low energy lighting in 83% of fixed outlets\",\n            \"lighting_energy_eff\": \"Very Good\",\n            \"lighting_env_eff\": \"Very Good\",\n            \"main_fuel\": \"electricity (not community)\",\n            \"wind_turbine_count\": \"0\",\n            \"heat_loss_corridoor\": \"unheated corridor\",\n            \"unheated_corridor_length\": \"9.37\",\n            \"floor_height\": null,\n            \"photo_supply\": null,\n            \"solar_water_heating_flag\": \"N\",\n            \"mechanical_ventilation\": \"natural\",\n            \"local_authority_label\": \"Tower Hamlets\",\n            \"constituency_label\": \"Bethnal Green and Bow\",\n            \"post_town\": \"LONDON\",\n            \"construction_age_band\": \"England and Wales: 2003-2006\",\n            \"lodgement_datetime\": \"2015-11-18 09:21:07\",\n            \"tenure\": \"rental (social)\",\n            \"fixed_lighting_outlets_count\": null,\n            \"low_energy_fixed_light_count\": null,\n            \"sector\": \"E1 4\",\n            \"total_floor_area_sqft\": 699.6535,\n            \"area_code\": \"E\",\n            \"number_habitable_rooms\": 3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -0.036967900000000005,\n                        51.5188471\n                    ]\n                },\n                \"properties\": null\n            },\n            \"address\": \"Flat 54, Coalstore Court, 5, Candle Street, London\"\n        }\n    ],\n    \"total_count\": 4427,\n    \"page_total\": 100\n}"}],"_postman_id":"cc4d8e46-dc8a-4929-8f0b-a4fd28ece6ca"}],"id":"4664652b-2025-4d5b-a65a-c69138bb9744","_postman_id":"4664652b-2025-4d5b-a65a-c69138bb9744","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Geometry","item":[{"name":"addresses","id":"ea1fd6fe-2a8d-44f1-a9f4-18c485011ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"TQ1\",\n    \"lod\": [2]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/geometry/addresses","description":"<p>This endpoint returns matching geometries based on either a name or geometry. Additionally you can provide a lod argument or simplified argument. When using the geometry object the geometry returned intersects the request geometry. Lod accepts an array of integers as detailed in the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>lod</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>sector</td>\n</tr>\n<tr>\n<td>2</td>\n<td>district</td>\n</tr>\n<tr>\n<td>3</td>\n<td>area</td>\n</tr>\n<tr>\n<td>4</td>\n<td>ward</td>\n</tr>\n<tr>\n<td>5</td>\n<td>borough</td>\n</tr>\n<tr>\n<td>6</td>\n<td><a href=\"https://en.wikipedia.org/wiki/NUTS_statistical_regions_of_the_United_Kingdom\">nuts 1</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>When called with <code>simplified = true</code> a simplification using the Douglas-Peucker algorithm is completed with a tolerance of 0.0001.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>name</code> <strong>string (Mandatory if geometry not specified)</strong></p>\n<p><code>geometry</code> <strong>GeoJson FeaturePolygon or MultiPolygon. (Mandatory if name not specified)</strong> Please check <a href=\"http://geojson.org/\">http://geojson.org/</a> for further information.</p>\n<p><code>lod</code> <strong>Array of Integers (Optional)</strong></p>\n<p><code>simplified</code> <strong>Boolean (Optional)</strong></p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects containing the below (Max 10)</p>\n<blockquote>\n<p><code>name</code> <strong>string</strong> Requested postcode</p>\n<p><code>area_name</code> <strong>string</strong> Area name</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> Polygon or MultiPolygon. Please check <a href=\"http://geojson.org/\">http://geojson.org/</a> for further information.</p>\n<p><code>center</code> <strong>GeoJson Feature</strong> Center point</p>\n<p><code>lod</code> <strong>object</strong></p>\n<blockquote>\n<p><code>number</code> <strong>integer</strong></p>\n<p><code>id</code> <strong>string</strong></p>\n</blockquote>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","geometry","addresses"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1c52f222-5901-42cb-a4e3-8a10aff8c56a","name":"addresses (name)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"TQ1\",\n    \"lod\": [2]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/geometry/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 09:01:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"TQ1\",\n            \"area_name\": \"Torquay (centre) TQ1\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.529830705303974,\n                                50.46687093461119\n                            ],\n                            [\n                                -3.530439228752908,\n                                50.46726222349603\n                            ],\n                            [\n                                -3.5307125893985956,\n                                50.467437916135744\n                            ],\n                            [\n                                -3.531118942482865,\n                                50.46769906064888\n                            ],\n                            [\n                                -3.531361574486243,\n                                50.467855100274285\n                            ],\n                            [\n                                -3.531644299619206,\n                                50.46800422609083\n                            ],\n                            [\n                                -3.5317412233108954,\n                                50.4680553741971\n                            ],\n                            [\n                                -3.531757836236634,\n                                50.46805884288547\n                            ],\n                            [\n                                -3.5317894169287967,\n                                50.4680689407056\n                            ],\n                            [\n                                -3.5318312182277203,\n                                50.46809356363361\n                            ],\n                            [\n                                -3.531877672720506,\n                                50.46811435693275\n                            ],\n                            [\n                                -3.532102952514764,\n                                50.46825830215993\n                            ],\n                            [\n                                -3.5321335114453367,\n                                50.4681971205218\n                            ],\n                            [\n                                -3.532204833310903,\n                                50.46822171431147\n                            ],\n                            [\n                                -3.532602127141755,\n                                50.468306391261365\n                            ],\n                            [\n                                -3.532730816613126,\n                                50.468290944676376\n                            ],\n                            [\n                                -3.532731645892357,\n                                50.46829480102976\n                            ],\n                            [\n                                -3.5324738442486874,\n                                50.46842811054499\n                            ],\n                            [\n                                -3.5325656726326877,\n                                50.46848678982749\n                            ],\n                            [\n                                -3.5327220504800345,\n                                50.46852968021217\n                            ],\n                            [\n                                -3.533448479628989,\n                                50.468890449501046\n                            ],\n                            [\n                                -3.533829179201376,\n                                50.46907955064833\n                            ],\n                            [\n                                -3.533599194353043,\n                                50.46997540187727\n                            ],\n                            [\n                                -3.5339292944470886,\n                                50.46969196776846\n                            ],\n                            [\n                                -3.5339747045275782,\n                                50.46963426826658\n                            ],\n                            [\n                                -3.534051046927943,\n                                50.469537425171026\n                            ],\n                            [\n                                -3.534101497339337,\n                                50.46950223327021\n                            ],\n                            [\n                                -3.5343404442844566,\n                                50.46933580231012\n                            ],\n                            [\n                                -3.5345712379313228,\n                                50.469437678625034\n                            ],\n                            [\n                                -3.5351501197483017,\n                                50.469693394640174\n                            ],\n                            [\n                                -3.5352697501631676,\n                                50.46974620983037\n                            ],\n                            [\n                                -3.5362593154696484,\n                                50.47007229909378\n                            ],\n                            [\n                                -3.5362668369914108,\n                                50.470074798950016\n                            ],\n                            [\n                                -3.53743436976196,\n                                50.47044608676137\n                            ],\n                            [\n                                -3.537483658878068,\n                                50.4704502920226\n                            ],\n                            [\n                                -3.5376180979975476,\n                                50.47046164615756\n                            ],\n                            [\n                                -3.537626284181876,\n                                50.4704559618954\n                            ],\n                            [\n                                -3.537663313676048,\n                                50.470458440428985\n                            ],\n                            [\n                                -3.53772100966172,\n                                50.47051414016787\n                            ],\n                            [\n                                -3.537759899133814,\n                                50.47054527490504\n                            ],\n                            [\n                                -3.5377799281488476,\n                                50.47055409378997\n                            ],\n                            [\n                                -3.538147681979071,\n                                50.47071547160577\n                            ],\n                            [\n                                -3.538346927803066,\n                                50.47077577507707\n                            ],\n                            [\n                                -3.5394723370304635,\n                                50.47114768941448\n                            ],\n                            [\n                                -3.5394997718098327,\n                                50.471212242726885\n                            ],\n                            [\n                                -3.5395027886563795,\n                                50.47121921787227\n                            ],\n                            [\n                                -3.5395211492243153,\n                                50.471219604484475\n                            ],\n                            [\n                                -3.5397319647158314,\n                                50.47122427054571\n                            ],\n                            [\n                                -3.53982576951534,\n                                50.47127914063371\n                            ],\n                            [\n                                -3.5398860466064757,\n                                50.47133219698177\n                            ],\n                            [\n                                -3.5396736206233115,\n                                50.47143499090649\n                            ],\n                            [\n                                -3.539601506224223,\n                                50.47151857004771\n                            ],\n                            [\n                                -3.540330805147315,\n                                50.471788989145864\n                            ],\n                            [\n                                -3.540356403285751,\n                                50.47177921589162\n                            ],\n                            [\n                                -3.5403919535946122,\n                                50.471761297510355\n                            ],\n                            [\n                                -3.5403523956750624,\n                                50.47169537598306\n                            ],\n                            [\n                                -3.540388186110215,\n                                50.471388307881696\n                            ],\n                            [\n                                -3.5405518664287032,\n                                50.47141212345623\n                            ],\n                            [\n                                -3.540691865655653,\n                                50.471383297647726\n                            ],\n                            [\n                                -3.5408018969764514,\n                                50.4713009244914\n                            ],\n                            [\n                                -3.5408063519754007,\n                                50.47125590612615\n                            ],\n                            [\n                                -3.540957693234528,\n                                50.47125390181498\n                            ],\n                            [\n                                -3.5409792630675376,\n                                50.47132437835012\n                            ],\n                            [\n                                -3.5409930594694603,\n                                50.47140888903532\n                            ],\n                            [\n                                -3.5414024668486705,\n                                50.47145740992815\n                            ],\n                            [\n                                -3.541434470387448,\n                                50.47145914441878\n                            ],\n                            [\n                                -3.541728665189524,\n                                50.47163039821568\n                            ],\n                            [\n                                -3.5424424373270202,\n                                50.472144666447356\n                            ],\n                            [\n                                -3.5422213676639562,\n                                50.47211387967807\n                            ],\n                            [\n                                -3.542344569668435,\n                                50.4724361986276\n                            ],\n                            [\n                                -3.5423299337686998,\n                                50.47253987382925\n                            ],\n                            [\n                                -3.5425855165405715,\n                                50.47262775332884\n                            ],\n                            [\n                                -3.5426214934484013,\n                                50.47274415809273\n                            ],\n                            [\n                                -3.54250859344075,\n                                50.47286352597764\n                            ],\n                            [\n                                -3.5425766386816684,\n                                50.47296197693596\n                            ],\n                            [\n                                -3.542771388434237,\n                                50.473087158862654\n                            ],\n                            [\n                                -3.542945547012992,\n                                50.473147337465\n                            ],\n                            [\n                                -3.54301293874323,\n                                50.47310795982887\n                            ],\n                            [\n                                -3.543215198465271,\n                                50.47307120030227\n                            ],\n                            [\n                                -3.5435443025506728,\n                                50.47312950265442\n                            ],\n                            [\n                                -3.5436087428130567,\n                                50.47321325121873\n                            ],\n                            [\n                                -3.5439457574025446,\n                                50.47327207704884\n                            ],\n                            [\n                                -3.54396736286181,\n                                50.473314501294404\n                            ],\n                            [\n                                -3.5442154754505157,\n                                50.473411640913014\n                            ],\n                            [\n                                -3.5443205900914103,\n                                50.47342103817822\n                            ],\n                            [\n                                -3.5443555226232557,\n                                50.47344125096477\n                            ],\n                            [\n                                -3.5445411204504778,\n                                50.47347439326577\n                            ],\n                            [\n                                -3.54461891943352,\n                                50.47346940324947\n                            ],\n                            [\n                                -3.5447066060305326,\n                                50.47351050039177\n                            ],\n                            [\n                                -3.5448872826922897,\n                                50.47355305190268\n                            ],\n                            [\n                                -3.5449649058991684,\n                                50.47354266778598\n                            ],\n                            [\n                                -3.545064994838883,\n                                50.473493870103894\n                            ],\n                            [\n                                -3.545375631036894,\n                                50.473523731712056\n                            ],\n                            [\n                                -3.5453821484894195,\n                                50.47352436464039\n                            ],\n                            [\n                                -3.5454164029454374,\n                                50.47349136156128\n                            ],\n                            [\n                                -3.5455866335194894,\n                                50.473338501305356\n                            ],\n                            [\n                                -3.545871218816,\n                                50.473584582780056\n                            ],\n                            [\n                                -3.5459368743283934,\n                                50.473599170564334\n                            ],\n                            [\n                                -3.546078186664508,\n                                50.47377073586031\n                            ],\n                            [\n                                -3.5465962098109594,\n                                50.47367860912776\n                            ],\n                            [\n                                -3.5466036065633264,\n                                50.47367725169148\n                            ],\n                            [\n                                -3.5466043123922972,\n                                50.47367383370689\n                            ],\n                            [\n                                -3.546718562456441,\n                                50.47360730869405\n                            ],\n                            [\n                                -3.547755862913533,\n                                50.47451833407305\n                            ],\n                            [\n                                -3.548518756939981,\n                                50.47521659686669\n                            ],\n                            [\n                                -3.5485694292729173,\n                                50.47526294138151\n                            ],\n                            [\n                                -3.54877605427947,\n                                50.47554799766797\n                            ],\n                            [\n                                -3.5489256919128054,\n                                50.47624749416448\n                            ],\n                            [\n                                -3.5490758827369224,\n                                50.47745389328681\n                            ],\n                            [\n                                -3.5490726343090406,\n                                50.477454116408225\n                            ],\n                            [\n                                -3.549072157651105,\n                                50.4774537630074\n                            ],\n                            [\n                                -3.548212007961667,\n                                50.47769601596178\n                            ],\n                            [\n                                -3.5482115724591,\n                                50.47770770453261\n                            ],\n                            [\n                                -3.5482073723030654,\n                                50.477831486322515\n                            ],\n                            [\n                                -3.5481881362313747,\n                                50.47784018733166\n                            ],\n                            [\n                                -3.548002904973832,\n                                50.47794353382615\n                            ],\n                            [\n                                -3.5477056672072265,\n                                50.47799729491038\n                            ],\n                            [\n                                -3.5475055328080645,\n                                50.477897285152515\n                            ],\n                            [\n                                -3.547381140708916,\n                                50.47793103790098\n                            ],\n                            [\n                                -3.547226277047964,\n                                50.477925092952965\n                            ],\n                            [\n                                -3.5470553243732206,\n                                50.4778822268674\n                            ],\n                            [\n                                -3.5469463813690236,\n                                50.47783791555474\n                            ],\n                            [\n                                -3.5469423486616214,\n                                50.47783527106995\n                            ],\n                            [\n                                -3.546811123316275,\n                                50.47776679310015\n                            ],\n                            [\n                                -3.546735477128622,\n                                50.47777058675554\n                            ],\n                            [\n                                -3.5466851547456537,\n                                50.47776693873893\n                            ],\n                            [\n                                -3.5466643631839005,\n                                50.477766855371605\n                            ],\n                            [\n                                -3.546578516045561,\n                                50.47777851907745\n                            ],\n                            [\n                                -3.5464316398534743,\n                                50.47793565699721\n                            ],\n                            [\n                                -3.5463369774757694,\n                                50.47796181855749\n                            ],\n                            [\n                                -3.546076269040297,\n                                50.478312699412264\n                            ],\n                            [\n                                -3.545970355980687,\n                                50.47831066199523\n                            ],\n                            [\n                                -3.5459628938717604,\n                                50.478310518445284\n                            ],\n                            [\n                                -3.545900471606259,\n                                50.47830305303891\n                            ],\n                            [\n                                -3.545139479039193,\n                                50.47821203905351\n                            ],\n                            [\n                                -3.5452208444951694,\n                                50.477977366035844\n                            ],\n                            [\n                                -3.5451980899338644,\n                                50.47792444370557\n                            ],\n                            [\n                                -3.545093655860027,\n                                50.477790152110416\n                            ],\n                            [\n                                -3.5449560292060465,\n                                50.47777121323477\n                            ],\n                            [\n                                -3.5449114266322668,\n                                50.477754087940575\n                            ],\n                            [\n                                -3.5448820960123655,\n                                50.47774585245425\n                            ],\n                            [\n                                -3.5448094787630757,\n                                50.47773188711778\n                            ],\n                            [\n                                -3.544640536748368,\n                                50.477739796018966\n                            ],\n                            [\n                                -3.5444680534527926,\n                                50.47770306215523\n                            ],\n                            [\n                                -3.5444505791816456,\n                                50.477694489306636\n                            ],\n                            [\n                                -3.544266612805043,\n                                50.47767255824994\n                            ],\n                            [\n                                -3.5440094023763344,\n                                50.47758929974924\n                            ],\n                            [\n                                -3.543915549657827,\n                                50.477644219330024\n                            ],\n                            [\n                                -3.5438142741422594,\n                                50.4776707453895\n                            ],\n                            [\n                                -3.543624585734386,\n                                50.47770158312549\n                            ],\n                            [\n                                -3.54351383664999,\n                                50.477698195762386\n                            ],\n                            [\n                                -3.5433315343677245,\n                                50.47767022439143\n                            ],\n                            [\n                                -3.543229076780239,\n                                50.47772840533218\n                            ],\n                            [\n                                -3.542913152981857,\n                                50.47771182870527\n                            ],\n                            [\n                                -3.5428013485868104,\n                                50.47768642017966\n                            ],\n                            [\n                                -3.542669082939062,\n                                50.477614362884694\n                            ],\n                            [\n                                -3.5425864787386305,\n                                50.477554229189394\n                            ],\n                            [\n                                -3.5426028931506095,\n                                50.47751597736232\n                            ],\n                            [\n                                -3.5426064455638775,\n                                50.47750387875406\n                            ],\n                            [\n                                -3.5425730192606286,\n                                50.47741225376578\n                            ],\n                            [\n                                -3.5422687087264952,\n                                50.47727783033637\n                            ],\n                            [\n                                -3.5420780003399037,\n                                50.477223616994344\n                            ],\n                            [\n                                -3.541955168833357,\n                                50.477209245134276\n                            ],\n                            [\n                                -3.541945706991905,\n                                50.47720433407319\n                            ],\n                            [\n                                -3.541864417441664,\n                                50.47717025507986\n                            ],\n                            [\n                                -3.541808897190471,\n                                50.47715669986354\n                            ],\n                            [\n                                -3.5418036384122127,\n                                50.47715578024486\n                            ],\n                            [\n                                -3.5414259513116435,\n                                50.477337365980716\n                            ],\n                            [\n                                -3.541393029883461,\n                                50.47739678256012\n                            ],\n                            [\n                                -3.541387119427051,\n                                50.4775118628382\n                            ],\n                            [\n                                -3.541397320722419,\n                                50.47758239091266\n                            ],\n                            [\n                                -3.5413567736256004,\n                                50.477621861623305\n                            ],\n                            [\n                                -3.541301923079504,\n                                50.477832527308344\n                            ],\n                            [\n                                -3.540614761659004,\n                                50.47767817704805\n                            ],\n                            [\n                                -3.540576801468433,\n                                50.47771877341302\n                            ],\n                            [\n                                -3.5405271995314727,\n                                50.47783002522411\n                            ],\n                            [\n                                -3.54051007888513,\n                                50.477921600530614\n                            ],\n                            [\n                                -3.5405694770996288,\n                                50.47802232556002\n                            ],\n                            [\n                                -3.541470909274416,\n                                50.47800139312527\n                            ],\n                            [\n                                -3.5420635017711217,\n                                50.47802051288653\n                            ],\n                            [\n                                -3.5431661519904987,\n                                50.47812277568306\n                            ],\n                            [\n                                -3.543163826458207,\n                                50.47893973697508\n                            ],\n                            [\n                                -3.543163116140947,\n                                50.47922818215891\n                            ],\n                            [\n                                -3.5427930006601422,\n                                50.4791608981124\n                            ],\n                            [\n                                -3.542738802695332,\n                                50.47910622476293\n                            ],\n                            [\n                                -3.5425099839512195,\n                                50.47908822224687\n                            ],\n                            [\n                                -3.542389172191521,\n                                50.47908235903826\n                            ],\n                            [\n                                -3.542250731606953,\n                                50.47907789854665\n                            ],\n                            [\n                                -3.5421652107940855,\n                                50.47907804276583\n                            ],\n                            [\n                                -3.5419268899193908,\n                                50.47908983513563\n                            ],\n                            [\n                                -3.5418139335668086,\n                                50.47902911381692\n                            ],\n                            [\n                                -3.5418116836509883,\n                                50.47902797445439\n                            ],\n                            [\n                                -3.5417591447195833,\n                                50.47899522320412\n                            ],\n                            [\n                                -3.5413037717528955,\n                                50.478754092416146\n                            ],\n                            [\n                                -3.5412303881090756,\n                                50.47873088051983\n                            ],\n                            [\n                                -3.54109695203366,\n                                50.47868005299908\n                            ],\n                            [\n                                -3.5410478393198503,\n                                50.478685011442046\n                            ],\n                            [\n                                -3.5396211139863754,\n                                50.47876288823604\n                            ],\n                            [\n                                -3.5395234183073936,\n                                50.478792591890276\n                            ],\n                            [\n                                -3.5393693225311713,\n                                50.478767388876655\n                            ],\n                            [\n                                -3.539164185873633,\n                                50.47883833754589\n                            ],\n                            [\n                                -3.539022762340467,\n                                50.47890602384118\n                            ],\n                            [\n                                -3.5389367650329535,\n                                50.478970458670716\n                            ],\n                            [\n                                -3.538883657055651,\n                                50.478963516466095\n                            ],\n                            [\n                                -3.5386170904617607,\n                                50.47904257046119\n                            ],\n                            [\n                                -3.538215554605948,\n                                50.47912772517079\n                            ],\n                            [\n                                -3.5382059326824034,\n                                50.47912830205532\n                            ],\n                            [\n                                -3.538176896332511,\n                                50.47912868591024\n                            ],\n                            [\n                                -3.537855462212872,\n                                50.47943323297592\n                            ],\n                            [\n                                -3.5378706943338423,\n                                50.47946566963908\n                            ],\n                            [\n                                -3.5378714409551124,\n                                50.47953165523395\n                            ],\n                            [\n                                -3.5378706517809095,\n                                50.4795468559529\n                            ],\n                            [\n                                -3.5378117010572416,\n                                50.479671261911406\n                            ],\n                            [\n                                -3.537779148274659,\n                                50.47972789350752\n                            ],\n                            [\n                                -3.5376958258693643,\n                                50.47983184615141\n                            ],\n                            [\n                                -3.5376863687882154,\n                                50.4798414144712\n                            ],\n                            [\n                                -3.5375660873144463,\n                                50.47993444249023\n                            ],\n                            [\n                                -3.537516458732062,\n                                50.479966117412914\n                            ],\n                            [\n                                -3.5374060828523373,\n                                50.47999913460183\n                            ],\n                            [\n                                -3.53727028810109,\n                                50.480076277632094\n                            ],\n                            [\n                                -3.537251024326422,\n                                50.4801059324035\n                            ],\n                            [\n                                -3.5371229642495283,\n                                50.4802455419382\n                            ],\n                            [\n                                -3.5371182241909893,\n                                50.48025019132149\n                            ],\n                            [\n                                -3.537093995096814,\n                                50.48027712362604\n                            ],\n                            [\n                                -3.5370645723603604,\n                                50.4803190540029\n                            ],\n                            [\n                                -3.5369975956763064,\n                                50.480386024131676\n                            ],\n                            [\n                                -3.5369244211328748,\n                                50.480451816974984\n                            ],\n                            [\n                                -3.536921814242514,\n                                50.48045400988625\n                            ],\n                            [\n                                -3.5369238237507217,\n                                50.48046207763342\n                            ],\n                            [\n                                -3.536948644878853,\n                                50.48057503386319\n                            ],\n                            [\n                                -3.536945619136494,\n                                50.480632525303065\n                            ],\n                            [\n                                -3.536914319981655,\n                                50.480806920994794\n                            ],\n                            [\n                                -3.536861365565507,\n                                50.480940321824185\n                            ],\n                            [\n                                -3.536831865659656,\n                                50.48099466439842\n                            ],\n                            [\n                                -3.536818881884382,\n                                50.481013713568714\n                            ],\n                            [\n                                -3.5368336478304747,\n                                50.48108913719295\n                            ],\n                            [\n                                -3.536833238303159,\n                                50.48109085139639\n                            ],\n                            [\n                                -3.53684799199635,\n                                50.48137009837658\n                            ],\n                            [\n                                -3.5369470833569974,\n                                50.48142273347077\n                            ],\n                            [\n                                -3.5374728766180694,\n                                50.481906966586216\n                            ],\n                            [\n                                -3.5375616479084155,\n                                50.481967292192074\n                            ],\n                            [\n                                -3.537691619635701,\n                                50.48206537723745\n                            ],\n                            [\n                                -3.537940978266177,\n                                50.48228236320964\n                            ],\n                            [\n                                -3.537772588588825,\n                                50.48234689679023\n                            ],\n                            [\n                                -3.537555750644197,\n                                50.48241225020515\n                            ],\n                            [\n                                -3.536627790563939,\n                                50.482538790953214\n                            ],\n                            [\n                                -3.5365558115977964,\n                                50.482559428594634\n                            ],\n                            [\n                                -3.536368510458994,\n                                50.48277543812315\n                            ],\n                            [\n                                -3.5361955832443064,\n                                50.48313395084374\n                            ],\n                            [\n                                -3.5361631796542476,\n                                50.48315271669594\n                            ],\n                            [\n                                -3.536202906190483,\n                                50.483345411824544\n                            ],\n                            [\n                                -3.5362512597207956,\n                                50.48347856298967\n                            ],\n                            [\n                                -3.536327375333175,\n                                50.48361062809109\n                            ],\n                            [\n                                -3.5363369751334917,\n                                50.48362020549029\n                            ],\n                            [\n                                -3.5364126522295907,\n                                50.48367441828954\n                            ],\n                            [\n                                -3.5364586326199645,\n                                50.48369439761766\n                            ],\n                            [\n                                -3.535771556925516,\n                                50.48349092113348\n                            ],\n                            [\n                                -3.5349995678356834,\n                                50.4831593580354\n                            ],\n                            [\n                                -3.534940890377272,\n                                50.48308811094036\n                            ],\n                            [\n                                -3.5348767103313357,\n                                50.48306585286565\n                            ],\n                            [\n                                -3.5348186366331764,\n                                50.483091971999194\n                            ],\n                            [\n                                -3.5347427614057825,\n                                50.483063752432706\n                            ],\n                            [\n                                -3.534730155650535,\n                                50.48310886896408\n                            ],\n                            [\n                                -3.5346136719740264,\n                                50.483168576218794\n                            ],\n                            [\n                                -3.534651062654994,\n                                50.483167543459984\n                            ],\n                            [\n                                -3.534739751850517,\n                                50.48329585223171\n                            ],\n                            [\n                                -3.5347382606616624,\n                                50.483249827469486\n                            ],\n                            [\n                                -3.5348791578987355,\n                                50.48324796898548\n                            ],\n                            [\n                                -3.534882070841114,\n                                50.48333786706313\n                            ],\n                            [\n                                -3.5347698168106123,\n                                50.48333934774891\n                            ],\n                            [\n                                -3.534825661193046,\n                                50.48342013858151\n                            ],\n                            [\n                                -3.5348815101776383,\n                                50.483551122890134\n                            ],\n                            [\n                                -3.5348815363943764,\n                                50.48355193197278\n                            ],\n                            [\n                                -3.5348418698572157,\n                                50.483564956378544\n                            ],\n                            [\n                                -3.5348406022482997,\n                                50.48356542278156\n                            ],\n                            [\n                                -3.534673588429429,\n                                50.4837014062107\n                            ],\n                            [\n                                -3.53466001314853,\n                                50.48371660465087\n                            ],\n                            [\n                                -3.534315576412656,\n                                50.48382571608513\n                            ],\n                            [\n                                -3.534333107073368,\n                                50.48386082097034\n                            ],\n                            [\n                                -3.534193129735479,\n                                50.48372662872231\n                            ],\n                            [\n                                -3.534230257873687,\n                                50.4842127315517\n                            ],\n                            [\n                                -3.534276908683033,\n                                50.48434698518794\n                            ],\n                            [\n                                -3.5341004072899875,\n                                50.48455619322794\n                            ],\n                            [\n                                -3.534079868782153,\n                                50.484596656620404\n                            ],\n                            [\n                                -3.5339097183136605,\n                                50.484636394270005\n                            ],\n                            [\n                                -3.5338014692044672,\n                                50.484681521345806\n                            ],\n                            [\n                                -3.5336959520021614,\n                                50.484797095524094\n                            ],\n                            [\n                                -3.5332847696614347,\n                                50.48472231809681\n                            ],\n                            [\n                                -3.533292388423728,\n                                50.48469901409422\n                            ],\n                            [\n                                -3.5333333893329018,\n                                50.48461917682477\n                            ],\n                            [\n                                -3.533333710830031,\n                                50.484525036083646\n                            ],\n                            [\n                                -3.533134080293507,\n                                50.48474884731249\n                            ],\n                            [\n                                -3.533026219129965,\n                                50.484903115444254\n                            ],\n                            [\n                                -3.5329235446898037,\n                                50.48502036024763\n                            ],\n                            [\n                                -3.532937357091547,\n                                50.485026833580626\n                            ],\n                            [\n                                -3.532978165572724,\n                                50.48502377773743\n                            ],\n                            [\n                                -3.533099859817555,\n                                50.48518887165055\n                            ],\n                            [\n                                -3.533067011567397,\n                                50.4853446696708\n                            ],\n                            [\n                                -3.53305247304616,\n                                50.485358882311424\n                            ],\n                            [\n                                -3.5330449010044087,\n                                50.485411945653\n                            ],\n                            [\n                                -3.5330257779556544,\n                                50.485446094647926\n                            ],\n                            [\n                                -3.533018635280409,\n                                50.485469743109\n                            ],\n                            [\n                                -3.5329734433632756,\n                                50.48551681765299\n                            ],\n                            [\n                                -3.532957959789778,\n                                50.485527094521174\n                            ],\n                            [\n                                -3.532937086801048,\n                                50.485564234457485\n                            ],\n                            [\n                                -3.5329135162503515,\n                                50.48562604352148\n                            ],\n                            [\n                                -3.532878504524684,\n                                50.48565752383758\n                            ],\n                            [\n                                -3.532820425594974,\n                                50.48573022010169\n                            ],\n                            [\n                                -3.532808238492211,\n                                50.485759600994854\n                            ],\n                            [\n                                -3.532781350259594,\n                                50.48578728687547\n                            ],\n                            [\n                                -3.532750818729104,\n                                50.485809984299635\n                            ],\n                            [\n                                -3.5327214132550666,\n                                50.485856589978134\n                            ],\n                            [\n                                -3.532708772254098,\n                                50.48588588690226\n                            ],\n                            [\n                                -3.5326745691811015,\n                                50.48591753637556\n                            ],\n                            [\n                                -3.5326715079906728,\n                                50.485919645235064\n                            ],\n                            [\n                                -3.5325964850827685,\n                                50.48601153215812\n                            ],\n                            [\n                                -3.532591992999557,\n                                50.48601995541298\n                            ],\n                            [\n                                -3.5325152132658637,\n                                50.48608587378806\n                            ],\n                            [\n                                -3.532498010809862,\n                                50.48609662291343\n                            ],\n                            [\n                                -3.532438419130311,\n                                50.48617662375201\n                            ],\n                            [\n                                -3.5324184436584436,\n                                50.48623847529585\n                            ],\n                            [\n                                -3.5323395296290983,\n                                50.486306849941656\n                            ],\n                            [\n                                -3.532327001641721,\n                                50.48632527201708\n                            ],\n                            [\n                                -3.532284800429109,\n                                50.48634326642134\n                            ],\n                            [\n                                -3.532267156846231,\n                                50.486372629169246\n                            ],\n                            [\n                                -3.5321230345804677,\n                                50.48661324519018\n                            ],\n                            [\n                                -3.532121210187189,\n                                50.48661785596992\n                            ],\n                            [\n                                -3.532112385390295,\n                                50.486639637851596\n                            ],\n                            [\n                                -3.532020052980519,\n                                50.4866993841723\n                            ],\n                            [\n                                -3.532008138931758,\n                                50.48671195226017\n                            ],\n                            [\n                                -3.531993795182067,\n                                50.48673569545945\n                            ],\n                            [\n                                -3.531921992271808,\n                                50.48678338973817\n                            ],\n                            [\n                                -3.5316894048918472,\n                                50.48690487085969\n                            ],\n                            [\n                                -3.531661527203395,\n                                50.486902000104784\n                            ],\n                            [\n                                -3.5316115047860928,\n                                50.4868969925426\n                            ],\n                            [\n                                -3.5314474837791696,\n                                50.486892496063916\n                            ],\n                            [\n                                -3.531144580731784,\n                                50.4869390131475\n                            ],\n                            [\n                                -3.531142862529266,\n                                50.486939935120695\n                            ],\n                            [\n                                -3.5309403566407265,\n                                50.48707890725234\n                            ],\n                            [\n                                -3.5309253781742957,\n                                50.48707954500775\n                            ],\n                            [\n                                -3.5307416357745818,\n                                50.48710516588645\n                            ],\n                            [\n                                -3.5306800470817166,\n                                50.48712350467876\n                            ],\n                            [\n                                -3.5306260985163345,\n                                50.48714445002594\n                            ],\n                            [\n                                -3.530571538606116,\n                                50.48717177988077\n                            ],\n                            [\n                                -3.5305662508758506,\n                                50.48717391797064\n                            ],\n                            [\n                                -3.5303869496925833,\n                                50.487282904882036\n                            ],\n                            [\n                                -3.5303852430820473,\n                                50.487284186437044\n                            ],\n                            [\n                                -3.5302707882193234,\n                                50.487339104918696\n                            ],\n                            [\n                                -3.530197626779606,\n                                50.48738061037142\n                            ],\n                            [\n                                -3.530173221994517,\n                                50.487402336164486\n                            ],\n                            [\n                                -3.5301430776642633,\n                                50.48742268945054\n                            ],\n                            [\n                                -3.530146287877706,\n                                50.48748234702189\n                            ],\n                            [\n                                -3.5301616310265156,\n                                50.487586804252736\n                            ],\n                            [\n                                -3.530161839560243,\n                                50.487607657762254\n                            ],\n                            [\n                                -3.530145439058295,\n                                50.48768645985552\n                            ],\n                            [\n                                -3.530058596545308,\n                                50.4877181711724\n                            ],\n                            [\n                                -3.5300155875610773,\n                                50.48770380725203\n                            ],\n                            [\n                                -3.529585855693384,\n                                50.48751228033369\n                            ],\n                            [\n                                -3.5294863220247077,\n                                50.48746791896451\n                            ],\n                            [\n                                -3.529303019155182,\n                                50.4873631509865\n                            ],\n                            [\n                                -3.52919599924563,\n                                50.487356732995636\n                            ],\n                            [\n                                -3.529108381247859,\n                                50.48745480886941\n                            ],\n                            [\n                                -3.529008321505003,\n                                50.48746574690239\n                            ],\n                            [\n                                -3.528890995462542,\n                                50.48751475694842\n                            ],\n                            [\n                                -3.528872795355693,\n                                50.48752695762017\n                            ],\n                            [\n                                -3.528813518839316,\n                                50.48758464818441\n                            ],\n                            [\n                                -3.528811018553429,\n                                50.48759016715406\n                            ],\n                            [\n                                -3.528780605090679,\n                                50.48759128622541\n                            ],\n                            [\n                                -3.528644379623375,\n                                50.487612942842986\n                            ],\n                            [\n                                -3.5285723316814828,\n                                50.48763484449058\n                            ],\n                            [\n                                -3.5285598093063557,\n                                50.48764301332672\n                            ],\n                            [\n                                -3.5284584500315663,\n                                50.4876822799301\n                            ],\n                            [\n                                -3.5284469939918175,\n                                50.48769466175741\n                            ],\n                            [\n                                -3.5283491712675823,\n                                50.487721209774044\n                            ],\n                            [\n                                -3.528333468803208,\n                                50.48772825118104\n                            ],\n                            [\n                                -3.528313393123997,\n                                50.487733011678195\n                            ],\n                            [\n                                -3.5282908134818682,\n                                50.487742742566276\n                            ],\n                            [\n                                -3.5282258519747596,\n                                50.487757528895244\n                            ],\n                            [\n                                -3.528226629609323,\n                                50.48778162862841\n                            ],\n                            [\n                                -3.5281647254558677,\n                                50.487782441621285\n                            ],\n                            [\n                                -3.5281367486177984,\n                                50.48780222629423\n                            ],\n                            [\n                                -3.5280739054065138,\n                                50.487875243504995\n                            ],\n                            [\n                                -3.5280480250794994,\n                                50.48793079530789\n                            ],\n                            [\n                                -3.5280070185645482,\n                                50.487945714617574\n                            ],\n                            [\n                                -3.5279646877802966,\n                                50.48797027449436\n                            ],\n                            [\n                                -3.527867111899119,\n                                50.48805868609408\n                            ],\n                            [\n                                -3.527712083050423,\n                                50.4880197195629\n                            ],\n                            [\n                                -3.527396331361574,\n                                50.488050206974414\n                            ],\n                            [\n                                -3.52732906971201,\n                                50.488217067419335\n                            ],\n                            [\n                                -3.5274024886622253,\n                                50.488276972664224\n                            ],\n                            [\n                                -3.5273283200183396,\n                                50.48830572753972\n                            ],\n                            [\n                                -3.5268581468999307,\n                                50.48815743217743\n                            ],\n                            [\n                                -3.5268424211804343,\n                                50.488167261713684\n                            ],\n                            [\n                                -3.526813481872022,\n                                50.488185259969384\n                            ],\n                            [\n                                -3.5267525042614993,\n                                50.48824800822032\n                            ],\n                            [\n                                -3.5269765543140164,\n                                50.48836527727182\n                            ],\n                            [\n                                -3.5269791830975397,\n                                50.48836767105732\n                            ],\n                            [\n                                -3.5270862009439994,\n                                50.48839188952867\n                            ],\n                            [\n                                -3.527172829510434,\n                                50.48843607156184\n                            ],\n                            [\n                                -3.5270044474337547,\n                                50.488534756064745\n                            ],\n                            [\n                                -3.5269842327693834,\n                                50.488542216244696\n                            ],\n                            [\n                                -3.5268818213897974,\n                                50.48857780787083\n                            ],\n                            [\n                                -3.5268239677538427,\n                                50.48860060140448\n                            ],\n                            [\n                                -3.526790034747659,\n                                50.488593581924164\n                            ],\n                            [\n                                -3.5265597267492574,\n                                50.48834341470813\n                            ],\n                            [\n                                -3.526457641741591,\n                                50.48840706182559\n                            ],\n                            [\n                                -3.5263716220211965,\n                                50.488507722777996\n                            ],\n                            [\n                                -3.526263157329348,\n                                50.488485411291194\n                            ],\n                            [\n                                -3.5264127672093197,\n                                50.488767386924934\n                            ],\n                            [\n                                -3.5262111428892857,\n                                50.488635163034424\n                            ],\n                            [\n                                -3.5261119241300887,\n                                50.48861848606335\n                            ],\n                            [\n                                -3.5260671392267646,\n                                50.4885380587441\n                            ],\n                            [\n                                -3.526064100260283,\n                                50.4885338715905\n                            ],\n                            [\n                                -3.5225995612130703,\n                                50.48983971389111\n                            ],\n                            [\n                                -3.5221568018527942,\n                                50.48999124824837\n                            ],\n                            [\n                                -3.5211900746109306,\n                                50.49029924975402\n                            ],\n                            [\n                                -3.5213635358402007,\n                                50.49041997890221\n                            ],\n                            [\n                                -3.5218783985108586,\n                                50.490786553951935\n                            ],\n                            [\n                                -3.5224887215442795,\n                                50.49073460937082\n                            ],\n                            [\n                                -3.5232511664256747,\n                                50.49067409601348\n                            ],\n                            [\n                                -3.524572354264174,\n                                50.49029220989215\n                            ],\n                            [\n                                -3.5247075597997553,\n                                50.49024952635678\n                            ],\n                            [\n                                -3.525595187665801,\n                                50.489958541251355\n                            ],\n                            [\n                                -3.526438613225184,\n                                50.489648891777186\n                            ],\n                            [\n                                -3.527404299434202,\n                                50.48919466854803\n                            ],\n                            [\n                                -3.527662743809078,\n                                50.48952403140638\n                            ],\n                            [\n                                -3.5277160861816927,\n                                50.489592114420745\n                            ],\n                            [\n                                -3.5276832529764235,\n                                50.48968083599482\n                            ],\n                            [\n                                -3.527700136733983,\n                                50.489739234849395\n                            ],\n                            [\n                                -3.5278594525364726,\n                                50.48992532596081\n                            ],\n                            [\n                                -3.5279394019455483,\n                                50.48995682416243\n                            ],\n                            [\n                                -3.528035716842724,\n                                50.49002758047122\n                            ],\n                            [\n                                -3.527460894213162,\n                                50.49022861639261\n                            ],\n                            [\n                                -3.5275475400551737,\n                                50.49039209848029\n                            ],\n                            [\n                                -3.5273142036372316,\n                                50.490502608263185\n                            ],\n                            [\n                                -3.5275984600978956,\n                                50.490583480088354\n                            ],\n                            [\n                                -3.5282923838502236,\n                                50.49078080827486\n                            ],\n                            [\n                                -3.5282840562723647,\n                                50.49089015432547\n                            ],\n                            [\n                                -3.5282316575735253,\n                                50.49091997287592\n                            ],\n                            [\n                                -3.528138844326239,\n                                50.490979641392045\n                            ],\n                            [\n                                -3.5279745427746287,\n                                50.49112897974771\n                            ],\n                            [\n                                -3.527957484895981,\n                                50.491187554424684\n                            ],\n                            [\n                                -3.5279618123460326,\n                                50.49121375001756\n                            ],\n                            [\n                                -3.5279588834378353,\n                                50.491259736948514\n                            ],\n                            [\n                                -3.527941677565373,\n                                50.49131372681203\n                            ],\n                            [\n                                -3.527919108369629,\n                                50.49134917926829\n                            ],\n                            [\n                                -3.527921475281207,\n                                50.491382775383634\n                            ],\n                            [\n                                -3.5279174249246124,\n                                50.49142328192745\n                            ],\n                            [\n                                -3.527902147463905,\n                                50.49146844169592\n                            ],\n                            [\n                                -3.527890159896726,\n                                50.49148972513838\n                            ],\n                            [\n                                -3.5278574491260484,\n                                50.49152764908538\n                            ],\n                            [\n                                -3.5278754757395556,\n                                50.49156769487828\n                            ],\n                            [\n                                -3.5278922695827992,\n                                50.4916376966577\n                            ],\n                            [\n                                -3.52784179513727,\n                                50.49172718949113\n                            ],\n                            [\n                                -3.5278107247080555,\n                                50.49176221392316\n                            ],\n                            [\n                                -3.527806174866346,\n                                50.4917833097659\n                            ],\n                            [\n                                -3.5277748441026864,\n                                50.491864016263804\n                            ],\n                            [\n                                -3.527775976930864,\n                                50.49187028793966\n                            ],\n                            [\n                                -3.5277739641929395,\n                                50.49191977034823\n                            ],\n                            [\n                                -3.527769333111649,\n                                50.491938349038435\n                            ],\n                            [\n                                -3.5277491068869757,\n                                50.491981325346266\n                            ],\n                            [\n                                -3.527736561268432,\n                                50.49199973813469\n                            ],\n                            [\n                                -3.527738640197281,\n                                50.49206417719438\n                            ],\n                            [\n                                -3.527731399133674,\n                                50.49211372824182\n                            ],\n                            [\n                                -3.527706296754634,\n                                50.49218211261209\n                            ],\n                            [\n                                -3.5276826893670608,\n                                50.49218889795373\n                            ],\n                            [\n                                -3.5276293142285606,\n                                50.49223176980377\n                            ],\n                            [\n                                -3.527544005622353,\n                                50.49230041387314\n                            ],\n                            [\n                                -3.5274757710800966,\n                                50.49234374152581\n                            ],\n                            [\n                                -3.527468270092735,\n                                50.49237082088085\n                            ],\n                            [\n                                -3.5274149156777264,\n                                50.49245018851247\n                            ],\n                            [\n                                -3.5273989896346203,\n                                50.49246433768404\n                            ],\n                            [\n                                -3.5273436743357927,\n                                50.492497341870916\n                            ],\n                            [\n                                -3.52728575790104,\n                                50.49251832870525\n                            ],\n                            [\n                                -3.5271642151521747,\n                                50.49254500710701\n                            ],\n                            [\n                                -3.5270948817202887,\n                                50.49255428108049\n                            ],\n                            [\n                                -3.5270169224484595,\n                                50.49240011903165\n                            ],\n                            [\n                                -3.526999017246837,\n                                50.49251903394275\n                            ],\n                            [\n                                -3.5270056544966577,\n                                50.492566154413026\n                            ],\n                            [\n                                -3.5233155275110906,\n                                50.49305795009604\n                            ],\n                            [\n                                -3.5234840064610897,\n                                50.49316049324622\n                            ],\n                            [\n                                -3.5244939460251863,\n                                50.49316426458603\n                            ],\n                            [\n                                -3.525907278498541,\n                                50.493136566735366\n                            ],\n                            [\n                                -3.5265660745146463,\n                                50.49323518414347\n                            ],\n                            [\n                                -3.52709959299079,\n                                50.493330774242935\n                            ],\n                            [\n                                -3.5271992968213532,\n                                50.49335517855719\n                            ],\n                            [\n                                -3.527257290772964,\n                                50.49336934685399\n                            ],\n                            [\n                                -3.527298307648934,\n                                50.49338300946114\n                            ],\n                            [\n                                -3.5276309040200404,\n                                50.49354579031038\n                            ],\n                            [\n                                -3.5275533235601477,\n                                50.49364166454898\n                            ],\n                            [\n                                -3.5275611839334178,\n                                50.493694335982624\n                            ],\n                            [\n                                -3.5274734943059207,\n                                50.49404982705059\n                            ],\n                            [\n                                -3.527326085105552,\n                                50.49412180427651\n                            ],\n                            [\n                                -3.52700690667641,\n                                50.494068721643664\n                            ],\n                            [\n                                -3.526823299466882,\n                                50.49403822316248\n                            ],\n                            [\n                                -3.5262333284458496,\n                                50.49394022443253\n                            ],\n                            [\n                                -3.5248137641872788,\n                                50.49439247099429\n                            ],\n                            [\n                                -3.5245524405234394,\n                                50.494475740345685\n                            ],\n                            [\n                                -3.5239157430840624,\n                                50.4948438070986\n                            ],\n                            [\n                                -3.5233487853077228,\n                                50.49532407018606\n                            ],\n                            [\n                                -3.5232560521477647,\n                                50.49548397658139\n                            ],\n                            [\n                                -3.5231608155297103,\n                                50.49548324458627\n                            ],\n                            [\n                                -3.522974206338049,\n                                50.49581845103266\n                            ],\n                            [\n                                -3.522963875190558,\n                                50.49590930491182\n                            ],\n                            [\n                                -3.523020252203714,\n                                50.4958911194428\n                            ],\n                            [\n                                -3.5234589567983,\n                                50.495955059497156\n                            ],\n                            [\n                                -3.5235212126955022,\n                                50.4959320391941\n                            ],\n                            [\n                                -3.52371740406869,\n                                50.49592317492128\n                            ],\n                            [\n                                -3.5239732094905523,\n                                50.496000650851855\n                            ],\n                            [\n                                -3.524104399941485,\n                                50.49597025203629\n                            ],\n                            [\n                                -3.524890658195697,\n                                50.49604375419935\n                            ],\n                            [\n                                -3.524829528972702,\n                                50.496239213206955\n                            ],\n                            [\n                                -3.5245660854497096,\n                                50.4963616145726\n                            ],\n                            [\n                                -3.5240789784800928,\n                                50.4964660886394\n                            ],\n                            [\n                                -3.5242144926474244,\n                                50.49681522690312\n                            ],\n                            [\n                                -3.524498660314262,\n                                50.49693917797588\n                            ],\n                            [\n                                -3.5245109675757536,\n                                50.496949629218406\n                            ],\n                            [\n                                -3.5247311971972413,\n                                50.49696203303048\n                            ],\n                            [\n                                -3.524780510470919,\n                                50.49697360922672\n                            ],\n                            [\n                                -3.5249654211426154,\n                                50.49703682167033\n                            ],\n                            [\n                                -3.524939052735883,\n                                50.49713876816371\n                            ],\n                            [\n                                -3.524845623359082,\n                                50.497500708637915\n                            ],\n                            [\n                                -3.5247013226416097,\n                                50.498059331512685\n                            ],\n                            [\n                                -3.5248316467450254,\n                                50.49809555900992\n                            ],\n                            [\n                                -3.5248533981024868,\n                                50.49810327831716\n                            ],\n                            [\n                                -3.5251015909148706,\n                                50.49814579441323\n                            ],\n                            [\n                                -3.525111780451774,\n                                50.498148269023325\n                            ],\n                            [\n                                -3.5252930529045456,\n                                50.498167109142\n                            ],\n                            [\n                                -3.52556423115859,\n                                50.49821273155929\n                            ],\n                            [\n                                -3.526207468483757,\n                                50.49837459146923\n                            ],\n                            [\n                                -3.526523378983263,\n                                50.49851654924485\n                            ],\n                            [\n                                -3.5265345449755454,\n                                50.498667810389065\n                            ],\n                            [\n                                -3.5263488169528334,\n                                50.4990299824331\n                            ],\n                            [\n                                -3.5255131384080975,\n                                50.49978737479747\n                            ],\n                            [\n                                -3.524878102432,\n                                50.50027771067638\n                            ],\n                            [\n                                -3.5246600700576,\n                                50.5004460949754\n                            ],\n                            [\n                                -3.524179761045461,\n                                50.50085716248101\n                            ],\n                            [\n                                -3.5242452785081926,\n                                50.500887952890885\n                            ],\n                            [\n                                -3.524365932661932,\n                                50.50094463315338\n                            ],\n                            [\n                                -3.524464308553603,\n                                50.5009343508715\n                            ],\n                            [\n                                -3.5248799761335765,\n                                50.500704037551216\n                            ],\n                            [\n                                -3.525089056593183,\n                                50.50062937573643\n                            ],\n                            [\n                                -3.5252987010214425,\n                                50.500572675398345\n                            ],\n                            [\n                                -3.525552106402655,\n                                50.50056036910575\n                            ],\n                            [\n                                -3.525631922807713,\n                                50.50084712750822\n                            ],\n                            [\n                                -3.5256750871276163,\n                                50.5009346720918\n                            ],\n                            [\n                                -3.525665952080234,\n                                50.50097587469817\n                            ],\n                            [\n                                -3.5257210177275033,\n                                50.50099997515004\n                            ],\n                            [\n                                -3.526111580053524,\n                                50.50131816553167\n                            ],\n                            [\n                                -3.5261107463485377,\n                                50.50136097708891\n                            ],\n                            [\n                                -3.5262063469895812,\n                                50.50207199080954\n                            ],\n                            [\n                                -3.5262543480211814,\n                                50.50216558739697\n                            ],\n                            [\n                                -3.526289981004666,\n                                50.50220666157398\n                            ],\n                            [\n                                -3.5264406349143584,\n                                50.50221655716279\n                            ],\n                            [\n                                -3.5264468351979397,\n                                50.50221773494164\n                            ],\n                            [\n                                -3.527211522141176,\n                                50.502455854088595\n                            ],\n                            [\n                                -3.527414990153479,\n                                50.50240903407431\n                            ],\n                            [\n                                -3.527969935234326,\n                                50.50231894483193\n                            ],\n                            [\n                                -3.5281728855029404,\n                                50.50229937195072\n                            ],\n                            [\n                                -3.528221299170074,\n                                50.50229729721389\n                            ],\n                            [\n                                -3.5284639215579894,\n                                50.50210188125772\n                            ],\n                            [\n                                -3.528806268084534,\n                                50.50189473113797\n                            ],\n                            [\n                                -3.5289953764666713,\n                                50.50181384028783\n                            ],\n                            [\n                                -3.5293057689997207,\n                                50.50172291034153\n                            ],\n                            [\n                                -3.529538494581186,\n                                50.50168577495179\n                            ],\n                            [\n                                -3.529813610663942,\n                                50.50167577320277\n                            ],\n                            [\n                                -3.530713463260967,\n                                50.501825690753606\n                            ],\n                            [\n                                -3.531785187948164,\n                                50.502098044742766\n                            ],\n                            [\n                                -3.532505809872757,\n                                50.50232106930099\n                            ],\n                            [\n                                -3.5330904421524636,\n                                50.5028139898295\n                            ],\n                            [\n                                -3.5333829739592173,\n                                50.502885655138826\n                            ],\n                            [\n                                -3.534232775073029,\n                                50.50300041945091\n                            ],\n                            [\n                                -3.5342565096907363,\n                                50.50199283886613\n                            ],\n                            [\n                                -3.534294082156333,\n                                50.501803351517296\n                            ],\n                            [\n                                -3.534365634403564,\n                                50.5014427711235\n                            ],\n                            [\n                                -3.534583231168509,\n                                50.501197056097084\n                            ],\n                            [\n                                -3.5347356402893597,\n                                50.501114121579896\n                            ],\n                            [\n                                -3.5348526618884155,\n                                50.501087495009905\n                            ],\n                            [\n                                -3.5349036714825237,\n                                50.50107593994196\n                            ],\n                            [\n                                -3.5352137338322884,\n                                50.50107184994669\n                            ],\n                            [\n                                -3.535341519817997,\n                                50.501097135977574\n                            ],\n                            [\n                                -3.535642471836472,\n                                50.501246020685876\n                            ],\n                            [\n                                -3.5357624959955958,\n                                50.50146929540727\n                            ],\n                            [\n                                -3.535785590724819,\n                                50.501747810972596\n                            ],\n                            [\n                                -3.535872245460925,\n                                50.501809604734895\n                            ],\n                            [\n                                -3.536142623231982,\n                                50.50188695166623\n                            ],\n                            [\n                                -3.538088570741202,\n                                50.50231996851791\n                            ],\n                            [\n                                -3.5382861981196743,\n                                50.502326349971895\n                            ],\n                            [\n                                -3.53859347394225,\n                                50.50223237856114\n                            ],\n                            [\n                                -3.538856843684294,\n                                50.50209393785597\n                            ],\n                            [\n                                -3.5389837577867715,\n                                50.502092259546366\n                            ],\n                            [\n                                -3.5389181806047443,\n                                50.50224606336828\n                            ],\n                            [\n                                -3.5390892898306063,\n                                50.5027384049569\n                            ],\n                            [\n                                -3.5390900488671693,\n                                50.5028940296057\n                            ],\n                            [\n                                -3.5390915922653083,\n                                50.503242053488556\n                            ],\n                            [\n                                -3.5391490920479414,\n                                50.503708916524786\n                            ],\n                            [\n                                -3.5390136504439353,\n                                50.50431328954432\n                            ],\n                            [\n                                -3.539162225193732,\n                                50.50454517679907\n                            ],\n                            [\n                                -3.5395059852104707,\n                                50.50471146364851\n                            ],\n                            [\n                                -3.540841136178526,\n                                50.50570052178484\n                            ],\n                            [\n                                -3.53917940052249,\n                                50.50722950054805\n                            ],\n                            [\n                                -3.5371358119514387,\n                                50.50657831083298\n                            ],\n                            [\n                                -3.5364413995754322,\n                                50.50623090175084\n                            ],\n                            [\n                                -3.5362649335354317,\n                                50.506142692618795\n                            ],\n                            [\n                                -3.534854320182865,\n                                50.505685497937456\n                            ],\n                            [\n                                -3.534399684833036,\n                                50.5054592509113\n                            ],\n                            [\n                                -3.533409003177944,\n                                50.50381148415548\n                            ],\n                            [\n                                -3.5312260543611513,\n                                50.50391323737775\n                            ],\n                            [\n                                -3.528261934708431,\n                                50.50470115278976\n                            ],\n                            [\n                                -3.528041153321885,\n                                50.505890237512155\n                            ],\n                            [\n                                -3.528007289500874,\n                                50.50593249344583\n                            ],\n                            [\n                                -3.52802567662042,\n                                50.506077004208805\n                            ],\n                            [\n                                -3.528101110217978,\n                                50.50667059039093\n                            ],\n                            [\n                                -3.528312499764761,\n                                50.50696551205167\n                            ],\n                            [\n                                -3.528755544061784,\n                                50.50729748402346\n                            ],\n                            [\n                                -3.5288065051476214,\n                                50.50733089137139\n                            ],\n                            [\n                                -3.528843672620603,\n                                50.50735116935933\n                            ],\n                            [\n                                -3.529894227386461,\n                                50.50771372823773\n                            ],\n                            [\n                                -3.5306517363459555,\n                                50.507833869229245\n                            ],\n                            [\n                                -3.5308635186485406,\n                                50.50852177493651\n                            ],\n                            [\n                                -3.5309351190032414,\n                                50.508625042038595\n                            ],\n                            [\n                                -3.5319076258621975,\n                                50.51039003875617\n                            ],\n                            [\n                                -3.5319042751385905,\n                                50.51042290053955\n                            ],\n                            [\n                                -3.5317944883496217,\n                                50.51136049024664\n                            ],\n                            [\n                                -3.5317510000534593,\n                                50.51154376775357\n                            ],\n                            [\n                                -3.5315679829746074,\n                                50.512166015735126\n                            ],\n                            [\n                                -3.5302040895858746,\n                                50.511690522250824\n                            ],\n                            [\n                                -3.527709382157913,\n                                50.510820779218875\n                            ],\n                            [\n                                -3.5273137317329963,\n                                50.51075808845313\n                            ],\n                            [\n                                -3.526721197392154,\n                                50.510543873894484\n                            ],\n                            [\n                                -3.5254670829223005,\n                                50.51009062810292\n                            ],\n                            [\n                                -3.524697067921139,\n                                50.510117086974624\n                            ],\n                            [\n                                -3.5238327533690748,\n                                50.510020870638066\n                            ],\n                            [\n                                -3.5238236191467287,\n                                50.51002233927777\n                            ],\n                            [\n                                -3.523112566150995,\n                                50.50984265571583\n                            ],\n                            [\n                                -3.5222879232638795,\n                                50.50955188975034\n                            ],\n                            [\n                                -3.521889818883532,\n                                50.509383384986556\n                            ],\n                            [\n                                -3.521836265392928,\n                                50.50924778724793\n                            ],\n                            [\n                                -3.5217578789761697,\n                                50.50929780938537\n                            ],\n                            [\n                                -3.5211203709120342,\n                                50.50964789143236\n                            ],\n                            [\n                                -3.521225124205953,\n                                50.50983542382667\n                            ],\n                            [\n                                -3.521274960070854,\n                                50.5100686330057\n                            ],\n                            [\n                                -3.522224612341884,\n                                50.511531103177184\n                            ],\n                            [\n                                -3.522719129210086,\n                                50.51251939803467\n                            ],\n                            [\n                                -3.522291522731457,\n                                50.5128990176977\n                            ],\n                            [\n                                -3.522289783177731,\n                                50.512899310259115\n                            ],\n                            [\n                                -3.5218027391119926,\n                                50.51265285179798\n                            ],\n                            [\n                                -3.5203257382547957,\n                                50.51270794104211\n                            ],\n                            [\n                                -3.520704856272964,\n                                50.513037639647656\n                            ],\n                            [\n                                -3.52092037011674,\n                                50.51336047256733\n                            ],\n                            [\n                                -3.5218263453425775,\n                                50.51471742777477\n                            ],\n                            [\n                                -3.5218240307977418,\n                                50.51473975316002\n                            ],\n                            [\n                                -3.521764933258854,\n                                50.515039383029986\n                            ],\n                            [\n                                -3.521631684813467,\n                                50.51550309014505\n                            ],\n                            [\n                                -3.5216264626911986,\n                                50.515532378603815\n                            ],\n                            [\n                                -3.5212329737791905,\n                                50.51606961036292\n                            ],\n                            [\n                                -3.5214525863204105,\n                                50.51667857371419\n                            ],\n                            [\n                                -3.52159925187432,\n                                50.516989813178384\n                            ],\n                            [\n                                -3.521668968690519,\n                                50.51744349173148\n                            ],\n                            [\n                                -3.5198165004204087,\n                                50.520702662804794\n                            ],\n                            [\n                                -3.522254093908605,\n                                50.52173750013575\n                            ],\n                            [\n                                -3.5224011540441715,\n                                50.52179995273011\n                            ],\n                            [\n                                -3.5226922382574597,\n                                50.52203692117391\n                            ],\n                            [\n                                -3.5242945526883847,\n                                50.52234583228261\n                            ],\n                            [\n                                -3.525301890964924,\n                                50.52291722745456\n                            ],\n                            [\n                                -3.5254686256258565,\n                                50.52301601325481\n                            ],\n                            [\n                                -3.526034472355747,\n                                50.52379018315487\n                            ],\n                            [\n                                -3.5264488232874176,\n                                50.5249225640646\n                            ],\n                            [\n                                -3.526533157957877,\n                                50.52515324963026\n                            ],\n                            [\n                                -3.5264051432531627,\n                                50.52520887203598\n                            ],\n                            [\n                                -3.5259789702362134,\n                                50.52517022078683\n                            ],\n                            [\n                                -3.5217198859151035,\n                                50.52507916200474\n                            ],\n                            [\n                                -3.5205011413169993,\n                                50.52505300860008\n                            ],\n                            [\n                                -3.519976539957619,\n                                50.52496995179034\n                            ],\n                            [\n                                -3.51955531373508,\n                                50.52486810450989\n                            ],\n                            [\n                                -3.5190238936919034,\n                                50.52473954399457\n                            ],\n                            [\n                                -3.518468728268706,\n                                50.52465391141358\n                            ],\n                            [\n                                -3.518002999707763,\n                                50.524582030120655\n                            ],\n                            [\n                                -3.5178436010943357,\n                                50.52454095773039\n                            ],\n                            [\n                                -3.5178155746973716,\n                                50.524533678672846\n                            ],\n                            [\n                                -3.5178118200038626,\n                                50.52453273834258\n                            ],\n                            [\n                                -3.5177042595223513,\n                                50.524505010741294\n                            ],\n                            [\n                                -3.5171335838627256,\n                                50.5243055624832\n                            ],\n                            [\n                                -3.5167473216072,\n                                50.524139682727466\n                            ],\n                            [\n                                -3.516646013807231,\n                                50.524060078662764\n                            ],\n                            [\n                                -3.5156268862819395,\n                                50.5230750849566\n                            ],\n                            [\n                                -3.5152793283479156,\n                                50.52279180682366\n                            ],\n                            [\n                                -3.5144458056649235,\n                                50.52187631690779\n                            ],\n                            [\n                                -3.514171015122991,\n                                50.52166401925448\n                            ],\n                            [\n                                -3.5129871653011957,\n                                50.521089597691365\n                            ],\n                            [\n                                -3.5127832475232204,\n                                50.520990746791405\n                            ],\n                            [\n                                -3.512781010378133,\n                                50.52098960670377\n                            ],\n                            [\n                                -3.5119675060151607,\n                                50.520694386827294\n                            ],\n                            [\n                                -3.511507849033199,\n                                50.521320922970816\n                            ],\n                            [\n                                -3.511443442225587,\n                                50.52147829257949\n                            ],\n                            [\n                                -3.5113115827436174,\n                                50.52180017614787\n                            ],\n                            [\n                                -3.5112508973403256,\n                                50.522106745694956\n                            ],\n                            [\n                                -3.5111058468528142,\n                                50.522423404115514\n                            ],\n                            [\n                                -3.510084023729481,\n                                50.52400154770209\n                            ],\n                            [\n                                -3.509239621336332,\n                                50.5262788615312\n                            ],\n                            [\n                                -3.5086607627507984,\n                                50.52714976635287\n                            ],\n                            [\n                                -3.5085638212014576,\n                                50.52733111898837\n                            ],\n                            [\n                                -3.5083411837296143,\n                                50.52774741154251\n                            ],\n                            [\n                                -3.50808073418121,\n                                50.527984637037925\n                            ],\n                            [\n                                -3.5077307463496017,\n                                50.52807008625063\n                            ],\n                            [\n                                -3.5074630007129763,\n                                50.52808254776553\n                            ],\n                            [\n                                -3.506544627912168,\n                                50.528040494833576\n                            ],\n                            [\n                                -3.5059937568999398,\n                                50.52802065196241\n                            ],\n                            [\n                                -3.5058264505683345,\n                                50.52808575350808\n                            ],\n                            [\n                                -3.5057717712773044,\n                                50.52814049421426\n                            ],\n                            [\n                                -3.505727675840981,\n                                50.52839605012773\n                            ],\n                            [\n                                -3.505700288421716,\n                                50.528555095813715\n                            ],\n                            [\n                                -3.5055914950309295,\n                                50.52868237700751\n                            ],\n                            [\n                                -3.505123220609139,\n                                50.52903917312614\n                            ],\n                            [\n                                -3.5050854749897673,\n                                50.52918360314421\n                            ],\n                            [\n                                -3.5051607991894964,\n                                50.529335474678376\n                            ],\n                            [\n                                -3.5057102202982393,\n                                50.52975112890296\n                            ],\n                            [\n                                -3.505944112507061,\n                                50.53000893425183\n                            ],\n                            [\n                                -3.5060112191111243,\n                                50.53034081871391\n                            ],\n                            [\n                                -3.505966155582706,\n                                50.53070112613555\n                            ],\n                            [\n                                -3.505739706536955,\n                                50.53107557064787\n                            ],\n                            [\n                                -3.5057248911697596,\n                                50.5310999459786\n                            ],\n                            [\n                                -3.5048442245422433,\n                                50.5322445590777\n                            ],\n                            [\n                                -3.503995510346965,\n                                50.53344746218806\n                            ],\n                            [\n                                -3.5037436579876617,\n                                50.53322899802848\n                            ],\n                            [\n                                -3.500090025126332,\n                                50.53169570452997\n                            ],\n                            [\n                                -3.5000894122664143,\n                                50.531676385283546\n                            ],\n                            [\n                                -3.500105032050714,\n                                50.53161900297311\n                            ],\n                            [\n                                -3.500109624334711,\n                                50.531602305716305\n                            ],\n                            [\n                                -3.5001164772835494,\n                                50.53157992237957\n                            ],\n                            [\n                                -3.500128799197757,\n                                50.53153912171091\n                            ],\n                            [\n                                -3.5001965025403106,\n                                50.531430296824354\n                            ],\n                            [\n                                -3.500207744323465,\n                                50.53142713385413\n                            ],\n                            [\n                                -3.5002409360479714,\n                                50.53141782835754\n                            ],\n                            [\n                                -3.5003403524707166,\n                                50.53139416199314\n                            ],\n                            [\n                                -3.500377579459413,\n                                50.53132804718804\n                            ],\n                            [\n                                -3.500379601702999,\n                                50.531309419145444\n                            ],\n                            [\n                                -3.5003853358414605,\n                                50.53125676323543\n                            ],\n                            [\n                                -3.5003947130674997,\n                                50.5312116646995\n                            ],\n                            [\n                                -3.500400162411155,\n                                50.531185514047074\n                            ],\n                            [\n                                -3.5004110667726143,\n                                50.53115165899739\n                            ],\n                            [\n                                -3.500421986453648,\n                                50.53111779007141\n                            ],\n                            [\n                                -3.50042532007508,\n                                50.53110729147501\n                            ],\n                            [\n                                -3.500446417404067,\n                                50.53104106590511\n                            ],\n                            [\n                                -3.500440633101585,\n                                50.530953929976\n                            ],\n                            [\n                                -3.5004267289933573,\n                                50.53087147643351\n                            ],\n                            [\n                                -3.5003853632703117,\n                                50.530678612262584\n                            ],\n                            [\n                                -3.5003860910350366,\n                                50.53065128170229\n                            ],\n                            [\n                                -3.500387369863595,\n                                50.530604884222456\n                            ],\n                            [\n                                -3.500427430212254,\n                                50.530537815524895\n                            ],\n                            [\n                                -3.500427567077323,\n                                50.530537646611975\n                            ],\n                            [\n                                -3.50049001163487,\n                                50.530460581565805\n                            ],\n                            [\n                                -3.500535726845823,\n                                50.53039342194726\n                            ],\n                            [\n                                -3.500537847913126,\n                                50.53038571565845\n                            ],\n                            [\n                                -3.500539968171477,\n                                50.53037812319071\n                            ],\n                            [\n                                -3.50054472361029,\n                                50.530360734770674\n                            ],\n                            [\n                                -3.5005548302196683,\n                                50.53032401523651\n                            ],\n                            [\n                                -3.5005601010774035,\n                                50.53030183154992\n                            ],\n                            [\n                                -3.500562276820676,\n                                50.53029278354569\n                            ],\n                            [\n                                -3.5005664124725793,\n                                50.53027527089568\n                            ],\n                            [\n                                -3.500568958119553,\n                                50.530264558380395\n                            ],\n                            [\n                                -3.500573501533747,\n                                50.53024544066542\n                            ],\n                            [\n                                -3.5006025032136554,\n                                50.53017671575665\n                            ],\n                            [\n                                -3.5006320022015665,\n                                50.530140014176276\n                            ],\n                            [\n                                -3.500651369685158,\n                                50.530115945845964\n                            ],\n                            [\n                                -3.5006729378968955,\n                                50.53009682378533\n                            ],\n                            [\n                                -3.500718479678433,\n                                50.530056505585314\n                            ],\n                            [\n                                -3.5008031993499893,\n                                50.53000954611983\n                            ],\n                            [\n                                -3.5008277234672587,\n                                50.52999326883634\n                            ],\n                            [\n                                -3.500858392082725,\n                                50.52997295916218\n                            ],\n                            [\n                                -3.500879176120113,\n                                50.52995911834257\n                            ],\n                            [\n                                -3.5008874924965694,\n                                50.52995359853568\n                            ],\n                            [\n                                -3.500947934535207,\n                                50.529921413128214\n                            ],\n                            [\n                                -3.5009721448014948,\n                                50.52990852845662\n                            ],\n                            [\n                                -3.5010787276489683,\n                                50.52988359986527\n                            ],\n                            [\n                                -3.501201565501313,\n                                50.52987203280768\n                            ],\n                            [\n                                -3.5012850227029286,\n                                50.5298222203247\n                            ],\n                            [\n                                -3.501383614478367,\n                                50.5297264803281\n                            ],\n                            [\n                                -3.5013874527394613,\n                                50.52972270073125\n                            ],\n                            [\n                                -3.501391236816511,\n                                50.52971902528286\n                            ],\n                            [\n                                -3.5014545290410295,\n                                50.5296642619134\n                            ],\n                            [\n                                -3.5014545775845742,\n                                50.52966421991308\n                            ],\n                            [\n                                -3.5014619424353906,\n                                50.529657847776036\n                            ],\n                            [\n                                -3.501467313820717,\n                                50.529653200402386\n                            ],\n                            [\n                                -3.501501945790162,\n                                50.52962433612299\n                            ],\n                            [\n                                -3.501541995690092,\n                                50.529590990887186\n                            ],\n                            [\n                                -3.501602706241314,\n                                50.52953537570687\n                            ],\n                            [\n                                -3.5016137988533393,\n                                50.529525221045155\n                            ],\n                            [\n                                -3.5017183465679182,\n                                50.529418467752585\n                            ],\n                            [\n                                -3.5017885242371625,\n                                50.52934462456516\n                            ],\n                            [\n                                -3.5018304872702055,\n                                50.52930186899337\n                            ],\n                            [\n                                -3.501850342050403,\n                                50.52928167247224\n                            ],\n                            [\n                                -3.501883977837325,\n                                50.52924932377063\n                            ],\n                            [\n                                -3.5019176628521205,\n                                50.52921695855611\n                            ],\n                            [\n                                -3.5020071742802754,\n                                50.52909439047993\n                            ],\n                            [\n                                -3.50206900305334,\n                                50.529010681303426\n                            ],\n                            [\n                                -3.5021104324750163,\n                                50.5289546470981\n                            ],\n                            [\n                                -3.5022370674184953,\n                                50.52880285633077\n                            ],\n                            [\n                                -3.502283121700069,\n                                50.528736725870345\n                            ],\n                            [\n                                -3.502391711398281,\n                                50.52860630269141\n                            ],\n                            [\n                                -3.502435366085914,\n                                50.52854772960577\n                            ],\n                            [\n                                -3.5024416056228396,\n                                50.52853936714466\n                            ],\n                            [\n                                -3.502446448833603,\n                                50.52853240779503\n                            ],\n                            [\n                                -3.502490090020699,\n                                50.52846980566001\n                            ],\n                            [\n                                -3.502544981868637,\n                                50.52837765955864\n                            ],\n                            [\n                                -3.502578180577628,\n                                50.5283154882142\n                            ],\n                            [\n                                -3.5026114196039457,\n                                50.52825324837991\n                            ],\n                            [\n                                -3.5026325523072854,\n                                50.52819489554604\n                            ],\n                            [\n                                -3.502643705017065,\n                                50.5281641101149\n                            ],\n                            [\n                                -3.502643709960167,\n                                50.52816408633617\n                            ],\n                            [\n                                -3.502663177036033,\n                                50.528070460617265\n                            ],\n                            [\n                                -3.5026762084427947,\n                                50.52799213834451\n                            ],\n                            [\n                                -3.5026769858283995,\n                                50.52796200261754\n                            ],\n                            [\n                                -3.5026780988307014,\n                                50.527921082797825\n                            ],\n                            [\n                                -3.5026581459509183,\n                                50.527827744409656\n                            ],\n                            [\n                                -3.502653639541918,\n                                50.52780946686545\n                            ],\n                            [\n                                -3.5026356276591106,\n                                50.527736255838946\n                            ],\n                            [\n                                -3.5026393233170747,\n                                50.52769492068045\n                            ],\n                            [\n                                -3.502641693495093,\n                                50.5276687258229\n                            ],\n                            [\n                                -3.502695867757307,\n                                50.527597993571696\n                            ],\n                            [\n                                -3.5027111704495995,\n                                50.52755084618126\n                            ],\n                            [\n                                -3.5027189875843505,\n                                50.52752679884936\n                            ],\n                            [\n                                -3.502717666417053,\n                                50.527396409273855\n                            ],\n                            [\n                                -3.50271805873697,\n                                50.52734968014129\n                            ],\n                            [\n                                -3.5027182846790166,\n                                50.5273261705701\n                            ],\n                            [\n                                -3.50272154380155,\n                                50.527271163537904\n                            ],\n                            [\n                                -3.5027227698266468,\n                                50.52725065337298\n                            ],\n                            [\n                                -3.502725985975195,\n                                50.52724289177527\n                            ],\n                            [\n                                -3.502751600231355,\n                                50.527181114989475\n                            ],\n                            [\n                                -3.5028049300715947,\n                                50.527083385916136\n                            ],\n                            [\n                                -3.502819707115885,\n                                50.527061854529315\n                            ],\n                            [\n                                -3.502854730227376,\n                                50.527010893352724\n                            ],\n                            [\n                                -3.5028678349039355,\n                                50.52700051675309\n                            ],\n                            [\n                                -3.502895336347034,\n                                50.52697882863247\n                            ],\n                            [\n                                -3.5029274708992726,\n                                50.52695349254003\n                            ],\n                            [\n                                -3.5029369716168057,\n                                50.52694878314625\n                            ],\n                            [\n                                -3.5029370299059663,\n                                50.526948752718596\n                            ],\n                            [\n                                -3.503005315848007,\n                                50.5269149909668\n                            ],\n                            [\n                                -3.50304829039492,\n                                50.52689376205148\n                            ],\n                            [\n                                -3.503117771574719,\n                                50.526861666124034\n                            ],\n                            [\n                                -3.503133376799252,\n                                50.52685438030083\n                            ],\n                            [\n                                -3.5031359423690094,\n                                50.52685319336544\n                            ],\n                            [\n                                -3.5031411254492304,\n                                50.526852352802685\n                            ],\n                            [\n                                -3.5031453755256994,\n                                50.526851686531224\n                            ],\n                            [\n                                -3.503186518996111,\n                                50.52684499278581\n                            ],\n                            [\n                                -3.503242618742285,\n                                50.52683589707339\n                            ],\n                            [\n                                -3.503350905353422,\n                                50.52682487537886\n                            ],\n                            [\n                                -3.5034453237807415,\n                                50.5267814760215\n                            ],\n                            [\n                                -3.503528260676663,\n                                50.526727522561075\n                            ],\n                            [\n                                -3.5036053266146756,\n                                50.52667085687839\n                            ],\n                            [\n                                -3.5036291479303046,\n                                50.52664634963757\n                            ],\n                            [\n                                -3.503665439649397,\n                                50.52660904998779\n                            ],\n                            [\n                                -3.5036878062891628,\n                                50.52658035273234\n                            ],\n                            [\n                                -3.5037208839712495,\n                                50.52653796807035\n                            ],\n                            [\n                                -3.5037553780211503,\n                                50.52647357819506\n                            ],\n                            [\n                                -3.503768492730608,\n                                50.526421461110715\n                            ],\n                            [\n                                -3.503774055758016,\n                                50.526399409792695\n                            ],\n                            [\n                                -3.5037733362635817,\n                                50.52639142381063\n                            ],\n                            [\n                                -3.503770110402317,\n                                50.5263579726914\n                            ],\n                            [\n                                -3.5037674631966773,\n                                50.52633006466176\n                            ],\n                            [\n                                -3.503732706796519,\n                                50.52626909305583\n                            ],\n                            [\n                                -3.5037301083911947,\n                                50.526264534512094\n                            ],\n                            [\n                                -3.5036931446873383,\n                                50.52624351006573\n                            ],\n                            [\n                                -3.5036508362917713,\n                                50.52621938567033\n                            ],\n                            [\n                                -3.503540593527725,\n                                50.52620965778881\n                            ],\n                            [\n                                -3.5034277200798685,\n                                50.52620815691908\n                            ],\n                            [\n                                -3.503349821615222,\n                                50.52617316603636\n                            ],\n                            [\n                                -3.5033374915462576,\n                                50.52616761919452\n                            ],\n                            [\n                                -3.5033230586059236,\n                                50.52613968473389\n                            ],\n                            [\n                                -3.503316368266162,\n                                50.52612669250342\n                            ],\n                            [\n                                -3.5033109570729635,\n                                50.52611626334336\n                            ],\n                            [\n                                -3.5033041176499626,\n                                50.526103026783915\n                            ],\n                            [\n                                -3.5033139622998486,\n                                50.52607677745756\n                            ],\n                            [\n                                -3.503331343486123,\n                                50.52603056474535\n                            ],\n                            [\n                                -3.5034408213241743,\n                                50.52584447684942\n                            ],\n                            [\n                                -3.503485595522711,\n                                50.52574931318599\n                            ],\n                            [\n                                -3.5034884698254087,\n                                50.525741991503075\n                            ],\n                            [\n                                -3.5035115703652115,\n                                50.52568322571588\n                            ],\n                            [\n                                -3.503521913422592,\n                                50.52564909573585\n                            ],\n                            [\n                                -3.5035357589134293,\n                                50.52560355404373\n                            ],\n                            [\n                                -3.5035585797877467,\n                                50.525527461487926\n                            ],\n                            [\n                                -3.503581090866123,\n                                50.525445176362496\n                            ],\n                            [\n                                -3.5035863422094113,\n                                50.525401152045696\n                            ],\n                            [\n                                -3.5035898545584394,\n                                50.52537202641791\n                            ],\n                            [\n                                -3.503587251064688,\n                                50.525290128676595\n                            ],\n                            [\n                                -3.5035878966788574,\n                                50.525253433207745\n                            ],\n                            [\n                                -3.503588764544547,\n                                50.525207260402865\n                            ],\n                            [\n                                -3.503600124658016,\n                                50.525121701764206\n                            ],\n                            [\n                                -3.5036246394551633,\n                                50.52506874316125\n                            ],\n                            [\n                                -3.5036357434034526,\n                                50.52504478733163\n                            ],\n                            [\n                                -3.5036896921381673,\n                                50.52496665577863\n                            ],\n                            [\n                                -3.5037629342463683,\n                                50.524878561884364\n                            ],\n                            [\n                                -3.5038000029276524,\n                                50.52484839927951\n                            ],\n                            [\n                                -3.5038370736750983,\n                                50.52481825545537\n                            ],\n                            [\n                                -3.5039380047717423,\n                                50.52475841222338\n                            ],\n                            [\n                                -3.503970189742756,\n                                50.52472768905766\n                            ],\n                            [\n                                -3.5039981151808908,\n                                50.52470104799303\n                            ],\n                            [\n                                -3.50404814671225,\n                                50.524632859805266\n                            ],\n                            [\n                                -3.5040783568576614,\n                                50.524566906322505\n                            ],\n                            [\n                                -3.504088931497808,\n                                50.5244957204985\n                            ],\n                            [\n                                -3.5040593592676044,\n                                50.52443848658443\n                            ],\n                            [\n                                -3.504049723974274,\n                                50.524419808818145\n                            ],\n                            [\n                                -3.5040496958177503,\n                                50.52441978396998\n                            ],\n                            [\n                                -3.503951280858956,\n                                50.52433291695668\n                            ],\n                            [\n                                -3.5039451707393567,\n                                50.524325463796096\n                            ],\n                            [\n                                -3.5039002045270338,\n                                50.5242706219594\n                            ],\n                            [\n                                -3.503889566051186,\n                                50.52421104033854\n                            ],\n                            [\n                                -3.5038881893048557,\n                                50.52420332545885\n                            ],\n                            [\n                                -3.5039001307035615,\n                                50.52416153539358\n                            ],\n                            [\n                                -3.5039109570620255,\n                                50.52412382493246\n                            ],\n                            [\n                                -3.503918326767562,\n                                50.524110239357654\n                            ],\n                            [\n                                -3.5039183255328856,\n                                50.524110200525456\n                            ],\n                            [\n                                -3.5039346719924396,\n                                50.52408021312139\n                            ],\n                            [\n                                -3.50394690720513,\n                                50.5240578152978\n                            ],\n                            [\n                                -3.5040289715317474,\n                                50.523979248323315\n                            ],\n                            [\n                                -3.504097080501733,\n                                50.52390814642002\n                            ],\n                            [\n                                -3.504140108108961,\n                                50.52384555275259\n                            ],\n                            [\n                                -3.504159149345487,\n                                50.52377887119808\n                            ],\n                            [\n                                -3.50417885018583,\n                                50.523685020541436\n                            ],\n                            [\n                                -3.5041807590667586,\n                                50.52367919256716\n                            ],\n                            [\n                                -3.5042070043285642,\n                                50.52359924478259\n                            ],\n                            [\n                                -3.504290378475835,\n                                50.523474955373416\n                            ],\n                            [\n                                -3.5043037206231085,\n                                50.52345827036882\n                            ],\n                            [\n                                -3.504348640455683,\n                                50.52340211890627\n                            ],\n                            [\n                                -3.5044025186225927,\n                                50.52332230610436\n                            ],\n                            [\n                                -3.5044481899282123,\n                                50.523251588571945\n                            ],\n                            [\n                                -3.5044824578195137,\n                                50.523180091799965\n                            ],\n                            [\n                                -3.504484526936427,\n                                50.523174940375625\n                            ],\n                            [\n                                -3.5044991545295816,\n                                50.52313863146684\n                            ],\n                            [\n                                -3.5045151118147304,\n                                50.52309879444738\n                            ],\n                            [\n                                -3.5045347474879143,\n                                50.523049908499985\n                            ],\n                            [\n                                -3.5045497354455737,\n                                50.52300957968439\n                            ],\n                            [\n                                -3.504560650246683,\n                                50.52298031418723\n                            ],\n                            [\n                                -3.5046057112686384,\n                                50.52289431976102\n                            ],\n                            [\n                                -3.50464284249261,\n                                50.52284511916723\n                            ],\n                            [\n                                -3.5046517106306148,\n                                50.52283337734644\n                            ],\n                            [\n                                -3.5047647499496066,\n                                50.522753734205544\n                            ],\n                            [\n                                -3.5048435399807216,\n                                50.522707758269426\n                            ],\n                            [\n                                -3.5048813183505243,\n                                50.52269055257119\n                            ],\n                            [\n                                -3.5049492253465564,\n                                50.52265962522958\n                            ],\n                            [\n                                -3.5049759911725125,\n                                50.52265196527485\n                            ],\n                            [\n                                -3.5050191551305656,\n                                50.522639645641576\n                            ],\n                            [\n                                -3.505047589286949,\n                                50.52263147475004\n                            ],\n                            [\n                                -3.50505421553753,\n                                50.52262957835968\n                            ],\n                            [\n                                -3.505105866152893,\n                                50.52262929894002\n                            ],\n                            [\n                                -3.5051856750264756,\n                                50.52262886746657\n                            ],\n                            [\n                                -3.5052338181751512,\n                                50.52260649640433\n                            ],\n                            [\n                                -3.5052750640771273,\n                                50.5225873303084\n                            ],\n                            [\n                                -3.5053059055547235,\n                                50.522555846534196\n                            ],\n                            [\n                                -3.5053669406461374,\n                                50.5224936341717\n                            ],\n                            [\n                                -3.505398837951266,\n                                50.52242848589729\n                            ],\n                            [\n                                -3.5053634494369588,\n                                50.522391482551356\n                            ],\n                            [\n                                -3.505340289560036,\n                                50.52236722349223\n                            ],\n                            [\n                                -3.5053378202716092,\n                                50.522364357459395\n                            ],\n                            [\n                                -3.5053331966293415,\n                                50.522358897243095\n                            ],\n                            [\n                                -3.5052889017099793,\n                                50.5223075412466\n                            ],\n                            [\n                                -3.5052883373842505,\n                                50.522257802115874\n                            ],\n                            [\n                                -3.5052880788513363,\n                                50.52223380461518\n                            ],\n                            [\n                                -3.5052772471045164,\n                                50.52216380491123\n                            ],\n                            [\n                                -3.505285713330639,\n                                50.5221485764432\n                            ],\n                            [\n                                -3.5053211477197115,\n                                50.522084893077356\n                            ],\n                            [\n                                -3.505376874477478,\n                                50.52202292611109\n                            ],\n                            [\n                                -3.5054542203331067,\n                                50.521973112038424\n                            ],\n                            [\n                                -3.505455380498622,\n                                50.52197236511163\n                            ],\n                            [\n                                -3.5055532761547883,\n                                50.521941509985105\n                            ],\n                            [\n                                -3.505667848905391,\n                                50.52190497094411\n                            ],\n                            [\n                                -3.50576383594769,\n                                50.52186956260168\n                            ],\n                            [\n                                -3.505763888857136,\n                                50.52186952678302\n                            ],\n                            [\n                                -3.5058439880702603,\n                                50.52181533765114\n                            ],\n                            [\n                                -3.5058924076531515,\n                                50.52174986754191\n                            ],\n                            [\n                                -3.5058970864424523,\n                                50.521702338081475\n                            ],\n                            [\n                                -3.505900843063701,\n                                50.52166431946655\n                            ],\n                            [\n                                -3.5059081935537675,\n                                50.52158501797562\n                            ],\n                            [\n                                -3.505890705511093,\n                                50.52151781044071\n                            ],\n                            [\n                                -3.5058688880108213,\n                                50.52144975956079\n                            ],\n                            [\n                                -3.5058527808962245,\n                                50.521382451578035\n                            ],\n                            [\n                                -3.5058560902256986,\n                                50.521378726630765\n                            ],\n                            [\n                                -3.5058775649430607,\n                                50.52135455301594\n                            ],\n                            [\n                                -3.5059319488493133,\n                                50.52129339982149\n                            ],\n                            [\n                                -3.5060016200880675,\n                                50.521224165181394\n                            ],\n                            [\n                                -3.5060288841879026,\n                                50.52114912977671\n                            ],\n                            [\n                                -3.5059970743104794,\n                                50.521070299005714\n                            ],\n                            [\n                                -3.5059948740210345,\n                                50.52100118488861\n                            ],\n                            [\n                                -3.5060116064339706,\n                                50.52090197612539\n                            ],\n                            [\n                                -3.506045673951648,\n                                50.52084363841966\n                            ],\n                            [\n                                -3.506054509296414,\n                                50.520828537066755\n                            ],\n                            [\n                                -3.506100988628839,\n                                50.520783680256656\n                            ],\n                            [\n                                -3.506114893828506,\n                                50.5207702687635\n                            ],\n                            [\n                                -3.5061907732253315,\n                                50.520717052160556\n                            ],\n                            [\n                                -3.50621929429205,\n                                50.52064777539917\n                            ],\n                            [\n                                -3.506223495751188,\n                                50.52063757518739\n                            ],\n                            [\n                                -3.506212226334139,\n                                50.52060287725492\n                            ],\n                            [\n                                -3.50619239906944,\n                                50.5205417103989\n                            ],\n                            [\n                                -3.506166333838747,\n                                50.52047182675403\n                            ],\n                            [\n                                -3.50624251675862,\n                                50.520424181333745\n                            ],\n                            [\n                                -3.5063435510804357,\n                                50.520460556833136\n                            ],\n                            [\n                                -3.5064468398759807,\n                                50.52042153691557\n                            ],\n                            [\n                                -3.506465731848365,\n                                50.520354739943215\n                            ],\n                            [\n                                -3.50645852853044,\n                                50.52033145931509\n                            ],\n                            [\n                                -3.5064509321270663,\n                                50.52030684285608\n                            ],\n                            [\n                                -3.506447564497701,\n                                50.52029602364426\n                            ],\n                            [\n                                -3.5064435592973653,\n                                50.52028307833578\n                            ],\n                            [\n                                -3.5064069518438337,\n                                50.52021863310794\n                            ],\n                            [\n                                -3.506401400543311,\n                                50.52020885141744\n                            ],\n                            [\n                                -3.5063463866756837,\n                                50.52012873818817\n                            ],\n                            [\n                                -3.5063384773619544,\n                                50.520113844860965\n                            ],\n                            [\n                                -3.506305567959699,\n                                50.520051840794274\n                            ],\n                            [\n                                -3.5062990185579217,\n                                50.520027927102646\n                            ],\n                            [\n                                -3.5062930964044745,\n                                50.52000630135235\n                            ],\n                            [\n                                -3.5062886171457945,\n                                50.51998994354144\n                            ],\n                            [\n                                -3.506286601471824,\n                                50.51998250296831\n                            ],\n                            [\n                                -3.506295620506278,\n                                50.519914871480545\n                            ],\n                            [\n                                -3.506352841624638,\n                                50.51985741736008\n                            ],\n                            [\n                                -3.506369538893243,\n                                50.51985072388204\n                            ],\n                            [\n                                -3.5063849199765516,\n                                50.51984457313371\n                            ],\n                            [\n                                -3.5064409155157863,\n                                50.51982211007701\n                            ],\n                            [\n                                -3.506454382426578,\n                                50.51981671134544\n                            ],\n                            [\n                                -3.5065938159096426,\n                                50.51984610973638\n                            ],\n                            [\n                                -3.506604267265577,\n                                50.5198483132986\n                            ],\n                            [\n                                -3.506623245329109,\n                                50.519852361540494\n                            ],\n                            [\n                                -3.5066359894364663,\n                                50.5198550014951\n                            ],\n                            [\n                                -3.506643268610268,\n                                50.51985653617803\n                            ],\n                            [\n                                -3.5067408912069955,\n                                50.51982568355532\n                            ],\n                            [\n                                -3.5067496824435036,\n                                50.519801771304024\n                            ],\n                            [\n                                -3.5067717882008074,\n                                50.51974164331603\n                            ],\n                            [\n                                -3.5067846118218373,\n                                50.519665931267376\n                            ],\n                            [\n                                -3.506707134220162,\n                                50.519585182680906\n                            ],\n                            [\n                                -3.5066992001826995,\n                                50.519552683379786\n                            ],\n                            [\n                                -3.5066859382814712,\n                                50.5194981204565\n                            ],\n                            [\n                                -3.5066909919348115,\n                                50.5194578817744\n                            ],\n                            [\n                                -3.506694791321926,\n                                50.51942795489407\n                            ],\n                            [\n                                -3.506728309610859,\n                                50.51936852779078\n                            ],\n                            [\n                                -3.506747935383724,\n                                50.51933376969193\n                            ],\n                            [\n                                -3.5067905708301543,\n                                50.51926308582518\n                            ],\n                            [\n                                -3.50680036549049,\n                                50.51924552047666\n                            ],\n                            [\n                                -3.506835780637685,\n                                50.519181587139926\n                            ],\n                            [\n                                -3.506846756557092,\n                                50.51917529341433\n                            ],\n                            [\n                                -3.5069158545105776,\n                                50.5191356796455\n                            ],\n                            [\n                                -3.507146776735686,\n                                50.519126394079905\n                            ],\n                            [\n                                -3.507250496721283,\n                                50.51911076013479\n                            ],\n                            [\n                                -3.5073291589923956,\n                                50.51906487245936\n                            ],\n                            [\n                                -3.5073470161601352,\n                                50.519049014125244\n                            ],\n                            [\n                                -3.5073806198174817,\n                                50.51901920662573\n                            ],\n                            [\n                                -3.5073897616930467,\n                                50.519011097048704\n                            ],\n                            [\n                                -3.507411513957848,\n                                50.51899188422445\n                            ],\n                            [\n                                -3.5074976113609484,\n                                50.51890885559186\n                            ],\n                            [\n                                -3.5075595345350954,\n                                50.51884346158484\n                            ],\n                            [\n                                -3.507588992596051,\n                                50.518812367018256\n                            ],\n                            [\n                                -3.5076351569501445,\n                                50.51876018007615\n                            ],\n                            [\n                                -3.507655709972128,\n                                50.51873694604135\n                            ],\n                            [\n                                -3.5076942615755797,\n                                50.518678055678784\n                            ],\n                            [\n                                -3.507697248152738,\n                                50.51867349788048\n                            ],\n                            [\n                                -3.507712764039703,\n                                50.51857962877802\n                            ],\n                            [\n                                -3.507726824635419,\n                                50.518494097579946\n                            ],\n                            [\n                                -3.5077277809667526,\n                                50.51848299039226\n                            ],\n                            [\n                                -3.507728409279962,\n                                50.51847609888602\n                            ],\n                            [\n                                -3.507730607026773,\n                                50.518450174844894\n                            ],\n                            [\n                                -3.5077331052084846,\n                                50.51842116823823\n                            ],\n                            [\n                                -3.5077189414341583,\n                                50.51834883339435\n                            ],\n                            [\n                                -3.507712900137334,\n                                50.518317877921575\n                            ],\n                            [\n                                -3.507688756876037,\n                                50.51822468444638\n                            ],\n                            [\n                                -3.507687170242453,\n                                50.5182189074261\n                            ],\n                            [\n                                -3.5076515689420926,\n                                50.518089102334905\n                            ],\n                            [\n                                -3.507625911339849,\n                                50.5179744967632\n                            ],\n                            [\n                                -3.5076217769454536,\n                                50.51795794947603\n                            ],\n                            [\n                                -3.5076066991733206,\n                                50.517897481790975\n                            ],\n                            [\n                                -3.5075878960235602,\n                                50.517854730915516\n                            ],\n                            [\n                                -3.507566973547328,\n                                50.517807080284165\n                            ],\n                            [\n                                -3.5075627636413134,\n                                50.517770710598725\n                            ],\n                            [\n                                -3.507559217219759,\n                                50.51773985481826\n                            ],\n                            [\n                                -3.5075949871677374,\n                                50.517717671354326\n                            ],\n                            [\n                                -3.5076421874664585,\n                                50.5176884699976\n                            ],\n                            [\n                                -3.5076903312130026,\n                                50.51767551007662\n                            ],\n                            [\n                                -3.50773196491647,\n                                50.51766434639911\n                            ],\n                            [\n                                -3.50773204289747,\n                                50.51766428159481\n                            ],\n                            [\n                                -3.5077320782165775,\n                                50.517664272087146\n                            ],\n                            [\n                                -3.507935613198284,\n                                50.5176094823476\n                            ],\n                            [\n                                -3.507936619959686,\n                                50.517609265552906\n                            ],\n                            [\n                                -3.507937953593162,\n                                50.51760900234208\n                            ],\n                            [\n                                -3.508010327194418,\n                                50.517593396960876\n                            ],\n                            [\n                                -3.50804629067172,\n                                50.51758565431627\n                            ],\n                            [\n                                -3.5080905800766953,\n                                50.51755059276156\n                            ],\n                            [\n                                -3.5081023481689617,\n                                50.51754127657667\n                            ],\n                            [\n                                -3.508153471767495,\n                                50.51750082306414\n                            ],\n                            [\n                                -3.5083011872963668,\n                                50.51749369257533\n                            ],\n                            [\n                                -3.508404735598447,\n                                50.51750951934786\n                            ],\n                            [\n                                -3.5084947458818547,\n                                50.51746529149235\n                            ],\n                            [\n                                -3.508550838370965,\n                                50.5174080128288\n                            ],\n                            [\n                                -3.508565447014795,\n                                50.51737457283808\n                            ],\n                            [\n                                -3.508590119433786,\n                                50.51731817764551\n                            ],\n                            [\n                                -3.508592968532104,\n                                50.51731166524944\n                            ],\n                            [\n                                -3.508595712077645,\n                                50.5173054709688\n                            ],\n                            [\n                                -3.508696971768465,\n                                50.517147355326486\n                            ],\n                            [\n                                -3.5087002406124856,\n                                50.5171416883561\n                            ],\n                            [\n                                -3.5087787931230707,\n                                50.51700560808148\n                            ],\n                            [\n                                -3.5088231336242415,\n                                50.51692750859515\n                            ],\n                            [\n                                -3.5088451458585737,\n                                50.516861390214764\n                            ],\n                            [\n                                -3.5088571137499827,\n                                50.51678550910782\n                            ],\n                            [\n                                -3.5088432703923855,\n                                50.51671218614648\n                            ],\n                            [\n                                -3.508840310002683,\n                                50.51669648364456\n                            ],\n                            [\n                                -3.508839615881114,\n                                50.51669577997569\n                            ],\n                            [\n                                -3.508838395997458,\n                                50.516694497496935\n                            ],\n                            [\n                                -3.5088183820742427,\n                                50.51667345199054\n                            ],\n                            [\n                                -3.508813353332547,\n                                50.5166681525802\n                            ],\n                            [\n                                -3.5088029167836807,\n                                50.51665718957158\n                            ],\n                            [\n                                -3.5087835359420714,\n                                50.51663680977468\n                            ],\n                            [\n                                -3.5087731593574345,\n                                50.51663156241633\n                            ],\n                            [\n                                -3.5087045386701,\n                                50.51659682310523\n                            ],\n                            [\n                                -3.5086768805579602,\n                                50.51659736150456\n                            ],\n                            [\n                                -3.5086177322795096,\n                                50.51659902757032\n                            ],\n                            [\n                                -3.5066072104972963,\n                                50.51662776908326\n                            ],\n                            [\n                                -3.5034244316903425,\n                                50.51667434839109\n                            ],\n                            [\n                                -3.5018558038398764,\n                                50.51669727200944\n                            ],\n                            [\n                                -3.495623903971597,\n                                50.516786512957346\n                            ],\n                            [\n                                -3.4955970352764667,\n                                50.51673562132943\n                            ],\n                            [\n                                -3.4945891040505113,\n                                50.51482609847994\n                            ],\n                            [\n                                -3.492704932562197,\n                                50.51125703573346\n                            ],\n                            [\n                                -3.492638418699611,\n                                50.51113102062362\n                            ],\n                            [\n                                -3.4917273588106355,\n                                50.50940337061229\n                            ],\n                            [\n                                -3.4917188458669086,\n                                50.50938722680615\n                            ],\n                            [\n                                -3.4899272540725903,\n                                50.50597254561565\n                            ],\n                            [\n                                -3.487875234606303,\n                                50.50206083233519\n                            ],\n                            [\n                                -3.4860290000521097,\n                                50.498544573268255\n                            ],\n                            [\n                                -3.4844259852337034,\n                                50.495580014477554\n                            ],\n                            [\n                                -3.483959285886715,\n                                50.4946839813865\n                            ],\n                            [\n                                -3.48155339470589,\n                                50.490064849276344\n                            ],\n                            [\n                                -3.4812729931371975,\n                                50.489536023268265\n                            ],\n                            [\n                                -3.4796415179717464,\n                                50.48645886264946\n                            ],\n                            [\n                                -3.479179104461233,\n                                50.485586615722454\n                            ],\n                            [\n                                -3.4791729389228205,\n                                50.48557498533892\n                            ],\n                            [\n                                -3.479024225681976,\n                                50.48529024053334\n                            ],\n                            [\n                                -3.478194555924503,\n                                50.48369334733016\n                            ],\n                            [\n                                -3.478189082513153,\n                                50.48368282239517\n                            ],\n                            [\n                                -3.477310023548103,\n                                50.482006821787195\n                            ],\n                            [\n                                -3.477269455935241,\n                                50.481929808405106\n                            ],\n                            [\n                                -3.4748451807660867,\n                                50.47728470948001\n                            ],\n                            [\n                                -3.4738800392752163,\n                                50.475478501602716\n                            ],\n                            [\n                                -3.4738800113107784,\n                                50.475477602595554\n                            ],\n                            [\n                                -3.4731412471484173,\n                                50.47409141677093\n                            ],\n                            [\n                                -3.473140800567441,\n                                50.47409056867822\n                            ],\n                            [\n                                -3.4725555108497836,\n                                50.47299324678137\n                            ],\n                            [\n                                -3.472121323352297,\n                                50.472194463488606\n                            ],\n                            [\n                                -3.4718526883727545,\n                                50.47170023198437\n                            ],\n                            [\n                                -3.4717738196488286,\n                                50.47155512809971\n                            ],\n                            [\n                                -3.4704354310629975,\n                                50.46909346666895\n                            ],\n                            [\n                                -3.4701911592043286,\n                                50.46864414464395\n                            ],\n                            [\n                                -3.4699212997358977,\n                                50.46814720318891\n                            ],\n                            [\n                                -3.4698025239247627,\n                                50.467928602822504\n                            ],\n                            [\n                                -3.4690444143831556,\n                                50.466436291679265\n                            ],\n                            [\n                                -3.4688151549513417,\n                                50.46598498062516\n                            ],\n                            [\n                                -3.46772445866335,\n                                50.463935658841045\n                            ],\n                            [\n                                -3.467578990299931,\n                                50.463188099492804\n                            ],\n                            [\n                                -3.4674179088009134,\n                                50.46236024387358\n                            ],\n                            [\n                                -3.4669970251038205,\n                                50.460404751215364\n                            ],\n                            [\n                                -3.466781053061266,\n                                50.45940122947066\n                            ],\n                            [\n                                -3.46640872111657,\n                                50.45693988407973\n                            ],\n                            [\n                                -3.466288696562548,\n                                50.456146381990685\n                            ],\n                            [\n                                -3.4662420500569295,\n                                50.45583689957455\n                            ],\n                            [\n                                -3.4662267330622427,\n                                50.45573527453478\n                            ],\n                            [\n                                -3.465559617581562,\n                                50.450103766336774\n                            ],\n                            [\n                                -3.464899463316926,\n                                50.44423740300555\n                            ],\n                            [\n                                -3.464216954247049,\n                                50.43855122158471\n                            ],\n                            [\n                                -3.463609000021861,\n                                50.43354490515195\n                            ],\n                            [\n                                -3.4632358822837666,\n                                50.43052948929766\n                            ],\n                            [\n                                -3.4631122504544205,\n                                50.4299308877755\n                            ],\n                            [\n                                -3.468835221887507,\n                                50.42983412626868\n                            ],\n                            [\n                                -3.488055951515314,\n                                50.430367910745154\n                            ],\n                            [\n                                -3.488197767613575,\n                                50.430373830969664\n                            ],\n                            [\n                                -3.496803898657293,\n                                50.429177719924695\n                            ],\n                            [\n                                -3.506885430849429,\n                                50.42794641407826\n                            ],\n                            [\n                                -3.512385992801882,\n                                50.42805637226919\n                            ],\n                            [\n                                -3.5220823508327173,\n                                50.43457604881839\n                            ],\n                            [\n                                -3.522319998077611,\n                                50.434727405868315\n                            ],\n                            [\n                                -3.5230582807168944,\n                                50.4351902259654\n                            ],\n                            [\n                                -3.528309981289194,\n                                50.43840689044976\n                            ],\n                            [\n                                -3.5285190542099736,\n                                50.438531638185815\n                            ],\n                            [\n                                -3.5288820637501033,\n                                50.440032072700774\n                            ],\n                            [\n                                -3.5298251241924943,\n                                50.44368652485024\n                            ],\n                            [\n                                -3.5307265915499424,\n                                50.44701856037951\n                            ],\n                            [\n                                -3.531264467711557,\n                                50.44797397815975\n                            ],\n                            [\n                                -3.5341621542590023,\n                                50.45431500129451\n                            ],\n                            [\n                                -3.5340809818794385,\n                                50.45514136876661\n                            ],\n                            [\n                                -3.5340796113732136,\n                                50.45516736961006\n                            ],\n                            [\n                                -3.534066440304497,\n                                50.45556449778304\n                            ],\n                            [\n                                -3.5311311114938255,\n                                50.45740813718595\n                            ],\n                            [\n                                -3.529983193259363,\n                                50.45816617154337\n                            ],\n                            [\n                                -3.528972879678527,\n                                50.4584011751543\n                            ],\n                            [\n                                -3.52651566770348,\n                                50.459134302328835\n                            ],\n                            [\n                                -3.524857559294708,\n                                50.458833893403856\n                            ],\n                            [\n                                -3.5248542976596253,\n                                50.45883717387801\n                            ],\n                            [\n                                -3.5250044700169085,\n                                50.459034811156826\n                            ],\n                            [\n                                -3.5249933093090315,\n                                50.459124957183064\n                            ],\n                            [\n                                -3.5248853014633825,\n                                50.45927022678047\n                            ],\n                            [\n                                -3.524478711420709,\n                                50.4596884280282\n                            ],\n                            [\n                                -3.524498285545916,\n                                50.45969383754971\n                            ],\n                            [\n                                -3.5250010544017476,\n                                50.45984621149381\n                            ],\n                            [\n                                -3.525205571235823,\n                                50.45989144878605\n                            ],\n                            [\n                                -3.524991257020864,\n                                50.46032125097595\n                            ],\n                            [\n                                -3.5249826558846458,\n                                50.46033943201367\n                            ],\n                            [\n                                -3.5249745048269117,\n                                50.46041452812315\n                            ],\n                            [\n                                -3.524883586183303,\n                                50.460505989355646\n                            ],\n                            [\n                                -3.524871367666001,\n                                50.46051990083338\n                            ],\n                            [\n                                -3.5247923811921593,\n                                50.460653826622014\n                            ],\n                            [\n                                -3.524773792634628,\n                                50.460689586269474\n                            ],\n                            [\n                                -3.524729857287702,\n                                50.46073584095712\n                            ],\n                            [\n                                -3.5246760910910857,\n                                50.46081593275634\n                            ],\n                            [\n                                -3.524663396220138,\n                                50.46083299823981\n                            ],\n                            [\n                                -3.52462784038686,\n                                50.460876085222466\n                            ],\n                            [\n                                -3.5247007102058237,\n                                50.461129759160876\n                            ],\n                            [\n                                -3.5247929049042614,\n                                50.46125883323569\n                            ],\n                            [\n                                -3.5248076825968346,\n                                50.461281114746456\n                            ],\n                            [\n                                -3.524812221603883,\n                                50.46131009583\n                            ],\n                            [\n                                -3.524812491029605,\n                                50.461332927237066\n                            ],\n                            [\n                                -3.5248402347268297,\n                                50.461574340547465\n                            ],\n                            [\n                                -3.5248528141350093,\n                                50.461683772579676\n                            ],\n                            [\n                                -3.5249046812905243,\n                                50.46172157668968\n                            ],\n                            [\n                                -3.525009777408581,\n                                50.46183950920455\n                            ],\n                            [\n                                -3.5252291786683583,\n                                50.461939403784534\n                            ],\n                            [\n                                -3.525246873095942,\n                                50.46196956143322\n                            ],\n                            [\n                                -3.525353827850155,\n                                50.46205501110444\n                            ],\n                            [\n                                -3.5253774311476036,\n                                50.462073948100766\n                            ],\n                            [\n                                -3.5253809961725673,\n                                50.46207614977736\n                            ],\n                            [\n                                -3.525456610029644,\n                                50.46210491842896\n                            ],\n                            [\n                                -3.5253870984855475,\n                                50.4621685876856\n                            ],\n                            [\n                                -3.5253488853420056,\n                                50.46229505408693\n                            ],\n                            [\n                                -3.5253791053002854,\n                                50.46232432799902\n                            ],\n                            [\n                                -3.5253800637434276,\n                                50.46232521480001\n                            ],\n                            [\n                                -3.5254268200850247,\n                                50.46237054144152\n                            ],\n                            [\n                                -3.5255795924296445,\n                                50.46251850775173\n                            ],\n                            [\n                                -3.525801058590472,\n                                50.462733196404265\n                            ],\n                            [\n                                -3.525843392506197,\n                                50.46277417397801\n                            ],\n                            [\n                                -3.5262161290478806,\n                                50.463039652687534\n                            ],\n                            [\n                                -3.5263163492610063,\n                                50.46311097981921\n                            ],\n                            [\n                                -3.526463439347538,\n                                50.4632157779412\n                            ],\n                            [\n                                -3.526571782453295,\n                                50.46347805985441\n                            ],\n                            [\n                                -3.526692606253455,\n                                50.46377039662318\n                            ],\n                            [\n                                -3.5266974148158425,\n                                50.46379676592526\n                            ],\n                            [\n                                -3.526708673173698,\n                                50.46385802697986\n                            ],\n                            [\n                                -3.5267177191195707,\n                                50.46390790409591\n                            ],\n                            [\n                                -3.5267202404822013,\n                                50.46392144245987\n                            ],\n                            [\n                                -3.5267717142303665,\n                                50.46420281751553\n                            ],\n                            [\n                                -3.526805423271114,\n                                50.46438759081378\n                            ],\n                            [\n                                -3.5268041643827157,\n                                50.46438787714462\n                            ],\n                            [\n                                -3.526803310040137,\n                                50.46442259493313\n                            ],\n                            [\n                                -3.526802406864506,\n                                50.46445623412178\n                            ],\n                            [\n                                -3.5268163183615777,\n                                50.46445506225355\n                            ],\n                            [\n                                -3.5268287286072617,\n                                50.46454813677618\n                            ],\n                            [\n                                -3.5268495339603,\n                                50.4647036790836\n                            ],\n                            [\n                                -3.526784011585428,\n                                50.46481207627363\n                            ],\n                            [\n                                -3.526806104712804,\n                                50.46487724227654\n                            ],\n                            [\n                                -3.526729087751976,\n                                50.46490306649728\n                            ],\n                            [\n                                -3.526688846971713,\n                                50.46496653225615\n                            ],\n                            [\n                                -3.52671910121715,\n                                50.46502916289079\n                            ],\n                            [\n                                -3.5267948424956286,\n                                50.46506521388252\n                            ],\n                            [\n                                -3.5268107521053405,\n                                50.465032457005705\n                            ],\n                            [\n                                -3.52685721831743,\n                                50.46498204026338\n                            ],\n                            [\n                                -3.526951603048454,\n                                50.46499059566088\n                            ],\n                            [\n                                -3.526901767741118,\n                                50.46506337965877\n                            ],\n                            [\n                                -3.5268897941843256,\n                                50.465080866889956\n                            ],\n                            [\n                                -3.527086975444994,\n                                50.46507827893343\n                            ],\n                            [\n                                -3.5271086852982365,\n                                50.46508654036891\n                            ],\n                            [\n                                -3.527201182905464,\n                                50.46512173919353\n                            ],\n                            [\n                                -3.5272867699490673,\n                                50.465207851350044\n                            ],\n                            [\n                                -3.52732077369219,\n                                50.465242064616774\n                            ],\n                            [\n                                -3.527492360499823,\n                                50.46541470778493\n                            ],\n                            [\n                                -3.5278969866266965,\n                                50.46565711802933\n                            ],\n                            [\n                                -3.528153386633811,\n                                50.46581072443529\n                            ],\n                            [\n                                -3.5281605031334125,\n                                50.465815118803334\n                            ],\n                            [\n                                -3.528152795871848,\n                                50.46582124579515\n                            ],\n                            [\n                                -3.5282060282448984,\n                                50.4658434804504\n                            ],\n                            [\n                                -3.5284669682429914,\n                                50.46600593192287\n                            ],\n                            [\n                                -3.52858362530841,\n                                50.466078489149865\n                            ],\n                            [\n                                -3.5290448313117784,\n                                50.46636563137746\n                            ],\n                            [\n                                -3.5293429770681994,\n                                50.466557351973734\n                            ],\n                            [\n                                -3.529828100807371,\n                                50.46686926006049\n                            ],\n                            [\n                                -3.529830705303974,\n                                50.46687093461119\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5026045184840195,\n                        50.47044824582258\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ10\",\n            \"area_name\": \"South Brent TQ10\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.79417041531711,\n                                    50.42195901963686\n                                ],\n                                [\n                                    -3.79591602032731,\n                                    50.42123462264929\n                                ],\n                                [\n                                    -3.7982349792253522,\n                                    50.42072512325399\n                                ],\n                                [\n                                    -3.7984045727717426,\n                                    50.42002395749525\n                                ],\n                                [\n                                    -3.7991438903904364,\n                                    50.41736149624523\n                                ],\n                                [\n                                    -3.7984383163199196,\n                                    50.417081985044945\n                                ],\n                                [\n                                    -3.798271155003783,\n                                    50.41702279931384\n                                ],\n                                [\n                                    -3.7967174907341588,\n                                    50.41656694829349\n                                ],\n                                [\n                                    -3.7970632120914667,\n                                    50.416431409920385\n                                ],\n                                [\n                                    -3.798443659756279,\n                                    50.41608628770145\n                                ],\n                                [\n                                    -3.8002192010539964,\n                                    50.415393271749195\n                                ],\n                                [\n                                    -3.8006340013711406,\n                                    50.4151979406381\n                                ],\n                                [\n                                    -3.8009913089772964,\n                                    50.41496763040276\n                                ],\n                                [\n                                    -3.801255132212534,\n                                    50.41477840347012\n                                ],\n                                [\n                                    -3.801388667581541,\n                                    50.414682644871874\n                                ],\n                                [\n                                    -3.8021306917845075,\n                                    50.413834681817704\n                                ],\n                                [\n                                    -3.8026742300040275,\n                                    50.41332264889452\n                                ],\n                                [\n                                    -3.8031089086313914,\n                                    50.413104434721\n                                ],\n                                [\n                                    -3.8030580251860724,\n                                    50.41301728948324\n                                ],\n                                [\n                                    -3.8021457237809893,\n                                    50.411879445293025\n                                ],\n                                [\n                                    -3.801437267687102,\n                                    50.41099578130353\n                                ],\n                                [\n                                    -3.8007809681795584,\n                                    50.41017702441133\n                                ],\n                                [\n                                    -3.8002194613301707,\n                                    50.40887989944111\n                                ],\n                                [\n                                    -3.8046756448081696,\n                                    50.40843947863251\n                                ],\n                                [\n                                    -3.8064978130478875,\n                                    50.408060798986625\n                                ],\n                                [\n                                    -3.8068829763786494,\n                                    50.4079884574375\n                                ],\n                                [\n                                    -3.807676146507775,\n                                    50.407651267739176\n                                ],\n                                [\n                                    -3.807880552324904,\n                                    50.40756438308304\n                                ],\n                                [\n                                    -3.8080583410463764,\n                                    50.407488875580704\n                                ],\n                                [\n                                    -3.8081450102267786,\n                                    50.40745201075391\n                                ],\n                                [\n                                    -3.8099069772107255,\n                                    50.407809346531444\n                                ],\n                                [\n                                    -3.809982631844996,\n                                    50.40782470900143\n                                ],\n                                [\n                                    -3.811366111690369,\n                                    50.40749791163287\n                                ],\n                                [\n                                    -3.8116448334247215,\n                                    50.40742469383412\n                                ],\n                                [\n                                    -3.8119842977665157,\n                                    50.40730467751342\n                                ],\n                                [\n                                    -3.8116147722943428,\n                                    50.40638422382175\n                                ],\n                                [\n                                    -3.8114995205404956,\n                                    50.405945349252825\n                                ],\n                                [\n                                    -3.8112793208035534,\n                                    50.405705923255795\n                                ],\n                                [\n                                    -3.8111037439504503,\n                                    50.40552874189365\n                                ],\n                                [\n                                    -3.8109987811227897,\n                                    50.405359535541166\n                                ],\n                                [\n                                    -3.8110042348057713,\n                                    50.40513458263298\n                                ],\n                                [\n                                    -3.8112827962074616,\n                                    50.40468957412226\n                                ],\n                                [\n                                    -3.8115884867122345,\n                                    50.4038483342311\n                                ],\n                                [\n                                    -3.8117366632469487,\n                                    50.403675103743915\n                                ],\n                                [\n                                    -3.8122614869569382,\n                                    50.40304633067134\n                                ],\n                                [\n                                    -3.812310528926871,\n                                    50.40285674625177\n                                ],\n                                [\n                                    -3.812265882182105,\n                                    50.40242567588316\n                                ],\n                                [\n                                    -3.812172963254274,\n                                    50.402067111917404\n                                ],\n                                [\n                                    -3.8117305805464556,\n                                    50.402052329505935\n                                ],\n                                [\n                                    -3.8091841280762586,\n                                    50.403510014407175\n                                ],\n                                [\n                                    -3.804299589981726,\n                                    50.4013783282082\n                                ],\n                                [\n                                    -3.8042731950200803,\n                                    50.401343229444535\n                                ],\n                                [\n                                    -3.804985838353469,\n                                    50.399276815933895\n                                ],\n                                [\n                                    -3.805225463330105,\n                                    50.39858192503278\n                                ],\n                                [\n                                    -3.8005552488647103,\n                                    50.397167597978545\n                                ],\n                                [\n                                    -3.8008983829257588,\n                                    50.396266922370394\n                                ],\n                                [\n                                    -3.801300366116533,\n                                    50.395211662386664\n                                ],\n                                [\n                                    -3.801685796494041,\n                                    50.39420008928554\n                                ],\n                                [\n                                    -3.801625581002112,\n                                    50.39301901185769\n                                ],\n                                [\n                                    -3.7984590986727613,\n                                    50.392137231392674\n                                ],\n                                [\n                                    -3.794985247248643,\n                                    50.39009518884125\n                                ],\n                                [\n                                    -3.7950762297529677,\n                                    50.39005017236203\n                                ],\n                                [\n                                    -3.7972930622958567,\n                                    50.38899630414529\n                                ],\n                                [\n                                    -3.7993111423510535,\n                                    50.38723891706618\n                                ],\n                                [\n                                    -3.800341571979129,\n                                    50.38634144551291\n                                ],\n                                [\n                                    -3.79963638529311,\n                                    50.38585162936199\n                                ],\n                                [\n                                    -3.7998502492471062,\n                                    50.385747253304096\n                                ],\n                                [\n                                    -3.799910921916744,\n                                    50.385719790754415\n                                ],\n                                [\n                                    -3.7999528711645043,\n                                    50.385709787596724\n                                ],\n                                [\n                                    -3.7999794723871525,\n                                    50.38570793675545\n                                ],\n                                [\n                                    -3.8000681796579836,\n                                    50.385710161090834\n                                ],\n                                [\n                                    -3.8001298183172096,\n                                    50.38570560922019\n                                ],\n                                [\n                                    -3.800169035221719,\n                                    50.38569960565336\n                                ],\n                                [\n                                    -3.8003572533594396,\n                                    50.38565614644372\n                                ],\n                                [\n                                    -3.8004049536308426,\n                                    50.385650910843445\n                                ],\n                                [\n                                    -3.8004598173331354,\n                                    50.38565096071064\n                                ],\n                                [\n                                    -3.8006451902895204,\n                                    50.38564269370927\n                                ],\n                                [\n                                    -3.8008736492399615,\n                                    50.3856202770606\n                                ],\n                                [\n                                    -3.800915489042862,\n                                    50.385613333215076\n                                ],\n                                [\n                                    -3.800940456606942,\n                                    50.385602153678036\n                                ],\n                                [\n                                    -3.8009470751639918,\n                                    50.38559305714634\n                                ],\n                                [\n                                    -3.8009476900712564,\n                                    50.385532805690524\n                                ],\n                                [\n                                    -3.801224284998075,\n                                    50.38555639367187\n                                ],\n                                [\n                                    -3.801357850027806,\n                                    50.385555223903715\n                                ],\n                                [\n                                    -3.801479739480451,\n                                    50.385542551648086\n                                ],\n                                [\n                                    -3.801555589104001,\n                                    50.38553957764511\n                                ],\n                                [\n                                    -3.801607737155116,\n                                    50.385541467850175\n                                ],\n                                [\n                                    -3.801645844226414,\n                                    50.38554627380197\n                                ],\n                                [\n                                    -3.801736770730847,\n                                    50.38556734092103\n                                ],\n                                [\n                                    -3.801832565973404,\n                                    50.38557323156364\n                                ],\n                                [\n                                    -3.801857966053376,\n                                    50.38557346752954\n                                ],\n                                [\n                                    -3.801872436918515,\n                                    50.38556667764391\n                                ],\n                                [\n                                    -3.801905050106289,\n                                    50.38554270684255\n                                ],\n                                [\n                                    -3.8019792519625044,\n                                    50.385477717356416\n                                ],\n                                [\n                                    -3.8019949987259936,\n                                    50.385470817741385\n                                ],\n                                [\n                                    -3.802046226126825,\n                                    50.38545770200591\n                                ],\n                                [\n                                    -3.8020872774417644,\n                                    50.38545742553127\n                                ],\n                                [\n                                    -3.80213392628753,\n                                    50.38546119953424\n                                ],\n                                [\n                                    -3.8022202031982735,\n                                    50.38547910049327\n                                ],\n                                [\n                                    -3.802256052342498,\n                                    50.385482232379005\n                                ],\n                                [\n                                    -3.8023036972625985,\n                                    50.385481853625855\n                                ],\n                                [\n                                    -3.8024648192532897,\n                                    50.38546101722509\n                                ],\n                                [\n                                    -3.8025471748089332,\n                                    50.38544265188603\n                                ],\n                                [\n                                    -3.8026341693043797,\n                                    50.38543681519036\n                                ],\n                                [\n                                    -3.8027101690917426,\n                                    50.38543743571252\n                                ],\n                                [\n                                    -3.8027811906697147,\n                                    50.38545701181805\n                                ],\n                                [\n                                    -3.802821224914167,\n                                    50.385472571334184\n                                ],\n                                [\n                                    -3.8028624327240417,\n                                    50.38548272522227\n                                ],\n                                [\n                                    -3.802935931556979,\n                                    50.385494177199185\n                                ],\n                                [\n                                    -3.8032135199018318,\n                                    50.38550425401675\n                                ],\n                                [\n                                    -3.8033290870218828,\n                                    50.38551145571807\n                                ],\n                                [\n                                    -3.803428044110403,\n                                    50.385524302349594\n                                ],\n                                [\n                                    -3.8035070523686025,\n                                    50.38553117150347\n                                ],\n                                [\n                                    -3.8035354650058157,\n                                    50.38553702660791\n                                ],\n                                [\n                                    -3.8035709932503274,\n                                    50.385547268342236\n                                ],\n                                [\n                                    -3.803594018710345,\n                                    50.38556129261959\n                                ],\n                                [\n                                    -3.8036192345680324,\n                                    50.38559596916191\n                                ],\n                                [\n                                    -3.803669876879772,\n                                    50.385704973598244\n                                ],\n                                [\n                                    -3.8037069054600434,\n                                    50.385754747718465\n                                ],\n                                [\n                                    -3.8037828844833927,\n                                    50.38582820143894\n                                ],\n                                [\n                                    -3.803856430793061,\n                                    50.38591427548499\n                                ],\n                                [\n                                    -3.803860913320443,\n                                    50.38592230056149\n                                ],\n                                [\n                                    -3.8038634339792186,\n                                    50.38595202266835\n                                ],\n                                [\n                                    -3.803861673378726,\n                                    50.385979023048094\n                                ],\n                                [\n                                    -3.8038529366362277,\n                                    50.385996418113216\n                                ],\n                                [\n                                    -3.803851497452815,\n                                    50.38600705338399\n                                ],\n                                [\n                                    -3.8038693652365443,\n                                    50.38603195044638\n                                ],\n                                [\n                                    -3.8039082913240185,\n                                    50.38605831960663\n                                ],\n                                [\n                                    -3.804055475766321,\n                                    50.38607941150452\n                                ],\n                                [\n                                    -3.8041503854070737,\n                                    50.38609862513318\n                                ],\n                                [\n                                    -3.8042195390199742,\n                                    50.38610563772145\n                                ],\n                                [\n                                    -3.8043837293212284,\n                                    50.38613187073005\n                                ],\n                                [\n                                    -3.8045787609408563,\n                                    50.38615491765168\n                                ],\n                                [\n                                    -3.8046579237887546,\n                                    50.38616878997118\n                                ],\n                                [\n                                    -3.804696635777167,\n                                    50.386173945298296\n                                ],\n                                [\n                                    -3.8047856917007463,\n                                    50.386176430447655\n                                ],\n                                [\n                                    -3.80483308510762,\n                                    50.38618459888454\n                                ],\n                                [\n                                    -3.8049017929010653,\n                                    50.38620690782307\n                                ],\n                                [\n                                    -3.804958321714077,\n                                    50.386220411759716\n                                ],\n                                [\n                                    -3.8050175660136967,\n                                    50.386219851835996\n                                ],\n                                [\n                                    -3.8051422766260927,\n                                    50.38618995336947\n                                ],\n                                [\n                                    -3.80526133169612,\n                                    50.386175972052996\n                                ],\n                                [\n                                    -3.8053858514791696,\n                                    50.3861747582197\n                                ],\n                                [\n                                    -3.8054672764015143,\n                                    50.386177811034585\n                                ],\n                                [\n                                    -3.805590479566515,\n                                    50.38619081898573\n                                ],\n                                [\n                                    -3.805761537580338,\n                                    50.386220801840594\n                                ],\n                                [\n                                    -3.8058298019369228,\n                                    50.38623772070669\n                                ],\n                                [\n                                    -3.8058850382222533,\n                                    50.38623830187121\n                                ],\n                                [\n                                    -3.805936695765896,\n                                    50.386233551174804\n                                ],\n                                [\n                                    -3.80597162439517,\n                                    50.38623390806869\n                                ],\n                                [\n                                    -3.806172256352792,\n                                    50.386285097571125\n                                ],\n                                [\n                                    -3.806220755505844,\n                                    50.38629162934345\n                                ],\n                                [\n                                    -3.8063436005846945,\n                                    50.38630149415345\n                                ],\n                                [\n                                    -3.8064142901844504,\n                                    50.38629967642945\n                                ],\n                                [\n                                    -3.806448594347774,\n                                    50.38629581569161\n                                ],\n                                [\n                                    -3.806503390128897,\n                                    50.38629109693345\n                                ],\n                                [\n                                    -3.8065582545013927,\n                                    50.386291143915315\n                                ],\n                                [\n                                    -3.8065992246278335,\n                                    50.386295004362154\n                                ],\n                                [\n                                    -3.8066766377238297,\n                                    50.38629649974071\n                                ],\n                                [\n                                    -3.806717391453962,\n                                    50.386330934189495\n                                ],\n                                [\n                                    -3.8067626484123522,\n                                    50.38637429267125\n                                ],\n                                [\n                                    -3.806799014897472,\n                                    50.38647982105602\n                                ],\n                                [\n                                    -3.806848989713315,\n                                    50.38664727765834\n                                ],\n                                [\n                                    -3.806873774838135,\n                                    50.38667350581609\n                                ],\n                                [\n                                    -3.8069176982133213,\n                                    50.38671544591753\n                                ],\n                                [\n                                    -3.8069307095296807,\n                                    50.38672503820868\n                                ],\n                                [\n                                    -3.806980725951175,\n                                    50.38670745110301\n                                ],\n                                [\n                                    -3.8070137625214677,\n                                    50.386728334465076\n                                ],\n                                [\n                                    -3.8070681579280037,\n                                    50.386752663361875\n                                ],\n                                [\n                                    -3.807418638164434,\n                                    50.38686779871973\n                                ],\n                                [\n                                    -3.80762751119663,\n                                    50.386943222428506\n                                ],\n                                [\n                                    -3.8079084351937635,\n                                    50.387047025884804\n                                ],\n                                [\n                                    -3.807966310007658,\n                                    50.38701672453707\n                                ],\n                                [\n                                    -3.8079949376942914,\n                                    50.38700674573397\n                                ],\n                                [\n                                    -3.8084099373708753,\n                                    50.38687863884968\n                                ],\n                                [\n                                    -3.808666615595182,\n                                    50.38688166179497\n                                ],\n                                [\n                                    -3.808900573310214,\n                                    50.386875773799154\n                                ],\n                                [\n                                    -3.8095905992082915,\n                                    50.38683662476149\n                                ],\n                                [\n                                    -3.8097856370846515,\n                                    50.38681092425579\n                                ],\n                                [\n                                    -3.80990078453,\n                                    50.386785936361\n                                ],\n                                [\n                                    -3.8100618872161864,\n                                    50.38673685749621\n                                ],\n                                [\n                                    -3.8102055965926263,\n                                    50.3866791361156\n                                ],\n                                [\n                                    -3.8102460153252182,\n                                    50.38665926863258\n                                ],\n                                [\n                                    -3.810286060345382,\n                                    50.38662663543823\n                                ],\n                                [\n                                    -3.810447867455216,\n                                    50.38652332008734\n                                ],\n                                [\n                                    -3.810569140149983,\n                                    50.38646712581659\n                                ],\n                                [\n                                    -3.8106546245742896,\n                                    50.38641534716688\n                                ],\n                                [\n                                    -3.8107543419453838,\n                                    50.38634465721577\n                                ],\n                                [\n                                    -3.8108782399646417,\n                                    50.38628428448026\n                                ],\n                                [\n                                    -3.8109646105170834,\n                                    50.38623141251393\n                                ],\n                                [\n                                    -3.8109825387209044,\n                                    50.3862179210559\n                                ],\n                                [\n                                    -3.8110725744630676,\n                                    50.38613055379462\n                                ],\n                                [\n                                    -3.8111247507609463,\n                                    50.38606338315945\n                                ],\n                                [\n                                    -3.811138312665802,\n                                    50.38605085909038\n                                ],\n                                [\n                                    -3.8111546752134986,\n                                    50.38604205989217\n                                ],\n                                [\n                                    -3.8112028630345547,\n                                    50.386016045055136\n                                ],\n                                [\n                                    -3.811236893845915,\n                                    50.38598989096681\n                                ],\n                                [\n                                    -3.8112581690038283,\n                                    50.385957549812105\n                                ],\n                                [\n                                    -3.8112776915045994,\n                                    50.385909856169675\n                                ],\n                                [\n                                    -3.811325272019375,\n                                    50.385862004249276\n                                ],\n                                [\n                                    -3.8113636180096524,\n                                    50.38583650242188\n                                ],\n                                [\n                                    -3.8114200088189056,\n                                    50.38580648327616\n                                ],\n                                [\n                                    -3.811488460562965,\n                                    50.38578878689085\n                                ],\n                                [\n                                    -3.8115353228438287,\n                                    50.38577672431249\n                                ],\n                                [\n                                    -3.8115479980151026,\n                                    50.385768621082846\n                                ],\n                                [\n                                    -3.8115641931044517,\n                                    50.385758385390375\n                                ],\n                                [\n                                    -3.8115914286309707,\n                                    50.3857333264103\n                                ],\n                                [\n                                    -3.8116233451290085,\n                                    50.38571556059917\n                                ],\n                                [\n                                    -3.8116646863122625,\n                                    50.3856926202711\n                                ],\n                                [\n                                    -3.8117389936930994,\n                                    50.38566727751604\n                                ],\n                                [\n                                    -3.811777238805808,\n                                    50.3856542698259\n                                ],\n                                [\n                                    -3.811892484305428,\n                                    50.385625680795684\n                                ],\n                                [\n                                    -3.811932575076236,\n                                    50.385615702262434\n                                ],\n                                [\n                                    -3.8120684128894284,\n                                    50.38557968687403\n                                ],\n                                [\n                                    -3.8120871262575458,\n                                    50.385574628397464\n                                ],\n                                [\n                                    -3.8121271456706607,\n                                    50.38556241139569\n                                ],\n                                [\n                                    -3.812154069696278,\n                                    50.385556865182956\n                                ],\n                                [\n                                    -3.812171060321293,\n                                    50.385552373183984\n                                ],\n                                [\n                                    -3.8122129762326264,\n                                    50.385541196883956\n                                ],\n                                [\n                                    -3.812244328111302,\n                                    50.385532982364126\n                                ],\n                                [\n                                    -3.812295532068797,\n                                    50.38551932282186\n                                ],\n                                [\n                                    -3.812403537423514,\n                                    50.38548643905591\n                                ],\n                                [\n                                    -3.8124806442053085,\n                                    50.38545853385873\n                                ],\n                                [\n                                    -3.812521222639213,\n                                    50.38544917710113\n                                ],\n                                [\n                                    -3.8125617160533807,\n                                    50.38543722238033\n                                ],\n                                [\n                                    -3.812600857775765,\n                                    50.385423390977024\n                                ],\n                                [\n                                    -3.8126414906975854,\n                                    50.38541214458166\n                                ],\n                                [\n                                    -3.8126832150537786,\n                                    50.385399271225445\n                                ],\n                                [\n                                    -3.8127210705098924,\n                                    50.38538527995341\n                                ],\n                                [\n                                    -3.812806072170422,\n                                    50.385348617187\n                                ],\n                                [\n                                    -3.8128437537136555,\n                                    50.38533301865479\n                                ],\n                                [\n                                    -3.8129221331349297,\n                                    50.38530788146856\n                                ],\n                                [\n                                    -3.812971070824292,\n                                    50.38528940018582\n                                ],\n                                [\n                                    -3.813073191441306,\n                                    50.38526047498126\n                                ],\n                                [\n                                    -3.813127846782844,\n                                    50.38524290281205\n                                ],\n                                [\n                                    -3.8132141402414454,\n                                    50.38522168033668\n                                ],\n                                [\n                                    -3.813252651012266,\n                                    50.38520975629124\n                                ],\n                                [\n                                    -3.8132930744169284,\n                                    50.38519302657527\n                                ],\n                                [\n                                    -3.813372546127789,\n                                    50.3851570792122\n                                ],\n                                [\n                                    -3.8134183103291712,\n                                    50.38513469885317\n                                ],\n                                [\n                                    -3.8135296818285322,\n                                    50.38508979947141\n                                ],\n                                [\n                                    -3.813586850173619,\n                                    50.38506805063435\n                                ],\n                                [\n                                    -3.8136353844415227,\n                                    50.385048226256664\n                                ],\n                                [\n                                    -3.813678178316154,\n                                    50.38502984949865\n                                ],\n                                [\n                                    -3.813756199731032,\n                                    50.38499572329811\n                                ],\n                                [\n                                    -3.8137978448598684,\n                                    50.384980422385304\n                                ],\n                                [\n                                    -3.8138436852591857,\n                                    50.3849659464206\n                                ],\n                                [\n                                    -3.8138894677072037,\n                                    50.384953270147854\n                                ],\n                                [\n                                    -3.813943766256673,\n                                    50.384944427366825\n                                ],\n                                [\n                                    -3.8141542557505197,\n                                    50.384895192868925\n                                ],\n                                [\n                                    -3.814218381467845,\n                                    50.38487072689566\n                                ],\n                                [\n                                    -3.8143100998415727,\n                                    50.38482766239225\n                                ],\n                                [\n                                    -3.814345700547048,\n                                    50.38479995389447\n                                ],\n                                [\n                                    -3.8143841866383936,\n                                    50.38477229030054\n                                ],\n                                [\n                                    -3.814437147944789,\n                                    50.384749797226696\n                                ],\n                                [\n                                    -3.8144731493016386,\n                                    50.38473295622079\n                                ],\n                                [\n                                    -3.814502703554662,\n                                    50.38471415618162\n                                ],\n                                [\n                                    -3.814517110882476,\n                                    50.384705387015345\n                                ],\n                                [\n                                    -3.8145463952238723,\n                                    50.38468578171417\n                                ],\n                                [\n                                    -3.81460017209133,\n                                    50.38465149365568\n                                ],\n                                [\n                                    -3.8146610686661635,\n                                    50.384617993857866\n                                ],\n                                [\n                                    -3.8147214706536268,\n                                    50.38457191010214\n                                ],\n                                [\n                                    -3.814773972493238,\n                                    50.384540340071005\n                                ],\n                                [\n                                    -3.8148103640224242,\n                                    50.38453077803496\n                                ],\n                                [\n                                    -3.8148638301476505,\n                                    50.38452446614207\n                                ],\n                                [\n                                    -3.8148919098069136,\n                                    50.38451863143082\n                                ],\n                                [\n                                    -3.8149197626104274,\n                                    50.38450722395385\n                                ],\n                                [\n                                    -3.8149744986619565,\n                                    50.38446122850473\n                                ],\n                                [\n                                    -3.815029979087513,\n                                    50.38443509822086\n                                ],\n                                [\n                                    -3.815102772832994,\n                                    50.38441589286226\n                                ],\n                                [\n                                    -3.8151836970429587,\n                                    50.38438747655612\n                                ],\n                                [\n                                    -3.815366706292557,\n                                    50.3842961450577\n                                ],\n                                [\n                                    -3.8153975518181547,\n                                    50.384290177099\n                                ],\n                                [\n                                    -3.8154511331452494,\n                                    50.38428394408161\n                                ],\n                                [\n                                    -3.8155329420224744,\n                                    50.384279069089324\n                                ],\n                                [\n                                    -3.81557762581856,\n                                    50.38426748858376\n                                ],\n                                [\n                                    -3.8156192814507803,\n                                    50.38424697030737\n                                ],\n                                [\n                                    -3.815699666507855,\n                                    50.384207769217305\n                                ],\n                                [\n                                    -3.815777968677412,\n                                    50.384186588665514\n                                ],\n                                [\n                                    -3.8157916397228204,\n                                    50.384183227256955\n                                ],\n                                [\n                                    -3.8157984068317083,\n                                    50.38418141270994\n                                ],\n                                [\n                                    -3.815804826238919,\n                                    50.3841793337716\n                                ],\n                                [\n                                    -3.8158111156868397,\n                                    50.3841771669221\n                                ],\n                                [\n                                    -3.8158170471317274,\n                                    50.38417446602119\n                                ],\n                                [\n                                    -3.815826706295734,\n                                    50.38416918857458\n                                ],\n                                [\n                                    -3.815843749127579,\n                                    50.38415687940316\n                                ],\n                                [\n                                    -3.8159067291243405,\n                                    50.38411462219276\n                                ],\n                                [\n                                    -3.8159964299705433,\n                                    50.38407626474585\n                                ],\n                                [\n                                    -3.8160087338985225,\n                                    50.384061421294575\n                                ],\n                                [\n                                    -3.8160380824523723,\n                                    50.384043154718775\n                                ],\n                                [\n                                    -3.8160558186443314,\n                                    50.38402175071171\n                                ],\n                                [\n                                    -3.8161031082074617,\n                                    50.383996647245134\n                                ],\n                                [\n                                    -3.8161498764847965,\n                                    50.383976309745485\n                                ],\n                                [\n                                    -3.8162553502589884,\n                                    50.383938074478706\n                                ],\n                                [\n                                    -3.816334768699512,\n                                    50.383925141628076\n                                ],\n                                [\n                                    -3.816474845878585,\n                                    50.383878801615936\n                                ],\n                                [\n                                    -3.816612121910176,\n                                    50.38384419744326\n                                ],\n                                [\n                                    -3.8166255045792945,\n                                    50.38383329444608\n                                ],\n                                [\n                                    -3.8166417022418493,\n                                    50.38382611596613\n                                ],\n                                [\n                                    -3.816822030862283,\n                                    50.38378328388723\n                                ],\n                                [\n                                    -3.8169204019449356,\n                                    50.38375945051712\n                                ],\n                                [\n                                    -3.816956820153176,\n                                    50.38376238909483\n                                ],\n                                [\n                                    -3.816985609065615,\n                                    50.38377218341742\n                                ],\n                                [\n                                    -3.8170172074385786,\n                                    50.383788868229644\n                                ],\n                                [\n                                    -3.8172260675226606,\n                                    50.38387641688419\n                                ],\n                                [\n                                    -3.8173234345256413,\n                                    50.38391131192885\n                                ],\n                                [\n                                    -3.8173355064801116,\n                                    50.383923526018414\n                                ],\n                                [\n                                    -3.8173336283070864,\n                                    50.383929221616626\n                                ],\n                                [\n                                    -3.8177363357510865,\n                                    50.38399342182403\n                                ],\n                                [\n                                    -3.8180504923609355,\n                                    50.3840167423013\n                                ],\n                                [\n                                    -3.818088505910844,\n                                    50.384016147906465\n                                ],\n                                [\n                                    -3.818133306394807,\n                                    50.38401095035456\n                                ],\n                                [\n                                    -3.818243203115105,\n                                    50.38398504689096\n                                ],\n                                [\n                                    -3.818265487277717,\n                                    50.38398253984285\n                                ],\n                                [\n                                    -3.818304643561752,\n                                    50.383981297924464\n                                ],\n                                [\n                                    -3.81844941473662,\n                                    50.383988207758705\n                                ],\n                                [\n                                    -3.8185290375495033,\n                                    50.383986512755406\n                                ],\n                                [\n                                    -3.8185698356180344,\n                                    50.383988842684104\n                                ],\n                                [\n                                    -3.818688219279595,\n                                    50.38400020325978\n                                ],\n                                [\n                                    -3.8187644740039004,\n                                    50.38401672873162\n                                ],\n                                [\n                                    -3.8188278245291567,\n                                    50.38402356257354\n                                ],\n                                [\n                                    -3.818883514312971,\n                                    50.38403311549784\n                                ],\n                                [\n                                    -3.818965603137472,\n                                    50.38405358789544\n                                ],\n                                [\n                                    -3.8190461142619405,\n                                    50.38407841104972\n                                ],\n                                [\n                                    -3.8191847034785606,\n                                    50.384114539376284\n                                ],\n                                [\n                                    -3.81925322109784,\n                                    50.384129206895174\n                                ],\n                                [\n                                    -3.8193361725347454,\n                                    50.38413582371272\n                                ],\n                                [\n                                    -3.819420879047576,\n                                    50.38414896966064\n                                ],\n                                [\n                                    -3.8196214888986306,\n                                    50.38416929578554\n                                ],\n                                [\n                                    -3.81970041012666,\n                                    50.38417057899304\n                                ],\n                                [\n                                    -3.819927292032685,\n                                    50.38415624412555\n                                ],\n                                [\n                                    -3.8199859948512653,\n                                    50.38415667437838\n                                ],\n                                [\n                                    -3.8200834203523186,\n                                    50.3841658432594\n                                ],\n                                [\n                                    -3.8200979844047955,\n                                    50.38417038211694\n                                ],\n                                [\n                                    -3.820113522262737,\n                                    50.38417022882924\n                                ],\n                                [\n                                    -3.8201608277571864,\n                                    50.38417902198077\n                                ],\n                                [\n                                    -3.820308183985196,\n                                    50.38417149857621\n                                ],\n                                [\n                                    -3.820349640159028,\n                                    50.38417300811489\n                                ],\n                                [\n                                    -3.820484283784542,\n                                    50.38418761997292\n                                ],\n                                [\n                                    -3.8205501394448964,\n                                    50.38418712848423\n                                ],\n                                [\n                                    -3.8207415021720417,\n                                    50.384256875801896\n                                ],\n                                [\n                                    -3.820921930934093,\n                                    50.384261875075865\n                                ],\n                                [\n                                    -3.8209990657160033,\n                                    50.38425581026852\n                                ],\n                                [\n                                    -3.8210560818191914,\n                                    50.38424268540035\n                                ],\n                                [\n                                    -3.8211369125300085,\n                                    50.384211927944165\n                                ],\n                                [\n                                    -3.8211768073977534,\n                                    50.38420609552495\n                                ],\n                                [\n                                    -3.8212156157504706,\n                                    50.384204948016574\n                                ],\n                                [\n                                    -3.821409705032117,\n                                    50.38423642686779\n                                ],\n                                [\n                                    -3.8214418305668567,\n                                    50.38423341427642\n                                ],\n                                [\n                                    -3.8215797396286675,\n                                    50.384230444331855\n                                ],\n                                [\n                                    -3.8216174292146743,\n                                    50.38423937854607\n                                ],\n                                [\n                                    -3.8216605927198706,\n                                    50.3842641464356\n                                ],\n                                [\n                                    -3.821717194086306,\n                                    50.38426442885801\n                                ],\n                                [\n                                    -3.8217309567175604,\n                                    50.38426933982981\n                                ],\n                                [\n                                    -3.8217995345488998,\n                                    50.38420370612886\n                                ],\n                                [\n                                    -3.8217996576284583,\n                                    50.38420361426003\n                                ],\n                                [\n                                    -3.8217997632046568,\n                                    50.38420343272502\n                                ],\n                                [\n                                    -3.8218116233048987,\n                                    50.38419210328036\n                                ],\n                                [\n                                    -3.8218461771785077,\n                                    50.38417060575411\n                                ],\n                                [\n                                    -3.821912436062191,\n                                    50.38415347719685\n                                ],\n                                [\n                                    -3.8219539784209196,\n                                    50.38414805940279\n                                ],\n                                [\n                                    -3.8220749817086,\n                                    50.384136719500404\n                                ],\n                                [\n                                    -3.822231472140884,\n                                    50.384128600812225\n                                ],\n                                [\n                                    -3.8222595716365664,\n                                    50.38412331264073\n                                ],\n                                [\n                                    -3.822331963034135,\n                                    50.38409663499581\n                                ],\n                                [\n                                    -3.8225630138736273,\n                                    50.383988178961545\n                                ],\n                                [\n                                    -3.822632474778676,\n                                    50.383960656652725\n                                ],\n                                [\n                                    -3.823023079008496,\n                                    50.383824245343014\n                                ],\n                                [\n                                    -3.8230462652176356,\n                                    50.38379978676805\n                                ],\n                                [\n                                    -3.8230583831292257,\n                                    50.38379518968778\n                                ],\n                                [\n                                    -3.8230878681503055,\n                                    50.38379265874877\n                                ],\n                                [\n                                    -3.8231153949468,\n                                    50.383799953017395\n                                ],\n                                [\n                                    -3.8231313683561647,\n                                    50.38381409302115\n                                ],\n                                [\n                                    -3.8231541027523717,\n                                    50.38382003237281\n                                ],\n                                [\n                                    -3.8231770985612106,\n                                    50.38383315385962\n                                ],\n                                [\n                                    -3.8232436761251627,\n                                    50.38388156811079\n                                ],\n                                [\n                                    -3.823262269763758,\n                                    50.38388847177637\n                                ],\n                                [\n                                    -3.823299019880714,\n                                    50.383894182323175\n                                ],\n                                [\n                                    -3.823467512911565,\n                                    50.38388435375442\n                                ],\n                                [\n                                    -3.823512347111599,\n                                    50.38388005300094\n                                ],\n                                [\n                                    -3.823600416820472,\n                                    50.383866080091146\n                                ],\n                                [\n                                    -3.8238540487906043,\n                                    50.38384142454832\n                                ],\n                                [\n                                    -3.8239707392670206,\n                                    50.383838694656724\n                                ],\n                                [\n                                    -3.8240309466300793,\n                                    50.38383325313575\n                                ],\n                                [\n                                    -3.8241946214662406,\n                                    50.38384596621377\n                                ],\n                                [\n                                    -3.8242931321248412,\n                                    50.383847118839114\n                                ],\n                                [\n                                    -3.824367565026586,\n                                    50.38384325275295\n                                ],\n                                [\n                                    -3.8245637869556743,\n                                    50.383794681880815\n                                ],\n                                [\n                                    -3.8246608564667683,\n                                    50.38377624979672\n                                ],\n                                [\n                                    -3.8247792535896354,\n                                    50.38376081970397\n                                ],\n                                [\n                                    -3.8248987336679767,\n                                    50.38374905105639\n                                ],\n                                [\n                                    -3.8251106610602457,\n                                    50.383719740833214\n                                ],\n                                [\n                                    -3.8251871348873716,\n                                    50.383711884805514\n                                ],\n                                [\n                                    -3.8252646814889775,\n                                    50.38370778938464\n                                ],\n                                [\n                                    -3.825381174203573,\n                                    50.38370578070291\n                                ],\n                                [\n                                    -3.8266159067806296,\n                                    50.38395676860251\n                                ],\n                                [\n                                    -3.827116337118723,\n                                    50.38471048544635\n                                ],\n                                [\n                                    -3.8297158271795513,\n                                    50.385535212433936\n                                ],\n                                [\n                                    -3.830352424893352,\n                                    50.385585345075306\n                                ],\n                                [\n                                    -3.8322444142141237,\n                                    50.38573420386513\n                                ],\n                                [\n                                    -3.8343566368879194,\n                                    50.38602918263102\n                                ],\n                                [\n                                    -3.835003170073828,\n                                    50.386609629062356\n                                ],\n                                [\n                                    -3.8352551171812954,\n                                    50.38683583727405\n                                ],\n                                [\n                                    -3.835565719104617,\n                                    50.38711461559324\n                                ],\n                                [\n                                    -3.8336139795545217,\n                                    50.38977208517816\n                                ],\n                                [\n                                    -3.831568272145071,\n                                    50.39120718131864\n                                ],\n                                [\n                                    -3.8284879023677734,\n                                    50.39263531072184\n                                ],\n                                [\n                                    -3.828036136655815,\n                                    50.39284480664012\n                                ],\n                                [\n                                    -3.8276286393925147,\n                                    50.394085022514965\n                                ],\n                                [\n                                    -3.827479722882025,\n                                    50.39453819778376\n                                ],\n                                [\n                                    -3.8274039037654752,\n                                    50.394768755095015\n                                ],\n                                [\n                                    -3.827301602411988,\n                                    50.39508011713873\n                                ],\n                                [\n                                    -3.826991087173051,\n                                    50.39602514211114\n                                ],\n                                [\n                                    -3.8282132521663326,\n                                    50.397457335353316\n                                ],\n                                [\n                                    -3.829680681446874,\n                                    50.39917671254648\n                                ],\n                                [\n                                    -3.832773593789423,\n                                    50.39945636832162\n                                ],\n                                [\n                                    -3.8368812776501793,\n                                    50.39939155336569\n                                ],\n                                [\n                                    -3.838700717838075,\n                                    50.39936279809809\n                                ],\n                                [\n                                    -3.8426118566665743,\n                                    50.39919317562785\n                                ],\n                                [\n                                    -3.8426720801097596,\n                                    50.399190602387236\n                                ],\n                                [\n                                    -3.843074445022543,\n                                    50.399173162957204\n                                ],\n                                [\n                                    -3.8433572910350433,\n                                    50.39916085470683\n                                ],\n                                [\n                                    -3.8473720334645125,\n                                    50.398986551395815\n                                ],\n                                [\n                                    -3.8478183683317653,\n                                    50.3989658786386\n                                ],\n                                [\n                                    -3.8479638246139696,\n                                    50.39895907910594\n                                ],\n                                [\n                                    -3.8484290202812956,\n                                    50.39893747468022\n                                ],\n                                [\n                                    -3.8493297773315724,\n                                    50.39889572987733\n                                ],\n                                [\n                                    -3.851046708878172,\n                                    50.39904742895318\n                                ],\n                                [\n                                    -3.8519070400150777,\n                                    50.399123374203384\n                                ],\n                                [\n                                    -3.8540585559269562,\n                                    50.39920850333703\n                                ],\n                                [\n                                    -3.8556721002029195,\n                                    50.39940979286117\n                                ],\n                                [\n                                    -3.857952788092599,\n                                    50.39969437224982\n                                ],\n                                [\n                                    -3.8593612990512285,\n                                    50.399870033612316\n                                ],\n                                [\n                                    -3.8605768637451825,\n                                    50.40007816690223\n                                ],\n                                [\n                                    -3.8606054812306088,\n                                    50.40008309644422\n                                ],\n                                [\n                                    -3.860854737541108,\n                                    50.40012568810758\n                                ],\n                                [\n                                    -3.8618565689377435,\n                                    50.400297213662014\n                                ],\n                                [\n                                    -3.862264102002676,\n                                    50.40036702030118\n                                ],\n                                [\n                                    -3.863028478492015,\n                                    50.40049783579286\n                                ],\n                                [\n                                    -3.863098807866238,\n                                    50.400513249057425\n                                ],\n                                [\n                                    -3.863280781131841,\n                                    50.40055304609028\n                                ],\n                                [\n                                    -3.863307349955498,\n                                    50.40055882625563\n                                ],\n                                [\n                                    -3.8634860433201115,\n                                    50.400597866060366\n                                ],\n                                [\n                                    -3.8645914753097026,\n                                    50.40083963330895\n                                ],\n                                [\n                                    -3.8655227747614553,\n                                    50.40104327884278\n                                ],\n                                [\n                                    -3.8657137631565344,\n                                    50.40108499608801\n                                ],\n                                [\n                                    -3.8668440255078815,\n                                    50.401332099814475\n                                ],\n                                [\n                                    -3.8677614269168057,\n                                    50.40169213243422\n                                ],\n                                [\n                                    -3.8691064935704462,\n                                    50.40221990416914\n                                ],\n                                [\n                                    -3.8695477025405727,\n                                    50.40239308842797\n                                ],\n                                [\n                                    -3.87009490897539,\n                                    50.40306567038997\n                                ],\n                                [\n                                    -3.870578366818238,\n                                    50.40365995667204\n                                ],\n                                [\n                                    -3.8724165826732238,\n                                    50.405272129850225\n                                ],\n                                [\n                                    -3.872552075716896,\n                                    50.40537416223994\n                                ],\n                                [\n                                    -3.8755848371475197,\n                                    50.407657409850685\n                                ],\n                                [\n                                    -3.875834920040675,\n                                    50.40784570497713\n                                ],\n                                [\n                                    -3.8773267918544394,\n                                    50.40896875930395\n                                ],\n                                [\n                                    -3.8842312314077305,\n                                    50.416860499402\n                                ],\n                                [\n                                    -3.8851551148214747,\n                                    50.41791623286317\n                                ],\n                                [\n                                    -3.8877309773008912,\n                                    50.42136188443602\n                                ],\n                                [\n                                    -3.8888610830972157,\n                                    50.42287344122247\n                                ],\n                                [\n                                    -3.893446122031482,\n                                    50.42900470567307\n                                ],\n                                [\n                                    -3.8959356382107804,\n                                    50.43602047042636\n                                ],\n                                [\n                                    -3.8973060564324613,\n                                    50.43988145157002\n                                ],\n                                [\n                                    -3.8984032646991476,\n                                    50.442971985191164\n                                ],\n                                [\n                                    -3.898414143265021,\n                                    50.44300273810983\n                                ],\n                                [\n                                    -3.8989232784914156,\n                                    50.444436745854745\n                                ],\n                                [\n                                    -3.9004746666483605,\n                                    50.455156999180524\n                                ],\n                                [\n                                    -3.8946736212441375,\n                                    50.469101391399676\n                                ],\n                                [\n                                    -3.8858029592694594,\n                                    50.48013887940394\n                                ],\n                                [\n                                    -3.885670453427513,\n                                    50.48011809245519\n                                ],\n                                [\n                                    -3.8854936605761643,\n                                    50.480102978754765\n                                ],\n                                [\n                                    -3.8852386923469755,\n                                    50.48007114361894\n                                ],\n                                [\n                                    -3.885075971905216,\n                                    50.480055801257684\n                                ],\n                                [\n                                    -3.8848856575368225,\n                                    50.480054387669846\n                                ],\n                                [\n                                    -3.8846042625370925,\n                                    50.48006793111625\n                                ],\n                                [\n                                    -3.8844352702919713,\n                                    50.480070668388684\n                                ],\n                                [\n                                    -3.8842091339781026,\n                                    50.48005635193893\n                                ],\n                                [\n                                    -3.8839825601823423,\n                                    50.48002855118716\n                                ],\n                                [\n                                    -3.8836358606210046,\n                                    50.479998467733445\n                                ],\n                                [\n                                    -3.8834801316304226,\n                                    50.479983819407956\n                                ],\n                                [\n                                    -3.8833998704472137,\n                                    50.4799763046187\n                                ],\n                                [\n                                    -3.8831619317758816,\n                                    50.479951924073454\n                                ],\n                                [\n                                    -3.882835909556428,\n                                    50.479898398062815\n                                ],\n                                [\n                                    -3.882558693419476,\n                                    50.47984471100878\n                                ],\n                                [\n                                    -3.8822952148046523,\n                                    50.479777040280695\n                                ],\n                                [\n                                    -3.88212379013376,\n                                    50.47972137077855\n                                ],\n                                [\n                                    -3.8819654793144496,\n                                    50.479638507010485\n                                ],\n                                [\n                                    -3.881842517300279,\n                                    50.47955948731535\n                                ],\n                                [\n                                    -3.8817326587204244,\n                                    50.47945336361049\n                                ],\n                                [\n                                    -3.88167168868303,\n                                    50.47933746415888\n                                ],\n                                [\n                                    -3.8815828581699536,\n                                    50.47923091927436\n                                ],\n                                [\n                                    -3.881459901072212,\n                                    50.47915198004461\n                                ],\n                                [\n                                    -3.88113087211408,\n                                    50.47903142093083\n                                ],\n                                [\n                                    -3.8810107194215933,\n                                    50.479019881617724\n                                ],\n                                [\n                                    -3.880856032143326,\n                                    50.47903136739978\n                                ],\n                                [\n                                    -3.8807368229152774,\n                                    50.47904678544671\n                                ],\n                                [\n                                    -3.880602499463284,\n                                    50.47903546579054\n                                ],\n                                [\n                                    -3.880481150068355,\n                                    50.47899697238021\n                                ],\n                                [\n                                    -3.8803874899441784,\n                                    50.47894444144994\n                                ],\n                                [\n                                    -3.880343969797759,\n                                    50.47891367494792\n                                ],\n                                [\n                                    -3.8802645500031487,\n                                    50.4788655096837\n                                ],\n                                [\n                                    -3.88004883239768,\n                                    50.4787566071737\n                                ],\n                                [\n                                    -3.879961243819675,\n                                    50.47868159181778\n                                ],\n                                [\n                                    -3.879901894005359,\n                                    50.478606030176344\n                                ],\n                                [\n                                    -3.8798205001448363,\n                                    50.47850844770138\n                                ],\n                                [\n                                    -3.879587045877373,\n                                    50.47830981933979\n                                ],\n                                [\n                                    -3.879499051093798,\n                                    50.47822132825068\n                                ],\n                                [\n                                    -3.8793309774879425,\n                                    50.47807119090104\n                                ],\n                                [\n                                    -3.8792579941399103,\n                                    50.47800934010218\n                                ],\n                                [\n                                    -3.8791430204626174,\n                                    50.47795275439828\n                                ],\n                                [\n                                    -3.8789642771586044,\n                                    50.4778882045212\n                                ],\n                                [\n                                    -3.8788274628020774,\n                                    50.47781398330896\n                                ],\n                                [\n                                    -3.878704688971695,\n                                    50.4777394542677\n                                ],\n                                [\n                                    -3.8785970450159613,\n                                    50.47769173463758\n                                ],\n                                [\n                                    -3.87848315582108,\n                                    50.477662103669566\n                                ],\n                                [\n                                    -3.8783699654379045,\n                                    50.4776504492335\n                                ],\n                                [\n                                    -3.8781933616619875,\n                                    50.47763980942391\n                                ],\n                                [\n                                    -3.8780800724408206,\n                                    50.47762814730791\n                                ],\n                                [\n                                    -3.8779462739336634,\n                                    50.477630307074726\n                                ],\n                                [\n                                    -3.8777778382190946,\n                                    50.47764651667714\n                                ],\n                                [\n                                    -3.877616716524085,\n                                    50.47767159296563\n                                ],\n                                [\n                                    -3.87746285779351,\n                                    50.47770104880707\n                                ],\n                                [\n                                    -3.8771821727264517,\n                                    50.47773255982164\n                                ],\n                                [\n                                    -3.877013202173871,\n                                    50.477735286001\n                                ],\n                                [\n                                    -3.8768435706893514,\n                                    50.477724531655376\n                                ],\n                                [\n                                    -3.8766875756258026,\n                                    50.47770007515354\n                                ],\n                                [\n                                    -3.876566766450843,\n                                    50.47767505091807\n                                ],\n                                [\n                                    -3.8761892425798585,\n                                    50.47757323902895\n                                ],\n                                [\n                                    -3.875740086604576,\n                                    50.477441030012145\n                                ],\n                                [\n                                    -3.875597958318936,\n                                    50.477411851508656\n                                ],\n                                [\n                                    -3.8754636405806715,\n                                    50.47740052585243\n                                ],\n                                [\n                                    -3.8753501609023764,\n                                    50.4773843761673\n                                ],\n                                [\n                                    -3.875236971517252,\n                                    50.47737270967884\n                                ],\n                                [\n                                    -3.875151363510654,\n                                    50.4773471165991\n                                ],\n                                [\n                                    -3.875028904429128,\n                                    50.477277156560646\n                                ],\n                                [\n                                    -3.87466669579391,\n                                    50.477031144604446\n                                ],\n                                [\n                                    -3.874526509465773,\n                                    50.47687146712703\n                                ],\n                                [\n                                    -3.8744495621784534,\n                                    50.476706372583514\n                                ],\n                                [\n                                    -3.874424153803388,\n                                    50.47659888140543\n                                ],\n                                [\n                                    -3.874392723954867,\n                                    50.47651837917357\n                                ],\n                                [\n                                    -3.8743465436156517,\n                                    50.47642021659085\n                                ],\n                                [\n                                    -3.8742951689015586,\n                                    50.476367098479464\n                                ],\n                                [\n                                    -3.8741905257419567,\n                                    50.4762158329537\n                                ],\n                                [\n                                    -3.8741096948331846,\n                                    50.47613171940554\n                                ],\n                                [\n                                    -3.8740349337667817,\n                                    50.47602503212183\n                                ],\n                                [\n                                    -3.8739588600859935,\n                                    50.47588230015019\n                                ],\n                                [\n                                    -3.8738920870243048,\n                                    50.475797960017125\n                                ],\n                                [\n                                    -3.8737982666488615,\n                                    50.475741028358634\n                                ],\n                                [\n                                    -3.8737094462003423,\n                                    50.475634468370686\n                                ],\n                                [\n                                    -3.8735623638801067,\n                                    50.47547948771527\n                                ],\n                                [\n                                    -3.873481876704728,\n                                    50.47540436215881\n                                ],\n                                [\n                                    -3.8733235917576048,\n                                    50.47532139636737\n                                ],\n                                [\n                                    -3.873278289227404,\n                                    50.47524570412771\n                                ],\n                                [\n                                    -3.8732130517406915,\n                                    50.47519729673823\n                                ],\n                                [\n                                    -3.8730833846302986,\n                                    50.47513302698261\n                                ],\n                                [\n                                    -3.873981104770265,\n                                    50.47446139055962\n                                ],\n                                [\n                                    -3.8739655680521046,\n                                    50.47444770916967\n                                ],\n                                [\n                                    -3.8738648431361034,\n                                    50.47439537676824\n                                ],\n                                [\n                                    -3.873539927265632,\n                                    50.47419821847074\n                                ],\n                                [\n                                    -3.873446998672305,\n                                    50.47416374808473\n                                ],\n                                [\n                                    -3.8733393684567163,\n                                    50.47411603240339\n                                ],\n                                [\n                                    -3.8731258301921963,\n                                    50.47406093792035\n                                ],\n                                [\n                                    -3.872741954012461,\n                                    50.47397719617388\n                                ],\n                                [\n                                    -3.8726220444617696,\n                                    50.473974638309656\n                                ],\n                                [\n                                    -3.872458978970152,\n                                    50.47395028100745\n                                ],\n                                [\n                                    -3.8723378407761215,\n                                    50.47391627275251\n                                ],\n                                [\n                                    -3.8721542943173866,\n                                    50.47390573557671\n                                ],\n                                [\n                                    -3.8720615956563327,\n                                    50.47388025435182\n                                ],\n                                [\n                                    -3.871884488902056,\n                                    50.473856131180334\n                                ],\n                                [\n                                    -3.871750700567522,\n                                    50.47385828371007\n                                ],\n                                [\n                                    -3.8714605915016773,\n                                    50.473826983915316\n                                ],\n                                [\n                                    -3.871318668192364,\n                                    50.47380229391812\n                                ],\n                                [\n                                    -3.8710570095896215,\n                                    50.47377943951767\n                                ],\n                                [\n                                    -3.8709088242965066,\n                                    50.473772828657864\n                                ],\n                                [\n                                    -3.8707873182977637,\n                                    50.47372982175514\n                                ],\n                                [\n                                    -3.8706313534333345,\n                                    50.473705356712635\n                                ],\n                                [\n                                    -3.8704475042815565,\n                                    50.47369033372963\n                                ],\n                                [\n                                    -3.8702915256264223,\n                                    50.47366586845452\n                                ],\n                                [\n                                    -3.869986362841866,\n                                    50.473612322094375\n                                ],\n                                [\n                                    -3.869823477565784,\n                                    50.47359246418603\n                                ],\n                                [\n                                    -3.869371018279992,\n                                    50.473554783398185\n                                ],\n                                [\n                                    -3.868931371461492,\n                                    50.47348532623441\n                                ],\n                                [\n                                    -3.8687748624524136,\n                                    50.47344737651296\n                                ],\n                                [\n                                    -3.868525076029263,\n                                    50.47336597292269\n                                ],\n                                [\n                                    -3.8683391025954648,\n                                    50.47329702597457\n                                ],\n                                [\n                                    -3.8682243445381252,\n                                    50.47324492307735\n                                ],\n                                [\n                                    -3.8679726584047884,\n                                    50.47311849807499\n                                ],\n                                [\n                                    -3.8678653398912295,\n                                    50.47307526933485\n                                ],\n                                [\n                                    -3.8677642564894166,\n                                    50.47301395247881\n                                ],\n                                [\n                                    -3.8676768892024955,\n                                    50.472943421385324\n                                ],\n                                [\n                                    -3.8675543222009767,\n                                    50.4728733653363\n                                ],\n                                [\n                                    -3.86748809585139,\n                                    50.47280249473515\n                                ],\n                                [\n                                    -3.867399234601892,\n                                    50.4726915325893\n                                ],\n                                [\n                                    -3.8673113374848054,\n                                    50.47260752778359\n                                ],\n                                [\n                                    -3.8672374786387658,\n                                    50.47252319866745\n                                ],\n                                [\n                                    -3.867142256320993,\n                                    50.47243031734396\n                                ],\n                                [\n                                    -3.8670765483904264,\n                                    50.47237292912817\n                                ],\n                                [\n                                    -3.8669277244138027,\n                                    50.472172926370476\n                                ],\n                                [\n                                    -3.8668326804791477,\n                                    50.472084538912156\n                                ],\n                                [\n                                    -3.8667305523188897,\n                                    50.471996256053124\n                                ],\n                                [\n                                    -3.866520448961514,\n                                    50.47185118178803\n                                ],\n                                [\n                                    -3.8664122354596855,\n                                    50.47178548118114\n                                ],\n                                [\n                                    -3.8662960533862925,\n                                    50.47169743240125\n                                ],\n                                [\n                                    -3.8661373129312397,\n                                    50.47160547925111\n                                ],\n                                [\n                                    -3.865979750803846,\n                                    50.47154056980961\n                                ],\n                                [\n                                    -3.865801240354809,\n                                    50.471480493098106\n                                ],\n                                [\n                                    -3.865658619442502,\n                                    50.47143782849983\n                                ],\n                                [\n                                    -3.8655376549059786,\n                                    50.47140829840677\n                                ],\n                                [\n                                    -3.865416640349531,\n                                    50.47137427201119\n                                ],\n                                [\n                                    -3.8652674487045675,\n                                    50.47134510429717\n                                ],\n                                [\n                                    -3.8650969081019384,\n                                    50.471307374632445\n                                ],\n                                [\n                                    -3.8649326179911045,\n                                    50.47125156559983\n                                ],\n                                [\n                                    -3.864662481174404,\n                                    50.47119295589825\n                                ],\n                                [\n                                    -3.8645421751262985,\n                                    50.471176905158075\n                                ],\n                                [\n                                    -3.8644283601925506,\n                                    50.47115175631055\n                                ],\n                                [\n                                    -3.864335267248279,\n                                    50.471112784346666\n                                ],\n                                [\n                                    -3.8642841325339328,\n                                    50.47106855303455\n                                ],\n                                [\n                                    -3.8642540913592334,\n                                    50.47101958564669\n                                ],\n                                [\n                                    -3.8642259886834482,\n                                    50.470940367488915\n                                ],\n                                [\n                                    -3.864059009220601,\n                                    50.471078725913586\n                                ],\n                                [\n                                    -3.863881530822261,\n                                    50.4712045708156\n                                ],\n                                [\n                                    -3.8634991112447308,\n                                    50.47143134571756\n                                ],\n                                [\n                                    -3.863304229419825,\n                                    50.4715314849402\n                                ],\n                                [\n                                    -3.8631218305707207,\n                                    50.47162081105399\n                                ],\n                                [\n                                    -3.8631677216082876,\n                                    50.47166179908428\n                                ],\n                                [\n                                    -3.8631032534431617,\n                                    50.471694930948\n                                ],\n                                [\n                                    -3.8630829419587336,\n                                    50.47167798782611\n                                ],\n                                [\n                                    -3.8625506143231436,\n                                    50.47106484916708\n                                ],\n                                [\n                                    -3.8623971585618,\n                                    50.470743532404626\n                                ],\n                                [\n                                    -3.862384811587893,\n                                    50.4705742389436\n                                ],\n                                [\n                                    -3.862336084909772,\n                                    50.46990812602376\n                                ],\n                                [\n                                    -3.862295145820007,\n                                    50.46958500787497\n                                ],\n                                [\n                                    -3.861956465200366,\n                                    50.469212610667164\n                                ],\n                                [\n                                    -3.8616351026111286,\n                                    50.46909474319178\n                                ],\n                                [\n                                    -3.861465586241444,\n                                    50.469083164273066\n                                ],\n                                [\n                                    -3.8614510382499385,\n                                    50.46908231777322\n                                ],\n                                [\n                                    -3.8614589659723935,\n                                    50.46928414125763\n                                ],\n                                [\n                                    -3.8614427474086237,\n                                    50.46940974055587\n                                ],\n                                [\n                                    -3.8614393058033243,\n                                    50.46949970821627\n                                ],\n                                [\n                                    -3.8614743023156115,\n                                    50.469674566401686\n                                ],\n                                [\n                                    -3.861582596296191,\n                                    50.469920185396695\n                                ],\n                                [\n                                    -3.8616053099722762,\n                                    50.46996028575478\n                                ],\n                                [\n                                    -3.8616671009670407,\n                                    50.470098658342565\n                                ],\n                                [\n                                    -3.8617087661415868,\n                                    50.470259927793464\n                                ],\n                                [\n                                    -3.8617180180087747,\n                                    50.47031822247018\n                                ],\n                                [\n                                    -3.8617215646652014,\n                                    50.47046158334508\n                                ],\n                                [\n                                    -3.86034841361658,\n                                    50.47022819286292\n                                ],\n                                [\n                                    -3.8602106937681286,\n                                    50.470218253196265\n                                ],\n                                [\n                                    -3.854527293375575,\n                                    50.47148650459407\n                                ],\n                                [\n                                    -3.852242735659513,\n                                    50.471625133610466\n                                ],\n                                [\n                                    -3.837488194731294,\n                                    50.46239380269615\n                                ],\n                                [\n                                    -3.833599395328129,\n                                    50.4600021356841\n                                ],\n                                [\n                                    -3.8331147245028943,\n                                    50.45970406984798\n                                ],\n                                [\n                                    -3.8327147721689236,\n                                    50.459457983455856\n                                ],\n                                [\n                                    -3.832602692542231,\n                                    50.4593890747301\n                                ],\n                                [\n                                    -3.8295408445104853,\n                                    50.45750564884194\n                                ],\n                                [\n                                    -3.829395178249635,\n                                    50.45766834666183\n                                ],\n                                [\n                                    -3.8288840503512733,\n                                    50.45829697454553\n                                ],\n                                [\n                                    -3.8286990630096867,\n                                    50.45861467063537\n                                ],\n                                [\n                                    -3.828581065070191,\n                                    50.458841392005574\n                                ],\n                                [\n                                    -3.8285347000269105,\n                                    50.459102963070535\n                                ],\n                                [\n                                    -3.828391962976063,\n                                    50.459419994490645\n                                ],\n                                [\n                                    -3.828407054848533,\n                                    50.459540240107266\n                                ],\n                                [\n                                    -3.8281718210131994,\n                                    50.45966074139666\n                                ],\n                                [\n                                    -3.8281251173266297,\n                                    50.459675766716565\n                                ],\n                                [\n                                    -3.8280813721642497,\n                                    50.459682749913895\n                                ],\n                                [\n                                    -3.8279330340777014,\n                                    50.45969497420515\n                                ],\n                                [\n                                    -3.827873701860608,\n                                    50.45969599642729\n                                ],\n                                [\n                                    -3.8277357496293143,\n                                    50.459688180671264\n                                ],\n                                [\n                                    -3.8276373104679458,\n                                    50.4596750671347\n                                ],\n                                [\n                                    -3.8275420726188236,\n                                    50.459654357308345\n                                ],\n                                [\n                                    -3.827422910444512,\n                                    50.459630695471944\n                                ],\n                                [\n                                    -3.82734508605269,\n                                    50.45962202464124\n                                ],\n                                [\n                                    -3.8272604011112503,\n                                    50.4596188578834\n                                ],\n                                [\n                                    -3.8270817096881418,\n                                    50.45962436270614\n                                ],\n                                [\n                                    -3.8269954232739907,\n                                    50.4596158335388\n                                ],\n                                [\n                                    -3.8268222818965367,\n                                    50.459584384645694\n                                ],\n                                [\n                                    -3.826528425960249,\n                                    50.4595251599102\n                                ],\n                                [\n                                    -3.8264388666864293,\n                                    50.4595040812116\n                                ],\n                                [\n                                    -3.8263888361429808,\n                                    50.45948688781594\n                                ],\n                                [\n                                    -3.8263585206987965,\n                                    50.459465787304914\n                                ],\n                                [\n                                    -3.8263000133884897,\n                                    50.45944871795946\n                                ],\n                                [\n                                    -3.8261471097950635,\n                                    50.45941775980195\n                                ],\n                                [\n                                    -3.825852235378393,\n                                    50.459347405864804\n                                ],\n                                [\n                                    -3.8256646928925115,\n                                    50.45929756383401\n                                ],\n                                [\n                                    -3.8255405665630806,\n                                    50.45925689849527\n                                ],\n                                [\n                                    -3.825417663135221,\n                                    50.459208470055394\n                                ],\n                                [\n                                    -3.8252172113425966,\n                                    50.45911019965451\n                                ],\n                                [\n                                    -3.8251355862693974,\n                                    50.459059864107495\n                                ],\n                                [\n                                    -3.8251219672350683,\n                                    50.45904425744244\n                                ],\n                                [\n                                    -3.825091137977427,\n                                    50.458997711822136\n                                ],\n                                [\n                                    -3.8249828221525086,\n                                    50.458872542637195\n                                ],\n                                [\n                                    -3.8248955081636415,\n                                    50.45876224364907\n                                ],\n                                [\n                                    -3.824415587454032,\n                                    50.45895706099394\n                                ],\n                                [\n                                    -3.823478610268422,\n                                    50.45875173317986\n                                ],\n                                [\n                                    -3.823157878613722,\n                                    50.458503742785744\n                                ],\n                                [\n                                    -3.8227381733148476,\n                                    50.45821351086453\n                                ],\n                                [\n                                    -3.822581519514382,\n                                    50.458130280083864\n                                ],\n                                [\n                                    -3.8216290678974993,\n                                    50.45692282368239\n                                ],\n                                [\n                                    -3.821607799375432,\n                                    50.45691964909429\n                                ],\n                                [\n                                    -3.821455496652318,\n                                    50.45673168623094\n                                ],\n                                [\n                                    -3.8213669566354627,\n                                    50.4566250913283\n                                ],\n                                [\n                                    -3.821091777375716,\n                                    50.45643158684158\n                                ],\n                                [\n                                    -3.820774456558226,\n                                    50.45623865137625\n                                ],\n                                [\n                                    -3.8199633180351498,\n                                    50.45602646907582\n                                ],\n                                [\n                                    -3.819791533643029,\n                                    50.45595723200937\n                                ],\n                                [\n                                    -3.8189975873956454,\n                                    50.455457049038024\n                                ],\n                                [\n                                    -3.817749559825696,\n                                    50.454873954778655\n                                ],\n                                [\n                                    -3.8170441584185144,\n                                    50.45448018524687\n                                ],\n                                [\n                                    -3.8164630025205875,\n                                    50.45407565736895\n                                ],\n                                [\n                                    -3.8134877029724654,\n                                    50.4539798399303\n                                ],\n                                [\n                                    -3.812869759007805,\n                                    50.453979488491775\n                                ],\n                                [\n                                    -3.812740754279138,\n                                    50.45356699546384\n                                ],\n                                [\n                                    -3.812558029832978,\n                                    50.45357883667985\n                                ],\n                                [\n                                    -3.8097856559116265,\n                                    50.45397797240651\n                                ],\n                                [\n                                    -3.809256098366074,\n                                    50.45397766567055\n                                ],\n                                [\n                                    -3.8088529197673853,\n                                    50.452113638825864\n                                ],\n                                [\n                                    -3.8081534819576066,\n                                    50.452226387157985\n                                ],\n                                [\n                                    -3.8053275082995706,\n                                    50.451631710401344\n                                ],\n                                [\n                                    -3.804323521940316,\n                                    50.45153031251665\n                                ],\n                                [\n                                    -3.80405113043513,\n                                    50.45214613333949\n                                ],\n                                [\n                                    -3.8026312593551967,\n                                    50.45407484788071\n                                ],\n                                [\n                                    -3.802077217383221,\n                                    50.45469502779864\n                                ],\n                                [\n                                    -3.80176369672783,\n                                    50.45496971086552\n                                ],\n                                [\n                                    -3.8015997986419987,\n                                    50.45510721208145\n                                ],\n                                [\n                                    -3.8002741507005666,\n                                    50.45581125494442\n                                ],\n                                [\n                                    -3.7997479779650436,\n                                    50.45605317556018\n                                ],\n                                [\n                                    -3.7983590216965637,\n                                    50.45659048409709\n                                ],\n                                [\n                                    -3.797329750171523,\n                                    50.45518413833656\n                                ],\n                                [\n                                    -3.7984065402840237,\n                                    50.451608278408905\n                                ],\n                                [\n                                    -3.7986463070417997,\n                                    50.44919344402987\n                                ],\n                                [\n                                    -3.798647315841951,\n                                    50.44918327428847\n                                ],\n                                [\n                                    -3.79862849481782,\n                                    50.4491828457914\n                                ],\n                                [\n                                    -3.79812364691688,\n                                    50.44888323838727\n                                ],\n                                [\n                                    -3.7971594237640227,\n                                    50.447971755915695\n                                ],\n                                [\n                                    -3.7958725277784953,\n                                    50.44709222940245\n                                ],\n                                [\n                                    -3.7955481143701673,\n                                    50.44671051663216\n                                ],\n                                [\n                                    -3.794826261754861,\n                                    50.446244933840966\n                                ],\n                                [\n                                    -3.796014991078002,\n                                    50.444904496246664\n                                ],\n                                [\n                                    -3.796239078901659,\n                                    50.44457833383927\n                                ],\n                                [\n                                    -3.7963086433781097,\n                                    50.444477193116484\n                                ],\n                                [\n                                    -3.7969213389495042,\n                                    50.44280387921423\n                                ],\n                                [\n                                    -3.7969779145284637,\n                                    50.442065529571614\n                                ],\n                                [\n                                    -3.796940512652444,\n                                    50.44182325314703\n                                ],\n                                [\n                                    -3.7968883969608527,\n                                    50.44156321613349\n                                ],\n                                [\n                                    -3.7968893549174036,\n                                    50.44144424754289\n                                ],\n                                [\n                                    -3.7968909802157613,\n                                    50.44125738241284\n                                ],\n                                [\n                                    -3.796893758350206,\n                                    50.44124483792485\n                                ],\n                                [\n                                    -3.7970717781898173,\n                                    50.4404541738852\n                                ],\n                                [\n                                    -3.7971984022024414,\n                                    50.4401616233799\n                                ],\n                                [\n                                    -3.797499077383666,\n                                    50.43946724113522\n                                ],\n                                [\n                                    -3.797989922278809,\n                                    50.43866815209595\n                                ],\n                                [\n                                    -3.797961390191643,\n                                    50.43865959919733\n                                ],\n                                [\n                                    -3.797705337242304,\n                                    50.43859162335189\n                                ],\n                                [\n                                    -3.797410620845233,\n                                    50.43903567581224\n                                ],\n                                [\n                                    -3.797304162303155,\n                                    50.438941112680844\n                                ],\n                                [\n                                    -3.7969635351296755,\n                                    50.439457447117626\n                                ],\n                                [\n                                    -3.796603253620178,\n                                    50.44035343034052\n                                ],\n                                [\n                                    -3.7964417341207297,\n                                    50.4412795123222\n                                ],\n                                [\n                                    -3.7964311841163334,\n                                    50.44128282313638\n                                ],\n                                [\n                                    -3.796441540414394,\n                                    50.44129894221445\n                                ],\n                                [\n                                    -3.796462754607338,\n                                    50.44259507225391\n                                ],\n                                [\n                                    -3.796393933038783,\n                                    50.443009919025336\n                                ],\n                                [\n                                    -3.79620290264445,\n                                    50.44354344813943\n                                ],\n                                [\n                                    -3.795810503945908,\n                                    50.444223952802844\n                                ],\n                                [\n                                    -3.795924297935847,\n                                    50.44429439921046\n                                ],\n                                [\n                                    -3.7954945582526203,\n                                    50.44492152461323\n                                ],\n                                [\n                                    -3.7948590840557217,\n                                    50.445623846396686\n                                ],\n                                [\n                                    -3.7944219769195877,\n                                    50.44600777755066\n                                ],\n                                [\n                                    -3.794292390192476,\n                                    50.445937663230666\n                                ],\n                                [\n                                    -3.7941156442110993,\n                                    50.4460759818955\n                                ],\n                                [\n                                    -3.7940198291370866,\n                                    50.446149483048586\n                                ],\n                                [\n                                    -3.7939377190997683,\n                                    50.4462136888936\n                                ],\n                                [\n                                    -3.793841899733918,\n                                    50.446287091028786\n                                ],\n                                [\n                                    -3.7937597751421896,\n                                    50.4463512969689\n                                ],\n                                [\n                                    -3.793663958964017,\n                                    50.446424797837246\n                                ],\n                                [\n                                    -3.7935819605871646,\n                                    50.44648900170182\n                                ],\n                                [\n                                    -3.7934861404579387,\n                                    50.446562412541\n                                ],\n                                [\n                                    -3.793404368539877,\n                                    50.44663559771627\n                                ],\n                                [\n                                    -3.7933082079672924,\n                                    50.44670001972823\n                                ],\n                                [\n                                    -3.793212390389258,\n                                    50.446773520235205\n                                ],\n                                [\n                                    -3.7931302641086977,\n                                    50.4468377257436\n                                ],\n                                [\n                                    -3.793061973398364,\n                                    50.446892723998594\n                                ],\n                                [\n                                    -3.7929071395894036,\n                                    50.44689511059983\n                                ],\n                                [\n                                    -3.792849486520018,\n                                    50.44686003250566\n                                ],\n                                [\n                                    -3.7928474484664663,\n                                    50.446806118359504\n                                ],\n                                [\n                                    -3.7933105745623945,\n                                    50.44601646289669\n                                ],\n                                [\n                                    -3.7936887497083416,\n                                    50.44558795343801\n                                ],\n                                [\n                                    -3.7930455322935726,\n                                    50.44496829529655\n                                ],\n                                [\n                                    -3.792512882156654,\n                                    50.444661717267756\n                                ],\n                                [\n                                    -3.7919310757301368,\n                                    50.44417597057702\n                                ],\n                                [\n                                    -3.791717244306947,\n                                    50.444107340056775\n                                ],\n                                [\n                                    -3.7916789500740777,\n                                    50.44458464400411\n                                ],\n                                [\n                                    -3.791627750131613,\n                                    50.44472030554249\n                                ],\n                                [\n                                    -3.791428401292664,\n                                    50.44503816324699\n                                ],\n                                [\n                                    -3.7911303006033186,\n                                    50.445348547295524\n                                ],\n                                [\n                                    -3.7909702490127484,\n                                    50.44558488070632\n                                ],\n                                [\n                                    -3.790875444439866,\n                                    50.44568524653606\n                                ],\n                                [\n                                    -3.7904206824393714,\n                                    50.44595308890536\n                                ],\n                                [\n                                    -3.7899003204344965,\n                                    50.4463478088423\n                                ],\n                                [\n                                    -3.789249465646233,\n                                    50.44701436929368\n                                ],\n                                [\n                                    -3.788793854391815,\n                                    50.44763297207698\n                                ],\n                                [\n                                    -3.788405724108152,\n                                    50.44798061001534\n                                ],\n                                [\n                                    -3.7883033661793415,\n                                    50.448072185810005\n                                ],\n                                [\n                                    -3.7881250777142443,\n                                    50.44820089542061\n                                ],\n                                [\n                                    -3.786721395895302,\n                                    50.448973240520175\n                                ],\n                                [\n                                    -3.786305850914126,\n                                    50.452491457645856\n                                ],\n                                [\n                                    -3.7854119595082687,\n                                    50.45272852648688\n                                ],\n                                [\n                                    -3.7826198837258023,\n                                    50.45395524111254\n                                ],\n                                [\n                                    -3.781411514055278,\n                                    50.453592338487326\n                                ],\n                                [\n                                    -3.7804835991222956,\n                                    50.453264785260444\n                                ],\n                                [\n                                    -3.780402470631278,\n                                    50.45335593902171\n                                ],\n                                [\n                                    -3.779442555858375,\n                                    50.45405414519828\n                                ],\n                                [\n                                    -3.779101042918128,\n                                    50.454338188662405\n                                ],\n                                [\n                                    -3.778707618765044,\n                                    50.454739918565224\n                                ],\n                                [\n                                    -3.7785135249145383,\n                                    50.454823804281425\n                                ],\n                                [\n                                    -3.7787144749357036,\n                                    50.455297453508\n                                ],\n                                [\n                                    -3.778789101132581,\n                                    50.45559006216879\n                                ],\n                                [\n                                    -3.7762977873446695,\n                                    50.454929232258536\n                                ],\n                                [\n                                    -3.7732296917031203,\n                                    50.455397728076065\n                                ],\n                                [\n                                    -3.770696909005338,\n                                    50.456541162634466\n                                ],\n                                [\n                                    -3.7670595211076536,\n                                    50.45584210002649\n                                ],\n                                [\n                                    -3.765533227106859,\n                                    50.455561101227154\n                                ],\n                                [\n                                    -3.7640211909599737,\n                                    50.45530387094766\n                                ],\n                                [\n                                    -3.7632184862077227,\n                                    50.45492392494565\n                                ],\n                                [\n                                    -3.763089747662906,\n                                    50.45486959244117\n                                ],\n                                [\n                                    -3.762644392007089,\n                                    50.45468455578597\n                                ],\n                                [\n                                    -3.7558581691701005,\n                                    50.454901109321646\n                                ],\n                                [\n                                    -3.753073710633853,\n                                    50.45391386272283\n                                ],\n                                [\n                                    -3.7525117000870725,\n                                    50.453820556121876\n                                ],\n                                [\n                                    -3.7499547696624678,\n                                    50.452017624236746\n                                ],\n                                [\n                                    -3.7498139947786946,\n                                    50.45196058014674\n                                ],\n                                [\n                                    -3.747680983577655,\n                                    50.45060564589682\n                                ],\n                                [\n                                    -3.7477694522049028,\n                                    50.448569046806476\n                                ],\n                                [\n                                    -3.7478412343943783,\n                                    50.44691491974447\n                                ],\n                                [\n                                    -3.747572468955716,\n                                    50.4444460712541\n                                ],\n                                [\n                                    -3.7477295188772004,\n                                    50.44443481673626\n                                ],\n                                [\n                                    -3.7490380441817006,\n                                    50.444397161042964\n                                ],\n                                [\n                                    -3.7497756947191956,\n                                    50.44453891835284\n                                ],\n                                [\n                                    -3.750160658507091,\n                                    50.44466808916576\n                                ],\n                                [\n                                    -3.751098712278504,\n                                    50.444896824551975\n                                ],\n                                [\n                                    -3.7512987739509405,\n                                    50.44497473968488\n                                ],\n                                [\n                                    -3.7516871904021833,\n                                    50.44519375640533\n                                ],\n                                [\n                                    -3.7528714317444822,\n                                    50.44560759669335\n                                ],\n                                [\n                                    -3.754332418552813,\n                                    50.445882370185174\n                                ],\n                                [\n                                    -3.754577061995525,\n                                    50.446022546583805\n                                ],\n                                [\n                                    -3.7548297708004865,\n                                    50.44600074674354\n                                ],\n                                [\n                                    -3.7558624208483145,\n                                    50.446120126062226\n                                ],\n                                [\n                                    -3.7565966627679943,\n                                    50.4461719798048\n                                ],\n                                [\n                                    -3.7567511643189895,\n                                    50.44616065267328\n                                ],\n                                [\n                                    -3.756110872075799,\n                                    50.445603687664246\n                                ],\n                                [\n                                    -3.756045591917927,\n                                    50.44536182008962\n                                ],\n                                [\n                                    -3.7560929564536356,\n                                    50.444740526414776\n                                ],\n                                [\n                                    -3.7561948915084704,\n                                    50.444451173869645\n                                ],\n                                [\n                                    -3.7563015996515503,\n                                    50.444287717635824\n                                ],\n                                [\n                                    -3.756359278479509,\n                                    50.44394508773826\n                                ],\n                                [\n                                    -3.7566044982627953,\n                                    50.44333878484314\n                                ],\n                                [\n                                    -3.756666900415385,\n                                    50.44274423629864\n                                ],\n                                [\n                                    -3.7564240560066953,\n                                    50.4414762652896\n                                ],\n                                [\n                                    -3.761235337085958,\n                                    50.440192737780244\n                                ],\n                                [\n                                    -3.7618709797998404,\n                                    50.43627538427298\n                                ],\n                                [\n                                    -3.7631568078702378,\n                                    50.435523741709794\n                                ],\n                                [\n                                    -3.7631757834994515,\n                                    50.4355125714298\n                                ],\n                                [\n                                    -3.7631128547366774,\n                                    50.43547854800602\n                                ],\n                                [\n                                    -3.7630769179497134,\n                                    50.435448612366386\n                                ],\n                                [\n                                    -3.763027906778251,\n                                    50.435416986169486\n                                ],\n                                [\n                                    -3.76297696469937,\n                                    50.43541146257289\n                                ],\n                                [\n                                    -3.7628878387508427,\n                                    50.43546901638665\n                                ],\n                                [\n                                    -3.762860055389264,\n                                    50.43546485058\n                                ],\n                                [\n                                    -3.7627865647971253,\n                                    50.435414887951744\n                                ],\n                                [\n                                    -3.762755789559668,\n                                    50.435399174309715\n                                ],\n                                [\n                                    -3.762659075546807,\n                                    50.43536809101391\n                                ],\n                                [\n                                    -3.762495558287361,\n                                    50.43529494807298\n                                ],\n                                [\n                                    -3.762440100819997,\n                                    50.435270974196904\n                                ],\n                                [\n                                    -3.7624139680911854,\n                                    50.435245656572086\n                                ],\n                                [\n                                    -3.7623792709278634,\n                                    50.435211924492286\n                                ],\n                                [\n                                    -3.76233887796677,\n                                    50.43517800888527\n                                ],\n                                [\n                                    -3.7621638585465167,\n                                    50.435063955563116\n                                ],\n                                [\n                                    -3.762097145401083,\n                                    50.434993212817794\n                                ],\n                                [\n                                    -3.7619605965982794,\n                                    50.43486166781798\n                                ],\n                                [\n                                    -3.761909665058679,\n                                    50.43482531246379\n                                ],\n                                [\n                                    -3.7618692027505314,\n                                    50.434805059498906\n                                ],\n                                [\n                                    -3.76169874779971,\n                                    50.43475774312586\n                                ],\n                                [\n                                    -3.7616465372902397,\n                                    50.43472751389551\n                                ],\n                                [\n                                    -3.76162598602715,\n                                    50.434705349368315\n                                ],\n                                [\n                                    -3.761616872897455,\n                                    50.434688219078254\n                                ],\n                                [\n                                    -3.761614094963804,\n                                    50.43465094540677\n                                ],\n                                [\n                                    -3.761587959380121,\n                                    50.434594427756956\n                                ],\n                                [\n                                    -3.7615376831825977,\n                                    50.4345317101508\n                                ],\n                                [\n                                    -3.7615013201417535,\n                                    50.434471659868834\n                                ],\n                                [\n                                    -3.7614420926328225,\n                                    50.43441816163585\n                                ],\n                                [\n                                    -3.7614108335639536,\n                                    50.43439848865209\n                                ],\n                                [\n                                    -3.7613693442017,\n                                    50.43438203750547\n                                ],\n                                [\n                                    -3.761324019079383,\n                                    50.4343745394088\n                                ],\n                                [\n                                    -3.761213749488482,\n                                    50.43436892409227\n                                ],\n                                [\n                                    -3.7611787148470284,\n                                    50.4343636175316\n                                ],\n                                [\n                                    -3.761086201078678,\n                                    50.43431699980861\n                                ],\n                                [\n                                    -3.760978861867452,\n                                    50.43425298739505\n                                ],\n                                [\n                                    -3.760885499218348,\n                                    50.43420549196816\n                                ],\n                                [\n                                    -3.760824531239733,\n                                    50.434186268592725\n                                ],\n                                [\n                                    -3.760722112819722,\n                                    50.43417667556715\n                                ],\n                                [\n                                    -3.7606205119975384,\n                                    50.43417317694234\n                                ],\n                                [\n                                    -3.7605478391642206,\n                                    50.43417625562212\n                                ],\n                                [\n                                    -3.7604875300936005,\n                                    50.4341687141836\n                                ],\n                                [\n                                    -3.760441131383043,\n                                    50.434166808219494\n                                ],\n                                [\n                                    -3.7602913050296647,\n                                    50.43412772178987\n                                ],\n                                [\n                                    -3.76021950139127,\n                                    50.4341014669559\n                                ],\n                                [\n                                    -3.760153101961924,\n                                    50.434070192638785\n                                ],\n                                [\n                                    -3.7601202732482952,\n                                    50.434046145040774\n                                ],\n                                [\n                                    -3.760068145020788,\n                                    50.43399910423953\n                                ],\n                                [\n                                    -3.760039060222654,\n                                    50.433966275870084\n                                ],\n                                [\n                                    -3.7599611837784304,\n                                    50.43386360155776\n                                ],\n                                [\n                                    -3.759928362974148,\n                                    50.433827232126134\n                                ],\n                                [\n                                    -3.759853849729649,\n                                    50.43375903448367\n                                ],\n                                [\n                                    -3.759839075478025,\n                                    50.43370162503067\n                                ],\n                                [\n                                    -3.7598357826127926,\n                                    50.4336504275382\n                                ],\n                                [\n                                    -3.759829043055494,\n                                    50.43361905980839\n                                ],\n                                [\n                                    -3.759822824001337,\n                                    50.43360476364313\n                                ],\n                                [\n                                    -3.759791928179895,\n                                    50.43357017282415\n                                ],\n                                [\n                                    -3.759777030263542,\n                                    50.43354701405314\n                                ],\n                                [\n                                    -3.75975569991712,\n                                    50.433504183979665\n                                ],\n                                [\n                                    -3.7596786373750004,\n                                    50.433476578347594\n                                ],\n                                [\n                                    -3.7594900018065496,\n                                    50.43347763325585\n                                ],\n                                [\n                                    -3.759448133961275,\n                                    50.43348815090365\n                                ],\n                                [\n                                    -3.7594289297297716,\n                                    50.433499234097404\n                                ],\n                                [\n                                    -3.759416665135319,\n                                    50.43351291048863\n                                ],\n                                [\n                                    -3.759356145160231,\n                                    50.4335497835972\n                                ],\n                                [\n                                    -3.7593267628846707,\n                                    50.433555624379906\n                                ],\n                                [\n                                    -3.7591671843790424,\n                                    50.43350409254366\n                                ],\n                                [\n                                    -3.7591513667096152,\n                                    50.433497136646686\n                                ],\n                                [\n                                    -3.7591286609496977,\n                                    50.433476443293245\n                                ],\n                                [\n                                    -3.7590996790008915,\n                                    50.43344028538771\n                                ],\n                                [\n                                    -3.7590786638100977,\n                                    50.43338998547886\n                                ],\n                                [\n                                    -3.759057515196845,\n                                    50.43335811611038\n                                ],\n                                [\n                                    -3.7589809921087975,\n                                    50.433301361583844\n                                ],\n                                [\n                                    -3.758929903223783,\n                                    50.43325115668888\n                                ],\n                                [\n                                    -3.7589017539037135,\n                                    50.43323099530686\n                                ],\n                                [\n                                    -3.7588859230365586,\n                                    50.43322367981718\n                                ],\n                                [\n                                    -3.758661571700485,\n                                    50.43315046211527\n                                ],\n                                [\n                                    -3.7586084907163366,\n                                    50.43312779957896\n                                ],\n                                [\n                                    -3.7585437908991377,\n                                    50.43302681381924\n                                ],\n                                [\n                                    -3.7584811784586214,\n                                    50.43296922806814\n                                ],\n                                [\n                                    -3.758444156766254,\n                                    50.43292888346576\n                                ],\n                                [\n                                    -3.75839929795981,\n                                    50.4329027597876\n                                ],\n                                [\n                                    -3.758361176507997,\n                                    50.432892012763006\n                                ],\n                                [\n                                    -3.7583009433323658,\n                                    50.43288950564191\n                                ],\n                                [\n                                    -3.758142689427447,\n                                    50.43289567531497\n                                ],\n                                [\n                                    -3.7581315657091117,\n                                    50.43290860581886\n                                ],\n                                [\n                                    -3.7581159720762356,\n                                    50.4329141479335\n                                ],\n                                [\n                                    -3.758080448738645,\n                                    50.43291423518516\n                                ],\n                                [\n                                    -3.7579984898760963,\n                                    50.43289884423627\n                                ],\n                                [\n                                    -3.759005482864882,\n                                    50.432195693241894\n                                ],\n                                [\n                                    -3.75941453449806,\n                                    50.43189611585895\n                                ],\n                                [\n                                    -3.7595966377897665,\n                                    50.431772608779376\n                                ],\n                                [\n                                    -3.7595593513260477,\n                                    50.43171562978701\n                                ],\n                                [\n                                    -3.759588702008988,\n                                    50.43166833646094\n                                ],\n                                [\n                                    -3.759632878746181,\n                                    50.431647980453576\n                                ],\n                                [\n                                    -3.7598458774585546,\n                                    50.43159368142493\n                                ],\n                                [\n                                    -3.7599286502073492,\n                                    50.43158398371498\n                                ],\n                                [\n                                    -3.7603305668889746,\n                                    50.4315994779349\n                                ],\n                                [\n                                    -3.7606521844227085,\n                                    50.43161618631806\n                                ],\n                                [\n                                    -3.7607688713748963,\n                                    50.43164768841434\n                                ],\n                                [\n                                    -3.7608010527762508,\n                                    50.43164180488382\n                                ],\n                                [\n                                    -3.7609178781045847,\n                                    50.43160227977781\n                                ],\n                                [\n                                    -3.7609905600727065,\n                                    50.43162725273412\n                                ],\n                                [\n                                    -3.7610687133033123,\n                                    50.431646746454916\n                                ],\n                                [\n                                    -3.761148040688567,\n                                    50.431659935597004\n                                ],\n                                [\n                                    -3.761498351072238,\n                                    50.43169283693325\n                                ],\n                                [\n                                    -3.761445442418506,\n                                    50.43147451940646\n                                ],\n                                [\n                                    -3.761329886845695,\n                                    50.431395351082145\n                                ],\n                                [\n                                    -3.7611148219494037,\n                                    50.43129070765057\n                                ],\n                                [\n                                    -3.76088542718433,\n                                    50.43079947936731\n                                ],\n                                [\n                                    -3.7607238482523235,\n                                    50.430622101095295\n                                ],\n                                [\n                                    -3.760433811768889,\n                                    50.43039262251138\n                                ],\n                                [\n                                    -3.760169186271882,\n                                    50.43009083429458\n                                ],\n                                [\n                                    -3.760138332872458,\n                                    50.43001936785234\n                                ],\n                                [\n                                    -3.7602063017076395,\n                                    50.429955309868916\n                                ],\n                                [\n                                    -3.760557874716669,\n                                    50.429941003785295\n                                ],\n                                [\n                                    -3.760553874066814,\n                                    50.42983316430045\n                                ],\n                                [\n                                    -3.761269835914917,\n                                    50.42977737313018\n                                ],\n                                [\n                                    -3.7619580552808096,\n                                    50.42973098273955\n                                ],\n                                [\n                                    -3.7631407894200817,\n                                    50.429731038487446\n                                ],\n                                [\n                                    -3.7643360169051197,\n                                    50.42986072895047\n                                ],\n                                [\n                                    -3.764135599882802,\n                                    50.427042644855234\n                                ],\n                                [\n                                    -3.76412603957258,\n                                    50.42692293680704\n                                ],\n                                [\n                                    -3.764124773148432,\n                                    50.42692295601591\n                                ],\n                                [\n                                    -3.7640764070615695,\n                                    50.426917933500114\n                                ],\n                                [\n                                    -3.764018965363401,\n                                    50.42690586246654\n                                ],\n                                [\n                                    -3.763971046936697,\n                                    50.42688788186405\n                                ],\n                                [\n                                    -3.763879314235357,\n                                    50.42684036412064\n                                ],\n                                [\n                                    -3.7638218325778765,\n                                    50.42681812146603\n                                ],\n                                [\n                                    -3.763792963170381,\n                                    50.42681263227563\n                                ],\n                                [\n                                    -3.7637548667660075,\n                                    50.426812310606984\n                                ],\n                                [\n                                    -3.7636906726674173,\n                                    50.426827665356015\n                                ],\n                                [\n                                    -3.7635991269167386,\n                                    50.426863221449935\n                                ],\n                                [\n                                    -3.763574027004767,\n                                    50.42686899839962\n                                ],\n                                [\n                                    -3.763470243378519,\n                                    50.426881364741625\n                                ],\n                                [\n                                    -3.7634377379678594,\n                                    50.42687502220626\n                                ],\n                                [\n                                    -3.763391037671431,\n                                    50.4268708735419\n                                ],\n                                [\n                                    -3.763285827528033,\n                                    50.42688236195468\n                                ],\n                                [\n                                    -3.7632321418699783,\n                                    50.42687777949297\n                                ],\n                                [\n                                    -3.763158573586835,\n                                    50.42686630327849\n                                ],\n                                [\n                                    -3.763084132933171,\n                                    50.42686545307347\n                                ],\n                                [\n                                    -3.763046456008151,\n                                    50.42686998153328\n                                ],\n                                [\n                                    -3.7630290078332793,\n                                    50.42685964218281\n                                ],\n                                [\n                                    -3.7629923004992953,\n                                    50.426824321833244\n                                ],\n                                [\n                                    -3.7629635357860227,\n                                    50.42681558404343\n                                ],\n                                [\n                                    -3.762942499101931,\n                                    50.42682120932754\n                                ],\n                                [\n                                    -3.7629256358784713,\n                                    50.426829649404795\n                                ],\n                                [\n                                    -3.76288444108612,\n                                    50.42687099829967\n                                ],\n                                [\n                                    -3.762859291440712,\n                                    50.426887568558364\n                                ],\n                                [\n                                    -3.762822650631669,\n                                    50.42689800823764\n                                ],\n                                [\n                                    -3.7627973011490337,\n                                    50.4269001012925\n                                ],\n                                [\n                                    -3.7627585391793934,\n                                    50.42688792639777\n                                ],\n                                [\n                                    -3.7627162554854454,\n                                    50.42684954260383\n                                ],\n                                [\n                                    -3.762681805973996,\n                                    50.42684089090137\n                                ],\n                                [\n                                    -3.76257772034058,\n                                    50.426823140368974\n                                ],\n                                [\n                                    -3.7625467342769796,\n                                    50.42682055200868\n                                ],\n                                [\n                                    -3.7624544267647453,\n                                    50.42677609079937\n                                ],\n                                [\n                                    -3.762430166058902,\n                                    50.426779066668196\n                                ],\n                                [\n                                    -3.762287440530541,\n                                    50.426718289849255\n                                ],\n                                [\n                                    -3.7622838694955676,\n                                    50.426694159294094\n                                ],\n                                [\n                                    -3.762224892372851,\n                                    50.42666574169905\n                                ],\n                                [\n                                    -3.7620617897897586,\n                                    50.42658738442968\n                                ],\n                                [\n                                    -3.7617848634154774,\n                                    50.42645418836715\n                                ],\n                                [\n                                    -3.7616935346179026,\n                                    50.42642050444227\n                                ],\n                                [\n                                    -3.7616570948799875,\n                                    50.42641170270534\n                                ],\n                                [\n                                    -3.761581777230803,\n                                    50.42639972135301\n                                ],\n                                [\n                                    -3.7613172017498906,\n                                    50.426367851541514\n                                ],\n                                [\n                                    -3.76119760028706,\n                                    50.426357251073526\n                                ],\n                                [\n                                    -3.7611425310214974,\n                                    50.426346851545176\n                                ],\n                                [\n                                    -3.7610699226557243,\n                                    50.426332751241276\n                                ],\n                                [\n                                    -3.761051275162579,\n                                    50.42632763723778\n                                ],\n                                [\n                                    -3.760880462076436,\n                                    50.426307387891754\n                                ],\n                                [\n                                    -3.7608465585653854,\n                                    50.42630736154891\n                                ],\n                                [\n                                    -3.7607290464937013,\n                                    50.42632802782231\n                                ],\n                                [\n                                    -3.760698028301831,\n                                    50.42632759799924\n                                ],\n                                [\n                                    -3.7606739019390956,\n                                    50.426321667484146\n                                ],\n                                [\n                                    -3.760633612941999,\n                                    50.4262998015635\n                                ],\n                                [\n                                    -3.7606046739176384,\n                                    50.42627685543216\n                                ],\n                                [\n                                    -3.760566718778364,\n                                    50.426226812172004\n                                ],\n                                [\n                                    -3.7604922846041062,\n                                    50.42620105603959\n                                ],\n                                [\n                                    -3.7604827776776952,\n                                    50.426179704464126\n                                ],\n                                [\n                                    -3.7604700988600825,\n                                    50.42616317667256\n                                ],\n                                [\n                                    -3.760443894376849,\n                                    50.42614828364168\n                                ],\n                                [\n                                    -3.7604340004749033,\n                                    50.42614762394429\n                                ],\n                                [\n                                    -3.7603655232066413,\n                                    50.42615720463231\n                                ],\n                                [\n                                    -3.760275200601681,\n                                    50.42612593272942\n                                ],\n                                [\n                                    -3.7595944784615614,\n                                    50.42589050133423\n                                ],\n                                [\n                                    -3.7593774960557202,\n                                    50.42582715686038\n                                ],\n                                [\n                                    -3.759299232443479,\n                                    50.425804785648374\n                                ],\n                                [\n                                    -3.759228024043958,\n                                    50.42578473602777\n                                ],\n                                [\n                                    -3.75915695866807,\n                                    50.42576512490277\n                                ],\n                                [\n                                    -3.758881393845904,\n                                    50.42569035288204\n                                ],\n                                [\n                                    -3.7571913582716068,\n                                    50.42367099541282\n                                ],\n                                [\n                                    -3.757549513405427,\n                                    50.42360983933283\n                                ],\n                                [\n                                    -3.759782132670112,\n                                    50.42345020049354\n                                ],\n                                [\n                                    -3.761029349641578,\n                                    50.42329635952669\n                                ],\n                                [\n                                    -3.7614789188539475,\n                                    50.42327156362842\n                                ],\n                                [\n                                    -3.7634105464396996,\n                                    50.42314375477698\n                                ],\n                                [\n                                    -3.7634170335448234,\n                                    50.423143296661806\n                                ],\n                                [\n                                    -3.7645215093593354,\n                                    50.422937636698485\n                                ],\n                                [\n                                    -3.7672715670870343,\n                                    50.42231125757105\n                                ],\n                                [\n                                    -3.7680286266841416,\n                                    50.42222782681892\n                                ],\n                                [\n                                    -3.7683992020433195,\n                                    50.42223279664364\n                                ],\n                                [\n                                    -3.769592108039288,\n                                    50.42224900017441\n                                ],\n                                [\n                                    -3.7702698570157334,\n                                    50.422301715556316\n                                ],\n                                [\n                                    -3.771217559767164,\n                                    50.42242215968934\n                                ],\n                                [\n                                    -3.7721810036949384,\n                                    50.42258739791157\n                                ],\n                                [\n                                    -3.7725626006310167,\n                                    50.422626543389434\n                                ],\n                                [\n                                    -3.773144213839767,\n                                    50.42274355685684\n                                ],\n                                [\n                                    -3.7738128555700956,\n                                    50.42293125462055\n                                ],\n                                [\n                                    -3.774187843544246,\n                                    50.422920777073884\n                                ],\n                                [\n                                    -3.774222999103878,\n                                    50.42294532487944\n                                ],\n                                [\n                                    -3.7755852182319813,\n                                    50.424883659269085\n                                ],\n                                [\n                                    -3.775702200466477,\n                                    50.42477119387025\n                                ],\n                                [\n                                    -3.7758016237248335,\n                                    50.4246639341222\n                                ],\n                                [\n                                    -3.7758243924990373,\n                                    50.42464596734724\n                                ],\n                                [\n                                    -3.7758727393774003,\n                                    50.42461663740933\n                                ],\n                                [\n                                    -3.7758863549269424,\n                                    50.424611033147414\n                                ],\n                                [\n                                    -3.776047491265468,\n                                    50.424602546671125\n                                ],\n                                [\n                                    -3.776230656599856,\n                                    50.42459282414864\n                                ],\n                                [\n                                    -3.7763019649498593,\n                                    50.42458454893482\n                                ],\n                                [\n                                    -3.7763779212418345,\n                                    50.42456090399433\n                                ],\n                                [\n                                    -3.776447249962192,\n                                    50.42453359177267\n                                ],\n                                [\n                                    -3.776510149915391,\n                                    50.424499272492916\n                                ],\n                                [\n                                    -3.7768678134936495,\n                                    50.424267134477944\n                                ],\n                                [\n                                    -3.776975618926192,\n                                    50.424201108776536\n                                ],\n                                [\n                                    -3.777015063611248,\n                                    50.42418522540254\n                                ],\n                                [\n                                    -3.7771647085377063,\n                                    50.424142475142524\n                                ],\n                                [\n                                    -3.777396103003707,\n                                    50.424019535569705\n                                ],\n                                [\n                                    -3.7775359525057164,\n                                    50.42397576530992\n                                ],\n                                [\n                                    -3.7776814649382637,\n                                    50.42394036263023\n                                ],\n                                [\n                                    -3.777753476759769,\n                                    50.42391669612506\n                                ],\n                                [\n                                    -3.777982296087827,\n                                    50.42380287861298\n                                ],\n                                [\n                                    -3.778116174370121,\n                                    50.423751194322485\n                                ],\n                                [\n                                    -3.778211972816977,\n                                    50.42371799004409\n                                ],\n                                [\n                                    -3.7783137384117835,\n                                    50.42369224935982\n                                ],\n                                [\n                                    -3.7787187311810753,\n                                    50.423639656482216\n                                ],\n                                [\n                                    -3.778856587983358,\n                                    50.423616781046135\n                                ],\n                                [\n                                    -3.7791196682431702,\n                                    50.42356564669059\n                                ],\n                                [\n                                    -3.7791566724116463,\n                                    50.42354628328304\n                                ],\n                                [\n                                    -3.7794317158516058,\n                                    50.42337753127196\n                                ],\n                                [\n                                    -3.7794841713565868,\n                                    50.42335874980327\n                                ],\n                                [\n                                    -3.779689561361615,\n                                    50.42329797389363\n                                ],\n                                [\n                                    -3.7802312213079023,\n                                    50.42319734327387\n                                ],\n                                [\n                                    -3.780562830224399,\n                                    50.42311017020923\n                                ],\n                                [\n                                    -3.780663811043625,\n                                    50.42310673546111\n                                ],\n                                [\n                                    -3.780691822329637,\n                                    50.42310774562341\n                                ],\n                                [\n                                    -3.7804080959833892,\n                                    50.423425438407236\n                                ],\n                                [\n                                    -3.778801135370269,\n                                    50.4259531401666\n                                ],\n                                [\n                                    -3.778991001779184,\n                                    50.426020280978996\n                                ],\n                                [\n                                    -3.7804691162867856,\n                                    50.42643563167561\n                                ],\n                                [\n                                    -3.781959098525261,\n                                    50.42685437942874\n                                ],\n                                [\n                                    -3.7830633967428935,\n                                    50.42687539144396\n                                ],\n                                [\n                                    -3.783975648656167,\n                                    50.42690150638822\n                                ],\n                                [\n                                    -3.7843322948093228,\n                                    50.426911684866624\n                                ],\n                                [\n                                    -3.7846833193436504,\n                                    50.42694234678047\n                                ],\n                                [\n                                    -3.788648684896171,\n                                    50.422035445760706\n                                ],\n                                [\n                                    -3.7881370961249154,\n                                    50.421593380894095\n                                ],\n                                [\n                                    -3.786791862966846,\n                                    50.42086993211103\n                                ],\n                                [\n                                    -3.785871869214379,\n                                    50.42027687183164\n                                ],\n                                [\n                                    -3.7877790542935577,\n                                    50.42033397522883\n                                ],\n                                [\n                                    -3.787950324711121,\n                                    50.42039428205136\n                                ],\n                                [\n                                    -3.7887157818726487,\n                                    50.420535454077346\n                                ],\n                                [\n                                    -3.790313720300004,\n                                    50.420726748792674\n                                ],\n                                [\n                                    -3.7911328498942085,\n                                    50.42079506409545\n                                ],\n                                [\n                                    -3.7912527879784395,\n                                    50.420845363871884\n                                ],\n                                [\n                                    -3.7913188453917384,\n                                    50.42087311812672\n                                ],\n                                [\n                                    -3.7920437796563187,\n                                    50.421059853263266\n                                ],\n                                [\n                                    -3.7927283168600194,\n                                    50.42129206848046\n                                ],\n                                [\n                                    -3.793300223548382,\n                                    50.4215261153672\n                                ],\n                                [\n                                    -3.79417041531711,\n                                    50.42195901963686\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.817615801875863,\n                                    50.383364824215946\n                                ],\n                                [\n                                    -3.81766446300262,\n                                    50.383345095085126\n                                ],\n                                [\n                                    -3.8177344894742418,\n                                    50.383893643874515\n                                ],\n                                [\n                                    -3.8175795192667086,\n                                    50.38388707246605\n                                ],\n                                [\n                                    -3.8174088119277134,\n                                    50.38383570470545\n                                ],\n                                [\n                                    -3.81729734603043,\n                                    50.38349568258603\n                                ],\n                                [\n                                    -3.8175068011975295,\n                                    50.383456441503746\n                                ],\n                                [\n                                    -3.817615801875863,\n                                    50.383364824215946\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.835845589673596,\n                        50.433761117179856\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ11\",\n            \"area_name\": \"Buckfastleigh TQ11\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.8544694040304663,\n                                50.49688684417319\n                            ],\n                            [\n                                -3.8544350538107497,\n                                50.49684971611951\n                            ],\n                            [\n                                -3.854362238425965,\n                                50.496792434115335\n                            ],\n                            [\n                                -3.8542744939651143,\n                                50.49671290519036\n                            ],\n                            [\n                                -3.854166411905633,\n                                50.49665159816256\n                            ],\n                            [\n                                -3.8541161560069597,\n                                50.49662992318003\n                            ],\n                            [\n                                -3.8540663645398157,\n                                50.49661722569442\n                            ],\n                            [\n                                -3.8540096614894988,\n                                50.49660914426318\n                            ],\n                            [\n                                -3.8536640145240426,\n                                50.49660565717608\n                            ],\n                            [\n                                -3.853536896611888,\n                                50.49659868824\n                            ],\n                            [\n                                -3.8533810894599916,\n                                50.49658319121346\n                            ],\n                            [\n                                -3.853218595480306,\n                                50.496572288439445\n                            ],\n                            [\n                                -3.853042115653061,\n                                50.49656610512161\n                            ],\n                            [\n                                -3.8529081490191657,\n                                50.496568238477394\n                            ],\n                            [\n                                -3.8527881336978966,\n                                50.496561164616445\n                            ],\n                            [\n                                -3.8526747905904726,\n                                50.4965494784478\n                            ],\n                            [\n                                -3.8523697872582727,\n                                50.4965003888169\n                            ],\n                            [\n                                -3.852270093142335,\n                                50.496475003098766\n                            ],\n                            [\n                                -3.8521131687788044,\n                                50.496428043473685\n                            ],\n                            [\n                                -3.8519411870390594,\n                                50.49635876655869\n                            ],\n                            [\n                                -3.851855556567972,\n                                50.49633315665428\n                            ],\n                            [\n                                -3.851763126426053,\n                                50.49631214285975\n                            ],\n                            [\n                                -3.8516500729970042,\n                                50.49630495703574\n                            ],\n                            [\n                                -3.851211471553372,\n                                50.496266975188256\n                            ],\n                            [\n                                -3.8510772669219024,\n                                50.49626011631553\n                            ],\n                            [\n                                -3.851020564772322,\n                                50.49625203341715\n                            ],\n                            [\n                                -3.8508997345996128,\n                                50.49622697376134\n                            ],\n                            [\n                                -3.850849480614776,\n                                50.49620529734543\n                            ],\n                            [\n                                -3.8508271001043344,\n                                50.49617418364291\n                            ],\n                            [\n                                -3.8508112808033905,\n                                50.4961294837026\n                            ],\n                            [\n                                -3.850805480896904,\n                                50.49598112247335\n                            ],\n                            [\n                                -3.8507971635442173,\n                                50.49594978507604\n                            ],\n                            [\n                                -3.8507676464579412,\n                                50.49591428791968\n                            ],\n                            [\n                                -3.8507220218946525,\n                                50.49582959843062\n                            ],\n                            [\n                                -3.850583263178318,\n                                50.49570583662889\n                            ],\n                            [\n                                -3.8504948106781534,\n                                50.495608337315346\n                            ],\n                            [\n                                -3.850436177576243,\n                                50.49555082733015\n                            ],\n                            [\n                                -3.8503612725447094,\n                                50.49543954066077\n                            ],\n                            [\n                                -3.850345980523114,\n                                50.49540831414281\n                            ],\n                            [\n                                -3.850316639760362,\n                                50.4953773110239\n                            ],\n                            [\n                                -3.850251445932834,\n                                50.49533338714548\n                            ],\n                            [\n                                -3.850208456607206,\n                                50.495316091893926\n                            ],\n                            [\n                                -3.8501515797543875,\n                                50.495303505405914\n                            ],\n                            [\n                                -3.850094358031848,\n                                50.495291113245756\n                            ],\n                            [\n                                -3.850104007525589,\n                                50.49528511377747\n                            ],\n                            [\n                                -3.849904752206832,\n                                50.49527038388113\n                            ],\n                            [\n                                -3.84978603156408,\n                                50.4952754191421\n                            ],\n                            [\n                                -3.8496953050614944,\n                                50.4952892730047\n                            ],\n                            [\n                                -3.849639583709075,\n                                50.495303011061665\n                            ],\n                            [\n                                -3.8496185352841605,\n                                50.49530307582798\n                            ],\n                            [\n                                -3.849486329158663,\n                                50.49533502806301\n                            ],\n                            [\n                                -3.8494235584531142,\n                                50.49535311419424\n                            ],\n                            [\n                                -3.849347086164984,\n                                50.49538031303454\n                            ],\n                            [\n                                -3.849249565314428,\n                                50.49540757652544\n                            ],\n                            [\n                                -3.8491869699526973,\n                                50.495430156695974\n                            ],\n                            [\n                                -3.8491315910957673,\n                                50.49546169700546\n                            ],\n                            [\n                                -3.8490967734546655,\n                                50.49547528248304\n                            ],\n                            [\n                                -3.8489786845615437,\n                                50.495538389543306\n                            ],\n                            [\n                                -3.8488821551231496,\n                                50.49562354874914\n                            ],\n                            [\n                                -3.8487921200131545,\n                                50.495690877691764\n                            ],\n                            [\n                                -3.8486878043324624,\n                                50.495731559650835\n                            ],\n                            [\n                                -3.848534219160017,\n                                50.49576996631315\n                            ],\n                            [\n                                -3.848450811310582,\n                                50.4958073479148\n                            ],\n                            [\n                                -3.8482205907519864,\n                                50.49591072036205\n                            ],\n                            [\n                                -3.848139472213904,\n                                50.49598869984971\n                            ],\n                            [\n                                -3.848058051650424,\n                                50.496041249304724\n                            ],\n                            [\n                                -3.848041204619948,\n                                50.496047452852196\n                            ],\n                            [\n                                -3.8479514689782723,\n                                50.49606253975902\n                            ],\n                            [\n                                -3.847759377181622,\n                                50.49612412263309\n                            ],\n                            [\n                                -3.847657272233441,\n                                50.49614418149679\n                            ],\n                            [\n                                -3.8475845191860594,\n                                50.49616268595532\n                            ],\n                            [\n                                -3.8473243849116794,\n                                50.496157912166474\n                            ],\n                            [\n                                -3.8472384499368357,\n                                50.496193084532145\n                            ],\n                            [\n                                -3.8472178324650406,\n                                50.49620420452558\n                            ],\n                            [\n                                -3.8472417454555843,\n                                50.496241770194665\n                            ],\n                            [\n                                -3.8472087687026058,\n                                50.49625775422996\n                            ],\n                            [\n                                -3.8471565969935204,\n                                50.49628843321852\n                            ],\n                            [\n                                -3.8470934848412113,\n                                50.496330348356814\n                            ],\n                            [\n                                -3.8470513663525,\n                                50.496365364665095\n                            ],\n                            [\n                                -3.8470099299605205,\n                                50.496387868601055\n                            ],\n                            [\n                                -3.846777137512504,\n                                50.49647895732518\n                            ],\n                            [\n                                -3.846618740532423,\n                                50.49656689528942\n                            ],\n                            [\n                                -3.8465215898414433,\n                                50.49660664312796\n                            ],\n                            [\n                                -3.846485538325283,\n                                50.49661827772859\n                            ],\n                            [\n                                -3.8464606611639973,\n                                50.496630454510594\n                            ],\n                            [\n                                -3.8464000976933015,\n                                50.49669291587004\n                            ],\n                            [\n                                -3.8463333496516223,\n                                50.496746481424815\n                            ],\n                            [\n                                -3.8462595255729766,\n                                50.496793962413655\n                            ],\n                            [\n                                -3.8461807487194295,\n                                50.496837015989485\n                            ],\n                            [\n                                -3.8460562816443273,\n                                50.49689186589185\n                            ],\n                            [\n                                -3.845947524641733,\n                                50.496920024355916\n                            ],\n                            [\n                                -3.845739483980451,\n                                50.49700523202447\n                            ],\n                            [\n                                -3.845650647516968,\n                                50.49703766111269\n                            ],\n                            [\n                                -3.845607426198691,\n                                50.49705021861254\n                            ],\n                            [\n                                -3.84552212882298,\n                                50.49707179878308\n                            ],\n                            [\n                                -3.8454604836506676,\n                                50.49708015148413\n                            ],\n                            [\n                                -3.845361739746034,\n                                50.49708486537273\n                            ],\n                            [\n                                -3.8452189083185004,\n                                50.49708317313227\n                            ],\n                            [\n                                -3.8451280617732917,\n                                50.49707597957412\n                            ],\n                            [\n                                -3.8449702377833037,\n                                50.49705645601305\n                            ],\n                            [\n                                -3.8448876292612097,\n                                50.497042835915835\n                            ],\n                            [\n                                -3.84469914725307,\n                                50.49700330095987\n                            ],\n                            [\n                                -3.844667833285778,\n                                50.49699939037353\n                            ],\n                            [\n                                -3.844607221060043,\n                                50.49700421862469\n                            ],\n                            [\n                                -3.8444564814998525,\n                                50.497044193649884\n                            ],\n                            [\n                                -3.8444040304288394,\n                                50.497010947154585\n                            ],\n                            [\n                                -3.8443813473519963,\n                                50.497007799074794\n                            ],\n                            [\n                                -3.8443404144255413,\n                                50.49701033659803\n                            ],\n                            [\n                                -3.8442561088264355,\n                                50.49702191688604\n                            ],\n                            [\n                                -3.8441790281506423,\n                                50.49703689922205\n                            ],\n                            [\n                                -3.844074405056748,\n                                50.49706696906761\n                            ],\n                            [\n                                -3.8439968720915623,\n                                50.49710002719961\n                            ],\n                            [\n                                -3.8439379531520386,\n                                50.49713638786959\n                            ],\n                            [\n                                -3.843870406958064,\n                                50.497184028662915\n                            ],\n                            [\n                                -3.8437294285001635,\n                                50.49727771253988\n                            ],\n                            [\n                                -3.8436247135730417,\n                                50.497305445016345\n                            ],\n                            [\n                                -3.8435948952966323,\n                                50.49733378955558\n                            ],\n                            [\n                                -3.8435273405710726,\n                                50.497411281038815\n                            ],\n                            [\n                                -3.843483695926723,\n                                50.49744883850268\n                            ],\n                            [\n                                -3.8434577480619683,\n                                50.49746903616978\n                            ],\n                            [\n                                -3.8431924003444995,\n                                50.49764415975418\n                            ],\n                            [\n                                -3.843175853801898,\n                                50.49765521453591\n                            ],\n                            [\n                                -3.8431619651912667,\n                                50.49765993148309\n                            ],\n                            [\n                                -3.8430920872578374,\n                                50.49767452018757\n                            ],\n                            [\n                                -3.8427093328324933,\n                                50.49773363718553\n                            ],\n                            [\n                                -3.8426656482627375,\n                                50.49773432897184\n                            ],\n                            [\n                                -3.8426104803450456,\n                                50.49772980624435\n                            ],\n                            [\n                                -3.8425437732255157,\n                                50.49771827109126\n                            ],\n                            [\n                                -3.842500916146648,\n                                50.49770761739876\n                            ],\n                            [\n                                -3.842361482356941,\n                                50.497670809619855\n                            ],\n                            [\n                                -3.842285487973633,\n                                50.4976387443898\n                            ],\n                            [\n                                -3.8421884389805587,\n                                50.49761276853774\n                            ],\n                            [\n                                -3.841888930722606,\n                                50.49783599866241\n                            ],\n                            [\n                                -3.841692267033296,\n                                50.49821683725646\n                            ],\n                            [\n                                -3.8415836413914652,\n                                50.498326447263395\n                            ],\n                            [\n                                -3.8414300418457534,\n                                50.4983648446858\n                            ],\n                            [\n                                -3.8407223256709737,\n                                50.49829512408915\n                            ],\n                            [\n                                -3.8406106660894803,\n                                50.498323863074525\n                            ],\n                            [\n                                -3.8408472665165707,\n                                50.498607933990804\n                            ],\n                            [\n                                -3.84103608281375,\n                                50.49874880414462\n                            ],\n                            [\n                                -3.8414083808689865,\n                                50.498895854410115\n                            ],\n                            [\n                                -3.8414250043307585,\n                                50.49895853063831\n                            ],\n                            [\n                                -3.8410242739680354,\n                                50.49917176708471\n                            ],\n                            [\n                                -3.840593452615255,\n                                50.49933143378126\n                            ],\n                            [\n                                -3.8404182630918315,\n                                50.49954109133419\n                            ],\n                            [\n                                -3.840243756787563,\n                                50.49976872559349\n                            ],\n                            [\n                                -3.8400797416369974,\n                                50.50026592955738\n                            ],\n                            [\n                                -3.84006630091094,\n                                50.500643867648385\n                            ],\n                            [\n                                -3.8401398554788315,\n                                50.500723721493216\n                            ],\n                            [\n                                -3.8407497700409428,\n                                50.5008129807339\n                            ],\n                            [\n                                -3.842080345738847,\n                                50.50094477606544\n                            ],\n                            [\n                                -3.8428565423254177,\n                                50.500959548627165\n                            ],\n                            [\n                                -3.8429442755433203,\n                                50.501039077239525\n                            ],\n                            [\n                                -3.8429977671098086,\n                                50.50132604369101\n                            ],\n                            [\n                                -3.8427961320798123,\n                                50.50148658524971\n                            ],\n                            [\n                                -3.8427788858053957,\n                                50.50150034921083\n                            ],\n                            [\n                                -3.8424060325817653,\n                                50.50170414589335\n                            ],\n                            [\n                                -3.8420706973076673,\n                                50.501781387966155\n                            ],\n                            [\n                                -3.841775093883021,\n                                50.501795060944275\n                            ],\n                            [\n                                -3.839485988472984,\n                                50.50167841839466\n                            ],\n                            [\n                                -3.8385372163213765,\n                                50.501576429162704\n                            ],\n                            [\n                                -3.8367942528433425,\n                                50.501498941988714\n                            ],\n                            [\n                                -3.836149938508415,\n                                50.501470266009484\n                            ],\n                            [\n                                -3.8352360604900095,\n                                50.50147290080044\n                            ],\n                            [\n                                -3.835605155491729,\n                                50.501672175666755\n                            ],\n                            [\n                                -3.8345236742926088,\n                                50.50287365341004\n                            ],\n                            [\n                                -3.8337974171261524,\n                                50.50319422051939\n                            ],\n                            [\n                                -3.833305495882752,\n                                50.50432948072628\n                            ],\n                            [\n                                -3.833014884831908,\n                                50.50477913001961\n                            ],\n                            [\n                                -3.8328215688290217,\n                                50.50510766351099\n                            ],\n                            [\n                                -3.8324045501603172,\n                                50.50489304444283\n                            ],\n                            [\n                                -3.8322618529852264,\n                                50.50485024102581\n                            ],\n                            [\n                                -3.831840132704548,\n                                50.50488385311281\n                            ],\n                            [\n                                -3.831378092823291,\n                                50.504972142441204\n                            ],\n                            [\n                                -3.831081770196089,\n                                50.50496781168397\n                            ],\n                            [\n                                -3.830996120816095,\n                                50.50494218673407\n                            ],\n                            [\n                                -3.8309331644583833,\n                                50.504772248644045\n                            ],\n                            [\n                                -3.830926208747648,\n                                50.504592444527965\n                            ],\n                            [\n                                -3.8310222673627514,\n                                50.504433675113546\n                            ],\n                            [\n                                -3.8307375085498605,\n                                50.504376385456105\n                            ],\n                            [\n                                -3.830295709791032,\n                                50.50430862304901\n                            ],\n                            [\n                                -3.8302126185087335,\n                                50.504291852238545\n                            ],\n                            [\n                                -3.8300764266159004,\n                                50.504260725822085\n                            ],\n                            [\n                                -3.829989918161796,\n                                50.50423070664752\n                            ],\n                            [\n                                -3.8299505963247213,\n                                50.504212356927844\n                            ],\n                            [\n                                -3.8299347917400417,\n                                50.50420954754644\n                            ],\n                            [\n                                -3.8297212585497804,\n                                50.50420202269144\n                            ],\n                            [\n                                -3.829620713442108,\n                                50.504190841280376\n                            ],\n                            [\n                                -3.8294894385821174,\n                                50.50416979095832\n                            ],\n                            [\n                                -3.8294406956980467,\n                                50.50415725532583\n                            ],\n                            [\n                                -3.829271499529707,\n                                50.50417195799648\n                            ],\n                            [\n                                -3.8292855675533564,\n                                50.50411743181075\n                            ],\n                            [\n                                -3.829207209337721,\n                                50.504087733629056\n                            ],\n                            [\n                                -3.829084313377169,\n                                50.504055047970496\n                            ],\n                            [\n                                -3.8287229466990986,\n                                50.50391066462057\n                            ],\n                            [\n                                -3.8285882992520097,\n                                50.50385047096699\n                            ],\n                            [\n                                -3.828506834028247,\n                                50.503851661147955\n                            ],\n                            [\n                                -3.8283714564210394,\n                                50.5038419163855\n                            ],\n                            [\n                                -3.828259918672291,\n                                50.50382578001061\n                            ],\n                            [\n                                -3.8282056834432265,\n                                50.50381269158939\n                            ],\n                            [\n                                -3.828124315748731,\n                                50.50379814967846\n                            ],\n                            [\n                                -3.827940375440497,\n                                50.5037469140917\n                            ],\n                            [\n                                -3.8278131705471665,\n                                50.50371690300851\n                            ],\n                            [\n                                -3.8275760976621447,\n                                50.503671978682185\n                            ],\n                            [\n                                -3.8274069317028645,\n                                50.50362716568798\n                            ],\n                            [\n                                -3.8270779392137344,\n                                50.50357451005698\n                            ],\n                            [\n                                -3.8269828821719267,\n                                50.50353995505855\n                            ],\n                            [\n                                -3.826944505981894,\n                                50.50352158048869\n                            ],\n                            [\n                                -3.826859057422192,\n                                50.503509799928885\n                            ],\n                            [\n                                -3.826643294251365,\n                                50.50344476162703\n                            ],\n                            [\n                                -3.82651517633457,\n                                50.503423937217555\n                            ],\n                            [\n                                -3.8264743602051805,\n                                50.50341468460696\n                            ],\n                            [\n                                -3.826457138246636,\n                                50.50341423540999\n                            ],\n                            [\n                                -3.826332835302451,\n                                50.50342320159754\n                            ],\n                            [\n                                -3.826223114926582,\n                                50.50342744185949\n                            ],\n                            [\n                                -3.8261036612567967,\n                                50.50341735461941\n                            ],\n                            [\n                                -3.8259502076823986,\n                                50.503412027890136\n                            ],\n                            [\n                                -3.825765544219053,\n                                50.50339020120869\n                            ],\n                            [\n                                -3.825547820030918,\n                                50.503364575834375\n                            ],\n                            [\n                                -3.82531933165534,\n                                50.50330701975886\n                            ],\n                            [\n                                -3.824999701946617,\n                                50.50326482417846\n                            ],\n                            [\n                                -3.824909800649632,\n                                50.503209950416355\n                            ],\n                            [\n                                -3.8247095831089135,\n                                50.50317676389082\n                            ],\n                            [\n                                -3.8245344084622652,\n                                50.503129972367724\n                            ],\n                            [\n                                -3.8244170523325938,\n                                50.5031197605741\n                            ],\n                            [\n                                -3.8238569554130026,\n                                50.50303215321615\n                            ],\n                            [\n                                -3.8238202072107867,\n                                50.50333376315282\n                            ],\n                            [\n                                -3.823814283274381,\n                                50.50338204517703\n                            ],\n                            [\n                                -3.8239150165183733,\n                                50.50343442058771\n                            ],\n                            [\n                                -3.8240786931753483,\n                                50.50365671986156\n                            ],\n                            [\n                                -3.824126186648193,\n                                50.50379093745056\n                            ],\n                            [\n                                -3.8241452375835205,\n                                50.50428524789448\n                            ],\n                            [\n                                -3.824372350410548,\n                                50.50505521452931\n                            ],\n                            [\n                                -3.8245532189243043,\n                                50.50535817045082\n                            ],\n                            [\n                                -3.8248862322401234,\n                                50.50616333242442\n                            ],\n                            [\n                                -3.823469081865243,\n                                50.50674130566997\n                            ],\n                            [\n                                -3.8209668675849784,\n                                50.50802982563996\n                            ],\n                            [\n                                -3.820798434545612,\n                                50.50808604661519\n                            ],\n                            [\n                                -3.8181195504764194,\n                                50.50848758675449\n                            ],\n                            [\n                                -3.8182872097072402,\n                                50.50818132542982\n                            ],\n                            [\n                                -3.8184596733141474,\n                                50.50753108142837\n                            ],\n                            [\n                                -3.818458218058783,\n                                50.50675766785776\n                            ],\n                            [\n                                -3.818294464338199,\n                                50.50616662260449\n                            ],\n                            [\n                                -3.818270728080474,\n                                50.50591514727559\n                            ],\n                            [\n                                -3.818504287812626,\n                                50.50502109589731\n                            ],\n                            [\n                                -3.8186662228884707,\n                                50.50482974794417\n                            ],\n                            [\n                                -3.81836807968003,\n                                50.504411632414175\n                            ],\n                            [\n                                -3.8179875282283033,\n                                50.50396415250138\n                            ],\n                            [\n                                -3.81878687117754,\n                                50.503155209627856\n                            ],\n                            [\n                                -3.8185424337293763,\n                                50.50220990677711\n                            ],\n                            [\n                                -3.8184142689185863,\n                                50.50220309565338\n                            ],\n                            [\n                                -3.817868365935631,\n                                50.502108861098314\n                            ],\n                            [\n                                -3.8178253090749243,\n                                50.502089657274055\n                            ],\n                            [\n                                -3.817762901040834,\n                                50.50205089725781\n                            ],\n                            [\n                                -3.817559411344085,\n                                50.50203249053715\n                            ],\n                            [\n                                -3.8173549653686236,\n                                50.501995049379495\n                            ],\n                            [\n                                -3.8172432692344582,\n                                50.502005059124585\n                            ],\n                            [\n                                -3.8172134366567563,\n                                50.50200633445544\n                            ],\n                            [\n                                -3.817192182588764,\n                                50.50200405814418\n                            ],\n                            [\n                                -3.816874578683475,\n                                50.5019385325401\n                            ],\n                            [\n                                -3.81680752107788,\n                                50.50193328381845\n                            ],\n                            [\n                                -3.8165111337825715,\n                                50.501932604540976\n                            ],\n                            [\n                                -3.816450372445586,\n                                50.501940028620446\n                            ],\n                            [\n                                -3.816400833173069,\n                                50.501942600686235\n                            ],\n                            [\n                                -3.816332735858567,\n                                50.501937817613886\n                            ],\n                            [\n                                -3.816211378435749,\n                                50.50192316308482\n                            ],\n                            [\n                                -3.815498010803544,\n                                50.501867137806634\n                            ],\n                            [\n                                -3.815508056701566,\n                                50.50191103304026\n                            ],\n                            [\n                                -3.815395697682188,\n                                50.50192177985599\n                            ],\n                            [\n                                -3.815167047647201,\n                                50.50184441993517\n                            ],\n                            [\n                                -3.814913965871118,\n                                50.50183929263556\n                            ],\n                            [\n                                -3.814876453617274,\n                                50.50183115364465\n                            ],\n                            [\n                                -3.814866794624454,\n                                50.50175209529496\n                            ],\n                            [\n                                -3.8148426260871737,\n                                50.501710210046554\n                            ],\n                            [\n                                -3.8148119401186875,\n                                50.50168002852771\n                            ],\n                            [\n                                -3.8147773038282895,\n                                50.50165899241496\n                            ],\n                            [\n                                -3.81470253001941,\n                                50.5016223932769\n                            ],\n                            [\n                                -3.814582224347358,\n                                50.50157481208942\n                            ],\n                            [\n                                -3.814507912842314,\n                                50.50154989764636\n                            ],\n                            [\n                                -3.8144433329865883,\n                                50.501548566231286\n                            ],\n                            [\n                                -3.813843257425888,\n                                50.501505954900445\n                            ],\n                            [\n                                -3.813818883456452,\n                                50.50151020219056\n                            ],\n                            [\n                                -3.8137890530063854,\n                                50.50150527084283\n                            ],\n                            [\n                                -3.8137601218498913,\n                                50.50148774305005\n                            ],\n                            [\n                                -3.813740317897245,\n                                50.50148355479514\n                            ],\n                            [\n                                -3.8135840061047626,\n                                50.501491387385414\n                            ],\n                            [\n                                -3.8132991179721,\n                                50.50149043078101\n                            ],\n                            [\n                                -3.8129309459786724,\n                                50.50152224058309\n                            ],\n                            [\n                                -3.812844035203082,\n                                50.50151774857898\n                            ],\n                            [\n                                -3.8127510869247536,\n                                50.501504365690714\n                            ],\n                            [\n                                -3.812416550398175,\n                                50.50142136482459\n                            ],\n                            [\n                                -3.8123539480413906,\n                                50.501407958664\n                            ],\n                            [\n                                -3.812325694592341,\n                                50.501404801153846\n                            ],\n                            [\n                                -3.812293300719242,\n                                50.501406205053726\n                            ],\n                            [\n                                -3.8122233384670583,\n                                50.50141897767084\n                            ],\n                            [\n                                -3.8120581882036206,\n                                50.501463362019486\n                            ],\n                            [\n                                -3.811958322620346,\n                                50.501496926268594\n                            ],\n                            [\n                                -3.8119034969297267,\n                                50.50150137750986\n                            ],\n                            [\n                                -3.8118610313283177,\n                                50.50149754179452\n                            ],\n                            [\n                                -3.8118340698623645,\n                                50.50149166588846\n                            ],\n                            [\n                                -3.8117354919038293,\n                                50.501459033035125\n                            ],\n                            [\n                                -3.811710086949447,\n                                50.50145440100157\n                            ],\n                            [\n                                -3.811700381871767,\n                                50.50145284326688\n                            ],\n                            [\n                                -3.811634753515644,\n                                50.501442532752506\n                            ],\n                            [\n                                -3.811477845908122,\n                                50.50143148467077\n                            ],\n                            [\n                                -3.8113748470109168,\n                                50.50143218864197\n                            ],\n                            [\n                                -3.8112710409465733,\n                                50.50144459711031\n                            ],\n                            [\n                                -3.811213140087665,\n                                50.501444598959985\n                            ],\n                            [\n                                -3.8111622000799583,\n                                50.501438196733645\n                            ],\n                            [\n                                -3.811045479757691,\n                                50.501411241992066\n                            ],\n                            [\n                                -3.8108942866364086,\n                                50.50140101256727\n                            ],\n                            [\n                                -3.8108083245398667,\n                                50.50136638382805\n                            ],\n                            [\n                                -3.8106850407481425,\n                                50.501350314506865\n                            ],\n                            [\n                                -3.810659279464757,\n                                50.50134262987519\n                            ],\n                            [\n                                -3.810603333655781,\n                                50.50131742717429\n                            ],\n                            [\n                                -3.8104788611135536,\n                                50.501306772450704\n                            ],\n                            [\n                                -3.8100850991575608,\n                                50.50129850799145\n                            ],\n                            [\n                                -3.8100661518600774,\n                                50.50128352214442\n                            ],\n                            [\n                                -3.81007558059932,\n                                50.50123212844168\n                            ],\n                            [\n                                -3.8100391634392667,\n                                50.50120391454528\n                            ],\n                            [\n                                -3.8099760217341117,\n                                50.50117342715695\n                            ],\n                            [\n                                -3.809919217071131,\n                                50.50116262767063\n                            ],\n                            [\n                                -3.8097302165727003,\n                                50.50116376842334\n                            ],\n                            [\n                                -3.809716048588862,\n                                50.50116129060651\n                            ],\n                            [\n                                -3.8096733738304978,\n                                50.50115197109059\n                            ],\n                            [\n                                -3.809646261618283,\n                                50.50114250847218\n                            ],\n                            [\n                                -3.809487064556682,\n                                50.50107484996221\n                            ],\n                            [\n                                -3.809314067364931,\n                                50.50101100335539\n                            ],\n                            [\n                                -3.8092798661655487,\n                                50.501001641882056\n                            ],\n                            [\n                                -3.8091987443160384,\n                                50.500984025043785\n                            ],\n                            [\n                                -3.8091265140112576,\n                                50.5009743553959\n                            ],\n                            [\n                                -3.8090572943575425,\n                                50.500970035216596\n                            ],\n                            [\n                                -3.809030687606934,\n                                50.50097674455788\n                            ],\n                            [\n                                -3.8090066889469822,\n                                50.500975318870616\n                            ],\n                            [\n                                -3.80898791387113,\n                                50.50096482710395\n                            ],\n                            [\n                                -3.8089787525568277,\n                                50.500944283637764\n                            ],\n                            [\n                                -3.808973389672337,\n                                50.500916495024654\n                            ],\n                            [\n                                -3.808940597907066,\n                                50.50090711154144\n                            ],\n                            [\n                                -3.8087955427360227,\n                                50.50083825191775\n                            ],\n                            [\n                                -3.8087346558086996,\n                                50.50083020447631\n                            ],\n                            [\n                                -3.8086120750228467,\n                                50.50083210976668\n                            ],\n                            [\n                                -3.8085286983218607,\n                                50.500828908696974\n                            ],\n                            [\n                                -3.8084775435453584,\n                                50.500819810478426\n                            ],\n                            [\n                                -3.808274568085393,\n                                50.50074744336758\n                            ],\n                            [\n                                -3.80823432019544,\n                                50.500725593137695\n                            ],\n                            [\n                                -3.8081653274698253,\n                                50.50065743046302\n                            ],\n                            [\n                                -3.808141989084611,\n                                50.50063710722574\n                            ],\n                            [\n                                -3.808114651224662,\n                                50.500621352054566\n                            ],\n                            [\n                                -3.8080560404396016,\n                                50.500599787091296\n                            ],\n                            [\n                                -3.8079453603815705,\n                                50.5005817202709\n                            ],\n                            [\n                                -3.8078497252988304,\n                                50.50055254602611\n                            ],\n                            [\n                                -3.80774582556127,\n                                50.50052628819401\n                            ],\n                            [\n                                -3.8077002448213655,\n                                50.50051063645428\n                            ],\n                            [\n                                -3.80758666756674,\n                                50.500459525879954\n                            ],\n                            [\n                                -3.8073633657056263,\n                                50.50033261936563\n                            ],\n                            [\n                                -3.807289284021114,\n                                50.50029547410575\n                            ],\n                            [\n                                -3.807195388562589,\n                                50.50025422053183\n                            ],\n                            [\n                                -3.8071382326624983,\n                                50.50023712944548\n                            ],\n                            [\n                                -3.807014889844084,\n                                50.5002345479633\n                            ],\n                            [\n                                -3.8069558538174317,\n                                50.50022287330783\n                            ],\n                            [\n                                -3.8068504130434326,\n                                50.5001957392243\n                            ],\n                            [\n                                -3.8068263321239897,\n                                50.50019251559407\n                            ],\n                            [\n                                -3.8067924891653466,\n                                50.50019214169362\n                            ],\n                            [\n                                -3.8066870252566543,\n                                50.50020097427768\n                            ],\n                            [\n                                -3.806653065283248,\n                                50.5001979039947\n                            ],\n                            [\n                                -3.8065970200130748,\n                                50.50017000276534\n                            ],\n                            [\n                                -3.806269618199567,\n                                50.4999781737164\n                            ],\n                            [\n                                -3.8061822462489543,\n                                50.49994302383338\n                            ],\n                            [\n                                -3.8060593518219203,\n                                50.49990042968301\n                            ],\n                            [\n                                -3.805674236783128,\n                                50.49978322639189\n                            ],\n                            [\n                                -3.805598386247449,\n                                50.49975473262457\n                            ],\n                            [\n                                -3.8055263442115863,\n                                50.49971628646654\n                            ],\n                            [\n                                -3.8054854571531127,\n                                50.49971422271261\n                            ],\n                            [\n                                -3.8054390381682097,\n                                50.49971943986427\n                            ],\n                            [\n                                -3.8053900101246585,\n                                50.49972649624938\n                            ],\n                            [\n                                -3.8052583517161733,\n                                50.49975245353698\n                            ],\n                            [\n                                -3.805230250502296,\n                                50.49975657697612\n                            ],\n                            [\n                                -3.805326065822299,\n                                50.49993698234844\n                            ],\n                            [\n                                -3.8053546981658264,\n                                50.49998338715414\n                            ],\n                            [\n                                -3.8054014599987966,\n                                50.50002671358251\n                            ],\n                            [\n                                -3.8054514236773325,\n                                50.50008078294768\n                            ],\n                            [\n                                -3.805456510474124,\n                                50.50010138990448\n                            ],\n                            [\n                                -3.805416181397171,\n                                50.5001901284846\n                            ],\n                            [\n                                -3.8054066892215164,\n                                50.50027658984264\n                            ],\n                            [\n                                -3.805385323412602,\n                                50.5003075814059\n                            ],\n                            [\n                                -3.8052810881368866,\n                                50.500418896682426\n                            ],\n                            [\n                                -3.805210445375655,\n                                50.50052698357996\n                            ],\n                            [\n                                -3.805197295896372,\n                                50.50055416016002\n                            ],\n                            [\n                                -3.805188880086841,\n                                50.500589357778495\n                            ],\n                            [\n                                -3.8051870087081054,\n                                50.50061645832942\n                            ],\n                            [\n                                -3.805193123112546,\n                                50.50066401294763\n                            ],\n                            [\n                                -3.8051893046524086,\n                                50.500676663588706\n                            ],\n                            [\n                                -3.805182945295248,\n                                50.50069294219718\n                            ],\n                            [\n                                -3.8051246878446374,\n                                50.50075678497243\n                            ],\n                            [\n                                -3.8051041047657495,\n                                50.50091813933195\n                            ],\n                            [\n                                -3.805094401341285,\n                                50.50110890571906\n                            ],\n                            [\n                                -3.8050880060091323,\n                                50.501273637523646\n                            ],\n                            [\n                                -3.8050933567493472,\n                                50.501304124649415\n                            ],\n                            [\n                                -3.8051025770761,\n                                50.50132034145065\n                            ],\n                            [\n                                -3.8051119009822227,\n                                50.50134519074931\n                            ],\n                            [\n                                -3.805102912882576,\n                                50.50136871421068\n                            ],\n                            [\n                                -3.8050770830812315,\n                                50.501392489929714\n                            ],\n                            [\n                                -3.805056302830952,\n                                50.501402615580915\n                            ],\n                            [\n                                -3.805022515677567,\n                                50.50151651626902\n                            ],\n                            [\n                                -3.8050027892591523,\n                                50.50162750068461\n                            ],\n                            [\n                                -3.8050325301940218,\n                                50.50162973751212\n                            ],\n                            [\n                                -3.8050738644956694,\n                                50.501643486511576\n                            ],\n                            [\n                                -3.8051492336327475,\n                                50.50169626251887\n                            ],\n                            [\n                                -3.8051871159400137,\n                                50.501728943138\n                            ],\n                            [\n                                -3.8052678266248594,\n                                50.50173578551258\n                            ],\n                            [\n                                -3.805309444969179,\n                                50.50179358194324\n                            ],\n                            [\n                                -3.8053431760354988,\n                                50.50182722630059\n                            ],\n                            [\n                                -3.805496347077821,\n                                50.50208155256126\n                            ],\n                            [\n                                -3.8056110494789372,\n                                50.50223235362967\n                            ],\n                            [\n                                -3.805649476605131,\n                                50.50227670866764\n                            ],\n                            [\n                                -3.805688466912667,\n                                50.50230218583879\n                            ],\n                            [\n                                -3.8057417035146472,\n                                50.50232923170492\n                            ],\n                            [\n                                -3.805770848346996,\n                                50.50235575202014\n                            ],\n                            [\n                                -3.8058037332220245,\n                                50.50240379055556\n                            ],\n                            [\n                                -3.8059060907472815,\n                                50.50260909681519\n                            ],\n                            [\n                                -3.805909875454829,\n                                50.50263511127482\n                            ],\n                            [\n                                -3.8059075751644853,\n                                50.5026845952059\n                            ],\n                            [\n                                -3.805889328699444,\n                                50.502797364557345\n                            ],\n                            [\n                                -3.8058929089617948,\n                                50.502830217521584\n                            ],\n                            [\n                                -3.8059086390503025,\n                                50.50286180266829\n                            ],\n                            [\n                                -3.805950214562998,\n                                50.50291510260407\n                            ],\n                            [\n                                -3.8059687365903394,\n                                50.50295887605972\n                            ],\n                            [\n                                -3.8059641259503696,\n                                50.50302098724633\n                            ],\n                            [\n                                -3.8059732860449045,\n                                50.503041521963844\n                            ],\n                            [\n                                -3.8060532355396623,\n                                50.50314107530893\n                            ],\n                            [\n                                -3.8062812697634363,\n                                50.50335773253018\n                            ],\n                            [\n                                -3.806243516265466,\n                                50.50336802291754\n                            ],\n                            [\n                                -3.8064021932202436,\n                                50.50346446528162\n                            ],\n                            [\n                                -3.8064719544558523,\n                                50.50350690361089\n                            ],\n                            [\n                                -3.8064576253017486,\n                                50.5035367967907\n                            ],\n                            [\n                                -3.8064401526661222,\n                                50.50356044306664\n                            ],\n                            [\n                                -3.806473142345384,\n                                50.503611186935466\n                            ],\n                            [\n                                -3.8064512093761693,\n                                50.503627707368565\n                            ],\n                            [\n                                -3.8064366541302204,\n                                50.50365130835467\n                            ],\n                            [\n                                -3.806434560034026,\n                                50.5036729261201\n                            ],\n                            [\n                                -3.80644397043844,\n                                50.50369705445733\n                            ],\n                            [\n                                -3.8064961025806903,\n                                50.50376826797273\n                            ],\n                            [\n                                -3.8065237303081774,\n                                50.503791214108624\n                            ],\n                            [\n                                -3.806613307465391,\n                                50.503847366146594\n                            ],\n                            [\n                                -3.806663745930795,\n                                50.50387715319397\n                            ],\n                            [\n                                -3.8066872663518123,\n                                50.5038992636737\n                            ],\n                            [\n                                -3.806726921259828,\n                                50.503978675336676\n                            ],\n                            [\n                                -3.806739568529165,\n                                50.50401444540826\n                            ],\n                            [\n                                -3.806754618327991,\n                                50.50404037487183\n                            ],\n                            [\n                                -3.8067723762889654,\n                                50.50406077603248\n                            ],\n                            [\n                                -3.806817096618894,\n                                50.50408705425339\n                            ],\n                            [\n                                -3.806905762621775,\n                                50.50411894579508\n                            ],\n                            [\n                                -3.8069639973793885,\n                                50.50416749875546\n                            ],\n                            [\n                                -3.8070196269805914,\n                                50.50422058007592\n                            ],\n                            [\n                                -3.8070135466408086,\n                                50.504246747686246\n                            ],\n                            [\n                                -3.806979572071315,\n                                50.504316509966316\n                            ],\n                            [\n                                -3.80697906864827,\n                                50.50433989281761\n                            ],\n                            [\n                                -3.8070501401510866,\n                                50.50442879070938\n                            ],\n                            [\n                                -3.807121666085679,\n                                50.504566149394655\n                            ],\n                            [\n                                -3.807167919690086,\n                                50.50459600121376\n                            ],\n                            [\n                                -3.807207734391376,\n                                50.50460347736396\n                            ],\n                            [\n                                -3.8072192839150283,\n                                50.504610484089234\n                            ],\n                            [\n                                -3.8072850972662717,\n                                50.50478398776241\n                            ],\n                            [\n                                -3.8072983485669787,\n                                50.50483592833868\n                            ],\n                            [\n                                -3.8072964225187427,\n                                50.50485861377634\n                            ],\n                            [\n                                -3.807267419025611,\n                                50.50491193910381\n                            ],\n                            [\n                                -3.8072660009366874,\n                                50.504947927559016\n                            ],\n                            [\n                                -3.8072835587513274,\n                                50.505002589348365\n                            ],\n                            [\n                                -3.807306552894497,\n                                50.50505078106585\n                            ],\n                            [\n                                -3.8073396818737306,\n                                50.50510512006587\n                            ],\n                            [\n                                -3.807323236765569,\n                                50.505167864789215\n                            ],\n                            [\n                                -3.807303064297687,\n                                50.50518174981614\n                            ],\n                            [\n                                -3.807290772115104,\n                                50.50519776991059\n                            ],\n                            [\n                                -3.807283393561725,\n                                50.5052390583775\n                            ],\n                            [\n                                -3.8072639198571987,\n                                50.505283061962004\n                            ],\n                            [\n                                -3.8072615188816346,\n                                50.505308452929924\n                            ],\n                            [\n                                -3.807248615210375,\n                                50.50535721115706\n                            ],\n                            [\n                                -3.807246120110565,\n                                50.505398603655294\n                            ],\n                            [\n                                -3.8072512942937133,\n                                50.505424416608506\n                            ],\n                            [\n                                -3.8073682807450244,\n                                50.50559514682052\n                            ],\n                            [\n                                -3.8073276572215717,\n                                50.505661055156395\n                            ],\n                            [\n                                -3.807278373390257,\n                                50.50577420779052\n                            ],\n                            [\n                                -3.8072636683301275,\n                                50.5058337776241\n                            ],\n                            [\n                                -3.8072629251275583,\n                                50.50585087749096\n                            ],\n                            [\n                                -3.8072700765508354,\n                                50.505879717645\n                            ],\n                            [\n                                -3.8073148454103154,\n                                50.50602908482154\n                            ],\n                            [\n                                -3.8073099504691705,\n                                50.50604714855388\n                            ],\n                            [\n                                -3.8072940584472863,\n                                50.50607526732541\n                            ],\n                            [\n                                -3.807271495667015,\n                                50.50614844098062\n                            ],\n                            [\n                                -3.807291890631158,\n                                50.5062408238935\n                            ],\n                            [\n                                -3.8072726680473274,\n                                50.50632834483193\n                            ],\n                            [\n                                -3.8073124176365916,\n                                50.506483276203795\n                            ],\n                            [\n                                -3.8073149454093853,\n                                50.50651290767022\n                            ],\n                            [\n                                -3.8073074982422357,\n                                50.50654907969196\n                            ],\n                            [\n                                -3.8073035388062055,\n                                50.506582409451184\n                            ],\n                            [\n                                -3.8073341839473036,\n                                50.50668172930916\n                            ],\n                            [\n                                -3.807335625303579,\n                                50.506719472115975\n                            ],\n                            [\n                                -3.807329867001311,\n                                50.50675112098119\n                            ],\n                            [\n                                -3.8073334999201953,\n                                50.5068130142233\n                            ],\n                            [\n                                -3.8073590776364505,\n                                50.506913321153306\n                            ],\n                            [\n                                -3.807426680795297,\n                                50.506987351866435\n                            ],\n                            [\n                                -3.8074486507118848,\n                                50.50709067378865\n                            ],\n                            [\n                                -3.8074385513856788,\n                                50.50727084262459\n                            ],\n                            [\n                                -3.807450287912429,\n                                50.507392401130076\n                            ],\n                            [\n                                -3.807476013934717,\n                                50.507475527465544\n                            ],\n                            [\n                                -3.8075325823748822,\n                                50.50770815622443\n                            ],\n                            [\n                                -3.8075471368595775,\n                                50.50775135247523\n                            ],\n                            [\n                                -3.807562311761949,\n                                50.50777718994555\n                            ],\n                            [\n                                -3.807670246895254,\n                                50.50790867633786\n                            ],\n                            [\n                                -3.807739444197078,\n                                50.508073493032065\n                            ],\n                            [\n                                -3.8077878258838127,\n                                50.50810394111865\n                            ],\n                            [\n                                -3.8078224938658365,\n                                50.50811653357966\n                            ],\n                            [\n                                -3.808050048076505,\n                                50.508173958625214\n                            ],\n                            [\n                                -3.808078946397138,\n                                50.50818762098319\n                            ],\n                            [\n                                -3.808160116416805,\n                                50.508239405539165\n                            ],\n                            [\n                                -3.808223919297003,\n                                50.508290299692156\n                            ],\n                            [\n                                -3.808258604404177,\n                                50.508349102172076\n                            ],\n                            [\n                                -3.8082703610849,\n                                50.50836150188677\n                            ],\n                            [\n                                -3.808297669530447,\n                                50.508376367090435\n                            ],\n                            [\n                                -3.8083493153808816,\n                                50.50838887545061\n                            ],\n                            [\n                                -3.8084013121194094,\n                                50.508395433398675\n                            ],\n                            [\n                                -3.8084312978969193,\n                                50.50840396126866\n                            ],\n                            [\n                                -3.8084715312952477,\n                                50.50842230405987\n                            ],\n                            [\n                                -3.8084888014119302,\n                                50.50843282829386\n                            ],\n                            [\n                                -3.8085042621627285,\n                                50.508466126097524\n                            ],\n                            [\n                                -3.8085224350329323,\n                                50.50850064088934\n                            ],\n                            [\n                                -3.808561922363794,\n                                50.50853599362542\n                            ],\n                            [\n                                -3.808802643410235,\n                                50.50871864084596\n                            ],\n                            [\n                                -3.808746512758579,\n                                50.50874378770147\n                            ],\n                            [\n                                -3.8086093089479744,\n                                50.50884482556061\n                            ],\n                            [\n                                -3.808477729232798,\n                                50.50908972244875\n                            ],\n                            [\n                                -3.8083452954926647,\n                                50.510422852365615\n                            ],\n                            [\n                                -3.8082224968539826,\n                                50.51053265072233\n                            ],\n                            [\n                                -3.8080908809267076,\n                                50.51055160416197\n                            ],\n                            [\n                                -3.80808221088493,\n                                50.510552818130755\n                            ],\n                            [\n                                -3.8075665491012116,\n                                50.510345039416286\n                            ],\n                            [\n                                -3.8068191343682867,\n                                50.50997883272087\n                            ],\n                            [\n                                -3.8061900610092083,\n                                50.50975482104776\n                            ],\n                            [\n                                -3.8055382425471382,\n                                50.509674934549174\n                            ],\n                            [\n                                -3.8051002210908313,\n                                50.50965475718169\n                            ],\n                            [\n                                -3.8047502465402134,\n                                50.509723214157425\n                            ],\n                            [\n                                -3.8046683860256603,\n                                50.50979641644789\n                            ],\n                            [\n                                -3.8046460908400164,\n                                50.509949612622144\n                            ],\n                            [\n                                -3.804266850731986,\n                                50.50962272075662\n                            ],\n                            [\n                                -3.8038697809206603,\n                                50.50919720770022\n                            ],\n                            [\n                                -3.803433978750748,\n                                50.508493475280126\n                            ],\n                            [\n                                -3.8029786557368013,\n                                50.50764608812401\n                            ],\n                            [\n                                -3.802341658936904,\n                                50.506846473322426\n                            ],\n                            [\n                                -3.8020495785028587,\n                                50.50658116325919\n                            ],\n                            [\n                                -3.8014715005811914,\n                                50.50584366019434\n                            ],\n                            [\n                                -3.8007823110915706,\n                                50.50515282500944\n                            ],\n                            [\n                                -3.8002489597589557,\n                                50.504477562705674\n                            ],\n                            [\n                                -3.799868537236032,\n                                50.50411462752984\n                            ],\n                            [\n                                -3.7996613121031246,\n                                50.503857082800764\n                            ],\n                            [\n                                -3.7994746840076146,\n                                50.50340123755581\n                            ],\n                            [\n                                -3.799595827459649,\n                                50.50287768478884\n                            ],\n                            [\n                                -3.799889264043866,\n                                50.502063753668054\n                            ],\n                            [\n                                -3.7998810600590325,\n                                50.501848001096306\n                            ],\n                            [\n                                -3.7998216784876444,\n                                50.501399262839776\n                            ],\n                            [\n                                -3.799690733935986,\n                                50.50092456882553\n                            ],\n                            [\n                                -3.7996651045665097,\n                                50.50025044404752\n                            ],\n                            [\n                                -3.7995008704736475,\n                                50.500010131842004\n                            ],\n                            [\n                                -3.7994280717092392,\n                                50.49994831860215\n                            ],\n                            [\n                                -3.799242432269278,\n                                50.49988825013163\n                            ],\n                            [\n                                -3.798286554802608,\n                                50.499965965122755\n                            ],\n                            [\n                                -3.7977335363465947,\n                                50.49988458955795\n                            ],\n                            [\n                                -3.797182225982331,\n                                50.499848154261905\n                            ],\n                            [\n                                -3.796810964555008,\n                                50.499727919680396\n                            ],\n                            [\n                                -3.796451157479774,\n                                50.499535664184094\n                            ],\n                            [\n                                -3.7952256071387827,\n                                50.49919484188157\n                            ],\n                            [\n                                -3.7948678512051646,\n                                50.499056405070654\n                            ],\n                            [\n                                -3.793478250510862,\n                                50.498852957566875\n                            ],\n                            [\n                                -3.7928345442382176,\n                                50.49861112114818\n                            ],\n                            [\n                                -3.7916152677427375,\n                                50.498063269791864\n                            ],\n                            [\n                                -3.7913536839284148,\n                                50.49786041148466\n                            ],\n                            [\n                                -3.790768275409554,\n                                50.497293797644666\n                            ],\n                            [\n                                -3.790664351582511,\n                                50.497161703337625\n                            ],\n                            [\n                                -3.78948008932315,\n                                50.49884861337408\n                            ],\n                            [\n                                -3.7921829322239295,\n                                50.501059508299704\n                            ],\n                            [\n                                -3.7916853052518786,\n                                50.501209948673626\n                            ],\n                            [\n                                -3.7913358535495947,\n                                50.501315673014346\n                            ],\n                            [\n                                -3.7911359536144023,\n                                50.50137611285722\n                            ],\n                            [\n                                -3.7911457908774286,\n                                50.50128578014253\n                            ],\n                            [\n                                -3.7911384090586147,\n                                50.50120137859194\n                            ],\n                            [\n                                -3.7911126275070295,\n                                50.50107940515219\n                            ],\n                            [\n                                -3.7910608343111845,\n                                50.500905766692604\n                            ],\n                            [\n                                -3.791023281432794,\n                                50.500807349417535\n                            ],\n                            [\n                                -3.7909787903873924,\n                                50.50071003723223\n                            ],\n                            [\n                                -3.790936519435541,\n                                50.50063785564466\n                            ],\n                            [\n                                -3.7908724540827996,\n                                50.50054533260749\n                            ],\n                            [\n                                -3.7908257024648413,\n                                50.5004650355363\n                            ],\n                            [\n                                -3.7907800624574555,\n                                50.500414490973434\n                            ],\n                            [\n                                -3.7906996754935047,\n                                50.50033929833456\n                            ],\n                            [\n                                -3.7906358567128664,\n                                50.500293530384496\n                            ],\n                            [\n                                -3.7903895894186466,\n                                50.500139432726165\n                            ],\n                            [\n                                -3.78989376903464,\n                                50.4998363229538\n                            ],\n                            [\n                                -3.789813212406404,\n                                50.49979350117301\n                            ],\n                            [\n                                -3.789246053147396,\n                                50.49952520384196\n                            ],\n                            [\n                                -3.789149311338985,\n                                50.49950331631901\n                            ],\n                            [\n                                -3.789032992284978,\n                                50.49948352847565\n                            ],\n                            [\n                                -3.7889550887035144,\n                                50.499473933555386\n                            ],\n                            [\n                                -3.7888757650384015,\n                                50.4994670585681\n                            ],\n                            [\n                                -3.7885662995591187,\n                                50.49944933996674\n                            ],\n                            [\n                                -3.788448809985496,\n                                50.49943513672319\n                            ],\n                            [\n                                -3.78833973213455,\n                                50.49942225209567\n                            ],\n                            [\n                                -3.7882112423413066,\n                                50.49941883040725\n                            ],\n                            [\n                                -3.7881629435505753,\n                                50.4994142662527\n                            ],\n                            [\n                                -3.787992455076739,\n                                50.49937633276237\n                            ],\n                            [\n                                -3.7879265729089773,\n                                50.49938633890077\n                            ],\n                            [\n                                -3.787840070284547,\n                                50.499374186198786\n                            ],\n                            [\n                                -3.787564986278354,\n                                50.49929379821029\n                            ],\n                            [\n                                -3.787292807997459,\n                                50.49921975956871\n                            ],\n                            [\n                                -3.7867866375245174,\n                                50.49910974958552\n                            ],\n                            [\n                                -3.7865161725813543,\n                                50.49904107014051\n                            ],\n                            [\n                                -3.7862107330635966,\n                                50.49894496507777\n                            ],\n                            [\n                                -3.7858610747648553,\n                                50.49886941425799\n                            ],\n                            [\n                                -3.7858199407451116,\n                                50.498863749851736\n                            ],\n                            [\n                                -3.785248722401757,\n                                50.49882305770392\n                            ],\n                            [\n                                -3.78467841375305,\n                                50.49884349794735\n                            ],\n                            [\n                                -3.784561755998867,\n                                50.49885428091724\n                            ],\n                            [\n                                -3.7843704775971703,\n                                50.49886619906216\n                            ],\n                            [\n                                -3.784177332966414,\n                                50.498868261272804\n                            ],\n                            [\n                                -3.783982533615542,\n                                50.49886046429782\n                            ],\n                            [\n                                -3.7836129875188145,\n                                50.49889579992961\n                            ],\n                            [\n                                -3.783527042410058,\n                                50.49889801663801\n                            ],\n                            [\n                                -3.782526984757045,\n                                50.49885220022197\n                            ],\n                            [\n                                -3.7819922576750216,\n                                50.498845100702\n                            ],\n                            [\n                                -3.7819120397968313,\n                                50.498848127894775\n                            ],\n                            [\n                                -3.781566672228516,\n                                50.49888938245304\n                            ],\n                            [\n                                -3.7813306825622126,\n                                50.49891187335308\n                            ],\n                            [\n                                -3.7812503968737143,\n                                50.498913102358806\n                            ],\n                            [\n                                -3.7812093033321656,\n                                50.49891786855995\n                            ],\n                            [\n                                -3.78116791758399,\n                                50.49864615956764\n                            ],\n                            [\n                                -3.7810463534973557,\n                                50.49866259029264\n                            ],\n                            [\n                                -3.78097350302791,\n                                50.49867628768974\n                            ],\n                            [\n                                -3.7808205027751325,\n                                50.49869481820182\n                            ],\n                            [\n                                -3.7807585884601234,\n                                50.49869936325112\n                            ],\n                            [\n                                -3.780558704697412,\n                                50.49870780928149\n                            ],\n                            [\n                                -3.780179397983636,\n                                50.49870597690563\n                            ],\n                            [\n                                -3.7799354274029326,\n                                50.49870746054286\n                            ],\n                            [\n                                -3.7797404599297466,\n                                50.49869515312878\n                            ],\n                            [\n                                -3.779584746462988,\n                                50.49867865653131\n                            ],\n                            [\n                                -3.7792723983660363,\n                                50.49863352612127\n                            ],\n                            [\n                                -3.778826676770152,\n                                50.49877350338223\n                            ],\n                            [\n                                -3.778738753739072,\n                                50.4987572284759\n                            ],\n                            [\n                                -3.7785070185270375,\n                                50.49870681651016\n                            ],\n                            [\n                                -3.778350394056048,\n                                50.4986660578172\n                            ],\n                            [\n                                -3.7781949958598817,\n                                50.49862077426253\n                            ],\n                            [\n                                -3.7780436264391986,\n                                50.49856824286516\n                            ],\n                            [\n                                -3.777926820711736,\n                                50.498522917878155\n                            ],\n                            [\n                                -3.7778303395936037,\n                                50.498485997281875\n                            ],\n                            [\n                                -3.7777631599221073,\n                                50.49846184989486\n                            ],\n                            [\n                                -3.7773128595624836,\n                                50.498219662198814\n                            ],\n                            [\n                                -3.777291167795817,\n                                50.49820525261195\n                            ],\n                            [\n                                -3.7772165034984537,\n                                50.49816763853341\n                            ],\n                            [\n                                -3.776956027063034,\n                                50.49804223113922\n                            ],\n                            [\n                                -3.7768772409486875,\n                                50.49799659432755\n                            ],\n                            [\n                                -3.7765711219009557,\n                                50.497804267362945\n                            ],\n                            [\n                                -3.7765161068732658,\n                                50.49776644278087\n                            ],\n                            [\n                                -3.776455321919023,\n                                50.49768645321008\n                            ],\n                            [\n                                -3.7763473154832887,\n                                50.49758730809716\n                            ],\n                            [\n                                -3.77623360804619,\n                                50.497491037997854\n                            ],\n                            [\n                                -3.7761662526260165,\n                                50.497421932183386\n                            ],\n                            [\n                                -3.776114210426113,\n                                50.497351702206885\n                            ],\n                            [\n                                -3.7760818449617966,\n                                50.49731622985713\n                            ],\n                            [\n                                -3.7759430167807757,\n                                50.497111454501976\n                            ],\n                            [\n                                -3.7759322085070353,\n                                50.497086445705946\n                            ],\n                            [\n                                -3.7758992569500562,\n                                50.49695828276061\n                            ],\n                            [\n                                -3.7758874702108924,\n                                50.49687035001287\n                            ],\n                            [\n                                -3.775885977115327,\n                                50.4968117509615\n                            ],\n                            [\n                                -3.7758455653650658,\n                                50.49663317446658\n                            ],\n                            [\n                                -3.775810131888768,\n                                50.49642942917016\n                            ],\n                            [\n                                -3.7757869835714466,\n                                50.496264880397874\n                            ],\n                            [\n                                -3.7757576380049693,\n                                50.4961486241762\n                            ],\n                            [\n                                -3.775740081331615,\n                                50.496108338879544\n                            ],\n                            [\n                                -3.7757510758104784,\n                                50.495986070734894\n                            ],\n                            [\n                                -3.7757163002982113,\n                                50.4959081121873\n                            ],\n                            [\n                                -3.7757250049505244,\n                                50.49580862440536\n                            ],\n                            [\n                                -3.7757174631598347,\n                                50.495793629845046\n                            ],\n                            [\n                                -3.7756707910641096,\n                                50.49573643972677\n                            ],\n                            [\n                                -3.77565738000549,\n                                50.49571344926502\n                            ],\n                            [\n                                -3.775644923064033,\n                                50.49563882859558\n                            ],\n                            [\n                                -3.7756273044851056,\n                                50.49557507929647\n                            ],\n                            [\n                                -3.775606202304679,\n                                50.495536116211895\n                            ],\n                            [\n                                -3.775544229077337,\n                                50.49544274346921\n                            ],\n                            [\n                                -3.7755159353731282,\n                                50.49540451067732\n                            ],\n                            [\n                                -3.775467998702757,\n                                50.49540344334709\n                            ],\n                            [\n                                -3.775440375855938,\n                                50.49538309804253\n                            ],\n                            [\n                                -3.775428273978263,\n                                50.49536079809204\n                            ],\n                            [\n                                -3.775437511428219,\n                                50.49530671209506\n                            ],\n                            [\n                                -3.7754327676348396,\n                                50.4952915039412\n                            ],\n                            [\n                                -3.77534843011251,\n                                50.49518489162594\n                            ],\n                            [\n                                -3.7753346639649323,\n                                50.495155430979246\n                            ],\n                            [\n                                -3.7753197380381476,\n                                50.49503976407845\n                            ],\n                            [\n                                -3.7753157708560634,\n                                50.494980213431305\n                            ],\n                            [\n                                -3.775319503783607,\n                                50.49496846448554\n                            ],\n                            [\n                                -3.7753097322872478,\n                                50.49493084843244\n                            ],\n                            [\n                                -3.7752992141173345,\n                                50.49491392960349\n                            ],\n                            [\n                                -3.7750532477397987,\n                                50.49459840066753\n                            ],\n                            [\n                                -3.774982354593966,\n                                50.4945148770419\n                            ],\n                            [\n                                -3.773673323088259,\n                                50.49517168256493\n                            ],\n                            [\n                                -3.771371230306298,\n                                50.49344509115759\n                            ],\n                            [\n                                -3.77051595170119,\n                                50.49265141471195\n                            ],\n                            [\n                                -3.770238467606903,\n                                50.49263244144645\n                            ],\n                            [\n                                -3.7696227250741874,\n                                50.492763637974164\n                            ],\n                            [\n                                -3.769409015277698,\n                                50.493969112142196\n                            ],\n                            [\n                                -3.7696167942846155,\n                                50.4957556626947\n                            ],\n                            [\n                                -3.769405445815589,\n                                50.49575887666186\n                            ],\n                            [\n                                -3.768807547955695,\n                                50.49560612275556\n                            ],\n                            [\n                                -3.767842302088607,\n                                50.495431884914254\n                            ],\n                            [\n                                -3.7677013710610927,\n                                50.4954340259436\n                            ],\n                            [\n                                -3.767182604919836,\n                                50.49551382926296\n                            ],\n                            [\n                                -3.7664591979729605,\n                                50.49577665863208\n                            ],\n                            [\n                                -3.7658171961296314,\n                                50.49590302590657\n                            ],\n                            [\n                                -3.7656489375781153,\n                                50.49522233580638\n                            ],\n                            [\n                                -3.7656130885779775,\n                                50.494638352664346\n                            ],\n                            [\n                                -3.76570611132597,\n                                50.493728555042125\n                            ],\n                            [\n                                -3.765804716641725,\n                                50.493349245751546\n                            ],\n                            [\n                                -3.7658275889070216,\n                                50.493292255488\n                            ],\n                            [\n                                -3.763769344767262,\n                                50.493140231907596\n                            ],\n                            [\n                                -3.7622793586938394,\n                                50.49298594367663\n                            ],\n                            [\n                                -3.7622500625019217,\n                                50.49292650643711\n                            ],\n                            [\n                                -3.762194841911081,\n                                50.492576592294775\n                            ],\n                            [\n                                -3.7622709385469,\n                                50.492350576045745\n                            ],\n                            [\n                                -3.7627400241740134,\n                                50.491695914789545\n                            ],\n                            [\n                                -3.7626472190582154,\n                                50.49071700174855\n                            ],\n                            [\n                                -3.7627859082658417,\n                                50.48989642573072\n                            ],\n                            [\n                                -3.7627319131313297,\n                                50.489582459461886\n                            ],\n                            [\n                                -3.761767773837811,\n                                50.4896056955958\n                            ],\n                            [\n                                -3.761731885878442,\n                                50.48960659872403\n                            ],\n                            [\n                                -3.76083555880975,\n                                50.48952827629056\n                            ],\n                            [\n                                -3.7600903102122505,\n                                50.48874184359329\n                            ],\n                            [\n                                -3.760010835016415,\n                                50.48865214506995\n                            ],\n                            [\n                                -3.7599590266577056,\n                                50.48858729170244\n                            ],\n                            [\n                                -3.7598836923310843,\n                                50.48845536735894\n                            ],\n                            [\n                                -3.7598515314879863,\n                                50.48842528373867\n                            ],\n                            [\n                                -3.7598258115208774,\n                                50.488414880139246\n                            ],\n                            [\n                                -3.759417955906453,\n                                50.48836521428655\n                            ],\n                            [\n                                -3.7593357488623496,\n                                50.488358272915825\n                            ],\n                            [\n                                -3.7592920200309075,\n                                50.48835452711884\n                            ],\n                            [\n                                -3.759234347416135,\n                                50.48835719787367\n                            ],\n                            [\n                                -3.7589732143113426,\n                                50.48838631949143\n                            ],\n                            [\n                                -3.7588873059457435,\n                                50.48838941691367\n                            ],\n                            [\n                                -3.7587842265866027,\n                                50.488383779987196\n                            ],\n                            [\n                                -3.7586878215387323,\n                                50.488369956632475\n                            ],\n                            [\n                                -3.758301313068267,\n                                50.48828768534374\n                            ],\n                            [\n                                -3.758267653272606,\n                                50.48828288762172\n                            ],\n                            [\n                                -3.7581935695614903,\n                                50.48827222515907\n                            ],\n                            [\n                                -3.7580506305537256,\n                                50.48825730564993\n                            ],\n                            [\n                                -3.7578272693616768,\n                                50.48820223831185\n                            ],\n                            [\n                                -3.757734728562157,\n                                50.48817666380756\n                            ],\n                            [\n                                -3.7577134466064153,\n                                50.48817338776778\n                            ],\n                            [\n                                -3.757700793220272,\n                                50.488151903773435\n                            ],\n                            [\n                                -3.75768938301185,\n                                50.488132388635435\n                            ],\n                            [\n                                -3.7576751788341456,\n                                50.488091150623845\n                            ],\n                            [\n                                -3.757666485132976,\n                                50.48801036442604\n                            ],\n                            [\n                                -3.7576333396012656,\n                                50.487953322564834\n                            ],\n                            [\n                                -3.757635441396311,\n                                50.487931705613974\n                            ],\n                            [\n                                -3.757643096254208,\n                                50.4879127119241\n                            ],\n                            [\n                                -3.75767355512389,\n                                50.487881411959044\n                            ],\n                            [\n                                -3.757689350743244,\n                                50.48786525426275\n                            ],\n                            [\n                                -3.7576977107263465,\n                                50.48785272547793\n                            ],\n                            [\n                                -3.7577039925096165,\n                                50.487843456872824\n                            ],\n                            [\n                                -3.7577090844949366,\n                                50.487827200043874\n                            ],\n                            [\n                                -3.75770844728625,\n                                50.4878100314461\n                            ],\n                            [\n                                -3.757688754545415,\n                                50.48777436258529\n                            ],\n                            [\n                                -3.7576893490679004,\n                                50.48775277739559\n                            ],\n                            [\n                                -3.757696930513996,\n                                50.48772838850968\n                            ],\n                            [\n                                -3.7576977248673407,\n                                50.48771218760793\n                            ],\n                            [\n                                -3.7576930735693317,\n                                50.487699675496906\n                            ],\n                            [\n                                -3.7576280225560312,\n                                50.487656597356164\n                            ],\n                            [\n                                -3.7576226707250093,\n                                50.48762520877177\n                            ],\n                            [\n                                -3.757599147881292,\n                                50.487602189119755\n                            ],\n                            [\n                                -3.757551380255687,\n                                50.487567843697484\n                            ],\n                            [\n                                -3.7574664557387676,\n                                50.48751877896387\n                            ],\n                            [\n                                -3.757422983084118,\n                                50.48745011110089\n                            ],\n                            [\n                                -3.7573326609655373,\n                                50.48737144814074\n                            ],\n                            [\n                                -3.7572992641619285,\n                                50.487335725365924\n                            ],\n                            [\n                                -3.7572871501449594,\n                                50.48732268738435\n                            ],\n                            [\n                                -3.7572582694669925,\n                                50.48726468162011\n                            ],\n                            [\n                                -3.757250148937797,\n                                50.48723693236616\n                            ],\n                            [\n                                -3.757220446765502,\n                                50.487197817058046\n                            ],\n                            [\n                                -3.757198742471867,\n                                50.48718276538053\n                            ],\n                            [\n                                -3.757146096551558,\n                                50.487167380517924\n                            ],\n                            [\n                                -3.7571141300304727,\n                                50.48715500207343\n                            ],\n                            [\n                                -3.757070261470952,\n                                50.48713795567521\n                            ],\n                            [\n                                -3.7570399457671946,\n                                50.4871195354062\n                            ],\n                            [\n                                -3.757003503076421,\n                                50.48708681751335\n                            ],\n                            [\n                                -3.7569842503539737,\n                                50.4870751464338\n                            ],\n                            [\n                                -3.7569804407446066,\n                                50.487072775624036\n                            ],\n                            [\n                                -3.756957397683731,\n                                50.48705963282268\n                            ],\n                            [\n                                -3.7568685442609895,\n                                50.48702052020031\n                            ],\n                            [\n                                -3.75685806747657,\n                                50.48700448948803\n                            ],\n                            [\n                                -3.75682894671364,\n                                50.48698065482111\n                            ],\n                            [\n                                -3.7567686807527374,\n                                50.48695099470674\n                            ],\n                            [\n                                -3.7567279552494095,\n                                50.486918341391444\n                            ],\n                            [\n                                -3.7567168477591197,\n                                50.486904307826386\n                            ],\n                            [\n                                -3.7567146558578344,\n                                50.486901462892284\n                            ],\n                            [\n                                -3.7567024142274392,\n                                50.48687547565485\n                            ],\n                            [\n                                -3.7566897456414203,\n                                50.486781348575526\n                            ],\n                            [\n                                -3.7566365733259,\n                                50.486770378410654\n                            ],\n                            [\n                                -3.756603620640799,\n                                50.48675648576342\n                            ],\n                            [\n                                -3.7565469398386986,\n                                50.48671059150138\n                            ],\n                            [\n                                -3.7564759850963387,\n                                50.48666220554542\n                            ],\n                            [\n                                -3.7564213224054015,\n                                50.486633090234925\n                            ],\n                            [\n                                -3.7546821877436236,\n                                50.487509094381316\n                            ],\n                            [\n                                -3.7497608019774815,\n                                50.48943549377025\n                            ],\n                            [\n                                -3.7482915322977655,\n                                50.4884337491067\n                            ],\n                            [\n                                -3.7403149140340175,\n                                50.48466713260635\n                            ],\n                            [\n                                -3.741590119572032,\n                                50.483863565909985\n                            ],\n                            [\n                                -3.7421539926519913,\n                                50.481324800967386\n                            ],\n                            [\n                                -3.7438847751859377,\n                                50.480354250542554\n                            ],\n                            [\n                                -3.7436097020850276,\n                                50.480247245281326\n                            ],\n                            [\n                                -3.7431051805788704,\n                                50.479940020755336\n                            ],\n                            [\n                                -3.74226970296985,\n                                50.47983555173824\n                            ],\n                            [\n                                -3.7420842273065396,\n                                50.47977539014049\n                            ],\n                            [\n                                -3.7414796768206804,\n                                50.479433698947155\n                            ],\n                            [\n                                -3.7410219637962485,\n                                50.47925164249426\n                            ],\n                            [\n                                -3.740674930195458,\n                                50.479014064402456\n                            ],\n                            [\n                                -3.740262140215357,\n                                50.47890326555119\n                            ],\n                            [\n                                -3.7396468547062374,\n                                50.47865162780063\n                            ],\n                            [\n                                -3.739072421687852,\n                                50.47836350880304\n                            ],\n                            [\n                                -3.7387736262669455,\n                                50.47828695809961\n                            ],\n                            [\n                                -3.738362828585207,\n                                50.478230157705504\n                            ],\n                            [\n                                -3.7380247312520467,\n                                50.47823520870894\n                            ],\n                            [\n                                -3.7377305565770076,\n                                50.478284562884916\n                            ],\n                            [\n                                -3.7373547870933126,\n                                50.47841614215771\n                            ],\n                            [\n                                -3.7363291733025163,\n                                50.47889009262122\n                            ],\n                            [\n                                -3.736317749443397,\n                                50.478962195735754\n                            ],\n                            [\n                                -3.7357425340708827,\n                                50.47961976394154\n                            ],\n                            [\n                                -3.732050241775168,\n                                50.47874662538998\n                            ],\n                            [\n                                -3.7314125558308926,\n                                50.479534487018974\n                            ],\n                            [\n                                -3.7313473288787775,\n                                50.479486009611854\n                            ],\n                            [\n                                -3.731245431004542,\n                                50.479397524679264\n                            ],\n                            [\n                                -3.7308719199636533,\n                                50.478818555283475\n                            ],\n                            [\n                                -3.730356547913774,\n                                50.47821464111697\n                            ],\n                            [\n                                -3.730352605835462,\n                                50.478106710908555\n                            ],\n                            [\n                                -3.729810701971574,\n                                50.477838829402096\n                            ],\n                            [\n                                -3.730784434864461,\n                                50.47764227742148\n                            ],\n                            [\n                                -3.7305604459790835,\n                                50.47650164865997\n                            ],\n                            [\n                                -3.7305173387273762,\n                                50.47644123974152\n                            ],\n                            [\n                                -3.730174349388995,\n                                50.47615646075022\n                            ],\n                            [\n                                -3.7294922627139977,\n                                50.47589318060215\n                            ],\n                            [\n                                -3.729462797996508,\n                                50.47588174673903\n                            ],\n                            [\n                                -3.7295159318686744,\n                                50.47585704232739\n                            ],\n                            [\n                                -3.729630163161742,\n                                50.47580958362357\n                            ],\n                            [\n                                -3.7296713406870388,\n                                50.47578513782807\n                            ],\n                            [\n                                -3.7297359807728196,\n                                50.47572546514414\n                            ],\n                            [\n                                -3.7298532728578104,\n                                50.47567886009537\n                            ],\n                            [\n                                -3.729876989549866,\n                                50.47565368451163\n                            ],\n                            [\n                                -3.729888903790433,\n                                50.475620239203444\n                            ],\n                            [\n                                -3.729939744892309,\n                                50.475574442186044\n                            ],\n                            [\n                                -3.7299606070022295,\n                                50.475540953763684\n                            ],\n                            [\n                                -3.7300740657427993,\n                                50.475472370610014\n                            ],\n                            [\n                                -3.7300937116961883,\n                                50.475456528147326\n                            ],\n                            [\n                                -3.730141034392254,\n                                50.47540007171026\n                            ],\n                            [\n                                -3.7302101098679277,\n                                50.47536308717963\n                            ],\n                            [\n                                -3.7302349081372714,\n                                50.4753455401888\n                            ],\n                            [\n                                -3.730258577645343,\n                                50.475337993127056\n                            ],\n                            [\n                                -3.7303369061576284,\n                                50.47532244710398\n                            ],\n                            [\n                                -3.7303674143127967,\n                                50.47526983817118\n                            ],\n                            [\n                                -3.730371870328008,\n                                50.47525215299125\n                            ],\n                            [\n                                -3.730386180651175,\n                                50.47524303627042\n                            ],\n                            [\n                                -3.7304094881459755,\n                                50.47521940460437\n                            ],\n                            [\n                                -3.730446482278718,\n                                50.4751630207085\n                            ],\n                            [\n                                -3.7305242824284757,\n                                50.47509172967784\n                            ],\n                            [\n                                -3.7305323681801745,\n                                50.47508081681789\n                            ],\n                            [\n                                -3.730542356819224,\n                                50.47504560131259\n                            ],\n                            [\n                                -3.730560695428627,\n                                50.475010180662984\n                            ],\n                            [\n                                -3.7305439771840674,\n                                50.47497536239726\n                            ],\n                            [\n                                -3.730534315883177,\n                                50.47494313731287\n                            ],\n                            [\n                                -3.7305346272855195,\n                                50.474913462042686\n                            ],\n                            [\n                                -3.7305936783021907,\n                                50.47475523668107\n                            ],\n                            [\n                                -3.7305993191853353,\n                                50.474715588925015\n                            ],\n                            [\n                                -3.7305985282598764,\n                                50.474693934557195\n                            ],\n                            [\n                                -3.730593702436001,\n                                50.474682584177074\n                            ],\n                            [\n                                -3.7305817630821045,\n                                50.47466091575938\n                            ],\n                            [\n                                -3.7306023495055904,\n                                50.47460755495282\n                            ],\n                            [\n                                -3.730498056028932,\n                                50.474567752605616\n                            ],\n                            [\n                                -3.730466396659808,\n                                50.4745502358363\n                            ],\n                            [\n                                -3.7304508589353906,\n                                50.47450335726105\n                            ],\n                            [\n                                -3.7304456219314663,\n                                50.474490394101146\n                            ],\n                            [\n                                -3.7305112714116024,\n                                50.47446190553971\n                            ],\n                            [\n                                -3.730529913858758,\n                                50.47444715718355\n                            ],\n                            [\n                                -3.730546528051887,\n                                50.47442163740464\n                            ],\n                            [\n                                -3.7305455885663967,\n                                50.47440556141911\n                            ],\n                            [\n                                -3.7305374542351064,\n                                50.474389673394775\n                            ],\n                            [\n                                -3.7304762783837444,\n                                50.47430525885845\n                            ],\n                            [\n                                -3.730480691598293,\n                                50.474286405109886\n                            ],\n                            [\n                                -3.730488653627876,\n                                50.474278282178126\n                            ],\n                            [\n                                -3.730502559169868,\n                                50.4742742979431\n                            ],\n                            [\n                                -3.730549792385177,\n                                50.4742694582365\n                            ],\n                            [\n                                -3.730568193932268,\n                                50.47422612207429\n                            ],\n                            [\n                                -3.730599303028163,\n                                50.474186904933745\n                            ],\n                            [\n                                -3.7305989274830553,\n                                50.474157329816\n                            ],\n                            [\n                                -3.730560141078894,\n                                50.47407239341466\n                            ],\n                            [\n                                -3.7306863422874357,\n                                50.4740502890719\n                            ],\n                            [\n                                -3.7307035276619307,\n                                50.47403385353286\n                            ],\n                            [\n                                -3.730708715867833,\n                                50.474004195650615\n                            ],\n                            [\n                                -3.7306989459406124,\n                                50.47393735494163\n                            ],\n                            [\n                                -3.730712285481026,\n                                50.473923665764396\n                            ],\n                            [\n                                -3.7307059351877636,\n                                50.47391224812689\n                            ],\n                            [\n                                -3.7306911844921915,\n                                50.47383289914031\n                            ],\n                            [\n                                -3.730636123414544,\n                                50.473782381405044\n                            ],\n                            [\n                                -3.7305534877575868,\n                                50.47373433338553\n                            ],\n                            [\n                                -3.730540438638453,\n                                50.47373012050421\n                            ],\n                            [\n                                -3.7304585683394116,\n                                50.473718845796846\n                            ],\n                            [\n                                -3.7303835868393085,\n                                50.473685883385556\n                            ],\n                            [\n                                -3.730361136447695,\n                                50.47368549777726\n                            ],\n                            [\n                                -3.7302901540020605,\n                                50.47369527746429\n                            ],\n                            [\n                                -3.730266359333167,\n                                50.473695901150975\n                            ],\n                            [\n                                -3.730231105873985,\n                                50.473691478821564\n                            ],\n                            [\n                                -3.730208214560985,\n                                50.473682105911486\n                            ],\n                            [\n                                -3.730190340196168,\n                                50.473666551579086\n                            ],\n                            [\n                                -3.73016993601682,\n                                50.4736330472059\n                            ],\n                            [\n                                -3.730152039467332,\n                                50.473613796733666\n                            ],\n                            [\n                                -3.7301304303149956,\n                                50.47360441373542\n                            ],\n                            [\n                                -3.7300050208864683,\n                                50.473571751274406\n                            ],\n                            [\n                                -3.7299735252713067,\n                                50.47358417239522\n                            ],\n                            [\n                                -3.7299440511854582,\n                                50.47358865787329\n                            ],\n                            [\n                                -3.72987403018117,\n                                50.473593116651855\n                            ],\n                            [\n                                -3.7298497488707234,\n                                50.47359006001915\n                            ],\n                            [\n                                -3.7298392295284017,\n                                50.47357870432116\n                            ],\n                            [\n                                -3.7298476369457942,\n                                50.47355421503481\n                            ],\n                            [\n                                -3.72984386174802,\n                                50.47353997997044\n                            ],\n                            [\n                                -3.72982316342159,\n                                50.47352697684759\n                            ],\n                            [\n                                -3.7297421726090376,\n                                50.473517388395585\n                            ],\n                            [\n                                -3.729727196570383,\n                                50.47352408660496\n                            ],\n                            [\n                                -3.7297072147595887,\n                                50.47354345059418\n                            ],\n                            [\n                                -3.729681689647135,\n                                50.47356036972499\n                            ],\n                            [\n                                -3.7296511556944805,\n                                50.47356747909602\n                            ],\n                            [\n                                -3.729556500076654,\n                                50.47356537866336\n                            ],\n                            [\n                                -3.729465846439813,\n                                50.47355863181188\n                            ],\n                            [\n                                -3.7294226717935026,\n                                50.473547230854784\n                            ],\n                            [\n                                -3.7294068481592326,\n                                50.47354036094012\n                            ],\n                            [\n                                -3.729380363426439,\n                                50.473521336940635\n                            ],\n                            [\n                                -3.7293600875013353,\n                                50.47349132912068\n                            ],\n                            [\n                                -3.7293492869147262,\n                                50.47345643171511\n                            ],\n                            [\n                                -3.7293286203888933,\n                                50.473440819821775\n                            ],\n                            [\n                                -3.7292699161370853,\n                                50.47344681885508\n                            ],\n                            [\n                                -3.7292434168018898,\n                                50.47345287883046\n                            ],\n                            [\n                                -3.7292066717219425,\n                                50.47345198595494\n                            ],\n                            [\n                                -3.729123178051719,\n                                50.473265669558764\n                            ],\n                            [\n                                -3.7291017280470413,\n                                50.473235148507094\n                            ],\n                            [\n                                -3.7290883938163026,\n                                50.473223115069814\n                            ],\n                            [\n                                -3.7290657668512543,\n                                50.47321131866763\n                            ],\n                            [\n                                -3.729037251107276,\n                                50.473203827881825\n                            ],\n                            [\n                                -3.7289162460201886,\n                                50.47318637931455\n                            ],\n                            [\n                                -3.728864319030258,\n                                50.47317726673224\n                            ],\n                            [\n                                -3.7288513468172573,\n                                50.47317206319853\n                            ],\n                            [\n                                -3.728835475368741,\n                                50.47316078694104\n                            ],\n                            [\n                                -3.728838475114942,\n                                50.4731217181423\n                            ],\n                            [\n                                -3.7288202841372793,\n                                50.47307236050259\n                            ],\n                            [\n                                -3.728763103432563,\n                                50.47300190708409\n                            ],\n                            [\n                                -3.7286970741664534,\n                                50.47293420231735\n                            ],\n                            [\n                                -3.7286239634103526,\n                                50.472930431933754\n                            ],\n                            [\n                                -3.728561432282986,\n                                50.47290761728002\n                            ],\n                            [\n                                -3.7284275471066968,\n                                50.47283066752648\n                            ],\n                            [\n                                -3.7284090289512255,\n                                50.472822938124175\n                            ],\n                            [\n                                -3.7283709919029584,\n                                50.472815588623426\n                            ],\n                            [\n                                -3.7283580410479953,\n                                50.472807875439536\n                            ],\n                            [\n                                -3.728132327748741,\n                                50.47258293793797\n                            ],\n                            [\n                                -3.7280995068653033,\n                                50.47254664967292\n                            ],\n                            [\n                                -3.7274656567033646,\n                                50.47198889385536\n                            ],\n                            [\n                                -3.727406250909573,\n                                50.47191452452023\n                            ],\n                            [\n                                -3.7273742197613267,\n                                50.47187435697932\n                            ],\n                            [\n                                -3.727096506974582,\n                                50.471526650265936\n                            ],\n                            [\n                                -3.726851482598221,\n                                50.471377437201326\n                            ],\n                            [\n                                -3.72649609806299,\n                                50.47129271026052\n                            ],\n                            [\n                                -3.7262445230254087,\n                                50.47129860178451\n                            ],\n                            [\n                                -3.7254683311656507,\n                                50.471316951213396\n                            ],\n                            [\n                                -3.7244348766195126,\n                                50.47118840828619\n                            ],\n                            [\n                                -3.7235653555837755,\n                                50.47088372095221\n                            ],\n                            [\n                                -3.7241298673430694,\n                                50.470080446107616\n                            ],\n                            [\n                                -3.7232526905945473,\n                                50.46893176308384\n                            ],\n                            [\n                                -3.7225260867329077,\n                                50.46653169987457\n                            ],\n                            [\n                                -3.7220105546288313,\n                                50.46413570258907\n                            ],\n                            [\n                                -3.723001430516258,\n                                50.46352257274506\n                            ],\n                            [\n                                -3.7232626104904734,\n                                50.46339831277247\n                            ],\n                            [\n                                -3.723296748689988,\n                                50.46338197793696\n                            ],\n                            [\n                                -3.7235969721738447,\n                                50.46323916016576\n                            ],\n                            [\n                                -3.7245535604066604,\n                                50.462843393273474\n                            ],\n                            [\n                                -3.7252811409852233,\n                                50.463105217798095\n                            ],\n                            [\n                                -3.7254852301296597,\n                                50.46326727291066\n                            ],\n                            [\n                                -3.725914845556755,\n                                50.46345870169961\n                            ],\n                            [\n                                -3.726282700827844,\n                                50.46349829397821\n                            ],\n                            [\n                                -3.7263628274128173,\n                                50.46349431689578\n                            ],\n                            [\n                                -3.728093522195425,\n                                50.464117068756764\n                            ],\n                            [\n                                -3.728626921929263,\n                                50.46364330832864\n                            ],\n                            [\n                                -3.7287199281307486,\n                                50.463489075986786\n                            ],\n                            [\n                                -3.729110628569249,\n                                50.46338427447433\n                            ],\n                            [\n                                -3.7295199752527632,\n                                50.46340516220888\n                            ],\n                            [\n                                -3.7308974447836745,\n                                50.463312752227765\n                            ],\n                            [\n                                -3.731415910512128,\n                                50.46323310441998\n                            ],\n                            [\n                                -3.7317227404099054,\n                                50.463147619914785\n                            ],\n                            [\n                                -3.732070185012267,\n                                50.46301647973794\n                            ],\n                            [\n                                -3.732432998549011,\n                                50.462921156982894\n                            ],\n                            [\n                                -3.7327975662589172,\n                                50.462870776195246\n                            ],\n                            [\n                                -3.7331210595467357,\n                                50.46285696357398\n                            ],\n                            [\n                                -3.733672352619954,\n                                50.462902694506525\n                            ],\n                            [\n                                -3.7341691777063377,\n                                50.4630031888626\n                            ],\n                            [\n                                -3.734522868863998,\n                                50.46304296623296\n                            ],\n                            [\n                                -3.734868331123572,\n                                50.46285789311087\n                            ],\n                            [\n                                -3.7319069102470217,\n                                50.46124717657098\n                            ],\n                            [\n                                -3.731474347945131,\n                                50.460974797102736\n                            ],\n                            [\n                                -3.731398613940441,\n                                50.460831968723376\n                            ],\n                            [\n                                -3.7314283358413673,\n                                50.46076158121158\n                            ],\n                            [\n                                -3.731431435422387,\n                                50.46075425006259\n                            ],\n                            [\n                                -3.7316629593118136,\n                                50.46085591514415\n                            ],\n                            [\n                                -3.731941006214193,\n                                50.46098492998716\n                            ],\n                            [\n                                -3.7322952050934,\n                                50.46115319263434\n                            ],\n                            [\n                                -3.7330756168331165,\n                                50.46153466345715\n                            ],\n                            [\n                                -3.73336936059384,\n                                50.461669655818454\n                            ],\n                            [\n                                -3.733586978535037,\n                                50.461762620378686\n                            ],\n                            [\n                                -3.733978879884219,\n                                50.46192320196652\n                            ],\n                            [\n                                -3.7342888131933343,\n                                50.46203727385595\n                            ],\n                            [\n                                -3.734621268140656,\n                                50.462151090064175\n                            ],\n                            [\n                                -3.7352714128592766,\n                                50.46236168068626\n                            ],\n                            [\n                                -3.7355439142741673,\n                                50.46245301350705\n                            ],\n                            [\n                                -3.7359191263344034,\n                                50.462582287146034\n                            ],\n                            [\n                                -3.73669861695226,\n                                50.46285755717326\n                            ],\n                            [\n                                -3.7368970276800595,\n                                50.46293012544438\n                            ],\n                            [\n                                -3.7377134971950436,\n                                50.463215638227084\n                            ],\n                            [\n                                -3.738169822160272,\n                                50.46336445984551\n                            ],\n                            [\n                                -3.7383496845975728,\n                                50.4634282999332\n                            ],\n                            [\n                                -3.738616373793066,\n                                50.463516033959834\n                            ],\n                            [\n                                -3.73877890050799,\n                                50.46356665067927\n                            ],\n                            [\n                                -3.738996715196147,\n                                50.46362642392212\n                            ],\n                            [\n                                -3.7391133219766792,\n                                50.463657049709425\n                            ],\n                            [\n                                -3.739376250017609,\n                                50.46371785667311\n                            ],\n                            [\n                                -3.7394797022872304,\n                                50.463735187991446\n                            ],\n                            [\n                                -3.7396216955471435,\n                                50.463764534303756\n                            ],\n                            [\n                                -3.7397789395216257,\n                                50.46378825606474\n                            ],\n                            [\n                                -3.7399461024810305,\n                                50.463810039488884\n                            ],\n                            [\n                                -3.740127060859692,\n                                50.463828009793126\n                            ],\n                            [\n                                -3.74039695086668,\n                                50.46384734759643\n                            ],\n                            [\n                                -3.7407174206266527,\n                                50.46386502859196\n                            ],\n                            [\n                                -3.7408937821923978,\n                                50.46387138347108\n                            ],\n                            [\n                                -3.741125087847298,\n                                50.46387790511695\n                            ],\n                            [\n                                -3.7414998337452876,\n                                50.463876792927\n                            ],\n                            [\n                                -3.741753106670621,\n                                50.46386760499571\n                            ],\n                            [\n                                -3.7419624891762826,\n                                50.46385268807229\n                            ],\n                            [\n                                -3.7422208568017257,\n                                50.46382724289271\n                            ],\n                            [\n                                -3.7423934249953725,\n                                50.463806679736976\n                            ],\n                            [\n                                -3.7425573969494783,\n                                50.463782638547826\n                            ],\n                            [\n                                -3.7429703986870546,\n                                50.46370991512788\n                            ],\n                            [\n                                -3.743237221025545,\n                                50.4636492739724\n                            ],\n                            [\n                                -3.744014655641314,\n                                50.46344691628466\n                            ],\n                            [\n                                -3.7440805733472216,\n                                50.46342902863297\n                            ],\n                            [\n                                -3.74409564007424,\n                                50.46342493539883\n                            ],\n                            [\n                                -3.744072927351571,\n                                50.46336674388275\n                            ],\n                            [\n                                -3.743909335188161,\n                                50.46340066577559\n                            ],\n                            [\n                                -3.7438738093752617,\n                                50.46339211451322\n                            ],\n                            [\n                                -3.743791133498858,\n                                50.46336467237646\n                            ],\n                            [\n                                -3.7436325140866145,\n                                50.46330051329157\n                            ],\n                            [\n                                -3.7437656371211023,\n                                50.46321778014573\n                            ],\n                            [\n                                -3.7439007448354675,\n                                50.463148408946225\n                            ],\n                            [\n                                -3.7440544498371673,\n                                50.46303496769906\n                            ],\n                            [\n                                -3.7441693797694424,\n                                50.462963299448944\n                            ],\n                            [\n                                -3.7446493837531327,\n                                50.46273859456732\n                            ],\n                            [\n                                -3.7448119483932296,\n                                50.462679513218575\n                            ],\n                            [\n                                -3.7450090091303117,\n                                50.462586106300236\n                            ],\n                            [\n                                -3.745082374126776,\n                                50.462562350293936\n                            ],\n                            [\n                                -3.745290080850426,\n                                50.4625086080056\n                            ],\n                            [\n                                -3.7454702142213883,\n                                50.462434611160774\n                            ],\n                            [\n                                -3.745582425099265,\n                                50.46239327360418\n                            ],\n                            [\n                                -3.745749937731882,\n                                50.462345799710306\n                            ],\n                            [\n                                -3.7457956058119075,\n                                50.4623271356762\n                            ],\n                            [\n                                -3.74601440290041,\n                                50.4622149634315\n                            ],\n                            [\n                                -3.7462571639826803,\n                                50.46213831656158\n                            ],\n                            [\n                                -3.746443988763903,\n                                50.462066277342835\n                            ],\n                            [\n                                -3.746595980847788,\n                                50.46200105648594\n                            ],\n                            [\n                                -3.7466153982327977,\n                                50.46199536864662\n                            ],\n                            [\n                                -3.7466896157942875,\n                                50.461988678157624\n                            ],\n                            [\n                                -3.7467273491005764,\n                                50.46198182490653\n                            ],\n                            [\n                                -3.746762012260851,\n                                50.461970421878036\n                            ],\n                            [\n                                -3.746781460290358,\n                                50.461962125331\n                            ],\n                            [\n                                -3.746980121048711,\n                                50.4618771452348\n                            ],\n                            [\n                                -3.7471464562395735,\n                                50.46185477087108\n                            ],\n                            [\n                                -3.747196746260181,\n                                50.461844940790144\n                            ],\n                            [\n                                -3.7472341675943746,\n                                50.46183268674816\n                            ],\n                            [\n                                -3.7474013264387813,\n                                50.461760041948736\n                            ],\n                            [\n                                -3.7475553664422026,\n                                50.46171259691017\n                            ],\n                            [\n                                -3.747670301501369,\n                                50.46167301516819\n                            ],\n                            [\n                                -3.7477490412066152,\n                                50.46163766457685\n                            ],\n                            [\n                                -3.7479043435712875,\n                                50.461555312914065\n                            ],\n                            [\n                                -3.7479527978869744,\n                                50.46153659716663\n                            ],\n                            [\n                                -3.7483569662887524,\n                                50.461455092251306\n                            ],\n                            [\n                                -3.7484530668447973,\n                                50.461424417897895\n                            ],\n                            [\n                                -3.7485328936624183,\n                                50.46140901680751\n                            ],\n                            [\n                                -3.748552406721192,\n                                50.46140593542436\n                            ],\n                            [\n                                -3.748669732920557,\n                                50.46138385477941\n                            ],\n                            [\n                                -3.748811767843565,\n                                50.461347911787904\n                            ],\n                            [\n                                -3.7488537982224646,\n                                50.461341074191076\n                            ],\n                            [\n                                -3.7488846827155466,\n                                50.46134069984208\n                            ],\n                            [\n                                -3.7489562303241684,\n                                50.461343401655704\n                            ],\n                            [\n                                -3.748999900080204,\n                                50.46134013690539\n                            ],\n                            [\n                                -3.749245510948889,\n                                50.461315767199984\n                            ],\n                            [\n                                -3.7494117145984136,\n                                50.46129258211012\n                            ],\n                            [\n                                -3.7496105378433637,\n                                50.4612786285742\n                            ],\n                            [\n                                -3.749665735444467,\n                                50.461275819771274\n                            ],\n                            [\n                                -3.7498138365787086,\n                                50.460919872540366\n                            ],\n                            [\n                                -3.749794565875334,\n                                50.46091080877354\n                            ],\n                            [\n                                -3.7497142340568277,\n                                50.46089340871277\n                            ],\n                            [\n                                -3.7495966512971113,\n                                50.46087718940886\n                            ],\n                            [\n                                -3.749544236241133,\n                                50.46086719404069\n                            ],\n                            [\n                                -3.7495171927320645,\n                                50.46086130503637\n                            ],\n                            [\n                                -3.749511490091504,\n                                50.46085185729945\n                            ],\n                            [\n                                -3.749504172366967,\n                                50.460820407875445\n                            ],\n                            [\n                                -3.749507659481341,\n                                50.46076676998642\n                            ],\n                            [\n                                -3.7495346622188612,\n                                50.46070207575238\n                            ],\n                            [\n                                -3.749580869877621,\n                                50.46061947370332\n                            ],\n                            [\n                                -3.7496180826461774,\n                                50.460519918569084\n                            ],\n                            [\n                                -3.7496363713883305,\n                                50.46048367704467\n                            ],\n                            [\n                                -3.7496383244636493,\n                                50.46045757445456\n                            ],\n                            [\n                                -3.749653095160103,\n                                50.460401599332904\n                            ],\n                            [\n                                -3.749686679652923,\n                                50.460320176410974\n                            ],\n                            [\n                                -3.7497130713450897,\n                                50.46027024125898\n                            ],\n                            [\n                                -3.749761749821906,\n                                50.460213756129434\n                            ],\n                            [\n                                -3.749756858128317,\n                                50.46019764973932\n                            ],\n                            [\n                                -3.749737733407296,\n                                50.46018642523999\n                            ],\n                            [\n                                -3.749746029296407,\n                                50.46014665550246\n                            ],\n                            [\n                                -3.7497633024627333,\n                                50.46012031348879\n                            ],\n                            [\n                                -3.74993084202309,\n                                50.459926188099004\n                            ],\n                            [\n                                -3.750029578570833,\n                                50.45985367826542\n                            ],\n                            [\n                                -3.750144140324737,\n                                50.459750351121926\n                            ],\n                            [\n                                -3.7501975972323516,\n                                50.459709982873655\n                            ],\n                            [\n                                -3.7503117429509865,\n                                50.4595957882327\n                            ],\n                            [\n                                -3.750373244942895,\n                                50.45954360682978\n                            ],\n                            [\n                                -3.7504197185093737,\n                                50.45950605070246\n                            ],\n                            [\n                                -3.750528784938506,\n                                50.459439761655176\n                            ],\n                            [\n                                -3.750549953474926,\n                                50.45942163526122\n                            ],\n                            [\n                                -3.750627453276198,\n                                50.459330737221244\n                            ],\n                            [\n                                -3.750670799534667,\n                                50.45926840497498\n                            ],\n                            [\n                                -3.750692628895038,\n                                50.45926169082207\n                            ],\n                            [\n                                -3.7507222145183055,\n                                50.459251361325094\n                            ],\n                            [\n                                -3.7509604247799184,\n                                50.45906164809897\n                            ],\n                            [\n                                -3.7511829220495048,\n                                50.45890239030245\n                            ],\n                            [\n                                -3.7512286471934075,\n                                50.458784727719845\n                            ],\n                            [\n                                -3.7512439105356745,\n                                50.45874520373511\n                            ],\n                            [\n                                -3.751197999288121,\n                                50.45864690833338\n                            ],\n                            [\n                                -3.7510977733155,\n                                50.45860345667192\n                            ],\n                            [\n                                -3.75047152235495,\n                                50.45843305819724\n                            ],\n                            [\n                                -3.7499609884461136,\n                                50.45834174362353\n                            ],\n                            [\n                                -3.749389176694737,\n                                50.458116566203394\n                            ],\n                            [\n                                -3.7491805335825488,\n                                50.458191636517284\n                            ],\n                            [\n                                -3.748869127213233,\n                                50.45815135807053\n                            ],\n                            [\n                                -3.7484424632161217,\n                                50.45804079723619\n                            ],\n                            [\n                                -3.7479999684424086,\n                                50.45788560231084\n                            ],\n                            [\n                                -3.747674311544088,\n                                50.45784275569854\n                            ],\n                            [\n                                -3.749886263701541,\n                                50.45585155651712\n                            ],\n                            [\n                                -3.7525117000870725,\n                                50.453820556121876\n                            ],\n                            [\n                                -3.753073710633853,\n                                50.45391386272283\n                            ],\n                            [\n                                -3.7558581691701005,\n                                50.454901109321646\n                            ],\n                            [\n                                -3.762644392007089,\n                                50.45468455578597\n                            ],\n                            [\n                                -3.763089747662906,\n                                50.45486959244117\n                            ],\n                            [\n                                -3.7632184862077227,\n                                50.45492392494565\n                            ],\n                            [\n                                -3.7640211909599737,\n                                50.45530387094766\n                            ],\n                            [\n                                -3.765533227106859,\n                                50.455561101227154\n                            ],\n                            [\n                                -3.7670595211076536,\n                                50.45584210002649\n                            ],\n                            [\n                                -3.770696909005338,\n                                50.456541162634466\n                            ],\n                            [\n                                -3.7732296917031203,\n                                50.455397728076065\n                            ],\n                            [\n                                -3.7762977873446695,\n                                50.454929232258536\n                            ],\n                            [\n                                -3.778789101132581,\n                                50.45559006216879\n                            ],\n                            [\n                                -3.7787144749357036,\n                                50.455297453508\n                            ],\n                            [\n                                -3.7785135249145383,\n                                50.454823804281425\n                            ],\n                            [\n                                -3.778707618765044,\n                                50.454739918565224\n                            ],\n                            [\n                                -3.779101042918128,\n                                50.454338188662405\n                            ],\n                            [\n                                -3.779442555858375,\n                                50.45405414519828\n                            ],\n                            [\n                                -3.780402470631278,\n                                50.45335593902171\n                            ],\n                            [\n                                -3.7804835991222956,\n                                50.453264785260444\n                            ],\n                            [\n                                -3.781411514055278,\n                                50.453592338487326\n                            ],\n                            [\n                                -3.7826198837258023,\n                                50.45395524111254\n                            ],\n                            [\n                                -3.7854119595082687,\n                                50.45272852648688\n                            ],\n                            [\n                                -3.786305850914126,\n                                50.452491457645856\n                            ],\n                            [\n                                -3.786721395895302,\n                                50.448973240520175\n                            ],\n                            [\n                                -3.7881250777142443,\n                                50.44820089542061\n                            ],\n                            [\n                                -3.7883033661793415,\n                                50.448072185810005\n                            ],\n                            [\n                                -3.788405724108152,\n                                50.44798061001534\n                            ],\n                            [\n                                -3.788793854391815,\n                                50.44763297207698\n                            ],\n                            [\n                                -3.789249465646233,\n                                50.44701436929368\n                            ],\n                            [\n                                -3.7899003204344965,\n                                50.4463478088423\n                            ],\n                            [\n                                -3.7904206824393714,\n                                50.44595308890536\n                            ],\n                            [\n                                -3.790875444439866,\n                                50.44568524653606\n                            ],\n                            [\n                                -3.7909702490127484,\n                                50.44558488070632\n                            ],\n                            [\n                                -3.7911303006033186,\n                                50.445348547295524\n                            ],\n                            [\n                                -3.791428401292664,\n                                50.44503816324699\n                            ],\n                            [\n                                -3.791627750131613,\n                                50.44472030554249\n                            ],\n                            [\n                                -3.7916789500740777,\n                                50.44458464400411\n                            ],\n                            [\n                                -3.791717244306947,\n                                50.444107340056775\n                            ],\n                            [\n                                -3.7919310757301368,\n                                50.44417597057702\n                            ],\n                            [\n                                -3.792512882156654,\n                                50.444661717267756\n                            ],\n                            [\n                                -3.7930455322935726,\n                                50.44496829529655\n                            ],\n                            [\n                                -3.7936887497083416,\n                                50.44558795343801\n                            ],\n                            [\n                                -3.7933105745623945,\n                                50.44601646289669\n                            ],\n                            [\n                                -3.7928474484664663,\n                                50.446806118359504\n                            ],\n                            [\n                                -3.792849486520018,\n                                50.44686003250566\n                            ],\n                            [\n                                -3.7929071395894036,\n                                50.44689511059983\n                            ],\n                            [\n                                -3.793061973398364,\n                                50.446892723998594\n                            ],\n                            [\n                                -3.7931302641086977,\n                                50.4468377257436\n                            ],\n                            [\n                                -3.793212390389258,\n                                50.446773520235205\n                            ],\n                            [\n                                -3.7933082079672924,\n                                50.44670001972823\n                            ],\n                            [\n                                -3.793404368539877,\n                                50.44663559771627\n                            ],\n                            [\n                                -3.7934861404579387,\n                                50.446562412541\n                            ],\n                            [\n                                -3.7935819605871646,\n                                50.44648900170182\n                            ],\n                            [\n                                -3.793663958964017,\n                                50.446424797837246\n                            ],\n                            [\n                                -3.7937597751421896,\n                                50.4463512969689\n                            ],\n                            [\n                                -3.793841899733918,\n                                50.446287091028786\n                            ],\n                            [\n                                -3.7939377190997683,\n                                50.4462136888936\n                            ],\n                            [\n                                -3.7940198291370866,\n                                50.446149483048586\n                            ],\n                            [\n                                -3.7941156442110993,\n                                50.4460759818955\n                            ],\n                            [\n                                -3.794292390192476,\n                                50.445937663230666\n                            ],\n                            [\n                                -3.7944219769195877,\n                                50.44600777755066\n                            ],\n                            [\n                                -3.7948590840557217,\n                                50.445623846396686\n                            ],\n                            [\n                                -3.7954945582526203,\n                                50.44492152461323\n                            ],\n                            [\n                                -3.795924297935847,\n                                50.44429439921046\n                            ],\n                            [\n                                -3.795810503945908,\n                                50.444223952802844\n                            ],\n                            [\n                                -3.79620290264445,\n                                50.44354344813943\n                            ],\n                            [\n                                -3.796393933038783,\n                                50.443009919025336\n                            ],\n                            [\n                                -3.796462754607338,\n                                50.44259507225391\n                            ],\n                            [\n                                -3.796441540414394,\n                                50.44129894221445\n                            ],\n                            [\n                                -3.7964311841163334,\n                                50.44128282313638\n                            ],\n                            [\n                                -3.7964417341207297,\n                                50.4412795123222\n                            ],\n                            [\n                                -3.796603253620178,\n                                50.44035343034052\n                            ],\n                            [\n                                -3.7969635351296755,\n                                50.439457447117626\n                            ],\n                            [\n                                -3.797304162303155,\n                                50.438941112680844\n                            ],\n                            [\n                                -3.797410620845233,\n                                50.43903567581224\n                            ],\n                            [\n                                -3.797705337242304,\n                                50.43859162335189\n                            ],\n                            [\n                                -3.797961390191643,\n                                50.43865959919733\n                            ],\n                            [\n                                -3.797989922278809,\n                                50.43866815209595\n                            ],\n                            [\n                                -3.797499077383666,\n                                50.43946724113522\n                            ],\n                            [\n                                -3.7971984022024414,\n                                50.4401616233799\n                            ],\n                            [\n                                -3.7970717781898173,\n                                50.4404541738852\n                            ],\n                            [\n                                -3.796893758350206,\n                                50.44124483792485\n                            ],\n                            [\n                                -3.7968909802157613,\n                                50.44125738241284\n                            ],\n                            [\n                                -3.7968893549174036,\n                                50.44144424754289\n                            ],\n                            [\n                                -3.7968883969608527,\n                                50.44156321613349\n                            ],\n                            [\n                                -3.796940512652444,\n                                50.44182325314703\n                            ],\n                            [\n                                -3.7969779145284637,\n                                50.442065529571614\n                            ],\n                            [\n                                -3.7969213389495042,\n                                50.44280387921423\n                            ],\n                            [\n                                -3.7963086433781097,\n                                50.444477193116484\n                            ],\n                            [\n                                -3.796239078901659,\n                                50.44457833383927\n                            ],\n                            [\n                                -3.796014991078002,\n                                50.444904496246664\n                            ],\n                            [\n                                -3.794826261754861,\n                                50.446244933840966\n                            ],\n                            [\n                                -3.7955481143701673,\n                                50.44671051663216\n                            ],\n                            [\n                                -3.7958725277784953,\n                                50.44709222940245\n                            ],\n                            [\n                                -3.7971594237640227,\n                                50.447971755915695\n                            ],\n                            [\n                                -3.79812364691688,\n                                50.44888323838727\n                            ],\n                            [\n                                -3.79862849481782,\n                                50.4491828457914\n                            ],\n                            [\n                                -3.798647315841951,\n                                50.44918327428847\n                            ],\n                            [\n                                -3.7986463070417997,\n                                50.44919344402987\n                            ],\n                            [\n                                -3.7984065402840237,\n                                50.451608278408905\n                            ],\n                            [\n                                -3.797329750171523,\n                                50.45518413833656\n                            ],\n                            [\n                                -3.7983590216965637,\n                                50.45659048409709\n                            ],\n                            [\n                                -3.7997479779650436,\n                                50.45605317556018\n                            ],\n                            [\n                                -3.8002741507005666,\n                                50.45581125494442\n                            ],\n                            [\n                                -3.8015997986419987,\n                                50.45510721208145\n                            ],\n                            [\n                                -3.80176369672783,\n                                50.45496971086552\n                            ],\n                            [\n                                -3.802077217383221,\n                                50.45469502779864\n                            ],\n                            [\n                                -3.8026312593551967,\n                                50.45407484788071\n                            ],\n                            [\n                                -3.80405113043513,\n                                50.45214613333949\n                            ],\n                            [\n                                -3.804323521940316,\n                                50.45153031251665\n                            ],\n                            [\n                                -3.8053275082995706,\n                                50.451631710401344\n                            ],\n                            [\n                                -3.8081534819576066,\n                                50.452226387157985\n                            ],\n                            [\n                                -3.8088529197673853,\n                                50.452113638825864\n                            ],\n                            [\n                                -3.809256098366074,\n                                50.45397766567055\n                            ],\n                            [\n                                -3.8097856559116265,\n                                50.45397797240651\n                            ],\n                            [\n                                -3.812558029832978,\n                                50.45357883667985\n                            ],\n                            [\n                                -3.812740754279138,\n                                50.45356699546384\n                            ],\n                            [\n                                -3.812869759007805,\n                                50.453979488491775\n                            ],\n                            [\n                                -3.8134877029724654,\n                                50.4539798399303\n                            ],\n                            [\n                                -3.8164630025205875,\n                                50.45407565736895\n                            ],\n                            [\n                                -3.8170441584185144,\n                                50.45448018524687\n                            ],\n                            [\n                                -3.817749559825696,\n                                50.454873954778655\n                            ],\n                            [\n                                -3.8189975873956454,\n                                50.455457049038024\n                            ],\n                            [\n                                -3.819791533643029,\n                                50.45595723200937\n                            ],\n                            [\n                                -3.8199633180351498,\n                                50.45602646907582\n                            ],\n                            [\n                                -3.820774456558226,\n                                50.45623865137625\n                            ],\n                            [\n                                -3.821091777375716,\n                                50.45643158684158\n                            ],\n                            [\n                                -3.8213669566354627,\n                                50.4566250913283\n                            ],\n                            [\n                                -3.821455496652318,\n                                50.45673168623094\n                            ],\n                            [\n                                -3.821607799375432,\n                                50.45691964909429\n                            ],\n                            [\n                                -3.8216290678974993,\n                                50.45692282368239\n                            ],\n                            [\n                                -3.822581519514382,\n                                50.458130280083864\n                            ],\n                            [\n                                -3.8227381733148476,\n                                50.45821351086453\n                            ],\n                            [\n                                -3.823157878613722,\n                                50.458503742785744\n                            ],\n                            [\n                                -3.823478610268422,\n                                50.45875173317986\n                            ],\n                            [\n                                -3.824415587454032,\n                                50.45895706099394\n                            ],\n                            [\n                                -3.8248955081636415,\n                                50.45876224364907\n                            ],\n                            [\n                                -3.8249828221525086,\n                                50.458872542637195\n                            ],\n                            [\n                                -3.825091137977427,\n                                50.458997711822136\n                            ],\n                            [\n                                -3.8251219672350683,\n                                50.45904425744244\n                            ],\n                            [\n                                -3.8251355862693974,\n                                50.459059864107495\n                            ],\n                            [\n                                -3.8252172113425966,\n                                50.45911019965451\n                            ],\n                            [\n                                -3.825417663135221,\n                                50.459208470055394\n                            ],\n                            [\n                                -3.8255405665630806,\n                                50.45925689849527\n                            ],\n                            [\n                                -3.8256646928925115,\n                                50.45929756383401\n                            ],\n                            [\n                                -3.825852235378393,\n                                50.459347405864804\n                            ],\n                            [\n                                -3.8261471097950635,\n                                50.45941775980195\n                            ],\n                            [\n                                -3.8263000133884897,\n                                50.45944871795946\n                            ],\n                            [\n                                -3.8263585206987965,\n                                50.459465787304914\n                            ],\n                            [\n                                -3.8263888361429808,\n                                50.45948688781594\n                            ],\n                            [\n                                -3.8264388666864293,\n                                50.4595040812116\n                            ],\n                            [\n                                -3.826528425960249,\n                                50.4595251599102\n                            ],\n                            [\n                                -3.8268222818965367,\n                                50.459584384645694\n                            ],\n                            [\n                                -3.8269954232739907,\n                                50.4596158335388\n                            ],\n                            [\n                                -3.8270817096881418,\n                                50.45962436270614\n                            ],\n                            [\n                                -3.8272604011112503,\n                                50.4596188578834\n                            ],\n                            [\n                                -3.82734508605269,\n                                50.45962202464124\n                            ],\n                            [\n                                -3.827422910444512,\n                                50.459630695471944\n                            ],\n                            [\n                                -3.8275420726188236,\n                                50.459654357308345\n                            ],\n                            [\n                                -3.8276373104679458,\n                                50.4596750671347\n                            ],\n                            [\n                                -3.8277357496293143,\n                                50.459688180671264\n                            ],\n                            [\n                                -3.827873701860608,\n                                50.45969599642729\n                            ],\n                            [\n                                -3.8279330340777014,\n                                50.45969497420515\n                            ],\n                            [\n                                -3.8280813721642497,\n                                50.459682749913895\n                            ],\n                            [\n                                -3.8281251173266297,\n                                50.459675766716565\n                            ],\n                            [\n                                -3.8281718210131994,\n                                50.45966074139666\n                            ],\n                            [\n                                -3.828407054848533,\n                                50.459540240107266\n                            ],\n                            [\n                                -3.828391962976063,\n                                50.459419994490645\n                            ],\n                            [\n                                -3.8285347000269105,\n                                50.459102963070535\n                            ],\n                            [\n                                -3.828581065070191,\n                                50.458841392005574\n                            ],\n                            [\n                                -3.8286990630096867,\n                                50.45861467063537\n                            ],\n                            [\n                                -3.8288840503512733,\n                                50.45829697454553\n                            ],\n                            [\n                                -3.829395178249635,\n                                50.45766834666183\n                            ],\n                            [\n                                -3.8295408445104853,\n                                50.45750564884194\n                            ],\n                            [\n                                -3.832602692542231,\n                                50.4593890747301\n                            ],\n                            [\n                                -3.8327147721689236,\n                                50.459457983455856\n                            ],\n                            [\n                                -3.8331147245028943,\n                                50.45970406984798\n                            ],\n                            [\n                                -3.833599395328129,\n                                50.4600021356841\n                            ],\n                            [\n                                -3.837488194731294,\n                                50.46239380269615\n                            ],\n                            [\n                                -3.852242735659513,\n                                50.471625133610466\n                            ],\n                            [\n                                -3.854527293375575,\n                                50.47148650459407\n                            ],\n                            [\n                                -3.8602106937681286,\n                                50.470218253196265\n                            ],\n                            [\n                                -3.86034841361658,\n                                50.47022819286292\n                            ],\n                            [\n                                -3.8617215646652014,\n                                50.47046158334508\n                            ],\n                            [\n                                -3.8617180180087747,\n                                50.47031822247018\n                            ],\n                            [\n                                -3.8617087661415868,\n                                50.470259927793464\n                            ],\n                            [\n                                -3.8616671009670407,\n                                50.470098658342565\n                            ],\n                            [\n                                -3.8616053099722762,\n                                50.46996028575478\n                            ],\n                            [\n                                -3.861582596296191,\n                                50.469920185396695\n                            ],\n                            [\n                                -3.8614743023156115,\n                                50.469674566401686\n                            ],\n                            [\n                                -3.8614393058033243,\n                                50.46949970821627\n                            ],\n                            [\n                                -3.8614427474086237,\n                                50.46940974055587\n                            ],\n                            [\n                                -3.8614589659723935,\n                                50.46928414125763\n                            ],\n                            [\n                                -3.8614510382499385,\n                                50.46908231777322\n                            ],\n                            [\n                                -3.861465586241444,\n                                50.469083164273066\n                            ],\n                            [\n                                -3.8616351026111286,\n                                50.46909474319178\n                            ],\n                            [\n                                -3.861956465200366,\n                                50.469212610667164\n                            ],\n                            [\n                                -3.862295145820007,\n                                50.46958500787497\n                            ],\n                            [\n                                -3.862336084909772,\n                                50.46990812602376\n                            ],\n                            [\n                                -3.862384811587893,\n                                50.4705742389436\n                            ],\n                            [\n                                -3.8623971585618,\n                                50.470743532404626\n                            ],\n                            [\n                                -3.8625506143231436,\n                                50.47106484916708\n                            ],\n                            [\n                                -3.8630829419587336,\n                                50.47167798782611\n                            ],\n                            [\n                                -3.8631032534431617,\n                                50.471694930948\n                            ],\n                            [\n                                -3.8631677216082876,\n                                50.47166179908428\n                            ],\n                            [\n                                -3.8631218305707207,\n                                50.47162081105399\n                            ],\n                            [\n                                -3.863304229419825,\n                                50.4715314849402\n                            ],\n                            [\n                                -3.8634991112447308,\n                                50.47143134571756\n                            ],\n                            [\n                                -3.863881530822261,\n                                50.4712045708156\n                            ],\n                            [\n                                -3.864059009220601,\n                                50.471078725913586\n                            ],\n                            [\n                                -3.8642259886834482,\n                                50.470940367488915\n                            ],\n                            [\n                                -3.8642540913592334,\n                                50.47101958564669\n                            ],\n                            [\n                                -3.8642841325339328,\n                                50.47106855303455\n                            ],\n                            [\n                                -3.864335267248279,\n                                50.471112784346666\n                            ],\n                            [\n                                -3.8644283601925506,\n                                50.47115175631055\n                            ],\n                            [\n                                -3.8645421751262985,\n                                50.471176905158075\n                            ],\n                            [\n                                -3.864662481174404,\n                                50.47119295589825\n                            ],\n                            [\n                                -3.8649326179911045,\n                                50.47125156559983\n                            ],\n                            [\n                                -3.8650969081019384,\n                                50.471307374632445\n                            ],\n                            [\n                                -3.8652674487045675,\n                                50.47134510429717\n                            ],\n                            [\n                                -3.865416640349531,\n                                50.47137427201119\n                            ],\n                            [\n                                -3.8655376549059786,\n                                50.47140829840677\n                            ],\n                            [\n                                -3.865658619442502,\n                                50.47143782849983\n                            ],\n                            [\n                                -3.865801240354809,\n                                50.471480493098106\n                            ],\n                            [\n                                -3.865979750803846,\n                                50.47154056980961\n                            ],\n                            [\n                                -3.8661373129312397,\n                                50.47160547925111\n                            ],\n                            [\n                                -3.8662960533862925,\n                                50.47169743240125\n                            ],\n                            [\n                                -3.8664122354596855,\n                                50.47178548118114\n                            ],\n                            [\n                                -3.866520448961514,\n                                50.47185118178803\n                            ],\n                            [\n                                -3.8667305523188897,\n                                50.471996256053124\n                            ],\n                            [\n                                -3.8668326804791477,\n                                50.472084538912156\n                            ],\n                            [\n                                -3.8669277244138027,\n                                50.472172926370476\n                            ],\n                            [\n                                -3.8670765483904264,\n                                50.47237292912817\n                            ],\n                            [\n                                -3.867142256320993,\n                                50.47243031734396\n                            ],\n                            [\n                                -3.8672374786387658,\n                                50.47252319866745\n                            ],\n                            [\n                                -3.8673113374848054,\n                                50.47260752778359\n                            ],\n                            [\n                                -3.867399234601892,\n                                50.4726915325893\n                            ],\n                            [\n                                -3.86748809585139,\n                                50.47280249473515\n                            ],\n                            [\n                                -3.8675543222009767,\n                                50.4728733653363\n                            ],\n                            [\n                                -3.8676768892024955,\n                                50.472943421385324\n                            ],\n                            [\n                                -3.8677642564894166,\n                                50.47301395247881\n                            ],\n                            [\n                                -3.8678653398912295,\n                                50.47307526933485\n                            ],\n                            [\n                                -3.8679726584047884,\n                                50.47311849807499\n                            ],\n                            [\n                                -3.8682243445381252,\n                                50.47324492307735\n                            ],\n                            [\n                                -3.8683391025954648,\n                                50.47329702597457\n                            ],\n                            [\n                                -3.868525076029263,\n                                50.47336597292269\n                            ],\n                            [\n                                -3.8687748624524136,\n                                50.47344737651296\n                            ],\n                            [\n                                -3.868931371461492,\n                                50.47348532623441\n                            ],\n                            [\n                                -3.869371018279992,\n                                50.473554783398185\n                            ],\n                            [\n                                -3.869823477565784,\n                                50.47359246418603\n                            ],\n                            [\n                                -3.869986362841866,\n                                50.473612322094375\n                            ],\n                            [\n                                -3.8702915256264223,\n                                50.47366586845452\n                            ],\n                            [\n                                -3.8704475042815565,\n                                50.47369033372963\n                            ],\n                            [\n                                -3.8706313534333345,\n                                50.473705356712635\n                            ],\n                            [\n                                -3.8707873182977637,\n                                50.47372982175514\n                            ],\n                            [\n                                -3.8709088242965066,\n                                50.473772828657864\n                            ],\n                            [\n                                -3.8710570095896215,\n                                50.47377943951767\n                            ],\n                            [\n                                -3.871318668192364,\n                                50.47380229391812\n                            ],\n                            [\n                                -3.8714605915016773,\n                                50.473826983915316\n                            ],\n                            [\n                                -3.871750700567522,\n                                50.47385828371007\n                            ],\n                            [\n                                -3.871884488902056,\n                                50.473856131180334\n                            ],\n                            [\n                                -3.8720615956563327,\n                                50.47388025435182\n                            ],\n                            [\n                                -3.8721542943173866,\n                                50.47390573557671\n                            ],\n                            [\n                                -3.8723378407761215,\n                                50.47391627275251\n                            ],\n                            [\n                                -3.872458978970152,\n                                50.47395028100745\n                            ],\n                            [\n                                -3.8726220444617696,\n                                50.473974638309656\n                            ],\n                            [\n                                -3.872741954012461,\n                                50.47397719617388\n                            ],\n                            [\n                                -3.8731258301921963,\n                                50.47406093792035\n                            ],\n                            [\n                                -3.8733393684567163,\n                                50.47411603240339\n                            ],\n                            [\n                                -3.873446998672305,\n                                50.47416374808473\n                            ],\n                            [\n                                -3.873539927265632,\n                                50.47419821847074\n                            ],\n                            [\n                                -3.8738648431361034,\n                                50.47439537676824\n                            ],\n                            [\n                                -3.8739655680521046,\n                                50.47444770916967\n                            ],\n                            [\n                                -3.873981104770265,\n                                50.47446139055962\n                            ],\n                            [\n                                -3.8730833846302986,\n                                50.47513302698261\n                            ],\n                            [\n                                -3.8732130517406915,\n                                50.47519729673823\n                            ],\n                            [\n                                -3.873278289227404,\n                                50.47524570412771\n                            ],\n                            [\n                                -3.8733235917576048,\n                                50.47532139636737\n                            ],\n                            [\n                                -3.873481876704728,\n                                50.47540436215881\n                            ],\n                            [\n                                -3.8735623638801067,\n                                50.47547948771527\n                            ],\n                            [\n                                -3.8737094462003423,\n                                50.475634468370686\n                            ],\n                            [\n                                -3.8737982666488615,\n                                50.475741028358634\n                            ],\n                            [\n                                -3.8738920870243048,\n                                50.475797960017125\n                            ],\n                            [\n                                -3.8739588600859935,\n                                50.47588230015019\n                            ],\n                            [\n                                -3.8740349337667817,\n                                50.47602503212183\n                            ],\n                            [\n                                -3.8741096948331846,\n                                50.47613171940554\n                            ],\n                            [\n                                -3.8741905257419567,\n                                50.4762158329537\n                            ],\n                            [\n                                -3.8742951689015586,\n                                50.476367098479464\n                            ],\n                            [\n                                -3.8743465436156517,\n                                50.47642021659085\n                            ],\n                            [\n                                -3.874392723954867,\n                                50.47651837917357\n                            ],\n                            [\n                                -3.874424153803388,\n                                50.47659888140543\n                            ],\n                            [\n                                -3.8744495621784534,\n                                50.476706372583514\n                            ],\n                            [\n                                -3.874526509465773,\n                                50.47687146712703\n                            ],\n                            [\n                                -3.87466669579391,\n                                50.477031144604446\n                            ],\n                            [\n                                -3.875028904429128,\n                                50.477277156560646\n                            ],\n                            [\n                                -3.875151363510654,\n                                50.4773471165991\n                            ],\n                            [\n                                -3.875236971517252,\n                                50.47737270967884\n                            ],\n                            [\n                                -3.8753501609023764,\n                                50.4773843761673\n                            ],\n                            [\n                                -3.8754636405806715,\n                                50.47740052585243\n                            ],\n                            [\n                                -3.875597958318936,\n                                50.477411851508656\n                            ],\n                            [\n                                -3.875740086604576,\n                                50.477441030012145\n                            ],\n                            [\n                                -3.8761892425798585,\n                                50.47757323902895\n                            ],\n                            [\n                                -3.876566766450843,\n                                50.47767505091807\n                            ],\n                            [\n                                -3.8766875756258026,\n                                50.47770007515354\n                            ],\n                            [\n                                -3.8768435706893514,\n                                50.477724531655376\n                            ],\n                            [\n                                -3.877013202173871,\n                                50.477735286001\n                            ],\n                            [\n                                -3.8771821727264517,\n                                50.47773255982164\n                            ],\n                            [\n                                -3.87746285779351,\n                                50.47770104880707\n                            ],\n                            [\n                                -3.877616716524085,\n                                50.47767159296563\n                            ],\n                            [\n                                -3.8777778382190946,\n                                50.47764651667714\n                            ],\n                            [\n                                -3.8779462739336634,\n                                50.477630307074726\n                            ],\n                            [\n                                -3.8780800724408206,\n                                50.47762814730791\n                            ],\n                            [\n                                -3.8781933616619875,\n                                50.47763980942391\n                            ],\n                            [\n                                -3.8783699654379045,\n                                50.4776504492335\n                            ],\n                            [\n                                -3.87848315582108,\n                                50.477662103669566\n                            ],\n                            [\n                                -3.8785970450159613,\n                                50.47769173463758\n                            ],\n                            [\n                                -3.878704688971695,\n                                50.4777394542677\n                            ],\n                            [\n                                -3.8788274628020774,\n                                50.47781398330896\n                            ],\n                            [\n                                -3.8789642771586044,\n                                50.4778882045212\n                            ],\n                            [\n                                -3.8791430204626174,\n                                50.47795275439828\n                            ],\n                            [\n                                -3.8792579941399103,\n                                50.47800934010218\n                            ],\n                            [\n                                -3.8793309774879425,\n                                50.47807119090104\n                            ],\n                            [\n                                -3.879499051093798,\n                                50.47822132825068\n                            ],\n                            [\n                                -3.879587045877373,\n                                50.47830981933979\n                            ],\n                            [\n                                -3.8798205001448363,\n                                50.47850844770138\n                            ],\n                            [\n                                -3.879901894005359,\n                                50.478606030176344\n                            ],\n                            [\n                                -3.879961243819675,\n                                50.47868159181778\n                            ],\n                            [\n                                -3.88004883239768,\n                                50.4787566071737\n                            ],\n                            [\n                                -3.8802645500031487,\n                                50.4788655096837\n                            ],\n                            [\n                                -3.880343969797759,\n                                50.47891367494792\n                            ],\n                            [\n                                -3.8803874899441784,\n                                50.47894444144994\n                            ],\n                            [\n                                -3.880481150068355,\n                                50.47899697238021\n                            ],\n                            [\n                                -3.880602499463284,\n                                50.47903546579054\n                            ],\n                            [\n                                -3.8807368229152774,\n                                50.47904678544671\n                            ],\n                            [\n                                -3.880856032143326,\n                                50.47903136739978\n                            ],\n                            [\n                                -3.8810107194215933,\n                                50.479019881617724\n                            ],\n                            [\n                                -3.88113087211408,\n                                50.47903142093083\n                            ],\n                            [\n                                -3.881459901072212,\n                                50.47915198004461\n                            ],\n                            [\n                                -3.8815828581699536,\n                                50.47923091927436\n                            ],\n                            [\n                                -3.88167168868303,\n                                50.47933746415888\n                            ],\n                            [\n                                -3.8817326587204244,\n                                50.47945336361049\n                            ],\n                            [\n                                -3.881842517300279,\n                                50.47955948731535\n                            ],\n                            [\n                                -3.8819654793144496,\n                                50.479638507010485\n                            ],\n                            [\n                                -3.88212379013376,\n                                50.47972137077855\n                            ],\n                            [\n                                -3.8822952148046523,\n                                50.479777040280695\n                            ],\n                            [\n                                -3.882558693419476,\n                                50.47984471100878\n                            ],\n                            [\n                                -3.882835909556428,\n                                50.479898398062815\n                            ],\n                            [\n                                -3.8831619317758816,\n                                50.479951924073454\n                            ],\n                            [\n                                -3.8833998704472137,\n                                50.4799763046187\n                            ],\n                            [\n                                -3.8834801316304226,\n                                50.479983819407956\n                            ],\n                            [\n                                -3.8836358606210046,\n                                50.479998467733445\n                            ],\n                            [\n                                -3.8839825601823423,\n                                50.48002855118716\n                            ],\n                            [\n                                -3.8842091339781026,\n                                50.48005635193893\n                            ],\n                            [\n                                -3.8844352702919713,\n                                50.480070668388684\n                            ],\n                            [\n                                -3.8846042625370925,\n                                50.48006793111625\n                            ],\n                            [\n                                -3.8848856575368225,\n                                50.480054387669846\n                            ],\n                            [\n                                -3.885075971905216,\n                                50.480055801257684\n                            ],\n                            [\n                                -3.8852386923469755,\n                                50.48007114361894\n                            ],\n                            [\n                                -3.8854936605761643,\n                                50.480102978754765\n                            ],\n                            [\n                                -3.885670453427513,\n                                50.48011809245519\n                            ],\n                            [\n                                -3.8858029592694594,\n                                50.48013887940394\n                            ],\n                            [\n                                -3.885437748373971,\n                                50.480593192565856\n                            ],\n                            [\n                                -3.883978321679136,\n                                50.4824084584324\n                            ],\n                            [\n                                -3.8761463201161304,\n                                50.50228734480448\n                            ],\n                            [\n                                -3.874042134396111,\n                                50.50762506562914\n                            ],\n                            [\n                                -3.8739885612392526,\n                                50.507625928383284\n                            ],\n                            [\n                                -3.8739597167939284,\n                                50.50760840505722\n                            ],\n                            [\n                                -3.8739383974630623,\n                                50.507604260412045\n                            ],\n                            [\n                                -3.873903530900234,\n                                50.50761380680543\n                            ],\n                            [\n                                -3.8738763670009435,\n                                50.50764121698536\n                            ],\n                            [\n                                -3.8738555670639077,\n                                50.50765054584193\n                            ],\n                            [\n                                -3.8738276264865124,\n                                50.50765549271968\n                            ],\n                            [\n                                -3.8737993811070695,\n                                50.5076559475405\n                            ],\n                            [\n                                -3.873777883468609,\n                                50.507647299784935\n                            ],\n                            [\n                                -3.873741786066896,\n                                50.50762540522918\n                            ],\n                            [\n                                -3.8737060301208355,\n                                50.50761249008678\n                            ],\n                            [\n                                -3.873691851065092,\n                                50.50761271839091\n                            ],\n                            [\n                                -3.8736640884241784,\n                                50.50762215932255\n                            ],\n                            [\n                                -3.8736504431587084,\n                                50.50763586990142\n                            ],\n                            [\n                                -3.8736511545281584,\n                                50.50765383728626\n                            ],\n                            [\n                                -3.8736585999266446,\n                                50.50766271132325\n                            ],\n                            [\n                                -3.87365222176162,\n                                50.507680792857464\n                            ],\n                            [\n                                -3.8736317301011556,\n                                50.5076947036073\n                            ],\n                            [\n                                -3.873603840549557,\n                                50.50770414656752\n                            ],\n                            [\n                                -3.8735404011274883,\n                                50.50770516796789\n                            ],\n                            [\n                                -3.873448459123032,\n                                50.50769765429394\n                            ],\n                            [\n                                -3.8733565963879344,\n                                50.50769463622929\n                            ],\n                            [\n                                -3.8733428858657457,\n                                50.50770385086396\n                            ],\n                            [\n                                -3.8733076777571176,\n                                50.50770441765403\n                            ],\n                            [\n                                -3.873272113855855,\n                                50.507695996245104\n                            ],\n                            [\n                                -3.873222189436236,\n                                50.507683219096194\n                            ],\n                            [\n                                -3.873179002721848,\n                                50.50766143848636\n                            ],\n                            [\n                                -3.873157135683386,\n                                50.50764381164099\n                            ],\n                            [\n                                -3.873156602030198,\n                                50.507630329357404\n                            ],\n                            [\n                                -3.873141290896564,\n                                50.5075991061058\n                            ],\n                            [\n                                -3.873126705402589,\n                                50.50758585900355\n                            ],\n                            [\n                                -3.8730981042963952,\n                                50.50757732546441\n                            ],\n                            [\n                                -3.8730067103053294,\n                                50.507583293495415\n                            ],\n                            [\n                                -3.8728653956324135,\n                                50.50757657403225\n                            ],\n                            [\n                                -3.872773290218052,\n                                50.50756456549855\n                            ],\n                            [\n                                -3.8727091258483997,\n                                50.50754761927641\n                            ],\n                            [\n                                -3.8725799081004584,\n                                50.50749125624375\n                            ],\n                            [\n                                -3.872529211626027,\n                                50.50745610536736\n                            ],\n                            [\n                                -3.8723447112630534,\n                                50.50742760439256\n                            ],\n                            [\n                                -3.872302058229997,\n                                50.50741929675173\n                            ],\n                            [\n                                -3.87225934052488,\n                                50.50740650217213\n                            ],\n                            [\n                                -3.872145785736459,\n                                50.50739025134727\n                            ],\n                            [\n                                -3.8720888891001257,\n                                50.50737768481767\n                            ],\n                            [\n                                -3.8720531478748663,\n                                50.50736476893318\n                            ],\n                            [\n                                -3.8720170373812497,\n                                50.50734287405709\n                            ],\n                            [\n                                -3.8719149999622458,\n                                50.50725910028445\n                            ],\n                            [\n                                -3.8717356353327363,\n                                50.50718105819529\n                            ],\n                            [\n                                -3.8715047350442866,\n                                50.507049809234246\n                            ],\n                            [\n                                -3.8714213674281455,\n                                50.506902795352396\n                            ],\n                            [\n                                -3.8714051694705103,\n                                50.50684911034374\n                            ],\n                            [\n                                -3.8713536513246614,\n                                50.50679599333709\n                            ],\n                            [\n                                -3.871345072101335,\n                                50.50675557773915\n                            ],\n                            [\n                                -3.8712914220658656,\n                                50.506648540490716\n                            ],\n                            [\n                                -3.8712394839369124,\n                                50.506581939314216\n                            ],\n                            [\n                                -3.871196121442255,\n                                50.50655566384334\n                            ],\n                            [\n                                -3.8711168272425165,\n                                50.50651198728628\n                            ],\n                            [\n                                -3.8710597679886227,\n                                50.506494916921646\n                            ],\n                            [\n                                -3.870980535379123,\n                                50.50645564630061\n                            ],\n                            [\n                                -3.8708930354001194,\n                                50.50638062282299\n                            ],\n                            [\n                                -3.8708562155648907,\n                                50.50634075116356\n                            ],\n                            [\n                                -3.8708555052891835,\n                                50.506322783745965\n                            ],\n                            [\n                                -3.8708478970662474,\n                                50.50630941519154\n                            ],\n                            [\n                                -3.8707513407357013,\n                                50.50618508866091\n                            ],\n                            [\n                                -3.8707131761733886,\n                                50.506113687919026\n                            ],\n                            [\n                                -3.87066886132353,\n                                50.50606044581677\n                            ],\n                            [\n                                -3.8706254996255183,\n                                50.50603417012234\n                            ],\n                            [\n                                -3.8705673619693863,\n                                50.50599015309556\n                            ],\n                            [\n                                -3.8704571750742223,\n                                50.505879527308664\n                            ],\n                            [\n                                -3.870443253838768,\n                                50.50585700546274\n                            ],\n                            [\n                                -3.8703891038855223,\n                                50.50576364658638\n                            ],\n                            [\n                                -3.870381126930852,\n                                50.50574129900632\n                            ],\n                            [\n                                -3.8703798840243646,\n                                50.5057098492726\n                            ],\n                            [\n                                -3.8703857303717797,\n                                50.50567828559164\n                            ],\n                            [\n                                -3.870392464404147,\n                                50.50566918343796\n                            ],\n                            [\n                                -3.8704061749313508,\n                                50.50565996914799\n                            ],\n                            [\n                                -3.8704340502092416,\n                                50.50565053617187\n                            ],\n                            [\n                                -3.8704406714770108,\n                                50.50564143582785\n                            ],\n                            [\n                                -3.8704749903784457,\n                                50.50561840839471\n                            ],\n                            [\n                                -3.870481191532437,\n                                50.50559582392711\n                            ],\n                            [\n                                -3.8704859688963573,\n                                50.505537214729536\n                            ],\n                            [\n                                -3.8704834829643366,\n                                50.505474315263356\n                            ],\n                            [\n                                -3.8704890388493793,\n                                50.50543825928639\n                            ],\n                            [\n                                -3.8705019743057205,\n                                50.50540658164612\n                            ],\n                            [\n                                -3.8705416063528757,\n                                50.505338508198285\n                            ],\n                            [\n                                -3.87054071860036,\n                                50.505316046671304\n                            ],\n                            [\n                                -3.8705256524619873,\n                                50.50529381305526\n                            ],\n                            [\n                                -3.8704890255131663,\n                                50.50525843513654\n                            ],\n                            [\n                                -3.870409375389666,\n                                50.5052056799685\n                            ],\n                            [\n                                -3.8703084107215773,\n                                50.50514886030996\n                            ],\n                            [\n                                -3.8702869148546926,\n                                50.50514021188652\n                            ],\n                            [\n                                -3.8702648724747784,\n                                50.50511809036206\n                            ],\n                            [\n                                -3.870257250526658,\n                                50.50510472198896\n                            ],\n                            [\n                                -3.870254506801857,\n                                50.50507347625105\n                            ],\n                            [\n                                -3.870193433019766,\n                                50.50491692937426\n                            ],\n                            [\n                                -3.8701642473632614,\n                                50.50489033573731\n                            ],\n                            [\n                                -3.8701491815413105,\n                                50.50486810206758\n                            ],\n                            [\n                                -3.8701100698348676,\n                                50.504769824533994\n                            ],\n                            [\n                                -3.8700357382826023,\n                                50.50467211298664\n                            ],\n                            [\n                                -3.8698976130179115,\n                                50.504566342664496\n                            ],\n                            [\n                                -3.8698617480287294,\n                                50.50455343709778\n                            ],\n                            [\n                                -3.869655168026528,\n                                50.50449831394684\n                            ],\n                            [\n                                -3.869533050961749,\n                                50.504441824483074\n                            ],\n                            [\n                                -3.869497490523243,\n                                50.50443341087022\n                            ],\n                            [\n                                -3.869454130978615,\n                                50.50440713470888\n                            ],\n                            [\n                                -3.869388729515365,\n                                50.504358727841066\n                            ],\n                            [\n                                -3.869373421970385,\n                                50.50432750403827\n                            ],\n                            [\n                                -3.8693510218471143,\n                                50.5042963042331\n                            ],\n                            [\n                                -3.869328816897135,\n                                50.50426968818588\n                            ],\n                            [\n                                -3.8693058878890736,\n                                50.504225095932185\n                            ],\n                            [\n                                -3.8692533104123745,\n                                50.50414502226118\n                            ],\n                            [\n                                -3.869224306804103,\n                                50.504123012363614\n                            ],\n                            [\n                                -3.869043525014257,\n                                50.50400902226047\n                            ],\n                            [\n                                -3.8687868378350037,\n                                50.50393663360607\n                            ],\n                            [\n                                -3.868743833669489,\n                                50.50391933639782\n                            ],\n                            [\n                                -3.8687010073279513,\n                                50.50390654227036\n                            ],\n                            [\n                                -3.868679320787828,\n                                50.50389339965627\n                            ],\n                            [\n                                -3.8685762326002884,\n                                50.50378266709673\n                            ],\n                            [\n                                -3.8685470521064715,\n                                50.50375616291388\n                            ],\n                            [\n                                -3.8685325193216893,\n                                50.503747402358464\n                            ],\n                            [\n                                -3.8684685386789335,\n                                50.50373493883576\n                            ],\n                            [\n                                -3.8684329789553384,\n                                50.503726524888776\n                            ],\n                            [\n                                -3.868404153038386,\n                                50.50370899989985\n                            ],\n                            [\n                                -3.868396709612687,\n                                50.503700134491616\n                            ],\n                            [\n                                -3.8683961738414236,\n                                50.50368656228\n                            ],\n                            [\n                                -3.8683445979185587,\n                                50.50362894791906\n                            ],\n                            [\n                                -3.8683366223122584,\n                                50.50360660017659\n                            ],\n                            [\n                                -3.8682861748693327,\n                                50.503580428391814\n                            ],\n                            [\n                                -3.8682217754451367,\n                                50.50355448957722\n                            ],\n                            [\n                                -3.86812921180984,\n                                50.50353349983909\n                            ],\n                            [\n                                -3.8680003005814534,\n                                50.5034816238059\n                            ],\n                            [\n                                -3.8678938490737678,\n                                50.50346534478653\n                            ],\n                            [\n                                -3.8677870432948978,\n                                50.50344008643403\n                            ],\n                            [\n                                -3.8677079485542984,\n                                50.50340089233787\n                            ],\n                            [\n                                -3.867621342586178,\n                                50.50334824692189\n                            ],\n                            [\n                                -3.8675847698170926,\n                                50.503317364185534\n                            ],\n                            [\n                                -3.8675696552308865,\n                                50.50329063400952\n                            ],\n                            [\n                                -3.867546905694102,\n                                50.503250535491134\n                            ],\n                            [\n                                -3.8675232840356877,\n                                50.50318797516756\n                            ],\n                            [\n                                -3.867487178838186,\n                                50.50316607881323\n                            ],\n                            [\n                                -3.8674214268372222,\n                                50.503108691552136\n                            ],\n                            [\n                                -3.867385335840644,\n                                50.50308679493859\n                            ],\n                            [\n                                -3.867377534189994,\n                                50.503068842364854\n                            ],\n                            [\n                                -3.8673113777504198,\n                                50.50299797965147\n                            ],\n                            [\n                                -3.867236055600324,\n                                50.50287779743687\n                            ],\n                            [\n                                -3.8671889732131364,\n                                50.502757081094174\n                            ],\n                            [\n                                -3.86718790984523,\n                                50.50273012540061\n                            ],\n                            [\n                                -3.867130706785975,\n                                50.5026449085291\n                            ],\n                            [\n                                -3.8670767883555675,\n                                50.50259254766915\n                            ],\n                            [\n                                -3.8669812142791717,\n                                50.50249517502383\n                            ],\n                            [\n                                -3.866913092120377,\n                                50.50237479613467\n                            ],\n                            [\n                                -3.866877066080128,\n                                50.50235738628743\n                            ],\n                            [\n                                -3.866790097918841,\n                                50.50229584209157\n                            ],\n                            [\n                                -3.8666319144118964,\n                                50.50221746140237\n                            ],\n                            [\n                                -3.8664372769425523,\n                                50.502126174339764\n                            ],\n                            [\n                                -3.8661856129590584,\n                                50.501986254044105\n                            ],\n                            [\n                                -3.866074383418372,\n                                50.501848677095964\n                            ],\n                            [\n                                -3.8660592525347104,\n                                50.50182185704658\n                            ],\n                            [\n                                -3.866065165436031,\n                                50.501794780473425\n                            ],\n                            [\n                                -3.866055709770018,\n                                50.50173199267742\n                            ],\n                            [\n                                -3.866054647085864,\n                                50.501705036961674\n                            ],\n                            [\n                                -3.866060560331374,\n                                50.501677969376615\n                            ],\n                            [\n                                -3.8660525217224224,\n                                50.50165112552974\n                            ],\n                            [\n                                -3.8659142409666547,\n                                50.50154095498702\n                            ],\n                            [\n                                -3.8658623770048037,\n                                50.501478757254795\n                            ],\n                            [\n                                -3.86584051521786,\n                                50.50146111996772\n                            ],\n                            [\n                                -3.865825579380873,\n                                50.50143888365794\n                            ],\n                            [\n                                -3.8657964522009816,\n                                50.50141687489456\n                            ],\n                            [\n                                -3.8657587693219204,\n                                50.50135453967172\n                            ],\n                            [\n                                -3.8656994020335174,\n                                50.501279061237845\n                            ],\n                            [\n                                -3.8656416287584525,\n                                50.50124402085146\n                            ],\n                            [\n                                -3.8655621820389703,\n                                50.50119575609144\n                            ],\n                            [\n                                -3.8654086639526195,\n                                50.501058847488395\n                            ],\n                            [\n                                -3.8653510682639243,\n                                50.50102830107077\n                            ],\n                            [\n                                -3.8653217001019575,\n                                50.50099730213519\n                            ],\n                            [\n                                -3.8652065734075602,\n                                50.50094070510817\n                            ],\n                            [\n                                -3.865163750703578,\n                                50.5009279096329\n                            ],\n                            [\n                                -3.8650428339193033,\n                                50.50089828807225\n                            ],\n                            [\n                                -3.864922324818356,\n                                50.50088223167368\n                            ],\n                            [\n                                -3.864893743312696,\n                                50.50087369582271\n                            ],\n                            [\n                                -3.864837210490101,\n                                50.50087011386994\n                            ],\n                            [\n                                -3.864765969077053,\n                                50.500853267732836\n                            ],\n                            [\n                                -3.864658398741048,\n                                50.50080554298995\n                            ],\n                            [\n                                -3.8646223104300623,\n                                50.50078363648987\n                            ],\n                            [\n                                -3.8645793109943996,\n                                50.50076634667416\n                            ],\n                            [\n                                -3.8645295767428762,\n                                50.50075814968072\n                            ],\n                            [\n                                -3.864486740289153,\n                                50.500745354177965\n                            ],\n                            [\n                                -3.8644230685754124,\n                                50.50073738045904\n                            ],\n                            [\n                                -3.8643728037121496,\n                                50.50071571001918\n                            ],\n                            [\n                                -3.8643365248585115,\n                                50.500689318519555\n                            ],\n                            [\n                                -3.8642715018766682,\n                                50.500649896652774\n                            ],\n                            [\n                                -3.8642639951038453,\n                                50.50063652604487\n                            ],\n                            [\n                                -3.8642209959305722,\n                                50.50061923609347\n                            ],\n                            [\n                                -3.8641856660736735,\n                                50.50061980210012\n                            ],\n                            [\n                                -3.864094461161384,\n                                50.50063025712762\n                            ],\n                            [\n                                -3.8640169665678443,\n                                50.500631498541566\n                            ],\n                            [\n                                -3.863988371279584,\n                                50.50062296269017\n                            ],\n                            [\n                                -3.8639528107749173,\n                                50.500614448465015\n                            ],\n                            [\n                                -3.863851686690634,\n                                50.50055312884706\n                            ],\n                            [\n                                -3.863836561031407,\n                                50.50052639836722\n                            ],\n                            [\n                                -3.863756590040784,\n                                50.50046473984597\n                            ],\n                            [\n                                -3.8636268714445188,\n                                50.500394884107\n                            ],\n                            [\n                                -3.8634636550610866,\n                                50.50036602830352\n                            ],\n                            [\n                                -3.86325626299963,\n                                50.500292838111186\n                            ],\n                            [\n                                -3.8631639971518115,\n                                50.50027632765118\n                            ],\n                            [\n                                -3.8631144405311506,\n                                50.50027262416992\n                            ],\n                            [\n                                -3.8630362393233977,\n                                50.50025589740875\n                            ],\n                            [\n                                -3.862979377456382,\n                                50.50023819937701\n                            ],\n                            [\n                                -3.86290758318415,\n                                50.50021299661769\n                            ],\n                            [\n                                -3.8628789386663542,\n                                50.50019997331931\n                            ],\n                            [\n                                -3.8628643438992447,\n                                50.50018671609606\n                            ],\n                            [\n                                -3.8628563714935935,\n                                50.50016436793092\n                            ],\n                            [\n                                -3.8628489293188206,\n                                50.50015549315703\n                            ],\n                            [\n                                -3.8628126658320556,\n                                50.50012910094038\n                            ],\n                            [\n                                -3.862684313910463,\n                                50.50009069199223\n                            ],\n                            [\n                                -3.8625492774119246,\n                                50.50006588077401\n                            ],\n                            [\n                                -3.862214774096772,\n                                50.49998572935363\n                            ],\n                            [\n                                -3.862174253219998,\n                                50.49997261713552\n                            ],\n                            [\n                                -3.862078967299186,\n                                50.49993845412402\n                            ],\n                            [\n                                -3.8620435879565944,\n                                50.49993452331665\n                            ],\n                            [\n                                -3.862001296971649,\n                                50.49993520005508\n                            ],\n                            [\n                                -3.8619662711850076,\n                                50.49994025748234\n                            ],\n                            [\n                                -3.8618379703721284,\n                                50.49990634374529\n                            ],\n                            [\n                                -3.8617736431014045,\n                                50.49988488819905\n                            ],\n                            [\n                                -3.8617160511587065,\n                                50.49985433993537\n                            ],\n                            [\n                                -3.861672523372885,\n                                50.499823566632394\n                            ],\n                            [\n                                -3.8616142249650838,\n                                50.499775050784386\n                            ],\n                            [\n                                -3.861524515944398,\n                                50.49964602021793\n                            ],\n                            [\n                                -3.8614578288358365,\n                                50.49956167182318\n                            ],\n                            [\n                                -3.861362978981119,\n                                50.49948226185841\n                            ],\n                            [\n                                -3.861312476150962,\n                                50.499451599996824\n                            ],\n                            [\n                                -3.861283896496533,\n                                50.499443072229006\n                            ],\n                            [\n                                -3.861089260883924,\n                                50.499333698489494\n                            ],\n                            [\n                                -3.8609822912729763,\n                                50.499303939601596\n                            ],\n                            [\n                                -3.860875271957192,\n                                50.499269684453\n                            ],\n                            [\n                                -3.860817505034185,\n                                50.49923465058278\n                            ],\n                            [\n                                -3.8608098867292884,\n                                50.49922128153876\n                            ],\n                            [\n                                -3.8606442676246644,\n                                50.4991340177644\n                            ],\n                            [\n                                -3.860586853959956,\n                                50.4991079630535\n                            ],\n                            [\n                                -3.860536941938372,\n                                50.499095180308906\n                            ],\n                            [\n                                -3.8603469180086347,\n                                50.49910271545604\n                            ],\n                            [\n                                -3.860154951799157,\n                                50.49906082380289\n                            ],\n                            [\n                                -3.8600556014327276,\n                                50.49904443313872\n                            ],\n                            [\n                                -3.8600268312148223,\n                                50.49903140215868\n                            ],\n                            [\n                                -3.859932980425542,\n                                50.49897445985653\n                            ],\n                            [\n                                -3.8599042106367603,\n                                50.498961437833465\n                            ],\n                            [\n                                -3.859882719459204,\n                                50.498952787428266\n                            ],\n                            [\n                                -3.859761864171941,\n                                50.49892774632519\n                            ],\n                            [\n                                -3.859733220932827,\n                                50.49891471324362\n                            ],\n                            [\n                                -3.8596063364465856,\n                                50.49891674109093\n                            ],\n                            [\n                                -3.859375081674681,\n                                50.4989519063179\n                            ],\n                            [\n                                -3.859291545968396,\n                                50.49898021387921\n                            ],\n                            [\n                                -3.8589496998644153,\n                                50.49907109978629\n                            ],\n                            [\n                                -3.8588022058542615,\n                                50.49908693787904\n                            ],\n                            [\n                                -3.8587462045868652,\n                                50.4990968263636\n                            ],\n                            [\n                                -3.8586548248300927,\n                                50.49910278297342\n                            ],\n                            [\n                                -3.8584925613106567,\n                                50.4991008777533\n                            ],\n                            [\n                                -3.8582147815466294,\n                                50.49902888376087\n                            ],\n                            [\n                                -3.8580160822700655,\n                                50.49899609901782\n                            ],\n                            [\n                                -3.857711586682936,\n                                50.49896049707192\n                            ],\n                            [\n                                -3.8576049726692743,\n                                50.498939723327254\n                            ],\n                            [\n                                -3.8575694039680406,\n                                50.49893129723069\n                            ],\n                            [\n                                -3.8575265847327427,\n                                50.498918489910395\n                            ],\n                            [\n                                -3.8574976533730703,\n                                50.49890097291839\n                            ],\n                            [\n                                -3.857389033150881,\n                                50.49882618658084\n                            ],\n                            [\n                                -3.8572558461701227,\n                                50.49869991536913\n                            ],\n                            [\n                                -3.8571326725561406,\n                                50.49858301774014\n                            ],\n                            [\n                                -3.85708093610718,\n                                50.498520814104424\n                            ],\n                            [\n                                -3.856944144694485,\n                                50.49845107284258\n                            ],\n                            [\n                                -3.856772631190947,\n                                50.49839087040508\n                            ],\n                            [\n                                -3.856435143203136,\n                                50.49823440974999\n                            ],\n                            [\n                                -3.8562981240598995,\n                                50.498155578521995\n                            ],\n                            [\n                                -3.8560307038296373,\n                                50.49798901397732\n                            ],\n                            [\n                                -3.8558986603520324,\n                                50.49793923420033\n                            ],\n                            [\n                                -3.8555091039150136,\n                                50.497679128047615\n                            ],\n                            [\n                                -3.855474727629063,\n                                50.497656121156794\n                            ],\n                            [\n                                -3.8553956385588126,\n                                50.497616918664505\n                            ],\n                            [\n                                -3.8553316166832046,\n                                50.49759986172631\n                            ],\n                            [\n                                -3.8552399363637044,\n                                50.49760132350353\n                            ],\n                            [\n                                -3.8551475026527857,\n                                50.49758032143308\n                            ],\n                            [\n                                -3.85505471681589,\n                                50.49755033099097\n                            ],\n                            [\n                                -3.855004459555802,\n                                50.497528656410026\n                            ],\n                            [\n                                -3.8549322830792705,\n                                50.49748484644893\n                            ],\n                            [\n                                -3.8548737056144935,\n                                50.49743183474733\n                            ],\n                            [\n                                -3.854829417158553,\n                                50.49737859524504\n                            ],\n                            [\n                                -3.8546884180110084,\n                                50.49720091952571\n                            ],\n                            [\n                                -3.8545715200494306,\n                                50.497033391380334\n                            ],\n                            [\n                                -3.8544694040304663,\n                                50.49688684417319\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.8055186857811227,\n                        50.47844512766973\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ12\",\n            \"area_name\": \"Newton Abbot TQ12\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5600316234503047,\n                                50.49775586357874\n                            ],\n                            [\n                                -3.560769003089623,\n                                50.49745521132305\n                            ],\n                            [\n                                -3.5623867093257675,\n                                50.496937727963626\n                            ],\n                            [\n                                -3.562597517768082,\n                                50.49687924469848\n                            ],\n                            [\n                                -3.5631274047282386,\n                                50.496738338586894\n                            ],\n                            [\n                                -3.5631289077556816,\n                                50.49669930392808\n                            ],\n                            [\n                                -3.5627842154197236,\n                                50.496459818784636\n                            ],\n                            [\n                                -3.562518087327929,\n                                50.496085677012516\n                            ],\n                            [\n                                -3.562315439729194,\n                                50.49592647611601\n                            ],\n                            [\n                                -3.5622552254052833,\n                                50.4958103939944\n                            ],\n                            [\n                                -3.562303871503033,\n                                50.49557588790151\n                            ],\n                            [\n                                -3.5623974824961278,\n                                50.4954217839189\n                            ],\n                            [\n                                -3.562537361335607,\n                                50.494961175381924\n                            ],\n                            [\n                                -3.562769056861958,\n                                50.494637440186196\n                            ],\n                            [\n                                -3.562762117765465,\n                                50.494603195595914\n                            ],\n                            [\n                                -3.5627073216441127,\n                                50.49411598063201\n                            ],\n                            [\n                                -3.5626597209719573,\n                                50.494036873103774\n                            ],\n                            [\n                                -3.562727900937524,\n                                50.49370058402604\n                            ],\n                            [\n                                -3.5626446066327473,\n                                50.49351181050054\n                            ],\n                            [\n                                -3.562652143413024,\n                                50.49331382183473\n                            ],\n                            [\n                                -3.5627037396987844,\n                                50.49316926639019\n                            ],\n                            [\n                                -3.5625556194788333,\n                                50.49252372100511\n                            ],\n                            [\n                                -3.5621870135260645,\n                                50.49203398284102\n                            ],\n                            [\n                                -3.5620063400173447,\n                                50.491546658482264\n                            ],\n                            [\n                                -3.5620012303352073,\n                                50.49153279589189\n                            ],\n                            [\n                                -3.562033141852578,\n                                50.491217589413694\n                            ],\n                            [\n                                -3.5621727194590624,\n                                50.490748090279524\n                            ],\n                            [\n                                -3.562179184569582,\n                                50.4905141413034\n                            ],\n                            [\n                                -3.5621303732876246,\n                                50.49031698998457\n                            ],\n                            [\n                                -3.5622211306338043,\n                                50.48965015959741\n                            ],\n                            [\n                                -3.562228113777253,\n                                50.4894955996808\n                            ],\n                            [\n                                -3.562229720945528,\n                                50.48945970238085\n                            ],\n                            [\n                                -3.562324016518583,\n                                50.48948523749313\n                            ],\n                            [\n                                -3.5628775792653444,\n                                50.48953237741678\n                            ],\n                            [\n                                -3.5644252398063547,\n                                50.489608954785545\n                            ],\n                            [\n                                -3.565138593652712,\n                                50.490172366392265\n                            ],\n                            [\n                                -3.5656019280083315,\n                                50.490503117039104\n                            ],\n                            [\n                                -3.565887236029039,\n                                50.4906559926466\n                            ],\n                            [\n                                -3.566672891629315,\n                                50.490740453608176\n                            ],\n                            [\n                                -3.5669144653887126,\n                                50.49083943189984\n                            ],\n                            [\n                                -3.5674731127457924,\n                                50.4907341738393\n                            ],\n                            [\n                                -3.56826134596218,\n                                50.49057663276049\n                            ],\n                            [\n                                -3.5692161394609747,\n                                50.49037692639108\n                            ],\n                            [\n                                -3.5698296443663855,\n                                50.49024016781533\n                            ],\n                            [\n                                -3.5700640042759653,\n                                50.4901852203388\n                            ],\n                            [\n                                -3.5702269848144383,\n                                50.490238224300676\n                            ],\n                            [\n                                -3.571064354472297,\n                                50.4905007968763\n                            ],\n                            [\n                                -3.5714336345095092,\n                                50.49058104350957\n                            ],\n                            [\n                                -3.571516915253749,\n                                50.490596458170145\n                            ],\n                            [\n                                -3.571982075293931,\n                                50.49073907433226\n                            ],\n                            [\n                                -3.5722506806681604,\n                                50.49080179167071\n                            ],\n                            [\n                                -3.5725375577787655,\n                                50.4908577140772\n                            ],\n                            [\n                                -3.5725464709113766,\n                                50.49085993197899\n                            ],\n                            [\n                                -3.5727044665831067,\n                                50.49089555213271\n                            ],\n                            [\n                                -3.5727615958357655,\n                                50.49090458309261\n                            ],\n                            [\n                                -3.5731262673702227,\n                                50.490954137304186\n                            ],\n                            [\n                                -3.5734446309210526,\n                                50.49098894636872\n                            ],\n                            [\n                                -3.5739426757578023,\n                                50.49098050205181\n                            ],\n                            [\n                                -3.5741547915067344,\n                                50.49094814252058\n                            ],\n                            [\n                                -3.5743202099404354,\n                                50.49091353641848\n                            ],\n                            [\n                                -3.5744822106961345,\n                                50.49087070214603\n                            ],\n                            [\n                                -3.575020192204457,\n                                50.49115086836493\n                            ],\n                            [\n                                -3.5752661136931927,\n                                50.491191779351404\n                            ],\n                            [\n                                -3.575418547984847,\n                                50.49125930871476\n                            ],\n                            [\n                                -3.575504926754116,\n                                50.49103596855178\n                            ],\n                            [\n                                -3.5752959796324455,\n                                50.49068805318835\n                            ],\n                            [\n                                -3.5749580029441828,\n                                50.49037506156862\n                            ],\n                            [\n                                -3.5749323414834646,\n                                50.490351224904735\n                            ],\n                            [\n                                -3.573101217173629,\n                                50.489125864710495\n                            ],\n                            [\n                                -3.572583812230253,\n                                50.4888270734948\n                            ],\n                            [\n                                -3.5712541916783893,\n                                50.488269431160504\n                            ],\n                            [\n                                -3.570355715228917,\n                                50.487957787812945\n                            ],\n                            [\n                                -3.569971174967802,\n                                50.48783710131202\n                            ],\n                            [\n                                -3.5689195168310466,\n                                50.48758145762793\n                            ],\n                            [\n                                -3.568538442262035,\n                                50.48756861675826\n                            ],\n                            [\n                                -3.5683244304181283,\n                                50.48749058536574\n                            ],\n                            [\n                                -3.5682110244540963,\n                                50.48747412646408\n                            ],\n                            [\n                                -3.5681364581860984,\n                                50.48734916602127\n                            ],\n                            [\n                                -3.5681625989399937,\n                                50.48728587602153\n                            ],\n                            [\n                                -3.5683013241755295,\n                                50.487221068665356\n                            ],\n                            [\n                                -3.568201796728698,\n                                50.48719543802466\n                            ],\n                            [\n                                -3.5678820204596913,\n                                50.4870191183352\n                            ],\n                            [\n                                -3.5674695436094126,\n                                50.486791622449466\n                            ],\n                            [\n                                -3.56743987915439,\n                                50.48677997952373\n                            ],\n                            [\n                                -3.5680820478247814,\n                                50.48665398694617\n                            ],\n                            [\n                                -3.5682755306577203,\n                                50.486715846037136\n                            ],\n                            [\n                                -3.5685745756600995,\n                                50.4868135965919\n                            ],\n                            [\n                                -3.568850782578431,\n                                50.48690616816218\n                            ],\n                            [\n                                -3.5689263609043795,\n                                50.48693185135356\n                            ],\n                            [\n                                -3.569051558310992,\n                                50.48697449302171\n                            ],\n                            [\n                                -3.569061323544662,\n                                50.48697777893864\n                            ],\n                            [\n                                -3.569316067035129,\n                                50.48684711908344\n                            ],\n                            [\n                                -3.5699298979387217,\n                                50.48653232553704\n                            ],\n                            [\n                                -3.5700335893040447,\n                                50.48654324782222\n                            ],\n                            [\n                                -3.570636372184008,\n                                50.48662799066352\n                            ],\n                            [\n                                -3.5711553857113,\n                                50.48672438411465\n                            ],\n                            [\n                                -3.5716632720214183,\n                                50.48685625270674\n                            ],\n                            [\n                                -3.572191978325157,\n                                50.48703046780525\n                            ],\n                            [\n                                -3.5725084117086205,\n                                50.48745929133087\n                            ],\n                            [\n                                -3.572838652382945,\n                                50.48753367551637\n                            ],\n                            [\n                                -3.573909390304946,\n                                50.48817788531289\n                            ],\n                            [\n                                -3.573798208094101,\n                                50.48830184698665\n                            ],\n                            [\n                                -3.573773509610712,\n                                50.488324755155475\n                            ],\n                            [\n                                -3.5737317686634635,\n                                50.48838376058382\n                            ],\n                            [\n                                -3.5736619477768103,\n                                50.48848270892172\n                            ],\n                            [\n                                -3.573581226586173,\n                                50.48856120910905\n                            ],\n                            [\n                                -3.5735786814862145,\n                                50.48856861833946\n                            ],\n                            [\n                                -3.5734249908124824,\n                                50.48874637904135\n                            ],\n                            [\n                                -3.5734200609141284,\n                                50.488752021780016\n                            ],\n                            [\n                                -3.5734415260237307,\n                                50.48876459248466\n                            ],\n                            [\n                                -3.5735309189479265,\n                                50.488817237799545\n                            ],\n                            [\n                                -3.5738845753825657,\n                                50.48903975197588\n                            ],\n                            [\n                                -3.5739132218186933,\n                                50.489044850648796\n                            ],\n                            [\n                                -3.5739215784329694,\n                                50.489037542678254\n                            ],\n                            [\n                                -3.5739415426998318,\n                                50.48899815915254\n                            ],\n                            [\n                                -3.5739473474609995,\n                                50.488994663039875\n                            ],\n                            [\n                                -3.5739548636742917,\n                                50.4889900645364\n                            ],\n                            [\n                                -3.5739561220693123,\n                                50.488989328021006\n                            ],\n                            [\n                                -3.5739864891708195,\n                                50.48900420650561\n                            ],\n                            [\n                                -3.5740604590694147,\n                                50.489030088009514\n                            ],\n                            [\n                                -3.5742122831822627,\n                                50.48906552877218\n                            ],\n                            [\n                                -3.57430277084759,\n                                50.48907769614941\n                            ],\n                            [\n                                -3.5743190171424697,\n                                50.48907702666304\n                            ],\n                            [\n                                -3.5743363064839078,\n                                50.48907635205601\n                            ],\n                            [\n                                -3.574384141861042,\n                                50.48906752060833\n                            ],\n                            [\n                                -3.5743843762855456,\n                                50.489067787246775\n                            ],\n                            [\n                                -3.5743972010375242,\n                                50.48907911663545\n                            ],\n                            [\n                                -3.5743974537589773,\n                                50.489090535181795\n                            ],\n                            [\n                                -3.574397728703073,\n                                50.48909880564164\n                            ],\n                            [\n                                -3.574396706874017,\n                                50.4890994490243\n                            ],\n                            [\n                                -3.5743853437715543,\n                                50.489107067517324\n                            ],\n                            [\n                                -3.57434822588073,\n                                50.48912024180431\n                            ],\n                            [\n                                -3.5743388048203255,\n                                50.48912351705406\n                            ],\n                            [\n                                -3.5743378867543485,\n                                50.48912388922211\n                            ],\n                            [\n                                -3.5743228342701743,\n                                50.4891358745882\n                            ],\n                            [\n                                -3.57432319257768,\n                                50.48914665315519\n                            ],\n                            [\n                                -3.5743904570110687,\n                                50.48926469340832\n                            ],\n                            [\n                                -3.574403778701113,\n                                50.48928079171321\n                            ],\n                            [\n                                -3.57440665244884,\n                                50.4892832710594\n                            ],\n                            [\n                                -3.574415741693834,\n                                50.48929079270215\n                            ],\n                            [\n                                -3.574435594183711,\n                                50.48930742320308\n                            ],\n                            [\n                                -3.574456816434554,\n                                50.48931648947486\n                            ],\n                            [\n                                -3.5744786224127925,\n                                50.48932572771792\n                            ],\n                            [\n                                -3.5744880824448764,\n                                50.48933422464838\n                            ],\n                            [\n                                -3.5744973143301637,\n                                50.4893426437221\n                            ],\n                            [\n                                -3.5744980398148845,\n                                50.48934326346272\n                            ],\n                            [\n                                -3.5745047339907914,\n                                50.48935252630412\n                            ],\n                            [\n                                -3.5745098423960564,\n                                50.48935946325358\n                            ],\n                            [\n                                -3.574519456043068,\n                                50.489407350392646\n                            ],\n                            [\n                                -3.5745352123240686,\n                                50.48942331680916\n                            ],\n                            [\n                                -3.574546165502197,\n                                50.489434320752935\n                            ],\n                            [\n                                -3.5745535595846625,\n                                50.489436648992246\n                            ],\n                            [\n                                -3.5745742272362984,\n                                50.48944302464526\n                            ],\n                            [\n                                -3.57459793478041,\n                                50.489442883714474\n                            ],\n                            [\n                                -3.574638685541686,\n                                50.48943423796847\n                            ],\n                            [\n                                -3.5747035877715696,\n                                50.48941124423776\n                            ],\n                            [\n                                -3.574720156564354,\n                                50.48940967096421\n                            ],\n                            [\n                                -3.5747285097135744,\n                                50.48941243589716\n                            ],\n                            [\n                                -3.5747340532787253,\n                                50.48941846758051\n                            ],\n                            [\n                                -3.574731255953232,\n                                50.48942507081844\n                            ],\n                            [\n                                -3.5747260883080227,\n                                50.4894375520215\n                            ],\n                            [\n                                -3.574726240926504,\n                                50.489473515656506\n                            ],\n                            [\n                                -3.5747377784384584,\n                                50.48948513223809\n                            ],\n                            [\n                                -3.5747647445345527,\n                                50.489495649646706\n                            ],\n                            [\n                                -3.5747831281675406,\n                                50.48950286560363\n                            ],\n                            [\n                                -3.574789011511869,\n                                50.489505124336794\n                            ],\n                            [\n                                -3.574835973770033,\n                                50.48951581179969\n                            ],\n                            [\n                                -3.5748626777019092,\n                                50.48952183589704\n                            ],\n                            [\n                                -3.5748673667009347,\n                                50.48952294161309\n                            ],\n                            [\n                                -3.574953019651313,\n                                50.48955756816902\n                            ],\n                            [\n                                -3.5750286571663543,\n                                50.489588193137024\n                            ],\n                            [\n                                -3.5750496297609473,\n                                50.4895859306518\n                            ],\n                            [\n                                -3.5750777650170864,\n                                50.48958285171567\n                            ],\n                            [\n                                -3.5750896816098954,\n                                50.489584669020836\n                            ],\n                            [\n                                -3.5750899241525387,\n                                50.48958475567448\n                            ],\n                            [\n                                -3.575107962423406,\n                                50.48959260581232\n                            ],\n                            [\n                                -3.575211292458255,\n                                50.48963777631175\n                            ],\n                            [\n                                -3.5752873315303315,\n                                50.48969105973415\n                            ],\n                            [\n                                -3.5752879353289253,\n                                50.489691411307014\n                            ],\n                            [\n                                -3.575367938110667,\n                                50.489717210312655\n                            ],\n                            [\n                                -3.575393957425976,\n                                50.48972341443711\n                            ],\n                            [\n                                -3.5754023964857424,\n                                50.48972536872821\n                            ],\n                            [\n                                -3.575403321396825,\n                                50.4897256260163\n                            ],\n                            [\n                                -3.575406097445318,\n                                50.489728556344396\n                            ],\n                            [\n                                -3.5754197270386063,\n                                50.48974330131411\n                            ],\n                            [\n                                -3.575452484741501,\n                                50.48975669907081\n                            ],\n                            [\n                                -3.575456016154372,\n                                50.48975818018295\n                            ],\n                            [\n                                -3.5754687510182706,\n                                50.48976340396676\n                            ],\n                            [\n                                -3.5755039887285154,\n                                50.48977803623946\n                            ],\n                            [\n                                -3.575525102809121,\n                                50.489780448463534\n                            ],\n                            [\n                                -3.575537793980493,\n                                50.48977757852505\n                            ],\n                            [\n                                -3.575659876425048,\n                                50.48971559591409\n                            ],\n                            [\n                                -3.575910221661181,\n                                50.48959945204058\n                            ],\n                            [\n                                -3.575925671984504,\n                                50.48959222772823\n                            ],\n                            [\n                                -3.5759291016890926,\n                                50.489590652354245\n                            ],\n                            [\n                                -3.5759530983404764,\n                                50.489578015018495\n                            ],\n                            [\n                                -3.5759693210739294,\n                                50.489569431187974\n                            ],\n                            [\n                                -3.575999648314915,\n                                50.489548343986016\n                            ],\n                            [\n                                -3.576003080873129,\n                                50.48949093584003\n                            ],\n                            [\n                                -3.5760032456350217,\n                                50.48948868518988\n                            ],\n                            [\n                                -3.5760031059800923,\n                                50.489487877650646\n                            ],\n                            [\n                                -3.5759993848620932,\n                                50.489456549118636\n                            ],\n                            [\n                                -3.5759916137677745,\n                                50.4894428940471\n                            ],\n                            [\n                                -3.5759716004594186,\n                                50.48940746920761\n                            ],\n                            [\n                                -3.575968023236035,\n                                50.489401222084\n                            ],\n                            [\n                                -3.5757296468687705,\n                                50.489143624761894\n                            ],\n                            [\n                                -3.5759391364537634,\n                                50.48881953367189\n                            ],\n                            [\n                                -3.575985675013798,\n                                50.488747601511456\n                            ],\n                            [\n                                -3.576368988216291,\n                                50.48886927414012\n                            ],\n                            [\n                                -3.576391893077431,\n                                50.48887975625388\n                            ],\n                            [\n                                -3.576392592519171,\n                                50.48888001658859\n                            ],\n                            [\n                                -3.5764081023262286,\n                                50.48888475299289\n                            ],\n                            [\n                                -3.5764502665899127,\n                                50.48889784316031\n                            ],\n                            [\n                                -3.5764916319963627,\n                                50.488904297809206\n                            ],\n                            [\n                                -3.576522597667367,\n                                50.48890918454566\n                            ],\n                            [\n                                -3.5765239875755173,\n                                50.48890943552482\n                            ],\n                            [\n                                -3.5765916108970495,\n                                50.488908519314194\n                            ],\n                            [\n                                -3.5766097920737394,\n                                50.488902876769984\n                            ],\n                            [\n                                -3.576622190650391,\n                                50.488894614470425\n                            ],\n                            [\n                                -3.5766759043943894,\n                                50.48879390397876\n                            ],\n                            [\n                                -3.5767006213612906,\n                                50.48874744949592\n                            ],\n                            [\n                                -3.5767014945081916,\n                                50.48874572886632\n                            ],\n                            [\n                                -3.576768508384077,\n                                50.488649874569255\n                            ],\n                            [\n                                -3.5767837162412346,\n                                50.48862818260022\n                            ],\n                            [\n                                -3.576975704576074,\n                                50.48834101193796\n                            ],\n                            [\n                                -3.577056855126807,\n                                50.48821970263789\n                            ],\n                            [\n                                -3.577120667271456,\n                                50.48813908183808\n                            ],\n                            [\n                                -3.577165703905918,\n                                50.48806403075025\n                            ],\n                            [\n                                -3.577213380170592,\n                                50.48800178683648\n                            ],\n                            [\n                                -3.57726003871797,\n                                50.48794073486879\n                            ],\n                            [\n                                -3.5773027565653073,\n                                50.48791120517737\n                            ],\n                            [\n                                -3.5773089562014473,\n                                50.4879051853123\n                            ],\n                            [\n                                -3.577337561499818,\n                                50.48787773557885\n                            ],\n                            [\n                                -3.577339656992826,\n                                50.48787419963891\n                            ],\n                            [\n                                -3.577370098485194,\n                                50.487821461765016\n                            ],\n                            [\n                                -3.5773871795271632,\n                                50.48782132015295\n                            ],\n                            [\n                                -3.577482533356639,\n                                50.48783657586802\n                            ],\n                            [\n                                -3.577490598931323,\n                                50.48783790551297\n                            ],\n                            [\n                                -3.5776380589522216,\n                                50.48786467710173\n                            ],\n                            [\n                                -3.5786492547101783,\n                                50.48750831260338\n                            ],\n                            [\n                                -3.578654760181221,\n                                50.48753053324287\n                            ],\n                            [\n                                -3.5787063961278407,\n                                50.48774067151818\n                            ],\n                            [\n                                -3.578773642432964,\n                                50.48801479484746\n                            ],\n                            [\n                                -3.5788351676975476,\n                                50.48815872231924\n                            ],\n                            [\n                                -3.578862897724115,\n                                50.48822344231087\n                            ],\n                            [\n                                -3.578865423516752,\n                                50.488229433804044\n                            ],\n                            [\n                                -3.57895419156717,\n                                50.48835409584136\n                            ],\n                            [\n                                -3.579272558324096,\n                                50.488601616352355\n                            ],\n                            [\n                                -3.579422747118058,\n                                50.48845563404974\n                            ],\n                            [\n                                -3.5802781342904817,\n                                50.487895477858245\n                            ],\n                            [\n                                -3.5806526120248554,\n                                50.487710472958845\n                            ],\n                            [\n                                -3.5810680400823016,\n                                50.48758884650626\n                            ],\n                            [\n                                -3.5810713777504026,\n                                50.48758790178706\n                            ],\n                            [\n                                -3.5826437715026698,\n                                50.48697293391855\n                            ],\n                            [\n                                -3.5827055737141134,\n                                50.48693711687976\n                            ],\n                            [\n                                -3.5830979094625612,\n                                50.486709518838936\n                            ],\n                            [\n                                -3.5826239754227993,\n                                50.48615438218772\n                            ],\n                            [\n                                -3.582008129730392,\n                                50.485891318374385\n                            ],\n                            [\n                                -3.5814434726713817,\n                                50.48526044240401\n                            ],\n                            [\n                                -3.5816792430854076,\n                                50.48517541324143\n                            ],\n                            [\n                                -3.5822665493815764,\n                                50.48496342465664\n                            ],\n                            [\n                                -3.582805828184864,\n                                50.48465030484155\n                            ],\n                            [\n                                -3.5828405451028313,\n                                50.48461818380244\n                            ],\n                            [\n                                -3.5829836176929275,\n                                50.48448604485837\n                            ],\n                            [\n                                -3.5833487563359494,\n                                50.48402234474151\n                            ],\n                            [\n                                -3.5833612970626167,\n                                50.48401166047016\n                            ],\n                            [\n                                -3.5838725857282454,\n                                50.48357779844759\n                            ],\n                            [\n                                -3.584102556762164,\n                                50.48338253563139\n                            ],\n                            [\n                                -3.5843191370899143,\n                                50.48323833198122\n                            ],\n                            [\n                                -3.5843369949765296,\n                                50.48322648696646\n                            ],\n                            [\n                                -3.5844620381102748,\n                                50.483170840137966\n                            ],\n                            [\n                                -3.58447303606232,\n                                50.48316925138538\n                            ],\n                            [\n                                -3.5848440431213673,\n                                50.48311466142179\n                            ],\n                            [\n                                -3.585135249774459,\n                                50.483071760983066\n                            ],\n                            [\n                                -3.58552282949022,\n                                50.48285959843908\n                            ],\n                            [\n                                -3.585874144160122,\n                                50.482827829686265\n                            ],\n                            [\n                                -3.5859128125713093,\n                                50.48271932438276\n                            ],\n                            [\n                                -3.58593658306024,\n                                50.482693377364996\n                            ],\n                            [\n                                -3.5860162025400277,\n                                50.48260687003628\n                            ],\n                            [\n                                -3.5860215865174845,\n                                50.482600959742555\n                            ],\n                            [\n                                -3.58683269975674,\n                                50.481987314406865\n                            ],\n                            [\n                                -3.587243664942278,\n                                50.481630963949826\n                            ],\n                            [\n                                -3.5876853079508266,\n                                50.480944853235734\n                            ],\n                            [\n                                -3.5882041987197253,\n                                50.48107622969886\n                            ],\n                            [\n                                -3.5884990663610474,\n                                50.48135776336441\n                            ],\n                            [\n                                -3.5892071312964835,\n                                50.48200786322172\n                            ],\n                            [\n                                -3.5904458955888856,\n                                50.48216698004616\n                            ],\n                            [\n                                -3.590755303154333,\n                                50.4812682282359\n                            ],\n                            [\n                                -3.5909034808770817,\n                                50.480645637094746\n                            ],\n                            [\n                                -3.5910090458113784,\n                                50.48085107574195\n                            ],\n                            [\n                                -3.5912071012422766,\n                                50.48100733105232\n                            ],\n                            [\n                                -3.5913565628943043,\n                                50.48112513704186\n                            ],\n                            [\n                                -3.5929608095570593,\n                                50.48188559211694\n                            ],\n                            [\n                                -3.594277088727328,\n                                50.48288383435066\n                            ],\n                            [\n                                -3.5945779210078053,\n                                50.48301996880648\n                            ],\n                            [\n                                -3.5947208441789353,\n                                50.48308463539315\n                            ],\n                            [\n                                -3.5948358315632403,\n                                50.483120464179535\n                            ],\n                            [\n                                -3.595632522358812,\n                                50.48336893796022\n                            ],\n                            [\n                                -3.596014188291214,\n                                50.48339966926167\n                            ],\n                            [\n                                -3.596312487432755,\n                                50.48346749987111\n                            ],\n                            [\n                                -3.5966029781273487,\n                                50.48372434952975\n                            ],\n                            [\n                                -3.5969343663892634,\n                                50.48393567767488\n                            ],\n                            [\n                                -3.597978696988284,\n                                50.4843889676412\n                            ],\n                            [\n                                -3.5982001188024673,\n                                50.48426904444609\n                            ],\n                            [\n                                -3.598432071160957,\n                                50.48404098879713\n                            ],\n                            [\n                                -3.5986738361790893,\n                                50.48368692200288\n                            ],\n                            [\n                                -3.5990738181669055,\n                                50.48384335741896\n                            ],\n                            [\n                                -3.5992582231590626,\n                                50.483876788848235\n                            ],\n                            [\n                                -3.599356545957416,\n                                50.48386644372026\n                            ],\n                            [\n                                -3.5997860460080595,\n                                50.48364466351949\n                            ],\n                            [\n                                -3.600008991776995,\n                                50.4835696753998\n                            ],\n                            [\n                                -3.6004721895372254,\n                                50.48350935188869\n                            ],\n                            [\n                                -3.600824713172513,\n                                50.48351349615258\n                            ],\n                            [\n                                -3.60164730909581,\n                                50.48366401778369\n                            ],\n                            [\n                                -3.6019013208468578,\n                                50.4836695147576\n                            ],\n                            [\n                                -3.602055189083171,\n                                50.48405409863065\n                            ],\n                            [\n                                -3.6025775905152653,\n                                50.48476448546997\n                            ],\n                            [\n                                -3.602672065740867,\n                                50.484681638332724\n                            ],\n                            [\n                                -3.602780497251676,\n                                50.48480170368146\n                            ],\n                            [\n                                -3.602824139057921,\n                                50.485064546081105\n                            ],\n                            [\n                                -3.602825602761858,\n                                50.48513196070364\n                            ],\n                            [\n                                -3.602834014156574,\n                                50.485531318127634\n                            ],\n                            [\n                                -3.6028559917572105,\n                                50.48557300698148\n                            ],\n                            [\n                                -3.6028428633261416,\n                                50.485765320286156\n                            ],\n                            [\n                                -3.6030278609997914,\n                                50.485760982048326\n                            ],\n                            [\n                                -3.6030291737636637,\n                                50.48575853566331\n                            ],\n                            [\n                                -3.6032081102788975,\n                                50.48563010459107\n                            ],\n                            [\n                                -3.603339480609954,\n                                50.48534957063079\n                            ],\n                            [\n                                -3.6037589442145586,\n                                50.48483111286379\n                            ],\n                            [\n                                -3.604061695422125,\n                                50.48461106376867\n                            ],\n                            [\n                                -3.60467122911344,\n                                50.48429686440887\n                            ],\n                            [\n                                -3.6050045204971264,\n                                50.48414841322702\n                            ],\n                            [\n                                -3.6053514505754687,\n                                50.48403519012558\n                            ],\n                            [\n                                -3.604357491839801,\n                                50.48200333451863\n                            ],\n                            [\n                                -3.6066105876707124,\n                                50.480782890757624\n                            ],\n                            [\n                                -3.6070404678641985,\n                                50.48055002487047\n                            ],\n                            [\n                                -3.6082705743828565,\n                                50.4788479031905\n                            ],\n                            [\n                                -3.6084692086462655,\n                                50.47765437124852\n                            ],\n                            [\n                                -3.6110444756438267,\n                                50.47556597877324\n                            ],\n                            [\n                                -3.607171682079172,\n                                50.47340087764619\n                            ],\n                            [\n                                -3.6054862957458953,\n                                50.472246580228976\n                            ],\n                            [\n                                -3.603735581241878,\n                                50.468084622799736\n                            ],\n                            [\n                                -3.605746487130974,\n                                50.46728535021657\n                            ],\n                            [\n                                -3.6066677528078808,\n                                50.46697538867483\n                            ],\n                            [\n                                -3.606413873887744,\n                                50.466604503297226\n                            ],\n                            [\n                                -3.6063890511890824,\n                                50.466403440386436\n                            ],\n                            [\n                                -3.6067933826361096,\n                                50.46530390412519\n                            ],\n                            [\n                                -3.607533562989115,\n                                50.46441749146398\n                            ],\n                            [\n                                -3.60756415151631,\n                                50.46445276494774\n                            ],\n                            [\n                                -3.607697092951065,\n                                50.464570328784355\n                            ],\n                            [\n                                -3.6078547100685014,\n                                50.46470957711262\n                            ],\n                            [\n                                -3.6082556272132202,\n                                50.46531561877248\n                            ],\n                            [\n                                -3.608559931815076,\n                                50.46556325441933\n                            ],\n                            [\n                                -3.609462801984949,\n                                50.46600940334187\n                            ],\n                            [\n                                -3.610183749083381,\n                                50.466493318692415\n                            ],\n                            [\n                                -3.6104866814747125,\n                                50.466696728134814\n                            ],\n                            [\n                                -3.6109891181640386,\n                                50.46696858686146\n                            ],\n                            [\n                                -3.611404215812358,\n                                50.46714238928026\n                            ],\n                            [\n                                -3.611675171195732,\n                                50.467255887465825\n                            ],\n                            [\n                                -3.6121249536237157,\n                                50.46763644950102\n                            ],\n                            [\n                                -3.612815639301674,\n                                50.46847223414049\n                            ],\n                            [\n                                -3.612977211521502,\n                                50.46880221382996\n                            ],\n                            [\n                                -3.613012554155858,\n                                50.46887428529546\n                            ],\n                            [\n                                -3.6133530167869266,\n                                50.47018263179669\n                            ],\n                            [\n                                -3.6133577970876085,\n                                50.47018976049541\n                            ],\n                            [\n                                -3.6134700825493717,\n                                50.47035534292741\n                            ],\n                            [\n                                -3.6147370968859898,\n                                50.470763591587904\n                            ],\n                            [\n                                -3.61764178107819,\n                                50.468555292667325\n                            ],\n                            [\n                                -3.6271769870455643,\n                                50.46787206091025\n                            ],\n                            [\n                                -3.6271455463590967,\n                                50.46783626482237\n                            ],\n                            [\n                                -3.6270865583098453,\n                                50.46776930391525\n                            ],\n                            [\n                                -3.6270799419746877,\n                                50.467759233510215\n                            ],\n                            [\n                                -3.627086449135803,\n                                50.467746011634375\n                            ],\n                            [\n                                -3.6271086316333743,\n                                50.467715311531194\n                            ],\n                            [\n                                -3.6271376837896874,\n                                50.46769180028344\n                            ],\n                            [\n                                -3.627237644588076,\n                                50.46764535254188\n                            ],\n                            [\n                                -3.6272588058285256,\n                                50.467629236565266\n                            ],\n                            [\n                                -3.62728189400954,\n                                50.46761137582685\n                            ],\n                            [\n                                -3.627281239224607,\n                                50.46757506822864\n                            ],\n                            [\n                                -3.6272551313464705,\n                                50.4675119555153\n                            ],\n                            [\n                                -3.62719106398968,\n                                50.46740909070636\n                            ],\n                            [\n                                -3.6271063332065627,\n                                50.46736720466601\n                            ],\n                            [\n                                -3.6270000997648078,\n                                50.46730521245364\n                            ],\n                            [\n                                -3.6268124831640534,\n                                50.467146533137736\n                            ],\n                            [\n                                -3.626694253991624,\n                                50.46706304244106\n                            ],\n                            [\n                                -3.626660610126745,\n                                50.46704760289836\n                            ],\n                            [\n                                -3.62645796409167,\n                                50.46697607571761\n                            ],\n                            [\n                                -3.626402099899478,\n                                50.46694259948758\n                            ],\n                            [\n                                -3.626324818656086,\n                                50.46688451892506\n                            ],\n                            [\n                                -3.626230884887743,\n                                50.46678791701649\n                            ],\n                            [\n                                -3.6262636373200845,\n                                50.46677738620292\n                            ],\n                            [\n                                -3.626672784760608,\n                                50.46658653900879\n                            ],\n                            [\n                                -3.6267741585761786,\n                                50.466530817324234\n                            ],\n                            [\n                                -3.6269228173363497,\n                                50.46642120932062\n                            ],\n                            [\n                                -3.6271328459231214,\n                                50.46628178296224\n                            ],\n                            [\n                                -3.6271543095505954,\n                                50.46626053633179\n                            ],\n                            [\n                                -3.62716808529256,\n                                50.46622878459488\n                            ],\n                            [\n                                -3.627167140877298,\n                                50.46620784236501\n                            ],\n                            [\n                                -3.627131556021715,\n                                50.466112043963356\n                            ],\n                            [\n                                -3.6264997000035,\n                                50.46604230080755\n                            ],\n                            [\n                                -3.6265837893155926,\n                                50.465618445893476\n                            ],\n                            [\n                                -3.626509133191361,\n                                50.464675145744195\n                            ],\n                            [\n                                -3.626574557469597,\n                                50.46453028605754\n                            ],\n                            [\n                                -3.62729180834812,\n                                50.46407959797416\n                            ],\n                            [\n                                -3.627934543513561,\n                                50.46351297531073\n                            ],\n                            [\n                                -3.628061005333486,\n                                50.4634474579429\n                            ],\n                            [\n                                -3.6287375279885796,\n                                50.4630970444509\n                            ],\n                            [\n                                -3.6291782858952595,\n                                50.4628030638783\n                            ],\n                            [\n                                -3.629275940318964,\n                                50.46277472404366\n                            ],\n                            [\n                                -3.6292875239444986,\n                                50.46270262975064\n                            ],\n                            [\n                                -3.629585069781351,\n                                50.462338631113205\n                            ],\n                            [\n                                -3.630119759473382,\n                                50.46190846970799\n                            ],\n                            [\n                                -3.6300449490542515,\n                                50.46178364126088\n                            ],\n                            [\n                                -3.6303116635255566,\n                                50.461752931686846\n                            ],\n                            [\n                                -3.6316510645324898,\n                                50.46177910512799\n                            ],\n                            [\n                                -3.633250741832475,\n                                50.46199950822442\n                            ],\n                            [\n                                -3.63370199494829,\n                                50.462011159855685\n                            ],\n                            [\n                                -3.6339964902129944,\n                                50.461970968010434\n                            ],\n                            [\n                                -3.6349329037692804,\n                                50.461751018585296\n                            ],\n                            [\n                                -3.6356443502377385,\n                                50.46154311951612\n                            ],\n                            [\n                                -3.6365835255271413,\n                                50.46140403479351\n                            ],\n                            [\n                                -3.6366731727953647,\n                                50.46139944595843\n                            ],\n                            [\n                                -3.6373147876386485,\n                                50.46136677320601\n                            ],\n                            [\n                                -3.638232085048634,\n                                50.46140780440496\n                            ],\n                            [\n                                -3.6393624304768215,\n                                50.46149978005313\n                            ],\n                            [\n                                -3.6397573774338605,\n                                50.46151219259874\n                            ],\n                            [\n                                -3.6423658283563785,\n                                50.46116061599849\n                            ],\n                            [\n                                -3.6444177379860903,\n                                50.46101474764444\n                            ],\n                            [\n                                -3.6448965806714724,\n                                50.46100797829317\n                            ],\n                            [\n                                -3.6452921344346896,\n                                50.46103835100073\n                            ],\n                            [\n                                -3.6452946294455706,\n                                50.461110238918984\n                            ],\n                            [\n                                -3.645376721560965,\n                                50.46120951137659\n                            ],\n                            [\n                                -3.645172390891007,\n                                50.46116951875078\n                            ],\n                            [\n                                -3.645007482310033,\n                                50.461200981487934\n                            ],\n                            [\n                                -3.6449451122541743,\n                                50.461218133111885\n                            ],\n                            [\n                                -3.64487956672079,\n                                50.46124081580082\n                            ],\n                            [\n                                -3.6447172312204894,\n                                50.461313154414064\n                            ],\n                            [\n                                -3.644701017860598,\n                                50.46132462584281\n                            ],\n                            [\n                                -3.644612173284826,\n                                50.46140877742421\n                            ],\n                            [\n                                -3.644376318428653,\n                                50.4615387976103\n                            ],\n                            [\n                                -3.6442296470762927,\n                                50.46163383925015\n                            ],\n                            [\n                                -3.6441928374112718,\n                                50.4616543256538\n                            ],\n                            [\n                                -3.6441562826477587,\n                                50.46168541209947\n                            ],\n                            [\n                                -3.644033756875015,\n                                50.461760056136285\n                            ],\n                            [\n                                -3.6439942682158146,\n                                50.46178049039622\n                            ],\n                            [\n                                -3.643930090886747,\n                                50.46181259666773\n                            ],\n                            [\n                                -3.6439029526069704,\n                                50.46183041906564\n                            ],\n                            [\n                                -3.6436195088058847,\n                                50.46207205727868\n                            ],\n                            [\n                                -3.6436046730686837,\n                                50.46208629715676\n                            ],\n                            [\n                                -3.6435867898825185,\n                                50.462126832901156\n                            ],\n                            [\n                                -3.643532728494391,\n                                50.462216248237\n                            ],\n                            [\n                                -3.6434706449034633,\n                                50.46224130952973\n                            ],\n                            [\n                                -3.6432063868278526,\n                                50.462393124707695\n                            ],\n                            [\n                                -3.6431376310211054,\n                                50.462437077038224\n                            ],\n                            [\n                                -3.643078473456441,\n                                50.46247990445527\n                            ],\n                            [\n                                -3.643020893504717,\n                                50.462528006891375\n                            ],\n                            [\n                                -3.642995147063387,\n                                50.46255633212536\n                            ],\n                            [\n                                -3.6429627132361104,\n                                50.462602289643534\n                            ],\n                            [\n                                -3.64291791056227,\n                                50.46270074756981\n                            ],\n                            [\n                                -3.6429085869980744,\n                                50.46271346151727\n                            ],\n                            [\n                                -3.642886760119889,\n                                50.4627337359144\n                            ],\n                            [\n                                -3.642772763597531,\n                                50.462820039979846\n                            ],\n                            [\n                                -3.6427617927091904,\n                                50.46283197673069\n                            ],\n                            [\n                                -3.6427476539960684,\n                                50.46286634370069\n                            ],\n                            [\n                                -3.6427272903942667,\n                                50.46289225448513\n                            ],\n                            [\n                                -3.642560439407356,\n                                50.463008975077216\n                            ],\n                            [\n                                -3.6424593913938796,\n                                50.46310669797021\n                            ],\n                            [\n                                -3.6423825302865684,\n                                50.46319166792558\n                            ],\n                            [\n                                -3.642351329605649,\n                                50.463240305985764\n                            ],\n                            [\n                                -3.6422730955262934,\n                                50.46333608776801\n                            ],\n                            [\n                                -3.6422307405088654,\n                                50.463394227773904\n                            ],\n                            [\n                                -3.642228878274387,\n                                50.46340432708011\n                            ],\n                            [\n                                -3.6422374610280426,\n                                50.4634308184845\n                            ],\n                            [\n                                -3.642240431849842,\n                                50.463496233185744\n                            ],\n                            [\n                                -3.6422383431273473,\n                                50.46352989036483\n                            ],\n                            [\n                                -3.6422316393538763,\n                                50.46354787359669\n                            ],\n                            [\n                                -3.642206676635737,\n                                50.46357160076297\n                            ],\n                            [\n                                -3.6421222087356138,\n                                50.46363510186218\n                            ],\n                            [\n                                -3.642044485328738,\n                                50.46368871349384\n                            ],\n                            [\n                                -3.6419835125959636,\n                                50.46372598981838\n                            ],\n                            [\n                                -3.6419324645024687,\n                                50.463774808944834\n                            ],\n                            [\n                                -3.6419094297035963,\n                                50.46381433786489\n                            ],\n                            [\n                                -3.6417834184267495,\n                                50.463952956345416\n                            ],\n                            [\n                                -3.641753200951334,\n                                50.46399258659346\n                            ],\n                            [\n                                -3.6417352297170003,\n                                50.46400705034583\n                            ],\n                            [\n                                -3.641723010075527,\n                                50.46402322269198\n                            ],\n                            [\n                                -3.6417138345433377,\n                                50.46405365216813\n                            ],\n                            [\n                                -3.6416961581579033,\n                                50.46407988459283\n                            ],\n                            [\n                                -3.641650738851339,\n                                50.46411712113486\n                            ],\n                            [\n                                -3.6416254186208863,\n                                50.46416756470016\n                            ],\n                            [\n                                -3.6415649169515123,\n                                50.46423881259717\n                            ],\n                            [\n                                -3.6415535242706447,\n                                50.464252014307135\n                            ],\n                            [\n                                -3.641547076754395,\n                                50.46427008381777\n                            ],\n                            [\n                                -3.6415240400856717,\n                                50.46429289327256\n                            ],\n                            [\n                                -3.6415174904136483,\n                                50.46430475852466\n                            ],\n                            [\n                                -3.641516713154781,\n                                50.464319339391196\n                            ],\n                            [\n                                -3.641524538895351,\n                                50.46433414962964\n                            ],\n                            [\n                                -3.6415290977566013,\n                                50.4643482055171\n                            ],\n                            [\n                                -3.641505350474188,\n                                50.4643871148401\n                            ],\n                            [\n                                -3.6414538305900965,\n                                50.46446588064647\n                            ],\n                            [\n                                -3.6413967219574257,\n                                50.464541136765206\n                            ],\n                            [\n                                -3.641326712696335,\n                                50.464616574855846\n                            ],\n                            [\n                                -3.6411985551959116,\n                                50.46471000229914\n                            ],\n                            [\n                                -3.64116651505602,\n                                50.46482805674101\n                            ],\n                            [\n                                -3.6411654394584807,\n                                50.46485396496114\n                            ],\n                            [\n                                -3.6411543726486864,\n                                50.464886759444795\n                            ],\n                            [\n                                -3.6411557123961575,\n                                50.464901850069516\n                            ],\n                            [\n                                -3.6411486432477127,\n                                50.46491255343754\n                            ],\n                            [\n                                -3.641134674395626,\n                                50.46491850649527\n                            ],\n                            [\n                                -3.6410958808269442,\n                                50.464925349354765\n                            ],\n                            [\n                                -3.641053234025761,\n                                50.46494177094926\n                            ],\n                            [\n                                -3.6410362390477973,\n                                50.46495433212783\n                            ],\n                            [\n                                -3.6410078862087323,\n                                50.46499087798915\n                            ],\n                            [\n                                -3.6409556623282446,\n                                50.46509330708914\n                            ],\n                            [\n                                -3.640933230711054,\n                                50.46519710572158\n                            ],\n                            [\n                                -3.640929234869033,\n                                50.46523960365066\n                            ],\n                            [\n                                -3.6409193869722745,\n                                50.46526365696619\n                            ],\n                            [\n                                -3.6408483030312255,\n                                50.46532804758091\n                            ],\n                            [\n                                -3.640743094106432,\n                                50.46539291941417\n                            ],\n                            [\n                                -3.6407145667087875,\n                                50.46543135635128\n                            ],\n                            [\n                                -3.6406534838114486,\n                                50.46549281773551\n                            ],\n                            [\n                                -3.6406356974117275,\n                                50.46551590372248\n                            ],\n                            [\n                                -3.640582394089642,\n                                50.465566831589825\n                            ],\n                            [\n                                -3.640466582245031,\n                                50.46566125329173\n                            ],\n                            [\n                                -3.6404391178539233,\n                                50.46568033857993\n                            ],\n                            [\n                                -3.6402145899693465,\n                                50.46580920106578\n                            ],\n                            [\n                                -3.6399198883773822,\n                                50.465961257875335\n                            ],\n                            [\n                                -3.6396457931783237,\n                                50.46609153742025\n                            ],\n                            [\n                                -3.639539087834129,\n                                50.46615723866958\n                            ],\n                            [\n                                -3.639452739669931,\n                                50.46619675991732\n                            ],\n                            [\n                                -3.6392026094201757,\n                                50.46633434538972\n                            ],\n                            [\n                                -3.6390243006602563,\n                                50.46641615551502\n                            ],\n                            [\n                                -3.6389031150644864,\n                                50.46648979479992\n                            ],\n                            [\n                                -3.6388840182972007,\n                                50.466498248134\n                            ],\n                            [\n                                -3.638780388514608,\n                                50.46652865880517\n                            ],\n                            [\n                                -3.6387392083776438,\n                                50.46654721738012\n                            ],\n                            [\n                                -3.6385868738248806,\n                                50.46664754785799\n                            ],\n                            [\n                                -3.638575596316454,\n                                50.46665759982702\n                            ],\n                            [\n                                -3.6385694058017606,\n                                50.4666631732077\n                            ],\n                            [\n                                -3.6385079882004616,\n                                50.466694697922975\n                            ],\n                            [\n                                -3.6384777113588758,\n                                50.46670950534325\n                            ],\n                            [\n                                -3.638344199045762,\n                                50.466759223353776\n                            ],\n                            [\n                                -3.638303746922618,\n                                50.46676868782369\n                            ],\n                            [\n                                -3.638233881432662,\n                                50.46677758613629\n                            ],\n                            [\n                                -3.6381552389557874,\n                                50.46680161857449\n                            ],\n                            [\n                                -3.638110520830957,\n                                50.46681852691985\n                            ],\n                            [\n                                -3.6380294548184433,\n                                50.466863359984494\n                            ],\n                            [\n                                -3.6379394187659586,\n                                50.466927125226384\n                            ],\n                            [\n                                -3.6379188530596247,\n                                50.466937119025566\n                            ],\n                            [\n                                -3.637912164093507,\n                                50.46694539751543\n                            ],\n                            [\n                                -3.6379123273725225,\n                                50.46696031586198\n                            ],\n                            [\n                                -3.6379134671175346,\n                                50.46697657851903\n                            ],\n                            [\n                                -3.6378518993052715,\n                                50.46701682894279\n                            ],\n                            [\n                                -3.637747588437208,\n                                50.4671050601487\n                            ],\n                            [\n                                -3.6377234416122697,\n                                50.4671288647733\n                            ],\n                            [\n                                -3.6376433451778385,\n                                50.46722502927786\n                            ],\n                            [\n                                -3.6375929467792902,\n                                50.46732347383936\n                            ],\n                            [\n                                -3.637578232915211,\n                                50.467371518740755\n                            ],\n                            [\n                                -3.637528705925062,\n                                50.46745807924565\n                            ],\n                            [\n                                -3.6375186101069135,\n                                50.467522328845995\n                            ],\n                            [\n                                -3.6374963356019605,\n                                50.46757056109362\n                            ],\n                            [\n                                -3.637419306203919,\n                                50.46767477664545\n                            ],\n                            [\n                                -3.637352772770274,\n                                50.46774998346361\n                            ],\n                            [\n                                -3.6373293997174967,\n                                50.467769280233604\n                            ],\n                            [\n                                -3.6373173306699633,\n                                50.467786619165224\n                            ],\n                            [\n                                -3.6373022052542447,\n                                50.46779951322318\n                            ],\n                            [\n                                -3.637275338494579,\n                                50.46783882528859\n                            ],\n                            [\n                                -3.6372574519684706,\n                                50.467852558641276\n                            ],\n                            [\n                                -3.6372403471370682,\n                                50.46785873522899\n                            ],\n                            [\n                                -3.637228098552643,\n                                50.46786394409978\n                            ],\n                            [\n                                -3.6372241017932083,\n                                50.46786939659747\n                            ],\n                            [\n                                -3.637200570768386,\n                                50.46792124396846\n                            ],\n                            [\n                                -3.637155526557699,\n                                50.46796261054973\n                            ],\n                            [\n                                -3.637113723265064,\n                                50.46798684337193\n                            ],\n                            [\n                                -3.6370856530752484,\n                                50.4680251830119\n                            ],\n                            [\n                                -3.6370579730249775,\n                                50.468044630267144\n                            ],\n                            [\n                                -3.637055870516865,\n                                50.468064536052346\n                            ],\n                            [\n                                -3.637019829128419,\n                                50.46813768574757\n                            ],\n                            [\n                                -3.637044883376292,\n                                50.46816664386886\n                            ],\n                            [\n                                -3.6370724571098476,\n                                50.46819143839916\n                            ],\n                            [\n                                -3.637196474801042,\n                                50.46829380500111\n                            ],\n                            [\n                                -3.6372478231300582,\n                                50.46831376805252\n                            ],\n                            [\n                                -3.6372960377233197,\n                                50.46832378311934\n                            ],\n                            [\n                                -3.6373243654213874,\n                                50.4683332775947\n                            ],\n                            [\n                                -3.637343090324508,\n                                50.46834380658219\n                            ],\n                            [\n                                -3.63738955235944,\n                                50.46838711417802\n                            ],\n                            [\n                                -3.6375394504051197,\n                                50.468458285586195\n                            ],\n                            [\n                                -3.6375796807213194,\n                                50.468486400426336\n                            ],\n                            [\n                                -3.637677016609373,\n                                50.46853591702336\n                            ],\n                            [\n                                -3.6377260081197598,\n                                50.46856840536699\n                            ],\n                            [\n                                -3.6377357782054967,\n                                50.46860891062044\n                            ],\n                            [\n                                -3.6377366265554105,\n                                50.468637130078314\n                            ],\n                            [\n                                -3.6377673326460163,\n                                50.46871870290113\n                            ],\n                            [\n                                -3.6377696454067387,\n                                50.46874852062001\n                            ],\n                            [\n                                -3.6377530529400355,\n                                50.46880296854918\n                            ],\n                            [\n                                -3.637701593596352,\n                                50.46886708090895\n                            ],\n                            [\n                                -3.6376955173869736,\n                                50.468899624903116\n                            ],\n                            [\n                                -3.6376964837654047,\n                                50.468931260325576\n                            ],\n                            [\n                                -3.6377060644162906,\n                                50.46896628205517\n                            ],\n                            [\n                                -3.6377223227843536,\n                                50.46898942796565\n                            ],\n                            [\n                                -3.6377987826432148,\n                                50.46904688301358\n                            ],\n                            [\n                                -3.637813663670451,\n                                50.4690709476759\n                            ],\n                            [\n                                -3.637818513948415,\n                                50.469093453722934\n                            ],\n                            [\n                                -3.637818006903625,\n                                50.46912241175904\n                            ],\n                            [\n                                -3.6378018002682793,\n                                50.46914439579763\n                            ],\n                            [\n                                -3.63777430626748,\n                                50.46916923685232\n                            ],\n                            [\n                                -3.637772204021766,\n                                50.46918914264433\n                            ],\n                            [\n                                -3.6377781425144398,\n                                50.469196245058924\n                            ],\n                            [\n                                -3.6377895967869707,\n                                50.46920148007012\n                            ],\n                            [\n                                -3.6379061261550087,\n                                50.46923832389982\n                            ],\n                            [\n                                -3.6379697907419355,\n                                50.469251727679634\n                            ],\n                            [\n                                -3.638083595731739,\n                                50.46927008255199\n                            ],\n                            [\n                                -3.6381975396427855,\n                                50.46927900090783\n                            ],\n                            [\n                                -3.638238662212464,\n                                50.46928560788249\n                            ],\n                            [\n                                -3.6383280956343214,\n                                50.4693115006919\n                            ],\n                            [\n                                -3.6384353863154786,\n                                50.46935989615903\n                            ],\n                            [\n                                -3.638480943942175,\n                                50.4693737255331\n                            ],\n                            [\n                                -3.6385291446381345,\n                                50.46938329959479\n                            ],\n                            [\n                                -3.6385504180605417,\n                                50.469387227055876\n                            ],\n                            [\n                                -3.638660458202001,\n                                50.46938756593334\n                            ],\n                            [\n                                -3.63873099584543,\n                                50.46939106930052\n                            ],\n                            [\n                                -3.638755039446138,\n                                50.46939441808057\n                            ],\n                            [\n                                -3.638902647613952,\n                                50.46942937516211\n                            ],\n                            [\n                                -3.6389735055484436,\n                                50.469442137439195\n                            ],\n                            [\n                                -3.6390118592710543,\n                                50.46944609401374\n                            ],\n                            [\n                                -3.639045632671816,\n                                50.46944840628897\n                            ],\n                            [\n                                -3.6393332499965974,\n                                50.46944975028234\n                            ],\n                            [\n                                -3.6394148153362544,\n                                50.4694432946571\n                            ],\n                            [\n                                -3.6394838965049012,\n                                50.46944501934023\n                            ],\n                            [\n                                -3.639579965362935,\n                                50.46945453898789\n                            ],\n                            [\n                                -3.6397555178017362,\n                                50.46948785105238\n                            ],\n                            [\n                                -3.639782359525386,\n                                50.46944459051315\n                            ],\n                            [\n                                -3.63997377947011,\n                                50.46954672367741\n                            ],\n                            [\n                                -3.6400205461083726,\n                                50.4695889556794\n                            ],\n                            [\n                                -3.640066679511309,\n                                50.469649534858526\n                            ],\n                            [\n                                -3.6402045151739055,\n                                50.469811682849695\n                            ],\n                            [\n                                -3.640285756295906,\n                                50.469916358039995\n                            ],\n                            [\n                                -3.6403172265176775,\n                                50.469969777960344\n                            ],\n                            [\n                                -3.640361586644741,\n                                50.47001940964059\n                            ],\n                            [\n                                -3.6403965182417957,\n                                50.47004499003065\n                            ],\n                            [\n                                -3.6404626339247517,\n                                50.4701087948778\n                            ],\n                            [\n                                -3.6405411422783858,\n                                50.47019840790508\n                            ],\n                            [\n                                -3.640638006485942,\n                                50.47032813500739\n                            ],\n                            [\n                                -3.6406905564147314,\n                                50.47042665804992\n                            ],\n                            [\n                                -3.6407143921508776,\n                                50.47048422371873\n                            ],\n                            [\n                                -3.6407468858347594,\n                                50.47052647683181\n                            ],\n                            [\n                                -3.6407723319501786,\n                                50.47057682477367\n                            ],\n                            [\n                                -3.6407848487569945,\n                                50.47061639166018\n                            ],\n                            [\n                                -3.6408581553331425,\n                                50.47075678462536\n                            ],\n                            [\n                                -3.6408806717059328,\n                                50.47081652736739\n                            ],\n                            [\n                                -3.6408850240914408,\n                                50.47085513013808\n                            ],\n                            [\n                                -3.6408997431294496,\n                                50.47089439613939\n                            ],\n                            [\n                                -3.6409605746451525,\n                                50.47096304191935\n                            ],\n                            [\n                                -3.6410482579524355,\n                                50.47117021747765\n                            ],\n                            [\n                                -3.6410900493017078,\n                                50.471249384627875\n                            ],\n                            [\n                                -3.641124600361782,\n                                50.47133799840234\n                            ],\n                            [\n                                -3.6411333117013562,\n                                50.471391370378015\n                            ],\n                            [\n                                -3.6411402484192794,\n                                50.47142076305335\n                            ],\n                            [\n                                -3.641155258676314,\n                                50.47144482546713\n                            ],\n                            [\n                                -3.6412317319966006,\n                                50.47155614167958\n                            ],\n                            [\n                                -3.6412627084895095,\n                                50.47159158079534\n                            ],\n                            [\n                                -3.641296250390479,\n                                50.47161727045771\n                            ],\n                            [\n                                -3.6413519041184164,\n                                50.471630776414905\n                            ],\n                            [\n                                -3.6415508683998024,\n                                50.47172903218829\n                            ],\n                            [\n                                -3.6416369136997275,\n                                50.47172080300148\n                            ],\n                            [\n                                -3.64176814803715,\n                                50.4718263096764\n                            ],\n                            [\n                                -3.64180174005934,\n                                50.47187051662778\n                            ],\n                            [\n                                -3.641819163202137,\n                                50.47188367145787\n                            ],\n                            [\n                                -3.641933385151237,\n                                50.471950843801594\n                            ],\n                            [\n                                -3.6419988009283775,\n                                50.4720077324637\n                            ],\n                            [\n                                -3.642037724355603,\n                                50.472051243536015\n                            ],\n                            [\n                                -3.642072009612464,\n                                50.47208168917492\n                            ],\n                            [\n                                -3.6421547360867654,\n                                50.47212529248804\n                            ],\n                            [\n                                -3.642166262123862,\n                                50.47213907012516\n                            ],\n                            [\n                                -3.6421778583000717,\n                                50.47216219128225\n                            ],\n                            [\n                                -3.642216232122711,\n                                50.47221667343929\n                            ],\n                            [\n                                -3.6422086898339168,\n                                50.472280437691694\n                            ],\n                            [\n                                -3.6422202094810947,\n                                50.47233144056322\n                            ],\n                            [\n                                -3.642240490012217,\n                                50.47235668757364\n                            ],\n                            [\n                                -3.642308994826938,\n                                50.472475841189976\n                            ],\n                            [\n                                -3.6423379669585145,\n                                50.4725709189162\n                            ],\n                            [\n                                -3.64234510660284,\n                                50.47260939234552\n                            ],\n                            [\n                                -3.6423720959170294,\n                                50.47267734590769\n                            ],\n                            [\n                                -3.642446536277102,\n                                50.47276971319804\n                            ],\n                            [\n                                -3.642489202316624,\n                                50.47279716240302\n                            ],\n                            [\n                                -3.642498474179756,\n                                50.47281339114915\n                            ],\n                            [\n                                -3.6424655353876085,\n                                50.47296940312034\n                            ],\n                            [\n                                -3.6424522938791295,\n                                50.47310374087741\n                            ],\n                            [\n                                -3.6424248564511488,\n                                50.47322047139614\n                            ],\n                            [\n                                -3.642413298415099,\n                                50.473255791136445\n                            ],\n                            [\n                                -3.642409258797123,\n                                50.473293343118556\n                            ],\n                            [\n                                -3.6423973709777835,\n                                50.47331589638261\n                            ],\n                            [\n                                -3.6423799952916056,\n                                50.47333421910512\n                            ],\n                            [\n                                -3.6423780919319886,\n                                50.473343140794995\n                            ],\n                            [\n                                -3.6422768352050667,\n                                50.47380753251538\n                            ],\n                            [\n                                -3.64214860198805,\n                                50.47400678232129\n                            ],\n                            [\n                                -3.6419204088357335,\n                                50.47522453694078\n                            ],\n                            [\n                                -3.6419120785855164,\n                                50.475269245509374\n                            ],\n                            [\n                                -3.6422790607299946,\n                                50.4752965245541\n                            ],\n                            [\n                                -3.642446926130186,\n                                50.47530539718934\n                            ],\n                            [\n                                -3.6432298783168937,\n                                50.47542570472724\n                            ],\n                            [\n                                -3.643230801801082,\n                                50.47542551180965\n                            ],\n                            [\n                                -3.6436066913994654,\n                                50.47530079238794\n                            ],\n                            [\n                                -3.643626761819673,\n                                50.47529960948664\n                            ],\n                            [\n                                -3.6438506679674734,\n                                50.47527936709181\n                            ],\n                            [\n                                -3.6440729216554386,\n                                50.475254560801744\n                            ],\n                            [\n                                -3.644182906778888,\n                                50.47523951597751\n                            ],\n                            [\n                                -3.644533901326259,\n                                50.47518133036229\n                            ],\n                            [\n                                -3.644853821004325,\n                                50.47511467918495\n                            ],\n                            [\n                                -3.6450638646792646,\n                                50.47506297241382\n                            ],\n                            [\n                                -3.645219367504349,\n                                50.47502022981099\n                            ],\n                            [\n                                -3.6456235483462267,\n                                50.47489429433547\n                            ],\n                            [\n                                -3.645961746769776,\n                                50.47476525270546\n                            ],\n                            [\n                                -3.6462360778845953,\n                                50.474647726397585\n                            ],\n                            [\n                                -3.64639214116171,\n                                50.4745708879528\n                            ],\n                            [\n                                -3.646599502549856,\n                                50.47446887829448\n                            ],\n                            [\n                                -3.6471949681489226,\n                                50.474166344754885\n                            ],\n                            [\n                                -3.647559291223093,\n                                50.473990439833244\n                            ],\n                            [\n                                -3.6475650072189287,\n                                50.47398784063933\n                            ],\n                            [\n                                -3.6493684004533713,\n                                50.473389647840875\n                            ],\n                            [\n                                -3.6496747080470575,\n                                50.47331670076086\n                            ],\n                            [\n                                -3.6505186223483204,\n                                50.4731059338878\n                            ],\n                            [\n                                -3.650831500965502,\n                                50.47299800372634\n                            ],\n                            [\n                                -3.6510321834102597,\n                                50.472934915893184\n                            ],\n                            [\n                                -3.6513593223979415,\n                                50.47281608835259\n                            ],\n                            [\n                                -3.651487364687942,\n                                50.472762574786664\n                            ],\n                            [\n                                -3.651657882576925,\n                                50.4726912800185\n                            ],\n                            [\n                                -3.6517869836334467,\n                                50.47263460327166\n                            ],\n                            [\n                                -3.652043556548002,\n                                50.472514967848376\n                            ],\n                            [\n                                -3.652402078135558,\n                                50.47232996530672\n                            ],\n                            [\n                                -3.6532307884164124,\n                                50.471887427353764\n                            ],\n                            [\n                                -3.6535022583936088,\n                                50.47175229657557\n                            ],\n                            [\n                                -3.6537797733786332,\n                                50.47162688243265\n                            ],\n                            [\n                                -3.6539311405869626,\n                                50.471562691759225\n                            ],\n                            [\n                                -3.6541715592781134,\n                                50.4714666650037\n                            ],\n                            [\n                                -3.654514114245375,\n                                50.47134751036916\n                            ],\n                            [\n                                -3.654822148469712,\n                                50.47125438801776\n                            ],\n                            [\n                                -3.6550681871688933,\n                                50.47119307633846\n                            ],\n                            [\n                                -3.6555169036955153,\n                                50.471089496640985\n                            ],\n                            [\n                                -3.6560205224194893,\n                                50.47098432431758\n                            ],\n                            [\n                                -3.6565526798643178,\n                                50.47088773723326\n                            ],\n                            [\n                                -3.6572134272023,\n                                50.47076054508179\n                            ],\n                            [\n                                -3.6573782943545945,\n                                50.47072717709885\n                            ],\n                            [\n                                -3.657628990443995,\n                                50.47067630734124\n                            ],\n                            [\n                                -3.6581210002219704,\n                                50.47056140711967\n                            ],\n                            [\n                                -3.65865165589654,\n                                50.470422570057195\n                            ],\n                            [\n                                -3.6592292711168524,\n                                50.47025779735666\n                            ],\n                            [\n                                -3.65933536133429,\n                                50.470224545302024\n                            ],\n                            [\n                                -3.6598272510617624,\n                                50.470070255796536\n                            ],\n                            [\n                                -3.6603750427993527,\n                                50.4698738040539\n                            ],\n                            [\n                                -3.6604146355646967,\n                                50.46985956847548\n                            ],\n                            [\n                                -3.6604227712840407,\n                                50.46985648442074\n                            ],\n                            [\n                                -3.66052837147043,\n                                50.46981613318031\n                            ],\n                            [\n                                -3.6605847896187154,\n                                50.46979465125184\n                            ],\n                            [\n                                -3.660610124642172,\n                                50.46978493611745\n                            ],\n                            [\n                                -3.6606603396226474,\n                                50.46976579113441\n                            ],\n                            [\n                                -3.6607243190013046,\n                                50.46974132320322\n                            ],\n                            [\n                                -3.6608782991628885,\n                                50.46968256331079\n                            ],\n                            [\n                                -3.6609208648367204,\n                                50.470310440565385\n                            ],\n                            [\n                                -3.660922162139444,\n                                50.47033056809747\n                            ],\n                            [\n                                -3.6609422025239153,\n                                50.47032578511553\n                            ],\n                            [\n                                -3.6610005362690954,\n                                50.47030265676271\n                            ],\n                            [\n                                -3.6610226422820054,\n                                50.47028363411474\n                            ],\n                            [\n                                -3.661050982937616,\n                                50.470240257249934\n                            ],\n                            [\n                                -3.6610474883086557,\n                                50.470213325821966\n                            ],\n                            [\n                                -3.661101638626445,\n                                50.470190257143656\n                            ],\n                            [\n                                -3.6611357314590425,\n                                50.470152185401055\n                            ],\n                            [\n                                -3.6611646340173194,\n                                50.470131275924835\n                            ],\n                            [\n                                -3.6612185817506986,\n                                50.47009921630973\n                            ],\n                            [\n                                -3.661304405571241,\n                                50.47005509954114\n                            ],\n                            [\n                                -3.6614572741646216,\n                                50.469984321088894\n                            ],\n                            [\n                                -3.6615139008148865,\n                                50.46995231301588\n                            ],\n                            [\n                                -3.661582017508307,\n                                50.469920050881775\n                            ],\n                            [\n                                -3.6616536712765027,\n                                50.46987613622095\n                            ],\n                            [\n                                -3.661810882439782,\n                                50.469756827822934\n                            ],\n                            [\n                                -3.6618605302827656,\n                                50.469724739384176\n                            ],\n                            [\n                                -3.6619105772898037,\n                                50.46970082056339\n                            ],\n                            [\n                                -3.661959361849287,\n                                50.46969032947331\n                            ],\n                            [\n                                -3.66201394835635,\n                                50.4696833439965\n                            ],\n                            [\n                                -3.662203124505207,\n                                50.46967389607245\n                            ],\n                            [\n                                -3.662235469958624,\n                                50.46967523270577\n                            ],\n                            [\n                                -3.662280657581435,\n                                50.469688347568294\n                            ],\n                            [\n                                -3.6623648414476033,\n                                50.4697397403513\n                            ],\n                            [\n                                -3.662465771839891,\n                                50.46978163918604\n                            ],\n                            [\n                                -3.6625235233662634,\n                                50.46981506224662\n                            ],\n                            [\n                                -3.6625435406901654,\n                                50.469819273091574\n                            ],\n                            [\n                                -3.662578794654348,\n                                50.46981715043304\n                            ],\n                            [\n                                -3.6625954686846165,\n                                50.469812424263544\n                            ],\n                            [\n                                -3.662634716747559,\n                                50.469768702261916\n                            ],\n                            [\n                                -3.662666076050183,\n                                50.46973831383441\n                            ],\n                            [\n                                -3.662706101277886,\n                                50.469710319808726\n                            ],\n                            [\n                                -3.6627728003247038,\n                                50.46967744766644\n                            ],\n                            [\n                                -3.663086192655566,\n                                50.4695691171612\n                            ],\n                            [\n                                -3.663312730865466,\n                                50.46950842643817\n                            ],\n                            [\n                                -3.663565979265683,\n                                50.46941822251037\n                            ],\n                            [\n                                -3.6637543058575783,\n                                50.46936454381502\n                            ],\n                            [\n                                -3.663837031549474,\n                                50.469335039379075\n                            ],\n                            [\n                                -3.6638869833765213,\n                                50.4693212930233\n                            ],\n                            [\n                                -3.66399348179701,\n                                50.46927373074679\n                            ],\n                            [\n                                -3.6640106922607845,\n                                50.46928067961714\n                            ],\n                            [\n                                -3.6640094772787326,\n                                50.469289420958525\n                            ],\n                            [\n                                -3.6640281840456934,\n                                50.46932574009\n                            ],\n                            [\n                                -3.664030136936819,\n                                50.46935808076321\n                            ],\n                            [\n                                -3.6640211290352553,\n                                50.469386081315825\n                            ],\n                            [\n                                -3.664009521907222,\n                                50.46940306569078\n                            ],\n                            [\n                                -3.6639837420648997,\n                                50.46942015383571\n                            ],\n                            [\n                                -3.663873861275422,\n                                50.46946731478424\n                            ],\n                            [\n                                -3.663853718873501,\n                                50.46948603109446\n                            ],\n                            [\n                                -3.6638468791405376,\n                                50.46949952963802\n                            ],\n                            [\n                                -3.663848844459996,\n                                50.469515771274345\n                            ],\n                            [\n                                -3.6638579726921514,\n                                50.46953093015108\n                            ],\n                            [\n                                -3.6638967404457072,\n                                50.4695763159329\n                            ],\n                            [\n                                -3.663907455624521,\n                                50.4695969383139\n                            ],\n                            [\n                                -3.6639004401891127,\n                                50.469664833735465\n                            ],\n                            [\n                                -3.663907709061873,\n                                50.46969646881753\n                            ],\n                            [\n                                -3.663909415411526,\n                                50.469748680269205\n                            ],\n                            [\n                                -3.6638910783321976,\n                                50.46979875005224\n                            ],\n                            [\n                                -3.663888127933768,\n                                50.469830711160185\n                            ],\n                            [\n                                -3.663911073159649,\n                                50.469855295770024\n                            ],\n                            [\n                                -3.663945848157553,\n                                50.46992582227989\n                            ],\n                            [\n                                -3.6639593860183717,\n                                50.46994415584159\n                            ],\n                            [\n                                -3.6639630389026396,\n                                50.469961902281554\n                            ],\n                            [\n                                -3.6639592555944547,\n                                50.46997014072704\n                            ],\n                            [\n                                -3.663948271748902,\n                                50.46997839221626\n                            ],\n                            [\n                                -3.663918765474839,\n                                50.469985280733695\n                            ],\n                            [\n                                -3.663875971938068,\n                                50.46998418392662\n                            ],\n                            [\n                                -3.6638493468215034,\n                                50.46999005090049\n                            ],\n                            [\n                                -3.6638163968281647,\n                                50.469981537333\n                            ],\n                            [\n                                -3.6637895998209697,\n                                50.46998290986321\n                            ],\n                            [\n                                -3.6637713898410076,\n                                50.469990446239336\n                            ],\n                            [\n                                -3.6637621196391525,\n                                50.4700041594085\n                            ],\n                            [\n                                -3.663768525089709,\n                                50.47002123692717\n                            ],\n                            [\n                                -3.663796532152201,\n                                50.47004790767911\n                            ],\n                            [\n                                -3.663802698701098,\n                                50.47006139110185\n                            ],\n                            [\n                                -3.6638125165401827,\n                                50.470142347579056\n                            ],\n                            [\n                                -3.663788736119235,\n                                50.47025292436557\n                            ],\n                            [\n                                -3.6637957102246825,\n                                50.47028258503639\n                            ],\n                            [\n                                -3.663805899403492,\n                                50.470291433100755\n                            ],\n                            [\n                                -3.663813044116736,\n                                50.47029303974387\n                            ],\n                            [\n                                -3.663830177721386,\n                                50.470298190985346\n                            ],\n                            [\n                                -3.6638529499903485,\n                                50.47029777538233\n                            ],\n                            [\n                                -3.6639083454146184,\n                                50.47030057167267\n                            ],\n                            [\n                                -3.6639519630408794,\n                                50.47032513043817\n                            ],\n                            [\n                                -3.663961091152262,\n                                50.4703402803137\n                            ],\n                            [\n                                -3.6639635652374145,\n                                50.4703673971387\n                            ],\n                            [\n                                -3.6639332844450685,\n                                50.47041845617456\n                            ],\n                            [\n                                -3.663928165070831,\n                                50.47043479913068\n                            ],\n                            [\n                                -3.663955729633564,\n                                50.47051828985344\n                            ],\n                            [\n                                -3.6639691887630934,\n                                50.47053437609518\n                            ],\n                            [\n                                -3.6639712952639005,\n                                50.470551425147825\n                            ],\n                            [\n                                -3.6639636299644525,\n                                50.47056790344859\n                            ],\n                            [\n                                -3.6639415205956705,\n                                50.47058359001666\n                            ],\n                            [\n                                -3.663902122632119,\n                                50.47059332712237\n                            ],\n                            [\n                                -3.663853644688966,\n                                50.470615776359864\n                            ],\n                            [\n                                -3.6638061498680736,\n                                50.47063291418392\n                            ],\n                            [\n                                -3.663781648817414,\n                                50.47065313181123\n                            ],\n                            [\n                                -3.6637565865064112,\n                                50.47069710102592\n                            ],\n                            [\n                                -3.663726828118174,\n                                50.470799578938745\n                            ],\n                            [\n                                -3.6637338275214364,\n                                50.470829958751146\n                            ],\n                            [\n                                -3.6637534448732327,\n                                50.47086932278187\n                            ],\n                            [\n                                -3.66378282231545,\n                                50.47091494181045\n                            ],\n                            [\n                                -3.663848548744208,\n                                50.47096030183154\n                            ],\n                            [\n                                -3.663863007026531,\n                                50.47097835242649\n                            ],\n                            [\n                                -3.66387341836466,\n                                50.471003556984094\n                            ],\n                            [\n                                -3.6638767390597016,\n                                50.471025085560115\n                            ],\n                            [\n                                -3.663868588961509,\n                                50.471037793400676\n                            ],\n                            [\n                                -3.6638548971047835,\n                                50.47104518422855\n                            ],\n                            [\n                                -3.663836586567559,\n                                50.47104625552585\n                            ],\n                            [\n                                -3.663726749251018,\n                                50.471022113038174\n                            ],\n                            [\n                                -3.663704354010122,\n                                50.47102324272547\n                            ],\n                            [\n                                -3.663679355016294,\n                                50.4710324950442\n                            ],\n                            [\n                                -3.663666522959228,\n                                50.47104751826352\n                            ],\n                            [\n                                -3.6637034604243266,\n                                50.471063619564156\n                            ],\n                            [\n                                -3.6636957678415003,\n                                50.471072903215614\n                            ],\n                            [\n                                -3.6636924596364877,\n                                50.47116412041423\n                            ],\n                            [\n                                -3.6636860687459043,\n                                50.471183989111225\n                            ],\n                            [\n                                -3.663675371763612,\n                                50.471200420804315\n                            ],\n                            [\n                                -3.6635819183838585,\n                                50.47127889669978\n                            ],\n                            [\n                                -3.6635670520999692,\n                                50.471295387997614\n                            ],\n                            [\n                                -3.663556714868972,\n                                50.47132889371237\n                            ],\n                            [\n                                -3.663558878602682,\n                                50.471360421927756\n                            ],\n                            [\n                                -3.6635529588203193,\n                                50.47140374863679\n                            ],\n                            [\n                                -3.6635356002919073,\n                                50.47143555598701\n                            ],\n                            [\n                                -3.6635039582286106,\n                                50.47145750352741\n                            ],\n                            [\n                                -3.663453806168065,\n                                50.47146882424719\n                            ],\n                            [\n                                -3.663386993717563,\n                                50.47148848652906\n                            ],\n                            [\n                                -3.6631288809347895,\n                                50.47160303371516\n                            ],\n                            [\n                                -3.6631036108377937,\n                                50.47161139939919\n                            ],\n                            [\n                                -3.6630441356744505,\n                                50.4716518131593\n                            ],\n                            [\n                                -3.6630265217617675,\n                                50.471672741615244\n                            ],\n                            [\n                                -3.663014629305561,\n                                50.47169808517427\n                            ],\n                            [\n                                -3.663013563826254,\n                                50.4717106916863\n                            ],\n                            [\n                                -3.663017988640954,\n                                50.471717913395445\n                            ],\n                            [\n                                -3.6631456001006697,\n                                50.471854548418015\n                            ],\n                            [\n                                -3.663150162079313,\n                                50.47186527573288\n                            ],\n                            [\n                                -3.6631462446122685,\n                                50.47187612426005\n                            ],\n                            [\n                                -3.663133784278976,\n                                50.471885287156866\n                            ],\n                            [\n                                -3.663113049553927,\n                                50.47189358800995\n                            ],\n                            [\n                                -3.6630780366829705,\n                                50.471895797314346\n                            ],\n                            [\n                                -3.6630582090967696,\n                                50.471890594531374\n                            ],\n                            [\n                                -3.6629831157857042,\n                                50.471859838933746\n                            ],\n                            [\n                                -3.6629373744492355,\n                                50.471837837411215\n                            ],\n                            [\n                                -3.662912136326274,\n                                50.47184350446376\n                            ],\n                            [\n                                -3.6628996547527404,\n                                50.47185527583308\n                            ],\n                            [\n                                -3.662863575274616,\n                                50.471913432590355\n                            ],\n                            [\n                                -3.662853030695534,\n                                50.47194064555906\n                            ],\n                            [\n                                -3.6628352163982743,\n                                50.47195627052235\n                            ],\n                            [\n                                -3.6628251148144217,\n                                50.47198968285996\n                            ],\n                            [\n                                -3.662770196568615,\n                                50.472043513011464\n                            ],\n                            [\n                                -3.6627532564821363,\n                                50.4721105608519\n                            ],\n                            [\n                                -3.662746342656771,\n                                50.47211875405516\n                            ],\n                            [\n                                -3.662728349650903,\n                                50.472132501856755\n                            ],\n                            [\n                                -3.6627061278878377,\n                                50.4721418042089\n                            ],\n                            [\n                                -3.662612135981022,\n                                50.47215843682323\n                            ],\n                            [\n                                -3.6625603382060485,\n                                50.47216907016174\n                            ],\n                            [\n                                -3.6625354039992595,\n                                50.472183807504365\n                            ],\n                            [\n                                -3.662527193424275,\n                                50.47219480729355\n                            ],\n                            [\n                                -3.662517845462294,\n                                50.472226410078754\n                            ],\n                            [\n                                -3.662525883925778,\n                                50.47228320780247\n                            ],\n                            [\n                                -3.6625193905090114,\n                                50.472320255998156\n                            ],\n                            [\n                                -3.6624952143807907,\n                                50.472386327941805\n                            ],\n                            [\n                                -3.662485713896993,\n                                50.47240354286793\n                            ],\n                            [\n                                -3.6624443948924417,\n                                50.47245457933661\n                            ],\n                            [\n                                -3.662439112503919,\n                                50.47247272330218\n                            ],\n                            [\n                                -3.6624520271748007,\n                                50.47248333129363\n                            ],\n                            [\n                                -3.6624745767403843,\n                                50.47249019510877\n                            ],\n                            [\n                                -3.662548923332193,\n                                50.472492820193736\n                            ],\n                            [\n                                -3.6625870378754577,\n                                50.47249947056215\n                            ],\n                            [\n                                -3.662602628860705,\n                                50.47251004029257\n                            ],\n                            [\n                                -3.662617048995107,\n                                50.47252700333673\n                            ],\n                            [\n                                -3.6626393073726837,\n                                50.472605092958325\n                            ],\n                            [\n                                -3.6626507177950653,\n                                50.47261580336805\n                            ],\n                            [\n                                -3.662671968513947,\n                                50.47262179532299\n                            ],\n                            [\n                                -3.6626999914690495,\n                                50.472622384167586\n                            ],\n                            [\n                                -3.6627338596018943,\n                                50.47262729641903\n                            ],\n                            [\n                                -3.6627691041697745,\n                                50.47263488712076\n                            ],\n                            [\n                                -3.6627846877438883,\n                                50.47264203030592\n                            ],\n                            [\n                                -3.662790338505945,\n                                50.472650853380976\n                            ],\n                            [\n                                -3.662790680925938,\n                                50.472667037276075\n                            ],\n                            [\n                                -3.662769154321019,\n                                50.47272587639055\n                            ],\n                            [\n                                -3.6627681965639365,\n                                50.472744768004596\n                            ],\n                            [\n                                -3.662797542711672,\n                                50.472819608479874\n                            ],\n                            [\n                                -3.662794790722416,\n                                50.47286046154477\n                            ],\n                            [\n                                -3.662802030468019,\n                                50.4729310311307\n                            ],\n                            [\n                                -3.6627924394090194,\n                                50.47297217080612\n                            ],\n                            [\n                                -3.662762474317837,\n                                50.47305198707062\n                            ],\n                            [\n                                -3.6627519113491336,\n                                50.473112018556755\n                            ],\n                            [\n                                -3.662743208317528,\n                                50.473125453715035\n                            ],\n                            [\n                                -3.662750070364445,\n                                50.47315232796651\n                            ],\n                            [\n                                -3.6627663091168343,\n                                50.47316126953888\n                            ],\n                            [\n                                -3.6627809184800815,\n                                50.47316393875592\n                            ],\n                            [\n                                -3.6628265824507626,\n                                50.47316040813103\n                            ],\n                            [\n                                -3.6628644862123045,\n                                50.47316103559642\n                            ],\n                            [\n                                -3.6629002140790936,\n                                50.47316592122097\n                            ],\n                            [\n                                -3.6629884696805233,\n                                50.473164479911624\n                            ],\n                            [\n                                -3.663026210278518,\n                                50.473170496925306\n                            ],\n                            [\n                                -3.663055871882705,\n                                50.47318122522462\n                            ],\n                            [\n                                -3.6630662373474907,\n                                50.473191869586316\n                            ],\n                            [\n                                -3.663072879311163,\n                                50.47320885381704\n                            ],\n                            [\n                                -3.663084122312205,\n                                50.473271001953805\n                            ],\n                            [\n                                -3.663070354394643,\n                                50.47329592263002\n                            ],\n                            [\n                                -3.6630544930811677,\n                                50.47331098907299\n                            ],\n                            [\n                                -3.6630395935513866,\n                                50.47332334363503\n                            ],\n                            [\n                                -3.6629941408976583,\n                                50.473345749247194\n                            ],\n                            [\n                                -3.662994519474324,\n                                50.47336336263301\n                            ],\n                            [\n                                -3.6630405674654987,\n                                50.47339084595145\n                            ],\n                            [\n                                -3.6630959860023835,\n                                50.473430336897856\n                            ],\n                            [\n                                -3.6632215837209703,\n                                50.47348617358946\n                            ],\n                            [\n                                -3.663190391815395,\n                                50.47351135235283\n                            ],\n                            [\n                                -3.6632086033941054,\n                                50.4735234944259\n                            ],\n                            [\n                                -3.663208831924599,\n                                50.4735235810967\n                            ],\n                            [\n                                -3.663208839478386,\n                                50.47353383388733\n                            ],\n                            [\n                                -3.663197211806487,\n                                50.47354344356583\n                            ],\n                            [\n                                -3.6631347828464937,\n                                50.47356240446238\n                            ],\n                            [\n                                -3.6631188156579344,\n                                50.47357405479384\n                            ],\n                            [\n                                -3.6631159527184916,\n                                50.473585238999576\n                            ],\n                            [\n                                -3.6631261500463204,\n                                50.47361116617522\n                            ],\n                            [\n                                -3.663156551184173,\n                                50.47365299333033\n                            ],\n                            [\n                                -3.6631843143711706,\n                                50.47371562480284\n                            ],\n                            [\n                                -3.6631859613070317,\n                                50.473722796276256\n                            ],\n                            [\n                                -3.663178999098806,\n                                50.47372640337114\n                            ],\n                            [\n                                -3.6631885328078573,\n                                50.473799269520995\n                            ],\n                            [\n                                -3.6632078704893245,\n                                50.47383064216488\n                            ],\n                            [\n                                -3.663279073410082,\n                                50.473879350841685\n                            ],\n                            [\n                                -3.6633807714965485,\n                                50.473929593136475\n                            ],\n                            [\n                                -3.6634349235812205,\n                                50.473975937293574\n                            ],\n                            [\n                                -3.663454251129679,\n                                50.47398734387164\n                            ],\n                            [\n                                -3.663466735005468,\n                                50.47400533280159\n                            ],\n                            [\n                                -3.663465349227915,\n                                50.474031695367515\n                            ],\n                            [\n                                -3.663454911867987,\n                                50.4740455061306\n                            ],\n                            [\n                                -3.663446497761938,\n                                50.47405111262879\n                            ],\n                            [\n                                -3.6634137029825413,\n                                50.47405994570367\n                            ],\n                            [\n                                -3.6633723804680827,\n                                50.47407114912926\n                            ],\n                            [\n                                -3.6633629876865683,\n                                50.474081797130474\n                            ],\n                            [\n                                -3.663368232522561,\n                                50.474098720373085\n                            ],\n                            [\n                                -3.6634190312309975,\n                                50.47413584889556\n                            ],\n                            [\n                                -3.6634609991555505,\n                                50.474172734908194\n                            ],\n                            [\n                                -3.6634718780350655,\n                                50.47418795871572\n                            ],\n                            [\n                                -3.6634793042600005,\n                                50.47422085068177\n                            ],\n                            [\n                                -3.6634767083590902,\n                                50.47428580482761\n                            ],\n                            [\n                                -3.663471914807837,\n                                50.47430502109894\n                            ],\n                            [\n                                -3.6634612063037935,\n                                50.474311110090134\n                            ],\n                            [\n                                -3.6634369926548858,\n                                50.47433636002571\n                            ],\n                            [\n                                -3.6634309394752558,\n                                50.47436224969369\n                            ],\n                            [\n                                -3.6634542244909354,\n                                50.47444302259964\n                            ],\n                            [\n                                -3.6634266482751126,\n                                50.47449493317153\n                            ],\n                            [\n                                -3.663419517805752,\n                                50.474530281698065\n                            ],\n                            [\n                                -3.6634199895417607,\n                                50.47455014219036\n                            ],\n                            [\n                                -3.663420412419199,\n                                50.474562187795534\n                            ],\n                            [\n                                -3.6634068971276905,\n                                50.47457785030509\n                            ],\n                            [\n                                -3.6633598397308744,\n                                50.47459110534906\n                            ],\n                            [\n                                -3.663325244030058,\n                                50.4746088679747\n                            ],\n                            [\n                                -3.6631819036130184,\n                                50.474639868037386\n                            ],\n                            [\n                                -3.6631268051843526,\n                                50.4746561159376\n                            ],\n                            [\n                                -3.6631135839032694,\n                                50.47466008230991\n                            ],\n                            [\n                                -3.6631053879267728,\n                                50.47466829385722\n                            ],\n                            [\n                                -3.663104277353304,\n                                50.474676404124054\n                            ],\n                            [\n                                -3.663116870958476,\n                                50.47471397995006\n                            ],\n                            [\n                                -3.6631303864695806,\n                                50.47473806993067\n                            ],\n                            [\n                                -3.6631307647868754,\n                                50.474748848051746\n                            ],\n                            [\n                                -3.6631199721780487,\n                                50.47476258291623\n                            ],\n                            [\n                                -3.663085289066628,\n                                50.474777459718716\n                            ],\n                            [\n                                -3.663063003359886,\n                                50.47478497328383\n                            ],\n                            [\n                                -3.6629660460145748,\n                                50.474793554149535\n                            ],\n                            [\n                                -3.6629335528087,\n                                50.47479132043942\n                            ],\n                            [\n                                -3.6629249876564547,\n                                50.47478901454081\n                            ],\n                            [\n                                -3.6629213980079065,\n                                50.47481603815839\n                            ],\n                            [\n                                -3.6629160182729192,\n                                50.47481494585878\n                            ],\n                            [\n                                -3.6629063476312296,\n                                50.47481085700531\n                            ],\n                            [\n                                -3.662893147504867,\n                                50.47480538858659\n                            ],\n                            [\n                                -3.6628763002496147,\n                                50.47480562937242\n                            ],\n                            [\n                                -3.6628717870998955,\n                                50.47480955220197\n                            ],\n                            [\n                                -3.6628680723437164,\n                                50.47481293298824\n                            ],\n                            [\n                                -3.662868450917852,\n                                50.474823720099884\n                            ],\n                            [\n                                -3.662885960376115,\n                                50.474842347771\n                            ],\n                            [\n                                -3.662915717069319,\n                                50.474859370386746\n                            ],\n                            [\n                                -3.662905307135215,\n                                50.47493701847377\n                            ],\n                            [\n                                -3.6629484394434786,\n                                50.474917524079274\n                            ],\n                            [\n                                -3.6632589959727455,\n                                50.47477722506198\n                            ],\n                            [\n                                -3.6644430536393395,\n                                50.474382482024645\n                            ],\n                            [\n                                -3.6647189694063056,\n                                50.47381199888639\n                            ],\n                            [\n                                -3.665087313653654,\n                                50.47346488368937\n                            ],\n                            [\n                                -3.665609652019683,\n                                50.47308868043367\n                            ],\n                            [\n                                -3.6658280038968654,\n                                50.47288774526853\n                            ],\n                            [\n                                -3.666087168981309,\n                                50.47264118441711\n                            ],\n                            [\n                                -3.666135428656282,\n                                50.47257602595093\n                            ],\n                            [\n                                -3.6671546663609145,\n                                50.47287908567487\n                            ],\n                            [\n                                -3.671498141255496,\n                                50.47458398940423\n                            ],\n                            [\n                                -3.671632776024132,\n                                50.47570253566237\n                            ],\n                            [\n                                -3.671682510286495,\n                                50.47591338166278\n                            ],\n                            [\n                                -3.6723622874237787,\n                                50.47664350361969\n                            ],\n                            [\n                                -3.6704144139569026,\n                                50.481306352235265\n                            ],\n                            [\n                                -3.6685515531309045,\n                                50.48205489376247\n                            ],\n                            [\n                                -3.667946454970598,\n                                50.482812174258626\n                            ],\n                            [\n                                -3.6680679258033266,\n                                50.48465084407768\n                            ],\n                            [\n                                -3.668162435886232,\n                                50.48608034210664\n                            ],\n                            [\n                                -3.6695505897373404,\n                                50.486780265869\n                            ],\n                            [\n                                -3.6713016610579974,\n                                50.48981231232579\n                            ],\n                            [\n                                -3.671642344806787,\n                                50.49023989220423\n                            ],\n                            [\n                                -3.670934023862013,\n                                50.491578515042846\n                            ],\n                            [\n                                -3.6747915783861624,\n                                50.49559983512458\n                            ],\n                            [\n                                -3.676255038652865,\n                                50.496166702342904\n                            ],\n                            [\n                                -3.676629422327019,\n                                50.496161308693196\n                            ],\n                            [\n                                -3.6772091563652904,\n                                50.49620689875131\n                            ],\n                            [\n                                -3.677673851090995,\n                                50.49619120627211\n                            ],\n                            [\n                                -3.6777856082647955,\n                                50.49616262271885\n                            ],\n                            [\n                                -3.678031410639503,\n                                50.495934297577286\n                            ],\n                            [\n                                -3.67812177371047,\n                                50.495699138931\n                            ],\n                            [\n                                -3.6781409663990323,\n                                50.49544701909638\n                            ],\n                            [\n                                -3.6780821095191887,\n                                50.494980228714695\n                            ],\n                            [\n                                -3.6784518072958345,\n                                50.49466910910774\n                            ],\n                            [\n                                -3.678652948344556,\n                                50.49437839851295\n                            ],\n                            [\n                                -3.678480117895003,\n                                50.49387720539064\n                            ],\n                            [\n                                -3.678458405632515,\n                                50.493661641473146\n                            ],\n                            [\n                                -3.6786032756744627,\n                                50.49258034596014\n                            ],\n                            [\n                                -3.678774715794429,\n                                50.492245103672964\n                            ],\n                            [\n                                -3.679305456713885,\n                                50.49170678663667\n                            ],\n                            [\n                                -3.679548563473237,\n                                50.491406483859826\n                            ],\n                            [\n                                -3.67986093622969,\n                                50.49067350707965\n                            ],\n                            [\n                                -3.6800740098860807,\n                                50.490319683115835\n                            ],\n                            [\n                                -3.6809585665885347,\n                                50.48917950386749\n                            ],\n                            [\n                                -3.680977236669162,\n                                50.48915540967257\n                            ],\n                            [\n                                -3.681168441721452,\n                                50.48898181073473\n                            ],\n                            [\n                                -3.6812321268633337,\n                                50.489187684208694\n                            ],\n                            [\n                                -3.6812422441302624,\n                                50.489335269594385\n                            ],\n                            [\n                                -3.681290363978556,\n                                50.49003228349842\n                            ],\n                            [\n                                -3.681392379456466,\n                                50.49052551134231\n                            ],\n                            [\n                                -3.682046598421589,\n                                50.49147837968803\n                            ],\n                            [\n                                -3.6823423761942236,\n                                50.49226550974522\n                            ],\n                            [\n                                -3.6826769542347715,\n                                50.49295317354945\n                            ],\n                            [\n                                -3.6831497117203305,\n                                50.49355791187711\n                            ],\n                            [\n                                -3.6832656157884673,\n                                50.4936462448509\n                            ],\n                            [\n                                -3.684152815329095,\n                                50.494162447481344\n                            ],\n                            [\n                                -3.68484925455409,\n                                50.49456766152393\n                            ],\n                            [\n                                -3.686051884401615,\n                                50.49508082010435\n                            ],\n                            [\n                                -3.686482711885869,\n                                50.495299438835474\n                            ],\n                            [\n                                -3.6867103585112697,\n                                50.495359077629104\n                            ],\n                            [\n                                -3.687530008554198,\n                                50.495410132167585\n                            ],\n                            [\n                                -3.6887941330548237,\n                                50.49567061738099\n                            ],\n                            [\n                                -3.6897860527892705,\n                                50.49580915636085\n                            ],\n                            [\n                                -3.690271973347369,\n                                50.4959909140991\n                            ],\n                            [\n                                -3.691022661767055,\n                                50.4964836941142\n                            ],\n                            [\n                                -3.6921713006108594,\n                                50.4970605936927\n                            ],\n                            [\n                                -3.692841273504069,\n                                50.496475230247064\n                            ],\n                            [\n                                -3.6932518578035447,\n                                50.49652320106294\n                            ],\n                            [\n                                -3.694100097140692,\n                                50.496582787179754\n                            ],\n                            [\n                                -3.694308241773785,\n                                50.496489846047886\n                            ],\n                            [\n                                -3.6943757535138215,\n                                50.496407937136496\n                            ],\n                            [\n                                -3.6946188788336527,\n                                50.49650330119812\n                            ],\n                            [\n                                -3.694887238696229,\n                                50.49651738030056\n                            ],\n                            [\n                                -3.6950727223217816,\n                                50.4965776169034\n                            ],\n                            [\n                                -3.6951083504597904,\n                                50.49717968917672\n                            ],\n                            [\n                                -3.695201304322993,\n                                50.497412190941766\n                            ],\n                            [\n                                -3.6953310924830074,\n                                50.49749122602367\n                            ],\n                            [\n                                -3.6959878399044066,\n                                50.49811121954843\n                            ],\n                            [\n                                -3.696132538061952,\n                                50.498217089677716\n                            ],\n                            [\n                                -3.696706962330373,\n                                50.49850551878013\n                            ],\n                            [\n                                -3.697505529038108,\n                                50.499150408179474\n                            ],\n                            [\n                                -3.698049432924968,\n                                50.499413733623925\n                            ],\n                            [\n                                -3.6989118493309174,\n                                50.49983137162265\n                            ],\n                            [\n                                -3.6999924978592627,\n                                50.500472134461056\n                            ],\n                            [\n                                -3.700421711532705,\n                                50.50064577465226\n                            ],\n                            [\n                                -3.7009388578008275,\n                                50.50090794873206\n                            ],\n                            [\n                                -3.7016500232519056,\n                                50.50147317049057\n                            ],\n                            [\n                                -3.7004320101753487,\n                                50.50289404694387\n                            ],\n                            [\n                                -3.700135238858987,\n                                50.50366281676203\n                            ],\n                            [\n                                -3.6999627327606937,\n                                50.50396213096563\n                            ],\n                            [\n                                -3.699598933040461,\n                                50.50443517426957\n                            ],\n                            [\n                                -3.6993959267924628,\n                                50.50467190476091\n                            ],\n                            [\n                                -3.6985029238611973,\n                                50.50533249254372\n                            ],\n                            [\n                                -3.698216279290481,\n                                50.50559750382015\n                            ],\n                            [\n                                -3.69818298037125,\n                                50.50576486888005\n                            ],\n                            [\n                                -3.698180621493755,\n                                50.505780093755256\n                            ],\n                            [\n                                -3.6982129938325436,\n                                50.50629005292623\n                            ],\n                            [\n                                -3.698154383005269,\n                                50.506623767063445\n                            ],\n                            [\n                                -3.69799527350026,\n                                50.50690481416193\n                            ],\n                            [\n                                -3.697590083223636,\n                                50.50740541795619\n                            ],\n                            [\n                                -3.697309867323451,\n                                50.5078501631199\n                            ],\n                            [\n                                -3.6965598142232787,\n                                50.508562684694176\n                            ],\n                            [\n                                -3.6959505858520356,\n                                50.50927305014259\n                            ],\n                            [\n                                -3.6959970760372283,\n                                50.50938926437322\n                            ],\n                            [\n                                -3.6965545677403466,\n                                50.509992713305074\n                            ],\n                            [\n                                -3.6969913671886787,\n                                50.51037305788753\n                            ],\n                            [\n                                -3.69710733836826,\n                                50.51046136717504\n                            ],\n                            [\n                                -3.6975380322799025,\n                                50.510670872578274\n                            ],\n                            [\n                                -3.69782439989356,\n                                50.510792661516746\n                            ],\n                            [\n                                -3.699008997421001,\n                                50.51118006498532\n                            ],\n                            [\n                                -3.700040178866298,\n                                50.511614747361044\n                            ],\n                            [\n                                -3.7004417278566057,\n                                50.51167901406966\n                            ],\n                            [\n                                -3.699265881212173,\n                                50.513362703315416\n                            ],\n                            [\n                                -3.6992715022840343,\n                                50.514202214317216\n                            ],\n                            [\n                                -3.6992780701114403,\n                                50.51519806760859\n                            ],\n                            [\n                                -3.6993549605427365,\n                                50.5154608392978\n                            ],\n                            [\n                                -3.702607837648042,\n                                50.515907898025866\n                            ],\n                            [\n                                -3.703850877244557,\n                                50.51638583707278\n                            ],\n                            [\n                                -3.7079641667814154,\n                                50.51764508912966\n                            ],\n                            [\n                                -3.7087315365099065,\n                                50.51871690600819\n                            ],\n                            [\n                                -3.707743124509718,\n                                50.52159699128655\n                            ],\n                            [\n                                -3.707759288810745,\n                                50.52165474574701\n                            ],\n                            [\n                                -3.7079577720552694,\n                                50.523038002414566\n                            ],\n                            [\n                                -3.7080120279870488,\n                                50.52323248726389\n                            ],\n                            [\n                                -3.712861225241975,\n                                50.52336856396845\n                            ],\n                            [\n                                -3.7161322673343538,\n                                50.52501575272902\n                            ],\n                            [\n                                -3.717309714563853,\n                                50.52568872712805\n                            ],\n                            [\n                                -3.7166482702904857,\n                                50.52629423945728\n                            ],\n                            [\n                                -3.7134412508933483,\n                                50.528924750036836\n                            ],\n                            [\n                                -3.7129807981651894,\n                                50.52913975964182\n                            ],\n                            [\n                                -3.7133604223336314,\n                                50.52963794699215\n                            ],\n                            [\n                                -3.713897374256482,\n                                50.530342678012005\n                            ],\n                            [\n                                -3.714263492933269,\n                                50.53105200032176\n                            ],\n                            [\n                                -3.714362358929319,\n                                50.53121183776971\n                            ],\n                            [\n                                -3.7145154103787235,\n                                50.53150557611511\n                            ],\n                            [\n                                -3.7168753085077895,\n                                50.532817034928755\n                            ],\n                            [\n                                -3.717885536290177,\n                                50.53314433165512\n                            ],\n                            [\n                                -3.7175566805895794,\n                                50.53411619105468\n                            ],\n                            [\n                                -3.717501422841278,\n                                50.5341484755138\n                            ],\n                            [\n                                -3.717404656023476,\n                                50.534203847758214\n                            ],\n                            [\n                                -3.717294027209143,\n                                50.534268418174335\n                            ],\n                            [\n                                -3.717197263166927,\n                                50.534323880139276\n                            ],\n                            [\n                                -3.717086760720818,\n                                50.534388448490155\n                            ],\n                            [\n                                -3.7169759174393517,\n                                50.534444028030244\n                            ],\n                            [\n                                -3.7168791497255,\n                                50.53449940883621\n                            ],\n                            [\n                                -3.7167685194996873,\n                                50.5345639787639\n                            ],\n                            [\n                                -3.716657678694004,\n                                50.534619647896385\n                            ],\n                            [\n                                -3.716561236273483,\n                                50.534684008372444\n                            ],\n                            [\n                                -3.7164504057814707,\n                                50.534739587214574\n                            ],\n                            [\n                                -3.7163398872367184,\n                                50.53480415507995\n                            ],\n                            [\n                                -3.7162431177119926,\n                                50.534859526379776\n                            ],\n                            [\n                                -3.7161426295017312,\n                                50.534918199162945\n                            ],\n                            [\n                                -3.716523655978857,\n                                50.53533111286971\n                            ],\n                            [\n                                -3.716670398077209,\n                                50.535508238726294\n                            ],\n                            [\n                                -3.7172307374880758,\n                                50.5354184180166\n                            ],\n                            [\n                                -3.7173676960109594,\n                                50.535396440242614\n                            ],\n                            [\n                                -3.719101516647198,\n                                50.536774362221124\n                            ],\n                            [\n                                -3.719218762184376,\n                                50.536834219585955\n                            ],\n                            [\n                                -3.7192860280936917,\n                                50.537349771906186\n                            ],\n                            [\n                                -3.723172853815494,\n                                50.5387503859621\n                            ],\n                            [\n                                -3.7234831817656637,\n                                50.5394109587483\n                            ],\n                            [\n                                -3.724186775233319,\n                                50.539480295100155\n                            ],\n                            [\n                                -3.7279478456036492,\n                                50.53985105921685\n                            ],\n                            [\n                                -3.7295502525412525,\n                                50.537732682001895\n                            ],\n                            [\n                                -3.733237933139608,\n                                50.53699656110131\n                            ],\n                            [\n                                -3.7349109513002894,\n                                50.537715122241416\n                            ],\n                            [\n                                -3.734953988573193,\n                                50.537721136126834\n                            ],\n                            [\n                                -3.7350248545906077,\n                                50.537730593497024\n                            ],\n                            [\n                                -3.736198678582272,\n                                50.53788338696262\n                            ],\n                            [\n                                -3.73642511119483,\n                                50.53791183809114\n                            ],\n                            [\n                                -3.7397700289568614,\n                                50.53827890313715\n                            ],\n                            [\n                                -3.740753123418351,\n                                50.53853438598949\n                            ],\n                            [\n                                -3.742599043365537,\n                                50.53757815146323\n                            ],\n                            [\n                                -3.7432277255788926,\n                                50.5380200979831\n                            ],\n                            [\n                                -3.7436802312490753,\n                                50.53842700564792\n                            ],\n                            [\n                                -3.7440831924329756,\n                                50.53902355866344\n                            ],\n                            [\n                                -3.74429445736501,\n                                50.53977583187949\n                            ],\n                            [\n                                -3.744372610052466,\n                                50.54074597649947\n                            ],\n                            [\n                                -3.7446429385967375,\n                                50.54156937672141\n                            ],\n                            [\n                                -3.7448138222941796,\n                                50.54161177506458\n                            ],\n                            [\n                                -3.744956551446087,\n                                50.541654595228266\n                            ],\n                            [\n                                -3.745905946747911,\n                                50.5417573315791\n                            ],\n                            [\n                                -3.746878708292362,\n                                50.54211146252915\n                            ],\n                            [\n                                -3.7478774121931484,\n                                50.542402257597224\n                            ],\n                            [\n                                -3.7492160289502316,\n                                50.54272391156666\n                            ],\n                            [\n                                -3.750964488682717,\n                                50.54336826929268\n                            ],\n                            [\n                                -3.7513464821787554,\n                                50.54303380993067\n                            ],\n                            [\n                                -3.751252658858726,\n                                50.543005011536415\n                            ],\n                            [\n                                -3.751411078679179,\n                                50.54293699160114\n                            ],\n                            [\n                                -3.753606840494215,\n                                50.54218077179503\n                            ],\n                            [\n                                -3.7556308093005013,\n                                50.54298877713306\n                            ],\n                            [\n                                -3.7545061438431846,\n                                50.54379552109157\n                            ],\n                            [\n                                -3.7542061746671607,\n                                50.544078767488074\n                            ],\n                            [\n                                -3.7540868353546784,\n                                50.54428744917602\n                            ],\n                            [\n                                -3.75394703703152,\n                                50.54470324131588\n                            ],\n                            [\n                                -3.753917031538803,\n                                50.54503646220197\n                            ],\n                            [\n                                -3.753673747221762,\n                                50.54570574609893\n                            ],\n                            [\n                                -3.753567512370526,\n                                50.54611104893546\n                            ],\n                            [\n                                -3.7534511856127977,\n                                50.54655444828243\n                            ],\n                            [\n                                -3.753328836623148,\n                                50.54668225765765\n                            ],\n                            [\n                                -3.752599841026062,\n                                50.547196831706366\n                            ],\n                            [\n                                -3.7522933173966253,\n                                50.54768714460228\n                            ],\n                            [\n                                -3.7521524290781594,\n                                50.54787358318381\n                            ],\n                            [\n                                -3.74858339222667,\n                                50.546701394509746\n                            ],\n                            [\n                                -3.744878876519016,\n                                50.54957113317533\n                            ],\n                            [\n                                -3.7449028945910428,\n                                50.54958164657824\n                            ],\n                            [\n                                -3.744925699734563,\n                                50.549587600346634\n                            ],\n                            [\n                                -3.7450700220865003,\n                                50.549597218661376\n                            ],\n                            [\n                                -3.745158055711628,\n                                50.54961117925348\n                            ],\n                            [\n                                -3.7451884261016444,\n                                50.54961099374943\n                            ],\n                            [\n                                -3.7452984652299364,\n                                50.54960925402727\n                            ],\n                            [\n                                -3.7454365387249156,\n                                50.5496231926341\n                            ],\n                            [\n                                -3.745477128292032,\n                                50.549622224262656\n                            ],\n                            [\n                                -3.74554105160372,\n                                50.54961362105743\n                            ],\n                            [\n                                -3.745553059183372,\n                                50.549614250436186\n                            ],\n                            [\n                                -3.7455741025426894,\n                                50.54961645312739\n                            ],\n                            [\n                                -3.745624114730455,\n                                50.54962829438687\n                            ],\n                            [\n                                -3.7457431538523474,\n                                50.5496435883227\n                            ],\n                            [\n                                -3.745857864594045,\n                                50.549651761058854\n                            ],\n                            [\n                                -3.7458920555986643,\n                                50.54966023300017\n                            ],\n                            [\n                                -3.7459751205923864,\n                                50.54969405371656\n                            ],\n                            [\n                                -3.7461004554663986,\n                                50.54976320628257\n                            ],\n                            [\n                                -3.7461247704041236,\n                                50.54976913716995\n                            ],\n                            [\n                                -3.7463192088490005,\n                                50.54979948821\n                            ],\n                            [\n                                -3.7463605155044517,\n                                50.54980875263929\n                            ],\n                            [\n                                -3.7463948399224556,\n                                50.54982082892049\n                            ],\n                            [\n                                -3.746435148563455,\n                                50.549840900780076\n                            ],\n                            [\n                                -3.746476243079556,\n                                50.54984747922399\n                            ],\n                            [\n                                -3.7465116784495867,\n                                50.54984874631913\n                            ],\n                            [\n                                -3.7465428500027707,\n                                50.549854574245494\n                            ],\n                            [\n                                -3.746670231850307,\n                                50.54990040171173\n                            ],\n                            [\n                                -3.7467116860055176,\n                                50.54991327029217\n                            ],\n                            [\n                                -3.7467514503742545,\n                                50.54992166734593\n                            ],\n                            [\n                                -3.7469112269262106,\n                                50.54992735505646\n                            ],\n                            [\n                                -3.7469508584172817,\n                                50.5499321565416\n                            ],\n                            [\n                                -3.7470253923685304,\n                                50.54996160767237\n                            ],\n                            [\n                                -3.7471533234689174,\n                                50.55002532390608\n                            ],\n                            [\n                                -3.747206249663878,\n                                50.55004341636812\n                            ],\n                            [\n                                -3.7472667476026627,\n                                50.550046006870176\n                            ],\n                            [\n                                -3.747270894148969,\n                                50.5500730157786\n                            ],\n                            [\n                                -3.7473810372680187,\n                                50.55007406058977\n                            ],\n                            [\n                                -3.7474588502165034,\n                                50.5500791791332\n                            ],\n                            [\n                                -3.7475254243586384,\n                                50.55008537471275\n                            ],\n                            [\n                                -3.7475427097284175,\n                                50.55009320958226\n                            ],\n                            [\n                                -3.7475797142221006,\n                                50.550102547160265\n                            ],\n                            [\n                                -3.7476264419830425,\n                                50.55010723288787\n                            ],\n                            [\n                                -3.7476661205447526,\n                                50.550103759185376\n                            ],\n                            [\n                                -3.7478290254593203,\n                                50.550011582782204\n                            ],\n                            [\n                                -3.747867905846683,\n                                50.54999302050941\n                            ],\n                            [\n                                -3.7479349456278817,\n                                50.54997402639714\n                            ],\n                            [\n                                -3.7479755420327274,\n                                50.54996713017964\n                            ],\n                            [\n                                -3.748017946918862,\n                                50.549968292161175\n                            ],\n                            [\n                                -3.7480590877808204,\n                                50.54997306161033\n                            ],\n                            [\n                                -3.7481445767477157,\n                                50.549993362773044\n                            ],\n                            [\n                                -3.748290094134829,\n                                50.55003522868823\n                            ],\n                            [\n                                -3.7483551244701805,\n                                50.55003784948439\n                            ],\n                            [\n                                -3.7484621616766947,\n                                50.55003354367803\n                            ],\n                            [\n                                -3.7485245125020685,\n                                50.55003890274809\n                            ],\n                            [\n                                -3.7486892782753007,\n                                50.5499905776287\n                            ],\n                            [\n                                -3.7487209950705083,\n                                50.549970314941014\n                            ],\n                            [\n                                -3.7487312506668444,\n                                50.54994228927965\n                            ],\n                            [\n                                -3.748761537888818,\n                                50.549958922384484\n                            ],\n                            [\n                                -3.7488231438764954,\n                                50.54998496908887\n                            ],\n                            [\n                                -3.7489530995299485,\n                                50.550024369845865\n                            ],\n                            [\n                                -3.7490804478444275,\n                                50.550069214872444\n                            ],\n                            [\n                                -3.749177196416173,\n                                50.550092035223834\n                            ],\n                            [\n                                -3.7492308213805603,\n                                50.55009122941758\n                            ],\n                            [\n                                -3.749356820224581,\n                                50.550099229086285\n                            ],\n                            [\n                                -3.749455710183338,\n                                50.55010134042031\n                            ],\n                            [\n                                -3.7494936458390153,\n                                50.550098072162704\n                            ],\n                            [\n                                -3.7496490864763037,\n                                50.55006516619281\n                            ],\n                            [\n                                -3.7497278104101035,\n                                50.55005408979071\n                            ],\n                            [\n                                -3.749878735733074,\n                                50.55005326010154\n                            ],\n                            [\n                                -3.7499689399341922,\n                                50.55004686757755\n                            ],\n                            [\n                                -3.7500566157524795,\n                                50.55003242762342\n                            ],\n                            [\n                                -3.750312234679979,\n                                50.54996402729404\n                            ],\n                            [\n                                -3.750363711198535,\n                                50.549958576524695\n                            ],\n                            [\n                                -3.750399082673716,\n                                50.549958494336714\n                            ],\n                            [\n                                -3.7504764175187875,\n                                50.549969374046086\n                            ],\n                            [\n                                -3.750593821852424,\n                                50.55001553614304\n                            ],\n                            [\n                                -3.750668437416213,\n                                50.55003455098584\n                            ],\n                            [\n                                -3.7507850324075713,\n                                50.55005276352468\n                            ],\n                            [\n                                -3.7509447826972524,\n                                50.5500611442187\n                            ],\n                            [\n                                -3.7509709280701005,\n                                50.55007873842662\n                            ],\n                            [\n                                -3.751023651201562,\n                                50.55013206968896\n                            ],\n                            [\n                                -3.751065691834601,\n                                50.550161107641586\n                            ],\n                            [\n                                -3.7511013669649778,\n                                50.55017226284858\n                            ],\n                            [\n                                -3.751141159002767,\n                                50.55017795087474\n                            ],\n                            [\n                                -3.7511791945239628,\n                                50.55017737868725\n                            ],\n                            [\n                                -3.751213182702719,\n                                50.550168152440946\n                            ],\n                            [\n                                -3.7513050294517543,\n                                50.55021864656124\n                            ],\n                            [\n                                -3.7513450943549183,\n                                50.550235122901384\n                            ],\n                            [\n                                -3.751532179128959,\n                                50.550271062072795\n                            ],\n                            [\n                                -3.7513556519178057,\n                                50.55057025069908\n                            ],\n                            [\n                                -3.7513451472726658,\n                                50.55104703197777\n                            ],\n                            [\n                                -3.7513858781877207,\n                                50.55151144045266\n                            ],\n                            [\n                                -3.7514184867362537,\n                                50.55188237325566\n                            ],\n                            [\n                                -3.751647736575965,\n                                50.55235563693066\n                            ],\n                            [\n                                -3.7520685287038473,\n                                50.552664085143505\n                            ],\n                            [\n                                -3.7521428091852784,\n                                50.5527618712546\n                            ],\n                            [\n                                -3.752119372052729,\n                                50.5528234533861\n                            ],\n                            [\n                                -3.752115983624102,\n                                50.55283257906806\n                            ],\n                            [\n                                -3.7520912729678293,\n                                50.55289750804406\n                            ],\n                            [\n                                -3.7514676023499223,\n                                50.55359049828405\n                            ],\n                            [\n                                -3.751302664896233,\n                                50.553709862369566\n                            ],\n                            [\n                                -3.7509116036179964,\n                                50.55382363382462\n                            ],\n                            [\n                                -3.7504851796926504,\n                                50.55412684910901\n                            ],\n                            [\n                                -3.750332335779647,\n                                50.554192085517386\n                            ],\n                            [\n                                -3.750167064047051,\n                                50.5543025581817\n                            ],\n                            [\n                                -3.7500342772391018,\n                                50.554529325879116\n                            ],\n                            [\n                                -3.7498571392606634,\n                                50.55470291461999\n                            ],\n                            [\n                                -3.7493850442786205,\n                                50.55491689293659\n                            ],\n                            [\n                                -3.74910924473373,\n                                50.55509187319041\n                            ],\n                            [\n                                -3.7488540818294993,\n                                50.555446453345134\n                            ],\n                            [\n                                -3.7489850005838843,\n                                50.55593018389139\n                            ],\n                            [\n                                -3.7489076317156713,\n                                50.556129154371035\n                            ],\n                            [\n                                -3.748032779057454,\n                                50.55664570942265\n                            ],\n                            [\n                                -3.747954292198217,\n                                50.556692117410435\n                            ],\n                            [\n                                -3.747613856488953,\n                                50.557029987577856\n                            ],\n                            [\n                                -3.7470785336630628,\n                                50.55744280343441\n                            ],\n                            [\n                                -3.7465740065278186,\n                                50.557926996602056\n                            ],\n                            [\n                                -3.746332658528795,\n                                50.55827236991106\n                            ],\n                            [\n                                -3.7461809994757482,\n                                50.55875135721959\n                            ],\n                            [\n                                -3.7461266545301934,\n                                50.55919282884154\n                            ],\n                            [\n                                -3.7460319769816652,\n                                50.559302137599865\n                            ],\n                            [\n                                -3.7459676660336605,\n                                50.559474027847095\n                            ],\n                            [\n                                -3.74601853736254,\n                                50.560084846971925\n                            ],\n                            [\n                                -3.745979511308632,\n                                50.56017534252387\n                            ],\n                            [\n                                -3.7453261802690867,\n                                50.560454959920115\n                            ],\n                            [\n                                -3.7449682964100233,\n                                50.56070317329627\n                            ],\n                            [\n                                -3.7443525126297446,\n                                50.56123407343717\n                            ],\n                            [\n                                -3.743903150017769,\n                                50.56168146194492\n                            ],\n                            [\n                                -3.7436531354594673,\n                                50.5617930955086\n                            ],\n                            [\n                                -3.743576949357438,\n                                50.56181726049721\n                            ],\n                            [\n                                -3.7429971155884867,\n                                50.56200081710905\n                            ],\n                            [\n                                -3.742789778211949,\n                                50.562120803535\n                            ],\n                            [\n                                -3.7423567857223237,\n                                50.56263096878476\n                            ],\n                            [\n                                -3.7422101902369724,\n                                50.56286702627669\n                            ],\n                            [\n                                -3.7409385639019797,\n                                50.56246328205805\n                            ],\n                            [\n                                -3.740028435130797,\n                                50.56190128226127\n                            ],\n                            [\n                                -3.739867149302941,\n                                50.5617418509493\n                            ],\n                            [\n                                -3.7396180795758727,\n                                50.5614937311194\n                            ],\n                            [\n                                -3.7394281460844363,\n                                50.56093893191144\n                            ],\n                            [\n                                -3.7392909336101283,\n                                50.560690399124184\n                            ],\n                            [\n                                -3.7370368182828275,\n                                50.562801368093204\n                            ],\n                            [\n                                -3.735398909491708,\n                                50.56339961202098\n                            ],\n                            [\n                                -3.7355740182170685,\n                                50.56375179435699\n                            ],\n                            [\n                                -3.7355227923527643,\n                                50.56373915740458\n                            ],\n                            [\n                                -3.735316830059702,\n                                50.56372281023286\n                            ],\n                            [\n                                -3.7352589719044142,\n                                50.56369759989225\n                            ],\n                            [\n                                -3.7351441168637662,\n                                50.563613349951225\n                            ],\n                            [\n                                -3.735062473216723,\n                                50.56358408710473\n                            ],\n                            [\n                                -3.735041308766047,\n                                50.56358143460942\n                            ],\n                            [\n                                -3.734997554175427,\n                                50.56358190682691\n                            ],\n                            [\n                                -3.7349356985757716,\n                                50.56359047330744\n                            ],\n                            [\n                                -3.7348551443947597,\n                                50.563628538954625\n                            ],\n                            [\n                                -3.7348284724694056,\n                                50.563631634527766\n                            ],\n                            [\n                                -3.7347845593534665,\n                                50.563627792048166\n                            ],\n                            [\n                                -3.734744474755442,\n                                50.563614008419975\n                            ],\n                            [\n                                -3.734644731519574,\n                                50.56358941290501\n                            ],\n                            [\n                                -3.734558481763606,\n                                50.56358351203749\n                            ],\n                            [\n                                -3.734509447692404,\n                                50.563583253298994\n                            ],\n                            [\n                                -3.7344889169262587,\n                                50.56357555478667\n                            ],\n                            [\n                                -3.734480266867591,\n                                50.563568398760054\n                            ],\n                            [\n                                -3.7344418876668577,\n                                50.56352491938305\n                            ],\n                            [\n                                -3.7343853649026326,\n                                50.56348529878555\n                            ],\n                            [\n                                -3.734359558675342,\n                                50.56346428721543\n                            ],\n                            [\n                                -3.7343493297044925,\n                                50.56346488928873\n                            ],\n                            [\n                                -3.7341538470429256,\n                                50.56334704286271\n                            ],\n                            [\n                                -3.734126652088154,\n                                50.563322814193555\n                            ],\n                            [\n                                -3.7340119220074954,\n                                50.56319765790683\n                            ],\n                            [\n                                -3.73397146735077,\n                                50.56313262439389\n                            ],\n                            [\n                                -3.7339495048685207,\n                                50.563073611035726\n                            ],\n                            [\n                                -3.733936049404657,\n                                50.56297670639507\n                            ],\n                            [\n                                -3.7339359967875665,\n                                50.56294334952107\n                            ],\n                            [\n                                -3.733920041614451,\n                                50.56288604542365\n                            ],\n                            [\n                                -3.7337863019206385,\n                                50.56274418292972\n                            ],\n                            [\n                                -3.7337397711190397,\n                                50.56259283728441\n                            ],\n                            [\n                                -3.7337485726445134,\n                                50.562525271392595\n                            ],\n                            [\n                                -3.7336652319193955,\n                                50.56237006698673\n                            ],\n                            [\n                                -3.7336323470798765,\n                                50.56227965730045\n                            ],\n                            [\n                                -3.7336266246342262,\n                                50.5622410785691\n                            ],\n                            [\n                                -3.7336286742176035,\n                                50.562217673402266\n                            ],\n                            [\n                                -3.7336439875828367,\n                                50.56217518393007\n                            ],\n                            [\n                                -3.733643492700606,\n                                50.562161700738585\n                            ],\n                            [\n                                -3.733620544049139,\n                                50.56211349444821\n                            ],\n                            [\n                                -3.7336165955329257,\n                                50.56208208426501\n                            ],\n                            [\n                                -3.733618795824337,\n                                50.56206586282581\n                            ],\n                            [\n                                -3.73365201070391,\n                                50.56197177068596\n                            ],\n                            [\n                                -3.733655004619307,\n                                50.56193908793575\n                            ],\n                            [\n                                -3.733651571714425,\n                                50.56192826566527\n                            ],\n                            [\n                                -3.7336050024127085,\n                                50.56176621801351\n                            ],\n                            [\n                                -3.7335998044946455,\n                                50.56175154573671\n                            ],\n                            [\n                                -3.733595980460004,\n                                50.561716985899714\n                            ],\n                            [\n                                -3.7335778227651533,\n                                50.56168543655187\n                            ],\n                            [\n                                -3.7335057723655685,\n                                50.561520800374524\n                            ],\n                            [\n                                -3.7334874681904195,\n                                50.56145678590663\n                            ],\n                            [\n                                -3.733454357315851,\n                                50.56140135605932\n                            ],\n                            [\n                                -3.7334355166757054,\n                                50.56135119088788\n                            ],\n                            [\n                                -3.7334200934230015,\n                                50.561276799740384\n                            ],\n                            [\n                                -3.733395154652338,\n                                50.561212434359284\n                            ],\n                            [\n                                -3.733377233972613,\n                                50.561146165734954\n                            ],\n                            [\n                                -3.733366828124619,\n                                50.561131930738824\n                            ],\n                            [\n                                -3.733342127282835,\n                                50.56111252135265\n                            ],\n                            [\n                                -3.733329243108715,\n                                50.56110731696221\n                            ],\n                            [\n                                -3.7332751764010887,\n                                50.56109643013415\n                            ],\n                            [\n                                -3.7332420605589194,\n                                50.561078944756375\n                            ],\n                            [\n                                -3.7331950021933573,\n                                50.5610274099099\n                            ],\n                            [\n                                -3.7331249852461705,\n                                50.56092774974381\n                            ],\n                            [\n                                -3.7330976344858318,\n                                50.56087690177587\n                            ],\n                            [\n                                -3.7330894297094255,\n                                50.56084376518631\n                            ],\n                            [\n                                -3.733086318046541,\n                                50.56079705321772\n                            ],\n                            [\n                                -3.73309360701761,\n                                50.56072941993965\n                            ],\n                            [\n                                -3.733034617882099,\n                                50.560660165161465\n                            ],\n                            [\n                                -3.733034828003608,\n                                50.56062779367468\n                            ],\n                            [\n                                -3.733045582995581,\n                                50.560571890559544\n                            ],\n                            [\n                                -3.7330460428303094,\n                                50.56054671032217\n                            ],\n                            [\n                                -3.7330299817927823,\n                                50.56049570326266\n                            ],\n                            [\n                                -3.7329784034129396,\n                                50.56043524190615\n                            ],\n                            [\n                                -3.7329521408645907,\n                                50.560411349837054\n                            ],\n                            [\n                                -3.7328361659022384,\n                                50.56033126040408\n                            ],\n                            [\n                                -3.732807123889266,\n                                50.560307418668415\n                            ],\n                            [\n                                -3.732760168670172,\n                                50.560258661166706\n                            ],\n                            [\n                                -3.73259244428447,\n                                50.56003718716565\n                            ],\n                            [\n                                -3.7325788354903136,\n                                50.56001221631032\n                            ],\n                            [\n                                -3.732561260250525,\n                                50.55995493612397\n                            ],\n                            [\n                                -3.7325562643213472,\n                                50.55993613268009\n                            ],\n                            [\n                                -3.732539861234084,\n                                50.55991119441265\n                            ],\n                            [\n                                -3.7324927421840517,\n                                50.5598579513803\n                            ],\n                            [\n                                -3.732463606605762,\n                                50.559835010322786\n                            ],\n                            [\n                                -3.7323188196134027,\n                                50.55973727179332\n                            ],\n                            [\n                                -3.7322779619230246,\n                                50.55969921581447\n                            ],\n                            [\n                                -3.7322614794707727,\n                                50.55967518705359\n                            ],\n                            [\n                                -3.7322394890757202,\n                                50.55965303899017\n                            ],\n                            [\n                                -3.7322032698704652,\n                                50.55962750515848\n                            ],\n                            [\n                                -3.732089349134777,\n                                50.559561765362446\n                            ],\n                            [\n                                -3.7320675421876106,\n                                50.5595450017694\n                            ],\n                            [\n                                -3.732049560730089,\n                                50.55951820723156\n                            ],\n                            [\n                                -3.732040302274661,\n                                50.55945630637131\n                            ],\n                            [\n                                -3.73203410736714,\n                                50.559442916969324\n                            ],\n                            [\n                                -3.7319771772297705,\n                                50.55939160944815\n                            ],\n                            [\n                                -3.7319047866126227,\n                                50.559341440271524\n                            ],\n                            [\n                                -3.7315134532455283,\n                                50.55910441335628\n                            ],\n                            [\n                                -3.7312675111605307,\n                                50.55894928722614\n                            ],\n                            [\n                                -3.7310573391433577,\n                                50.558897200252304\n                            ],\n                            [\n                                -3.730969125867979,\n                                50.55887252910769\n                            ],\n                            [\n                                -3.7308905062794695,\n                                50.5588268588416\n                            ],\n                            [\n                                -3.7308405311450343,\n                                50.5587876788041\n                            ],\n                            [\n                                -3.7307231280584117,\n                                50.55868728273077\n                            ],\n                            [\n                                -3.730699977132988,\n                                50.55867504471287\n                            ],\n                            [\n                                -3.730650250529038,\n                                50.558664991524964\n                            ],\n                            [\n                                -3.7305416632523265,\n                                50.55863063992622\n                            ],\n                            [\n                                -3.7305169790005177,\n                                50.55861122969799\n                            ],\n                            [\n                                -3.730498091452981,\n                                50.55858202009008\n                            ],\n                            [\n                                -3.73043046815882,\n                                50.55848385165804\n                            ],\n                            [\n                                -3.730418831465531,\n                                50.55847413155018\n                            ],\n                            [\n                                -3.7303186736183247,\n                                50.558437855704724\n                            ],\n                            [\n                                -3.730132124168078,\n                                50.55828050433168\n                            ],\n                            [\n                                -3.730107209497533,\n                                50.55825479285113\n                            ],\n                            [\n                                -3.7300485250570556,\n                                50.558155870785065\n                            ],\n                            [\n                                -3.7299996844539094,\n                                50.55809365862504\n                            ],\n                            [\n                                -3.729914941958323,\n                                50.55801759001986\n                            ],\n                            [\n                                -3.729810178640249,\n                                50.557931844824346\n                            ],\n                            [\n                                -3.7297830628805433,\n                                50.557922354658956\n                            ],\n                            [\n                                -3.7296222405164765,\n                                50.55788877835782\n                            ],\n                            [\n                                -3.7295470137449924,\n                                50.55784044860615\n                            ],\n                            [\n                                -3.7293395838111922,\n                                50.55768798398868\n                            ],\n                            [\n                                -3.7291420792558134,\n                                50.557577534089724\n                            ],\n                            [\n                                -3.7288995843984294,\n                                50.557462544679126\n                            ],\n                            [\n                                -3.7288321310571684,\n                                50.557400518520325\n                            ],\n                            [\n                                -3.728778707009139,\n                                50.55736885360244\n                            ],\n                            [\n                                -3.72855024261059,\n                                50.55725527397831\n                            ],\n                            [\n                                -3.7284865252217707,\n                                50.55721584730245\n                            ],\n                            [\n                                -3.7283367780849153,\n                                50.55709669153169\n                            ],\n                            [\n                                -3.7282919149161655,\n                                50.557066698033445\n                            ],\n                            [\n                                -3.7281267578805055,\n                                50.55699093158568\n                            ],\n                            [\n                                -3.728087800288,\n                                50.55696992499499\n                            ],\n                            [\n                                -3.7280098439402276,\n                                50.55691983603448\n                            ],\n                            [\n                                -3.727979230913092,\n                                50.55689421768092\n                            ],\n                            [\n                                -3.727727215477547,\n                                50.55664611636105\n                            ],\n                            [\n                                -3.727670360261203,\n                                50.556788116433864\n                            ],\n                            [\n                                -3.7276489984925756,\n                                50.55697724739637\n                            ],\n                            [\n                                -3.728044472135426,\n                                50.55736708283131\n                            ],\n                            [\n                                -3.728090450580861,\n                                50.55746538507617\n                            ],\n                            [\n                                -3.728433858936641,\n                                50.559133089586496\n                            ],\n                            [\n                                -3.7285025177642073,\n                                50.5598515397116\n                            ],\n                            [\n                                -3.7284999112596964,\n                                50.56055315939192\n                            ],\n                            [\n                                -3.728367723020698,\n                                50.56118468131616\n                            ],\n                            [\n                                -3.7283164971979406,\n                                50.56171600738301\n                            ],\n                            [\n                                -3.7283520144750963,\n                                50.56191337753182\n                            ],\n                            [\n                                -3.7283838436038286,\n                                50.56239851096443\n                            ],\n                            [\n                                -3.728487966359397,\n                                50.56292762046122\n                            ],\n                            [\n                                -3.728319928097573,\n                                50.563352882170705\n                            ],\n                            [\n                                -3.7282659260880537,\n                                50.56419003503078\n                            ],\n                            [\n                                -3.727358369551951,\n                                50.56408662231762\n                            ],\n                            [\n                                -3.725743690703536,\n                                50.563948637383376\n                            ],\n                            [\n                                -3.72543291699345,\n                                50.56394425006759\n                            ],\n                            [\n                                -3.7261621637064497,\n                                50.56458098587153\n                            ],\n                            [\n                                -3.726748645131072,\n                                50.565174875248395\n                            ],\n                            [\n                                -3.7271862054953715,\n                                50.56555508645701\n                            ],\n                            [\n                                -3.7277612607125024,\n                                50.565447658896964\n                            ],\n                            [\n                                -3.727765866473591,\n                                50.56557355626851\n                            ],\n                            [\n                                -3.728160315131234,\n                                50.56593642525202\n                            ],\n                            [\n                                -3.728234568053181,\n                                50.56603422669015\n                            ],\n                            [\n                                -3.727884011192584,\n                                50.56594826101375\n                            ],\n                            [\n                                -3.7277617513816352,\n                                50.56592579252683\n                            ],\n                            [\n                                -3.7275708738541615,\n                                50.56591784169845\n                            ],\n                            [\n                                -3.7274211021185457,\n                                50.5659164666065\n                            ],\n                            [\n                                -3.7272546156036275,\n                                50.56591983615867\n                            ],\n                            [\n                                -3.7271806240465066,\n                                50.56594340915158\n                            ],\n                            [\n                                -3.7271043338918393,\n                                50.56594274221122\n                            ],\n                            [\n                                -3.7270043099245873,\n                                50.56594872288416\n                            ],\n                            [\n                                -3.7268875962362062,\n                                50.56596322523537\n                            ],\n                            [\n                                -3.72660466612787,\n                                50.56601668913136\n                            ],\n                            [\n                                -3.7264656983964675,\n                                50.56603699826206\n                            ],\n                            [\n                                -3.726356554236403,\n                                50.566061190953086\n                            ],\n                            [\n                                -3.726299846842902,\n                                50.566083247962325\n                            ],\n                            [\n                                -3.7261258801321544,\n                                50.5661620759907\n                            ],\n                            [\n                                -3.7259653627328144,\n                                50.56622370628296\n                            ],\n                            [\n                                -3.7259224343444077,\n                                50.56623719469121\n                            ],\n                            [\n                                -3.725980231391723,\n                                50.56630251344445\n                            ],\n                            [\n                                -3.7259737873975154,\n                                50.56634603953024\n                            ],\n                            [\n                                -3.7258805236430277,\n                                50.56640604306228\n                            ],\n                            [\n                                -3.7256311601853076,\n                                50.56651529848531\n                            ],\n                            [\n                                -3.725594710924912,\n                                50.56653723474311\n                            ],\n                            [\n                                -3.7255733645552653,\n                                50.56656479303768\n                            ],\n                            [\n                                -3.7255646666499045,\n                                50.56656905905601\n                            ],\n                            [\n                                -3.7254525589937137,\n                                50.56662349563696\n                            ],\n                            [\n                                -3.7254200807923876,\n                                50.5666524780023\n                            ],\n                            [\n                                -3.725395107869972,\n                                50.56668242837077\n                            ],\n                            [\n                                -3.725328936879413,\n                                50.56670715238048\n                            ],\n                            [\n                                -3.72531332816227,\n                                50.566735614900836\n                            ],\n                            [\n                                -3.7252337705700245,\n                                50.56680440847523\n                            ],\n                            [\n                                -3.72514321780319,\n                                50.56687218674848\n                            ],\n                            [\n                                -3.7250972368686006,\n                                50.56688833724481\n                            ],\n                            [\n                                -3.7250727715764302,\n                                50.56693257999121\n                            ],\n                            [\n                                -3.7249548962116314,\n                                50.56700157239758\n                            ],\n                            [\n                                -3.724593728305087,\n                                50.56715753146676\n                            ],\n                            [\n                                -3.724509646688469,\n                                50.56720147902259\n                            ],\n                            [\n                                -3.724371655888884,\n                                50.56724866229577\n                            ],\n                            [\n                                -3.7240333501207368,\n                                50.56738035775841\n                            ],\n                            [\n                                -3.723845442996637,\n                                50.567444639104764\n                            ],\n                            [\n                                -3.7237025490619677,\n                                50.56747552565932\n                            ],\n                            [\n                                -3.7236491595473122,\n                                50.567483331196755\n                            ],\n                            [\n                                -3.7234399744894167,\n                                50.56751636804637\n                            ],\n                            [\n                                -3.723287657916692,\n                                50.56755683695118\n                            ],\n                            [\n                                -3.7230611512367524,\n                                50.567593897868974\n                            ],\n                            [\n                                -3.7230095879104397,\n                                50.567594481131714\n                            ],\n                            [\n                                -3.7229571103393897,\n                                50.567588971186254\n                            ],\n                            [\n                                -3.7229190930280858,\n                                50.56759043317918\n                            ],\n                            [\n                                -3.722843305884502,\n                                50.56760323753067\n                            ],\n                            [\n                                -3.7228265427245013,\n                                50.56760978117922\n                            ],\n                            [\n                                -3.7227516923581327,\n                                50.56764865330848\n                            ],\n                            [\n                                -3.722726573060434,\n                                50.56764290930065\n                            ],\n                            [\n                                -3.7226873951268558,\n                                50.56762533076322\n                            ],\n                            [\n                                -3.7226660795243376,\n                                50.5676220486922\n                            ],\n                            [\n                                -3.722633487196826,\n                                50.56761893347425\n                            ],\n                            [\n                                -3.722568550743045,\n                                50.56761989429032\n                            ],\n                            [\n                                -3.7224109981747633,\n                                50.56763840497439\n                            ],\n                            [\n                                -3.722217307420577,\n                                50.567652602442\n                            ],\n                            [\n                                -3.722060135173949,\n                                50.56768774534858\n                            ],\n                            [\n                                -3.721712943177168,\n                                50.56773244359099\n                            ],\n                            [\n                                -3.721676315388276,\n                                50.56773406450188\n                            ],\n                            [\n                                -3.7215779572038796,\n                                50.56772814418532\n                            ],\n                            [\n                                -3.7214139693023807,\n                                50.567742521644256\n                            ],\n                            [\n                                -3.721338005444307,\n                                50.567731512338355\n                            ],\n                            [\n                                -3.721312668516966,\n                                50.56773296619445\n                            ],\n                            [\n                                -3.7212351862942743,\n                                50.56774732348436\n                            ],\n                            [\n                                -3.7208900303503123,\n                                50.567800263356574\n                            ],\n                            [\n                                -3.7208492658838956,\n                                50.56780617218638\n                            ],\n                            [\n                                -3.720612904326046,\n                                50.567789879535944\n                            ],\n                            [\n                                -3.7203597141846347,\n                                50.56777834092039\n                            ],\n                            [\n                                -3.7200902185915856,\n                                50.567785920412625\n                            ],\n                            [\n                                -3.720020672774195,\n                                50.567784789422596\n                            ],\n                            [\n                                -3.7199433155790933,\n                                50.567783593918115\n                            ],\n                            [\n                                -3.7197877852359857,\n                                50.56777779720726\n                            ],\n                            [\n                                -3.7195566959906716,\n                                50.567791103697196\n                            ],\n                            [\n                                -3.7192810169805863,\n                                50.56782394597228\n                            ],\n                            [\n                                -3.719099414270468,\n                                50.56783742010832\n                            ],\n                            [\n                                -3.719053096195143,\n                                50.56784439062479\n                            ],\n                            [\n                                -3.7189416430843223,\n                                50.56788838752631\n                            ],\n                            [\n                                -3.7188925634746544,\n                                50.56789630711419\n                            ],\n                            [\n                                -3.7188446520797602,\n                                50.56789791385373\n                            ],\n                            [\n                                -3.7188178964181264,\n                                50.56790190634401\n                            ],\n                            [\n                                -3.7187856963913237,\n                                50.567909567686456\n                            ],\n                            [\n                                -3.718708954517304,\n                                50.56793498358618\n                            ],\n                            [\n                                -3.718534696966703,\n                                50.567958232463255\n                            ],\n                            [\n                                -3.71845299218372,\n                                50.5679621366068\n                            ],\n                            [\n                                -3.7183244825917225,\n                                50.56796313404217\n                            ],\n                            [\n                                -3.7182495355519776,\n                                50.567980060088594\n                            ],\n                            [\n                                -3.718222279622205,\n                                50.567986218309265\n                            ],\n                            [\n                                -3.718157669556607,\n                                50.56799616552958\n                            ],\n                            [\n                                -3.718102756947563,\n                                50.568000573392524\n                            ],\n                            [\n                                -3.7180236503502573,\n                                50.56799904268025\n                            ],\n                            [\n                                -3.7180067228588465,\n                                50.56800109121291\n                            ],\n                            [\n                                -3.717982921300668,\n                                50.56800593928614\n                            ],\n                            [\n                                -3.7179119310269955,\n                                50.568035757632096\n                            ],\n                            [\n                                -3.7177591702315724,\n                                50.568067681822555\n                            ],\n                            [\n                                -3.7176024136100163,\n                                50.568105060973465\n                            ],\n                            [\n                                -3.7175716105000025,\n                                50.56811270136911\n                            ],\n                            [\n                                -3.71749490031742,\n                                50.56813901536372\n                            ],\n                            [\n                                -3.717459742254929,\n                                50.56814223212665\n                            ],\n                            [\n                                -3.7174214806123085,\n                                50.56814009845149\n                            ],\n                            [\n                                -3.7173752600460417,\n                                50.56814976496417\n                            ],\n                            [\n                                -3.7173283861341018,\n                                50.56816709472099\n                            ],\n                            [\n                                -3.7173167764746737,\n                                50.56817131313101\n                            ],\n                            [\n                                -3.717273873383871,\n                                50.568195320562104\n                            ],\n                            [\n                                -3.7172223959189736,\n                                50.56821109931685\n                            ],\n                            [\n                                -3.7165972359365527,\n                                50.568353829956294\n                            ],\n                            [\n                                -3.7165372172511004,\n                                50.56837162301555\n                            ],\n                            [\n                                -3.7164735534453124,\n                                50.56839791485387\n                            ],\n                            [\n                                -3.7161257562929935,\n                                50.56858672905908\n                            ],\n                            [\n                                -3.716031080052553,\n                                50.56864368756554\n                            ],\n                            [\n                                -3.7159413895674898,\n                                50.56868124508608\n                            ],\n                            [\n                                -3.7158706223350704,\n                                50.56871726452608\n                            ],\n                            [\n                                -3.7156289057061733,\n                                50.56885488658671\n                            ],\n                            [\n                                -3.715542043491512,\n                                50.5689155068844\n                            ],\n                            [\n                                -3.71543699877563,\n                                50.569001568341804\n                            ],\n                            [\n                                -3.715285226967865,\n                                50.56913471655174\n                            ],\n                            [\n                                -3.71517945189058,\n                                50.56922285707628\n                            ],\n                            [\n                                -3.7150838123565726,\n                                50.56929224026561\n                            ],\n                            [\n                                -3.714842154552086,\n                                50.56944756834445\n                            ],\n                            [\n                                -3.7145789839496026,\n                                50.56961679318969\n                            ],\n                            [\n                                -3.714454823412369,\n                                50.569638128939985\n                            ],\n                            [\n                                -3.714360982231551,\n                                50.569689416737575\n                            ],\n                            [\n                                -3.714048989715195,\n                                50.56976800147693\n                            ],\n                            [\n                                -3.7139832698386472,\n                                50.569776253901686\n                            ],\n                            [\n                                -3.7138924744825497,\n                                50.56976401909195\n                            ],\n                            [\n                                -3.713793793062672,\n                                50.56977184827673\n                            ],\n                            [\n                                -3.7136901963240754,\n                                50.56976330928421\n                            ],\n                            [\n                                -3.713577352127957,\n                                50.56977234505112\n                            ],\n                            [\n                                -3.7135256763683526,\n                                50.56976950815727\n                            ],\n                            [\n                                -3.7134592324713194,\n                                50.569761312510515\n                            ],\n                            [\n                                -3.713405773633801,\n                                50.56974475047177\n                            ],\n                            [\n                                -3.71332181018207,\n                                50.569725030862514\n                            ],\n                            [\n                                -3.7131998606005467,\n                                50.56972052986998\n                            ],\n                            [\n                                -3.713147790803798,\n                                50.56971033278466\n                            ],\n                            [\n                                -3.713025942504976,\n                                50.56971212569441\n                            ],\n                            [\n                                -3.7127131513774154,\n                                50.56968193106659\n                            ],\n                            [\n                                -3.7125886106392403,\n                                50.56968619142033\n                            ],\n                            [\n                                -3.7125423454779125,\n                                50.56969469647117\n                            ],\n                            [\n                                -3.7125083213981056,\n                                50.569703911820376\n                            ],\n                            [\n                                -3.712473981219017,\n                                50.569697401867074\n                            ],\n                            [\n                                -3.7124327168598623,\n                                50.56969621907592\n                            ],\n                            [\n                                -3.712344123802136,\n                                50.569706147063854\n                            ],\n                            [\n                                -3.7121617469450006,\n                                50.5697051418931\n                            ],\n                            [\n                                -3.7120263228100527,\n                                50.56968888523527\n                            ],\n                            [\n                                -3.711954605998443,\n                                50.56968247506886\n                            ],\n                            [\n                                -3.711890444827393,\n                                50.56966633951971\n                            ],\n                            [\n                                -3.711783873339079,\n                                50.5696076668497\n                            ],\n                            [\n                                -3.7117750507271734,\n                                50.569598802891996\n                            ],\n                            [\n                                -3.7117548715729987,\n                                50.56958830717224\n                            ],\n                            [\n                                -3.7116790716671377,\n                                50.569562359647726\n                            ],\n                            [\n                                -3.711654896123692,\n                                50.569557318872555\n                            ],\n                            [\n                                -3.711632294916343,\n                                50.56955675178538\n                            ],\n                            [\n                                -3.7115087566004044,\n                                50.5695726880274\n                            ],\n                            [\n                                -3.7114169273473028,\n                                50.569577095798444\n                            ],\n                            [\n                                -3.711395282560378,\n                                50.569564732889326\n                            ],\n                            [\n                                -3.711365369045051,\n                                50.56955527956248\n                            ],\n                            [\n                                -3.7113103442580377,\n                                50.56955977579384\n                            ],\n                            [\n                                -3.7111891482131782,\n                                50.56952461117126\n                            ],\n                            [\n                                -3.7111787981282918,\n                                50.56951217214895\n                            ],\n                            [\n                                -3.7111705589499633,\n                                50.569480824372725\n                            ],\n                            [\n                                -3.7111373629372495,\n                                50.569422871366434\n                            ],\n                            [\n                                -3.7111123225182037,\n                                50.56939356925718\n                            ],\n                            [\n                                -3.7110763813323038,\n                                50.56937521077046\n                            ],\n                            [\n                                -3.7110367075101727,\n                                50.56937309574828\n                            ],\n                            [\n                                -3.7110185089251235,\n                                50.569375161941245\n                            ],\n                            [\n                                -3.7109573087662358,\n                                50.569402143017854\n                            ],\n                            [\n                                -3.710926503697192,\n                                50.569409781672945\n                            ],\n                            [\n                                -3.7109053508907515,\n                                50.56941099189492\n                            ],\n                            [\n                                -3.7107323496063382,\n                                50.56938926018497\n                            ],\n                            [\n                                -3.710584515141893,\n                                50.569364460347074\n                            ],\n                            [\n                                -3.7104052401078698,\n                                50.569326631714\n                            ],\n                            [\n                                -3.710356972337941,\n                                50.569318446073304\n                            ],\n                            [\n                                -3.710354298193308,\n                                50.56935066473198\n                            ],\n                            [\n                                -3.710102005044588,\n                                50.570971784326325\n                            ],\n                            [\n                                -3.7094507112897874,\n                                50.57101524618479\n                            ],\n                            [\n                                -3.708579249225112,\n                                50.57112694192181\n                            ],\n                            [\n                                -3.708127479818711,\n                                50.57113357094077\n                            ],\n                            [\n                                -3.7073284963269924,\n                                50.57129822786716\n                            ],\n                            [\n                                -3.7066991501562585,\n                                50.571469296386205\n                            ],\n                            [\n                                -3.7065295038946036,\n                                50.57146278947262\n                            ],\n                            [\n                                -3.706299388855889,\n                                50.571349280484476\n                            ],\n                            [\n                                -3.7061150072531657,\n                                50.57132501058068\n                            ],\n                            [\n                                -3.7059352600214526,\n                                50.57182224232619\n                            ],\n                            [\n                                -3.7059327518477763,\n                                50.57214605113982\n                            ],\n                            [\n                                -3.7061905875647074,\n                                50.5726369606205\n                            ],\n                            [\n                                -3.7065142006594898,\n                                50.57299194643451\n                            ],\n                            [\n                                -3.7065428470923703,\n                                50.57301437046242\n                            ],\n                            [\n                                -3.7060880681835786,\n                                50.57303514665288\n                            ],\n                            [\n                                -3.705898670944065,\n                                50.572875361356445\n                            ],\n                            [\n                                -3.7056594832978655,\n                                50.57268169757008\n                            ],\n                            [\n                                -3.7055704304129677,\n                                50.57259542184343\n                            ],\n                            [\n                                -3.705395340769093,\n                                50.57249657407832\n                            ],\n                            [\n                                -3.705393888011014,\n                                50.57246260828976\n                            ],\n                            [\n                                -3.7051943561398564,\n                                50.572264126656385\n                            ],\n                            [\n                                -3.7051145810051556,\n                                50.57221845601198\n                            ],\n                            [\n                                -3.7050382160785467,\n                                50.572190174092206\n                            ],\n                            [\n                                -3.704902619705771,\n                                50.57214971868773\n                            ],\n                            [\n                                -3.7048232819618825,\n                                50.57214548425854\n                            ],\n                            [\n                                -3.704798925171584,\n                                50.57213504851235\n                            ],\n                            [\n                                -3.7046928397485375,\n                                50.57202520629149\n                            ],\n                            [\n                                -3.7045615925156627,\n                                50.57190529971194\n                            ],\n                            [\n                                -3.704320148456707,\n                                50.57155845010996\n                            ],\n                            [\n                                -3.7041441757802778,\n                                50.57126395616344\n                            ],\n                            [\n                                -3.7041270840629585,\n                                50.571222763516964\n                            ],\n                            [\n                                -3.704110789469996,\n                                50.571200526845956\n                            ],\n                            [\n                                -3.7040443751987047,\n                                50.57112507074276\n                            ],\n                            [\n                                -3.7040165603366213,\n                                50.57109940520644\n                            ],\n                            [\n                                -3.703943139876463,\n                                50.571059117900745\n                            ],\n                            [\n                                -3.7038789178243294,\n                                50.57104127003699\n                            ],\n                            [\n                                -3.7037878983315675,\n                                50.57102281600403\n                            ],\n                            [\n                                -3.7037617236775224,\n                                50.571000723871286\n                            ],\n                            [\n                                -3.703754558899822,\n                                50.57096027627212\n                            ],\n                            [\n                                -3.7037528697536843,\n                                50.57091346196849\n                            ],\n                            [\n                                -3.7037326177163794,\n                                50.57082654673536\n                            ],\n                            [\n                                -3.7037023707091867,\n                                50.570775734445235\n                            ],\n                            [\n                                -3.70365821901296,\n                                50.570646008318285\n                            ],\n                            [\n                                -3.7036208177236585,\n                                50.570587125451524\n                            ],\n                            [\n                                -3.7035647982988342,\n                                50.57056097315051\n                            ],\n                            [\n                                -3.703557017974137,\n                                50.570542209285065\n                            ],\n                            [\n                                -3.703572001590777,\n                                50.57048623828915\n                            ],\n                            [\n                                -3.703525106616294,\n                                50.57042920310366\n                            ],\n                            [\n                                -3.703500676766743,\n                                50.570384610204705\n                            ],\n                            [\n                                -3.7034949686075724,\n                                50.57034890791847\n                            ],\n                            [\n                                -3.7031537090983613,\n                                50.57019457782069\n                            ],\n                            [\n                                -3.703069092213178,\n                                50.57016956312151\n                            ],\n                            [\n                                -3.69861428460829,\n                                50.57100229759423\n                            ],\n                            [\n                                -3.6984420538586913,\n                                50.5708076421976\n                            ],\n                            [\n                                -3.698348457334968,\n                                50.57059771044823\n                            ],\n                            [\n                                -3.698301072061161,\n                                50.57015110180273\n                            ],\n                            [\n                                -3.696624917643364,\n                                50.56882381943901\n                            ],\n                            [\n                                -3.6965351360653553,\n                                50.56882979549505\n                            ],\n                            [\n                                -3.6960260881780327,\n                                50.568810240299086\n                            ],\n                            [\n                                -3.6958412715710343,\n                                50.56877696685545\n                            ],\n                            [\n                                -3.695216450844742,\n                                50.56867817844325\n                            ],\n                            [\n                                -3.6946386989006044,\n                                50.56871356154691\n                            ],\n                            [\n                                -3.6942281289273162,\n                                50.56868357136227\n                            ],\n                            [\n                                -3.6939888203550275,\n                                50.568705040937786\n                            ],\n                            [\n                                -3.69353331617164,\n                                50.568603770791924\n                            ],\n                            [\n                                -3.693379364637229,\n                                50.5686419757794\n                            ],\n                            [\n                                -3.693228957276642,\n                                50.56877903231322\n                            ],\n                            [\n                                -3.693128869630933,\n                                50.56874452226585\n                            ],\n                            [\n                                -3.6929363201851015,\n                                50.56849548181949\n                            ],\n                            [\n                                -3.692837199724839,\n                                50.56848792945074\n                            ],\n                            [\n                                -3.692407383160308,\n                                50.56871005320656\n                            ],\n                            [\n                                -3.6918040463855935,\n                                50.56881772543815\n                            ],\n                            [\n                                -3.690913322153687,\n                                50.5691814092879\n                            ],\n                            [\n                                -3.690363187979915,\n                                50.56919839168097\n                            ],\n                            [\n                                -3.689524001619237,\n                                50.569030744668716\n                            ],\n                            [\n                                -3.689029361224252,\n                                50.56901994345344\n                            ],\n                            [\n                                -3.6886504844031607,\n                                50.56908837705018\n                            ],\n                            [\n                                -3.688036905578128,\n                                50.56930415607606\n                            ],\n                            [\n                                -3.6867076182884295,\n                                50.56964719347521\n                            ],\n                            [\n                                -3.687017117542883,\n                                50.57040713379631\n                            ],\n                            [\n                                -3.6870136701800234,\n                                50.57045096485527\n                            ],\n                            [\n                                -3.6869684240556233,\n                                50.57101940778321\n                            ],\n                            [\n                                -3.687083988446682,\n                                50.571881150831416\n                            ],\n                            [\n                                -3.687163501415653,\n                                50.57213183884344\n                            ],\n                            [\n                                -3.688399667071825,\n                                50.57431736314481\n                            ],\n                            [\n                                -3.6886458515969083,\n                                50.57457533711559\n                            ],\n                            [\n                                -3.6875999608524457,\n                                50.57491166493792\n                            ],\n                            [\n                                -3.6873505541394835,\n                                50.57511785267166\n                            ],\n                            [\n                                -3.6872547700307363,\n                                50.57518109909614\n                            ],\n                            [\n                                -3.6872333450042643,\n                                50.57518742633016\n                            ],\n                            [\n                                -3.6872022838972964,\n                                50.575188506005325\n                            ],\n                            [\n                                -3.6871604850770647,\n                                50.575185523251704\n                            ],\n                            [\n                                -3.6870502209527816,\n                                50.575166075896135\n                            ],\n                            [\n                                -3.687009206578652,\n                                50.5751557968677\n                            ],\n                            [\n                                -3.686975037925884,\n                                50.575154493224794\n                            ],\n                            [\n                                -3.686725160584215,\n                                50.57519739776467\n                            ],\n                            [\n                                -3.6865769585863415,\n                                50.575194876999085\n                            ],\n                            [\n                                -3.6865184224049377,\n                                50.57520569888886\n                            ],\n                            [\n                                -3.6864905180066088,\n                                50.57522319102056\n                            ],\n                            [\n                                -3.6864486969224846,\n                                50.57531091825051\n                            ],\n                            [\n                                -3.6863994001768585,\n                                50.57537519938491\n                            ],\n                            [\n                                -3.6863935511214025,\n                                50.57538068029233\n                            ],\n                            [\n                                -3.6861630321104397,\n                                50.575480044133116\n                            ],\n                            [\n                                -3.686125287457848,\n                                50.575483019042146\n                            ],\n                            [\n                                -3.685908798088355,\n                                50.57545638507579\n                            ],\n                            [\n                                -3.6857414644704067,\n                                50.575440200119814\n                            ],\n                            [\n                                -3.6855560224005086,\n                                50.57541564318405\n                            ],\n                            [\n                                -3.6854571952055615,\n                                50.575417073876025\n                            ],\n                            [\n                                -3.6853613086817574,\n                                50.57542214931102\n                            ],\n                            [\n                                -3.685273398433324,\n                                50.57543187584486\n                            ],\n                            [\n                                -3.6851558413292183,\n                                50.57544669911693\n                            ],\n                            [\n                                -3.68507690536278,\n                                50.57547004689356\n                            ],\n                            [\n                                -3.6850447397497166,\n                                50.57548885945745\n                            ],\n                            [\n                                -3.685009652381316,\n                                50.57553027935167\n                            ],\n                            [\n                                -3.6850386996833318,\n                                50.57557723748316\n                            ],\n                            [\n                                -3.6850251029065175,\n                                50.57562365260332\n                            ],\n                            [\n                                -3.684840751727603,\n                                50.57583230192118\n                            ],\n                            [\n                                -3.6847692160744647,\n                                50.575919379278794\n                            ],\n                            [\n                                -3.6847960956061208,\n                                50.57595783386823\n                            ],\n                            [\n                                -3.6848785174260117,\n                                50.576022636509265\n                            ],\n                            [\n                                -3.6849571672117865,\n                                50.57606959632973\n                            ],\n                            [\n                                -3.684988443270715,\n                                50.57609747367911\n                            ],\n                            [\n                                -3.684644169440427,\n                                50.57598835320713\n                            ],\n                            [\n                                -3.6846055652162453,\n                                50.576016333393646\n                            ],\n                            [\n                                -3.6845911408554257,\n                                50.5760197798091\n                            ],\n                            [\n                                -3.6845367236267594,\n                                50.576022186002874\n                            ],\n                            [\n                                -3.6844428217845215,\n                                50.576017608761106\n                            ],\n                            [\n                                -3.6843858879762283,\n                                50.57602113053015\n                            ],\n                            [\n                                -3.6843630284109383,\n                                50.57602685742351\n                            ],\n                            [\n                                -3.68433192667264,\n                                50.576043046238254\n                            ],\n                            [\n                                -3.6842826525571817,\n                                50.57604590853482\n                            ],\n                            [\n                                -3.6842509437796407,\n                                50.57604151965985\n                            ],\n                            [\n                                -3.6842206984216377,\n                                50.576029456016656\n                            ],\n                            [\n                                -3.684206062381892,\n                                50.57602696964176\n                            ],\n                            [\n                                -3.684142138441897,\n                                50.57602735469522\n                            ],\n                            [\n                                -3.6840341235611214,\n                                50.576019114000424\n                            ],\n                            [\n                                -3.6839724036046393,\n                                50.576009223322856\n                            ],\n                            [\n                                -3.683727196840558,\n                                50.57594488558649\n                            ],\n                            [\n                                -3.6836311921694342,\n                                50.57593044509361\n                            ],\n                            [\n                                -3.6835173630785194,\n                                50.5759385664904\n                            ],\n                            [\n                                -3.6834682079322976,\n                                50.57594476336373\n                            ],\n                            [\n                                -3.683402996509616,\n                                50.575957757727295\n                            ],\n                            [\n                                -3.6832658317834177,\n                                50.575964597419556\n                            ],\n                            [\n                                -3.683231846819411,\n                                50.57596212084658\n                            ],\n                            [\n                                -3.6830956115420386,\n                                50.575919760670985\n                            ],\n                            [\n                                -3.68305180271371,\n                                50.57589962764011\n                            ],\n                            [\n                                -3.6830031501008835,\n                                50.57586445529142\n                            ],\n                            [\n                                -3.6829806081665954,\n                                50.575852549782596\n                            ],\n                            [\n                                -3.6827856857297485,\n                                50.575787483202525\n                            ],\n                            [\n                                -3.682727111019669,\n                                50.575764775435744\n                            ],\n                            [\n                                -3.682692298362049,\n                                50.57574541161465\n                            ],\n                            [\n                                -3.682615586748718,\n                                50.57571352258967\n                            ],\n                            [\n                                -3.682573988925737,\n                                50.575709447053015\n                            ],\n                            [\n                                -3.682480899665674,\n                                50.575714569622576\n                            ],\n                            [\n                                -3.682323257764601,\n                                50.5756960812282\n                            ],\n                            [\n                                -3.6819654720796366,\n                                50.57567166135737\n                            ],\n                            [\n                                -3.68138520215532,\n                                50.57564534516697\n                            ],\n                            [\n                                -3.681298731183241,\n                                50.575649912538786\n                            ],\n                            [\n                                -3.68121839390751,\n                                50.5756438867041\n                            ],\n                            [\n                                -3.6810796881699894,\n                                50.57564669893686\n                            ],\n                            [\n                                -3.6808655548609845,\n                                50.57566039403634\n                            ],\n                            [\n                                -3.680832667348337,\n                                50.57565898015758\n                            ],\n                            [\n                                -3.6808143349429128,\n                                50.57565421736707\n                            ],\n                            [\n                                -3.6806626599185592,\n                                50.575544642930865\n                            ],\n                            [\n                                -3.680522098319862,\n                                50.57540048023218\n                            ],\n                            [\n                                -3.680434070741568,\n                                50.57530257790058\n                            ],\n                            [\n                                -3.680349135746239,\n                                50.57519671646514\n                            ],\n                            [\n                                -3.6803451044837616,\n                                50.57523067167863\n                            ],\n                            [\n                                -3.680317819070061,\n                                50.575255699051\n                            ],\n                            [\n                                -3.680229369419195,\n                                50.575289973202565\n                            ],\n                            [\n                                -3.680154895980819,\n                                50.575314161589006\n                            ],\n                            [\n                                -3.680077583331059,\n                                50.57533397501989\n                            ],\n                            [\n                                -3.680026912401461,\n                                50.575343609897594\n                            ],\n                            [\n                                -3.6799775740799467,\n                                50.575347829340444\n                            ],\n                            [\n                                -3.6799185990701306,\n                                50.57535946366259\n                            ],\n                            [\n                                -3.679812489431081,\n                                50.57537493478008\n                            ],\n                            [\n                                -3.679690111698044,\n                                50.575388482023314\n                            ],\n                            [\n                                -3.67944468115357,\n                                50.57540613354503\n                            ],\n                            [\n                                -3.6791401043372067,\n                                50.575420689363\n                            ],\n                            [\n                                -3.6790109835503473,\n                                50.57502819835566\n                            ],\n                            [\n                                -3.678677913841148,\n                                50.57401530768159\n                            ],\n                            [\n                                -3.6772940171999324,\n                                50.574043248053044\n                            ],\n                            [\n                                -3.673325558592717,\n                                50.573924849263804\n                            ],\n                            [\n                                -3.673240365930978,\n                                50.57405428691791\n                            ],\n                            [\n                                -3.6732282283474142,\n                                50.57407324905806\n                            ],\n                            [\n                                -3.6731755547917926,\n                                50.574154301219124\n                            ],\n                            [\n                                -3.6731200397605397,\n                                50.57423727385754\n                            ],\n                            [\n                                -3.6731024158692094,\n                                50.574262430496205\n                            ],\n                            [\n                                -3.6731012558640628,\n                                50.57427234016521\n                            ],\n                            [\n                                -3.673119442072816,\n                                50.574328810678786\n                            ],\n                            [\n                                -3.6730575910496035,\n                                50.57437726682406\n                            ],\n                            [\n                                -3.672955705863462,\n                                50.57446612200963\n                            ],\n                            [\n                                -3.6728652964404027,\n                                50.57456038827169\n                            ],\n                            [\n                                -3.6728122403767283,\n                                50.57461752268327\n                            ],\n                            [\n                                -3.6725786990075258,\n                                50.574908143589\n                            ],\n                            [\n                                -3.6717460928554435,\n                                50.574799353028475\n                            ],\n                            [\n                                -3.6716224315906656,\n                                50.57478305135249\n                            ],\n                            [\n                                -3.6709831903677905,\n                                50.57469899048467\n                            ],\n                            [\n                                -3.670759769354974,\n                                50.5752595592098\n                            ],\n                            [\n                                -3.6705983825755863,\n                                50.57547711959625\n                            ],\n                            [\n                                -3.6704211494398575,\n                                50.57564483055389\n                            ],\n                            [\n                                -3.670230219282395,\n                                50.57581066019269\n                            ],\n                            [\n                                -3.6695202414134727,\n                                50.576377755501376\n                            ],\n                            [\n                                -3.6693499849533815,\n                                50.57650571181862\n                            ],\n                            [\n                                -3.669052358091283,\n                                50.57672072645043\n                            ],\n                            [\n                                -3.6689587908938224,\n                                50.57678833277244\n                            ],\n                            [\n                                -3.668575445491398,\n                                50.577055379851586\n                            ],\n                            [\n                                -3.668441837983813,\n                                50.57713704100897\n                            ],\n                            [\n                                -3.6681007361323186,\n                                50.57732426526381\n                            ],\n                            [\n                                -3.667627034409893,\n                                50.57738472496543\n                            ],\n                            [\n                                -3.666736580810686,\n                                50.5774161821566\n                            ],\n                            [\n                                -3.664703470912037,\n                                50.57733809179716\n                            ],\n                            [\n                                -3.664692172246003,\n                                50.57734131117443\n                            ],\n                            [\n                                -3.664505364497719,\n                                50.57736403772007\n                            ],\n                            [\n                                -3.663094694963695,\n                                50.577514198993605\n                            ],\n                            [\n                                -3.663085064308623,\n                                50.5775150560465\n                            ],\n                            [\n                                -3.6627362242395995,\n                                50.577536586563056\n                            ],\n                            [\n                                -3.662706682337805,\n                                50.57753754805974\n                            ],\n                            [\n                                -3.6619016458188156,\n                                50.5775280955224\n                            ],\n                            [\n                                -3.6613667511693575,\n                                50.57789122903808\n                            ],\n                            [\n                                -3.6625046910827135,\n                                50.57852126777022\n                            ],\n                            [\n                                -3.6646808566601,\n                                50.57970881921473\n                            ],\n                            [\n                                -3.6651546483053368,\n                                50.57996727517038\n                            ],\n                            [\n                                -3.6658417285401685,\n                                50.58022727357318\n                            ],\n                            [\n                                -3.6665543797668683,\n                                50.58040597733657\n                            ],\n                            [\n                                -3.6675047545775366,\n                                50.58060212864947\n                            ],\n                            [\n                                -3.6672061854776214,\n                                50.58145407998947\n                            ],\n                            [\n                                -3.667196773222411,\n                                50.581480736948386\n                            ],\n                            [\n                                -3.66699904260493,\n                                50.58147818086084\n                            ],\n                            [\n                                -3.666799413575943,\n                                50.58148786494999\n                            ],\n                            [\n                                -3.6666376704776016,\n                                50.58151841122003\n                            ],\n                            [\n                                -3.6663243255113334,\n                                50.58159590620904\n                            ],\n                            [\n                                -3.666093298570988,\n                                50.58162969164212\n                            ],\n                            [\n                                -3.6660234058085797,\n                                50.58164247337679\n                            ],\n                            [\n                                -3.665775714975019,\n                                50.5817324189361\n                            ],\n                            [\n                                -3.6654944263231752,\n                                50.58178454073342\n                            ],\n                            [\n                                -3.665244403231383,\n                                50.58185447173806\n                            ],\n                            [\n                                -3.6651959926263693,\n                                50.58186559669135\n                            ],\n                            [\n                                -3.6650599329845908,\n                                50.58190431737788\n                            ],\n                            [\n                                -3.664967848769056,\n                                50.58193512425228\n                            ],\n                            [\n                                -3.6648443296736835,\n                                50.5819893951967\n                            ],\n                            [\n                                -3.6647297689900054,\n                                50.582033743876245\n                            ],\n                            [\n                                -3.6643550518033567,\n                                50.58216758361079\n                            ],\n                            [\n                                -3.6642034318444736,\n                                50.58223736482133\n                            ],\n                            [\n                                -3.6641472079978783,\n                                50.58222521760577\n                            ],\n                            [\n                                -3.662846921794576,\n                                50.58194547643886\n                            ],\n                            [\n                                -3.6613562263701214,\n                                50.58178126272802\n                            ],\n                            [\n                                -3.661099492022467,\n                                50.581760202226775\n                            ],\n                            [\n                                -3.6597331426783803,\n                                50.58164428817573\n                            ],\n                            [\n                                -3.6586529852339713,\n                                50.58179148179348\n                            ],\n                            [\n                                -3.6586262308319175,\n                                50.58178260848849\n                            ],\n                            [\n                                -3.658575760007387,\n                                50.58176489053408\n                            ],\n                            [\n                                -3.658579591739718,\n                                50.581734446535805\n                            ],\n                            [\n                                -3.65859246056988,\n                                50.58169667891579\n                            ],\n                            [\n                                -3.6585941420584653,\n                                50.5816681542051\n                            ],\n                            [\n                                -3.6585708127736676,\n                                50.58162047862063\n                            ],\n                            [\n                                -3.658552653227941,\n                                50.58159772264074\n                            ],\n                            [\n                                -3.658529109368249,\n                                50.5815805204639\n                            ],\n                            [\n                                -3.6584503857640844,\n                                50.58154423736404\n                            ],\n                            [\n                                -3.6584535748213787,\n                                50.5815156012457\n                            ],\n                            [\n                                -3.658446525212007,\n                                50.58148099530628\n                            ],\n                            [\n                                -3.6584319479619545,\n                                50.58144038992313\n                            ],\n                            [\n                                -3.658413321130257,\n                                50.58140433003031\n                            ],\n                            [\n                                -3.6583261922412045,\n                                50.58130127207393\n                            ],\n                            [\n                                -3.6583115708871676,\n                                50.58128915906908\n                            ],\n                            [\n                                -3.658277833946462,\n                                50.58127049215899\n                            ],\n                            [\n                                -3.6582414848091753,\n                                50.5812570787372\n                            ],\n                            [\n                                -3.658159176357022,\n                                50.58123774549532\n                            ],\n                            [\n                                -3.6580674022946833,\n                                50.58123122798351\n                            ],\n                            [\n                                -3.657967202508439,\n                                50.58123013660925\n                            ],\n                            [\n                                -3.6578730899461585,\n                                50.581239481001575\n                            ],\n                            [\n                                -3.6577809561823647,\n                                50.581259319670274\n                            ],\n                            [\n                                -3.6577082121110167,\n                                50.58130035895734\n                            ],\n                            [\n                                -3.657615183715558,\n                                50.58141056905211\n                            ],\n                            [\n                                -3.657576740223235,\n                                50.58145013962719\n                            ],\n                            [\n                                -3.6575370599690484,\n                                50.581457710536846\n                            ],\n                            [\n                                -3.657461997429207,\n                                50.58146894186744\n                            ],\n                            [\n                                -3.657321257265976,\n                                50.58147427287303\n                            ],\n                            [\n                                -3.657217536827964,\n                                50.581448957205986\n                            ],\n                            [\n                                -3.6571033415036096,\n                                50.581404094517076\n                            ],\n                            [\n                                -3.6570904629243572,\n                                50.581388907722705\n                            ],\n                            [\n                                -3.6570704153387172,\n                                50.581365458895945\n                            ],\n                            [\n                                -3.6570523780717106,\n                                50.581305926066335\n                            ],\n                            [\n                                -3.6570713043768595,\n                                50.58125116441888\n                            ],\n                            [\n                                -3.6571422295258498,\n                                50.58118847681449\n                            ],\n                            [\n                                -3.6571670512386802,\n                                50.581158813357476\n                            ],\n                            [\n                                -3.6572217119522623,\n                                50.58072862636149\n                            ],\n                            [\n                                -3.6571540523994135,\n                                50.58067267776847\n                            ],\n                            [\n                                -3.657082861394874,\n                                50.58059861229815\n                            ],\n                            [\n                                -3.6570102590463405,\n                                50.58050083272552\n                            ],\n                            [\n                                -3.6569584590543704,\n                                50.58045203307795\n                            ],\n                            [\n                                -3.656757571053989,\n                                50.58033603213592\n                            ],\n                            [\n                                -3.6566313352479707,\n                                50.580319481330584\n                            ],\n                            [\n                                -3.656491709616528,\n                                50.58031984900484\n                            ],\n                            [\n                                -3.656383615915836,\n                                50.580339284082584\n                            ],\n                            [\n                                -3.6562954348790733,\n                                50.58036184437833\n                            ],\n                            [\n                                -3.6559599364715227,\n                                50.58046560911981\n                            ],\n                            [\n                                -3.655924928597707,\n                                50.580473481769644\n                            ],\n                            [\n                                -3.6558912701884307,\n                                50.58047673948146\n                            ],\n                            [\n                                -3.6557712799925572,\n                                50.58047233922558\n                            ],\n                            [\n                                -3.655598503931942,\n                                50.58043730172702\n                            ],\n                            [\n                                -3.6555600434029287,\n                                50.58042687639316\n                            ],\n                            [\n                                -3.65554277822601,\n                                50.58041265116237\n                            ],\n                            [\n                                -3.655555805545718,\n                                50.580372093606464\n                            ],\n                            [\n                                -3.6555428166911295,\n                                50.58036058659716\n                            ],\n                            [\n                                -3.655349446655618,\n                                50.58034607717595\n                            ],\n                            [\n                                -3.655227287347535,\n                                50.580312837706444\n                            ],\n                            [\n                                -3.655173439486788,\n                                50.58030829696671\n                            ],\n                            [\n                                -3.6551482347531725,\n                                50.580310543922316\n                            ],\n                            [\n                                -3.655110318577942,\n                                50.58031845766977\n                            ],\n                            [\n                                -3.655027897288683,\n                                50.58034255397766\n                            ],\n                            [\n                                -3.6549815504266925,\n                                50.58034609071351\n                            ],\n                            [\n                                -3.6549259422620546,\n                                50.58032800352069\n                            ],\n                            [\n                                -3.654840358557652,\n                                50.58028848786394\n                            ],\n                            [\n                                -3.6548103709014192,\n                                50.58026993754656\n                            ],\n                            [\n                                -3.654802951672168,\n                                50.580260968438104\n                            ],\n                            [\n                                -3.654797471094155,\n                                50.580188036193576\n                            ],\n                            [\n                                -3.6545264559474555,\n                                50.579918382930074\n                            ],\n                            [\n                                -3.6544738618039037,\n                                50.57991292469229\n                            ],\n                            [\n                                -3.6543879959481624,\n                                50.579912076250295\n                            ],\n                            [\n                                -3.6543122606765093,\n                                50.579924214480315\n                            ],\n                            [\n                                -3.6542353135905814,\n                                50.57995497765942\n                            ],\n                            [\n                                -3.6541650233379337,\n                                50.579996339617516\n                            ],\n                            [\n                                -3.654125324535083,\n                                50.58001021415391\n                            ],\n                            [\n                                -3.6540926488037777,\n                                50.5800149053577\n                            ],\n                            [\n                                -3.653992593971874,\n                                50.58001102049564\n                            ],\n                            [\n                                -3.653870486361078,\n                                50.58001266509083\n                            ],\n                            [\n                                -3.653772883367133,\n                                50.58000901502139\n                            ],\n                            [\n                                -3.6536784052149875,\n                                50.57999174913036\n                            ],\n                            [\n                                -3.6535937865658354,\n                                50.579966428760905\n                            ],\n                            [\n                                -3.6535319562474022,\n                                50.5799335898152\n                            ],\n                            [\n                                -3.6533717648369426,\n                                50.57983552295284\n                            ],\n                            [\n                                -3.6532800201728763,\n                                50.579796273514475\n                            ],\n                            [\n                                -3.6532382323947954,\n                                50.579773492472995\n                            ],\n                            [\n                                -3.6532002968228103,\n                                50.579734468221304\n                            ],\n                            [\n                                -3.6531855563846984,\n                                50.579705996890965\n                            ],\n                            [\n                                -3.6531893372011335,\n                                50.57968086002864\n                            ],\n                            [\n                                -3.6532031676158265,\n                                50.57966358478863\n                            ],\n                            [\n                                -3.6532243235367714,\n                                50.57964898455871\n                            ],\n                            [\n                                -3.6532568822263256,\n                                50.579637729923625\n                            ],\n                            [\n                                -3.65332228087962,\n                                50.57962970533901\n                            ],\n                            [\n                                -3.6534862016461482,\n                                50.57962135187133\n                            ],\n                            [\n                                -3.6535486916864115,\n                                50.57961335947118\n                            ],\n                            [\n                                -3.6536506526435897,\n                                50.57957531640459\n                            ],\n                            [\n                                -3.6537327086914804,\n                                50.579533958519875\n                            ],\n                            [\n                                -3.65382383523812,\n                                50.579459213363336\n                            ],\n                            [\n                                -3.653849309412052,\n                                50.579408226483864\n                            ],\n                            [\n                                -3.6538528005645627,\n                                50.57940144067937\n                            ],\n                            [\n                                -3.653847089749774,\n                                50.57934487103745\n                            ],\n                            [\n                                -3.653791299375193,\n                                50.57923525790834\n                            ],\n                            [\n                                -3.6537422940355797,\n                                50.57919594138171\n                            ],\n                            [\n                                -3.6535634121525624,\n                                50.579129159215036\n                            ],\n                            [\n                                -3.653480525684203,\n                                50.57910687199493\n                            ],\n                            [\n                                -3.6533661155789754,\n                                50.57914554138061\n                            ],\n                            [\n                                -3.6530869908844306,\n                                50.579225923378566\n                            ],\n                            [\n                                -3.6528724136296757,\n                                50.579270780995095\n                            ],\n                            [\n                                -3.652749980105447,\n                                50.57927314853919\n                            ],\n                            [\n                                -3.652664231128843,\n                                50.57925180073295\n                            ],\n                            [\n                                -3.6525980615806204,\n                                50.57921479588917\n                            ],\n                            [\n                                -3.652581685222452,\n                                50.57918275025762\n                            ],\n                            [\n                                -3.6525804210617028,\n                                50.579120010783534\n                            ],\n                            [\n                                -3.65263025750297,\n                                50.579056815813864\n                            ],\n                            [\n                                -3.6526425872886534,\n                                50.57902975890246\n                            ],\n                            [\n                                -3.652638022744934,\n                                50.57893568756301\n                            ],\n                            [\n                                -3.65262998439339,\n                                50.57887915989469\n                            ],\n                            [\n                                -3.652645487188267,\n                                50.57878660244071\n                            ],\n                            [\n                                -3.652108595015272,\n                                50.578586163656\n                            ],\n                            [\n                                -3.6519418700398707,\n                                50.57852397312604\n                            ],\n                            [\n                                -3.6516392028296125,\n                                50.57841102625899\n                            ],\n                            [\n                                -3.65151968998055,\n                                50.578343398781456\n                            ],\n                            [\n                                -3.6514660624397175,\n                                50.57833175725301\n                            ],\n                            [\n                                -3.6514236047812254,\n                                50.57832327591426\n                            ],\n                            [\n                                -3.6514004113157226,\n                                50.578319198008444\n                            ],\n                            [\n                                -3.6513807299750507,\n                                50.578315789773825\n                            ],\n                            [\n                                -3.651370796037383,\n                                50.57831485143503\n                            ],\n                            [\n                                -3.6513493515818034,\n                                50.578311108457086\n                            ],\n                            [\n                                -3.651330881319109,\n                                50.578309211951286\n                            ],\n                            [\n                                -3.651317611090565,\n                                50.57830940015908\n                            ],\n                            [\n                                -3.6513032461339217,\n                                50.57831140261354\n                            ],\n                            [\n                                -3.651293478850113,\n                                50.57831522851838\n                            ],\n                            [\n                                -3.651276547950338,\n                                50.57832059499688\n                            ],\n                            [\n                                -3.651259314423815,\n                                50.57832740474257\n                            ],\n                            [\n                                -3.651243995965041,\n                                50.57833202885954\n                            ],\n                            [\n                                -3.6512205837481497,\n                                50.57833865641722\n                            ],\n                            [\n                                -3.6512064068629675,\n                                50.57834280566548\n                            ],\n                            [\n                                -3.6511840862245966,\n                                50.57834752907704\n                            ],\n                            [\n                                -3.6511622956248893,\n                                50.57835044624551\n                            ],\n                            [\n                                -3.651139206170575,\n                                50.578352572404135\n                            ],\n                            [\n                                -3.651129413464244,\n                                50.57835244146687\n                            ],\n                            [\n                                -3.6509355016527247,\n                                50.578355281110476\n                            ],\n                            [\n                                -3.650908388643067,\n                                50.57835584542471\n                            ],\n                            [\n                                -3.6508756663275963,\n                                50.57835594964964\n                            ],\n                            [\n                                -3.6508399354874945,\n                                50.57835645626633\n                            ],\n                            [\n                                -3.650755117366346,\n                                50.578358828002\n                            ],\n                            [\n                                -3.650620737976267,\n                                50.57835920421647\n                            ],\n                            [\n                                -3.650513437027765,\n                                50.578358027252754\n                            ],\n                            [\n                                -3.650265168209474,\n                                50.57834491719625\n                            ],\n                            [\n                                -3.6501635683562026,\n                                50.5783302586262\n                            ],\n                            [\n                                -3.6499226507233082,\n                                50.5782542862443\n                            ],\n                            [\n                                -3.649682525808558,\n                                50.578181171096226\n                            ],\n                            [\n                                -3.649523096947565,\n                                50.57813767038718\n                            ],\n                            [\n                                -3.6493757269175586,\n                                50.578076281225265\n                            ],\n                            [\n                                -3.6493469148106534,\n                                50.57806499768119\n                            ],\n                            [\n                                -3.6493324616532017,\n                                50.57805800753229\n                            ],\n                            [\n                                -3.6493137704515677,\n                                50.57804937762332\n                            ],\n                            [\n                                -3.6492298678451975,\n                                50.57802457458038\n                            ],\n                            [\n                                -3.6491414432213154,\n                                50.57799363893014\n                            ],\n                            [\n                                -3.649030624331145,\n                                50.57795844263882\n                            ],\n                            [\n                                -3.6489740217448143,\n                                50.57794125707053\n                            ],\n                            [\n                                -3.6489274836392895,\n                                50.57792915422771\n                            ],\n                            [\n                                -3.648857356973831,\n                                50.57791539783165\n                            ],\n                            [\n                                -3.6487987989177584,\n                                50.577902475861066\n                            ],\n                            [\n                                -3.648788962352862,\n                                50.57790108624313\n                            ],\n                            [\n                                -3.648772267902653,\n                                50.577896645974604\n                            ],\n                            [\n                                -3.6487634837626257,\n                                50.577891823879746\n                            ],\n                            [\n                                -3.6487451878213113,\n                                50.5778880358383\n                            ],\n                            [\n                                -3.6487797630856376,\n                                50.57783423211036\n                            ],\n                            [\n                                -3.6487663265797132,\n                                50.577829655769484\n                            ],\n                            [\n                                -3.6487291506691055,\n                                50.57788583465819\n                            ],\n                            [\n                                -3.6486455642238895,\n                                50.57785995647968\n                            ],\n                            [\n                                -3.648568457834039,\n                                50.57784289016322\n                            ],\n                            [\n                                -3.6484623814445656,\n                                50.57783629781025\n                            ],\n                            [\n                                -3.6483040541608154,\n                                50.57777776051613\n                            ],\n                            [\n                                -3.6481825918005653,\n                                50.577767788280624\n                            ],\n                            [\n                                -3.648072584957191,\n                                50.57777564098621\n                            ],\n                            [\n                                -3.6479536200449663,\n                                50.57775709822624\n                            ],\n                            [\n                                -3.64791985650836,\n                                50.577747593197934\n                            ],\n                            [\n                                -3.647912548523537,\n                                50.57774499854871\n                            ],\n                            [\n                                -3.6471922128248067,\n                                50.577759778294485\n                            ],\n                            [\n                                -3.6471158220537103,\n                                50.577742961709276\n                            ],\n                            [\n                                -3.6470408967022925,\n                                50.57772523397716\n                            ],\n                            [\n                                -3.6470853822211153,\n                                50.57776191915826\n                            ],\n                            [\n                                -3.6468066435105926,\n                                50.58000660096519\n                            ],\n                            [\n                                -3.645369144278899,\n                                50.584823192540426\n                            ],\n                            [\n                                -3.64562047457643,\n                                50.58505646013166\n                            ],\n                            [\n                                -3.6455839208864287,\n                                50.585628267943314\n                            ],\n                            [\n                                -3.6441129997261656,\n                                50.586331282714305\n                            ],\n                            [\n                                -3.6440780664395414,\n                                50.586347964433294\n                            ],\n                            [\n                                -3.643537649995361,\n                                50.586282223941176\n                            ],\n                            [\n                                -3.643868609380845,\n                                50.58605268516016\n                            ],\n                            [\n                                -3.6432420873124403,\n                                50.58550390786688\n                            ],\n                            [\n                                -3.6427696128395497,\n                                50.584916988551406\n                            ],\n                            [\n                                -3.6425243778999774,\n                                50.584362827369006\n                            ],\n                            [\n                                -3.6423253163147606,\n                                50.58363259430942\n                            ],\n                            [\n                                -3.642303683103345,\n                                50.583553243164566\n                            ],\n                            [\n                                -3.6406624338989144,\n                                50.58265236996275\n                            ],\n                            [\n                                -3.639822207067392,\n                                50.58201128026893\n                            ],\n                            [\n                                -3.638632501855853,\n                                50.58082610732828\n                            ],\n                            [\n                                -3.6387694032308313,\n                                50.57984847421225\n                            ],\n                            [\n                                -3.6387893950891326,\n                                50.579706228886835\n                            ],\n                            [\n                                -3.6385458597195672,\n                                50.57962531439906\n                            ],\n                            [\n                                -3.638231442178009,\n                                50.579521851505554\n                            ],\n                            [\n                                -3.638073978455808,\n                                50.57946112973105\n                            ],\n                            [\n                                -3.639335783738077,\n                                50.57796839348731\n                            ],\n                            [\n                                -3.6398494730808717,\n                                50.57730463579158\n                            ],\n                            [\n                                -3.640135937044465,\n                                50.57701279653197\n                            ],\n                            [\n                                -3.640847519650901,\n                                50.57640144913275\n                            ],\n                            [\n                                -3.641656492779546,\n                                50.575768137720935\n                            ],\n                            [\n                                -3.642618033637595,\n                                50.575015508433964\n                            ],\n                            [\n                                -3.6425000253908055,\n                                50.574927174225294\n                            ],\n                            [\n                                -3.641994407958205,\n                                50.574548947870156\n                            ],\n                            [\n                                -3.6419908583454217,\n                                50.57455043690731\n                            ],\n                            [\n                                -3.641794712707564,\n                                50.5746193779293\n                            ],\n                            [\n                                -3.641625021912434,\n                                50.574665650460716\n                            ],\n                            [\n                                -3.6415565921953688,\n                                50.57467003285211\n                            ],\n                            [\n                                -3.6415547946322184,\n                                50.57465854637834\n                            ],\n                            [\n                                -3.641381890146203,\n                                50.57465585769605\n                            ],\n                            [\n                                -3.641279129501859,\n                                50.57465056112791\n                            ],\n                            [\n                                -3.640755730429369,\n                                50.574597878874044\n                            ],\n                            [\n                                -3.6407217133093166,\n                                50.57459072267502\n                            ],\n                            [\n                                -3.6406810399477187,\n                                50.57458994679492\n                            ],\n                            [\n                                -3.6406079542784253,\n                                50.574607875655495\n                            ],\n                            [\n                                -3.640534276371219,\n                                50.57464209124315\n                            ],\n                            [\n                                -3.6405004031029766,\n                                50.574635823319674\n                            ],\n                            [\n                                -3.640460201297384,\n                                50.57463845828858\n                            ],\n                            [\n                                -3.640266624953062,\n                                50.5747277670154\n                            ],\n                            [\n                                -3.640294394506223,\n                                50.574806321670735\n                            ],\n                            [\n                                -3.64025321926124,\n                                50.574814276509215\n                            ],\n                            [\n                                -3.6402255013803564,\n                                50.57483111629942\n                            ],\n                            [\n                                -3.640162027340548,\n                                50.57483749658449\n                            ],\n                            [\n                                -3.6400995354811463,\n                                50.57483190150301\n                            ],\n                            [\n                                -3.639964107566772,\n                                50.5748018008999\n                            ],\n                            [\n                                -3.6397347586016164,\n                                50.574715931501856\n                            ],\n                            [\n                                -3.639587713196678,\n                                50.57463636735906\n                            ],\n                            [\n                                -3.6395586796304467,\n                                50.57462508452494\n                            ],\n                            [\n                                -3.639488205510702,\n                                50.574597845989544\n                            ],\n                            [\n                                -3.6393999904058383,\n                                50.574562403227596\n                            ],\n                            [\n                                -3.6392778379650794,\n                                50.57450541288651\n                            ],\n                            [\n                                -3.639085674532305,\n                                50.57439707425638\n                            ],\n                            [\n                                -3.6389424584557895,\n                                50.57434029016021\n                            ],\n                            [\n                                -3.6388817891415606,\n                                50.57432370556717\n                            ],\n                            [\n                                -3.6387974589406054,\n                                50.57430942358292\n                            ],\n                            [\n                                -3.6385946241084017,\n                                50.574279730542955\n                            ],\n                            [\n                                -3.6383733861979177,\n                                50.57425326400694\n                            ],\n                            [\n                                -3.6382779662127325,\n                                50.57423806746137\n                            ],\n                            [\n                                -3.638188745234297,\n                                50.574220805023316\n                            ],\n                            [\n                                -3.6381044065369608,\n                                50.574196090075766\n                            ],\n                            [\n                                -3.638052539259235,\n                                50.5741747045367\n                            ],\n                            [\n                                -3.637880716569879,\n                                50.5740887416385\n                            ],\n                            [\n                                -3.6377829345385977,\n                                50.57405307249722\n                            ],\n                            [\n                                -3.6377670517098557,\n                                50.57404142435739\n                            ],\n                            [\n                                -3.6376983541875063,\n                                50.573961115469444\n                            ],\n                            [\n                                -3.637670463609796,\n                                50.573942450326946\n                            ],\n                            [\n                                -3.6376045896393236,\n                                50.57391666587208\n                            ],\n                            [\n                                -3.637535285597873,\n                                50.57389948254169\n                            ],\n                            [\n                                -3.6374763279104925,\n                                50.573891498013786\n                            ],\n                            [\n                                -3.6374033339557785,\n                                50.57387175835508\n                            ],\n                            [\n                                -3.637384406347732,\n                                50.5738700459495\n                            ],\n                            [\n                                -3.6370873814062703,\n                                50.57390083481996\n                            ],\n                            [\n                                -3.6369963416995743,\n                                50.57390481295846\n                            ],\n                            [\n                                -3.6369293208945783,\n                                50.57390296723655\n                            ],\n                            [\n                                -3.636862657586587,\n                                50.573894730990716\n                            ],\n                            [\n                                -3.6368138316168848,\n                                50.57388364479071\n                            ],\n                            [\n                                -3.6366727767530604,\n                                50.57383204382422\n                            ],\n                            [\n                                -3.636600411387226,\n                                50.57376319873965\n                            ],\n                            [\n                                -3.6365750249501896,\n                                50.57372956875286\n                            ],\n                            [\n                                -3.6365019867509596,\n                                50.573604630958215\n                            ],\n                            [\n                                -3.6364732548665315,\n                                50.573564932320735\n                            ],\n                            [\n                                -3.635008449344312,\n                                50.57415833235712\n                            ],\n                            [\n                                -3.6296341563354493,\n                                50.574154733268294\n                            ],\n                            [\n                                -3.628261269323043,\n                                50.576666974700096\n                            ],\n                            [\n                                -3.6282457570157844,\n                                50.576811403902006\n                            ],\n                            [\n                                -3.6277851350205603,\n                                50.57668802207557\n                            ],\n                            [\n                                -3.62763786133881,\n                                50.57664853955427\n                            ],\n                            [\n                                -3.627464360282836,\n                                50.57653408412621\n                            ],\n                            [\n                                -3.627186885990293,\n                                50.57626813652518\n                            ],\n                            [\n                                -3.6271860331336128,\n                                50.57626715914905\n                            ],\n                            [\n                                -3.6270690243173442,\n                                50.576125931123336\n                            ],\n                            [\n                                -3.6269746917850614,\n                                50.57584843895316\n                            ],\n                            [\n                                -3.6267094549870618,\n                                50.57552837563662\n                            ],\n                            [\n                                -3.6267005667695043,\n                                50.57552373321328\n                            ],\n                            [\n                                -3.6265225020783136,\n                                50.575431995012636\n                            ],\n                            [\n                                -3.6261629296478435,\n                                50.57541256406509\n                            ],\n                            [\n                                -3.626126295139455,\n                                50.575410557520236\n                            ],\n                            [\n                                -3.6259069307066394,\n                                50.57548887945172\n                            ],\n                            [\n                                -3.6254706105597765,\n                                50.57564458008118\n                            ],\n                            [\n                                -3.625378412587541,\n                                50.57568641931303\n                            ],\n                            [\n                                -3.624933837488632,\n                                50.57598482654323\n                            ],\n                            [\n                                -3.624464564673934,\n                                50.57629994495926\n                            ],\n                            [\n                                -3.6241887939978703,\n                                50.57652964825125\n                            ],\n                            [\n                                -3.623969087457321,\n                                50.576693113565064\n                            ],\n                            [\n                                -3.6238629167170475,\n                                50.57676859362256\n                            ],\n                            [\n                                -3.623726446699901,\n                                50.57686697110972\n                            ],\n                            [\n                                -3.6235015714922656,\n                                50.57687694206877\n                            ],\n                            [\n                                -3.6234518700260523,\n                                50.57690487666611\n                            ],\n                            [\n                                -3.6232840527052574,\n                                50.57695216643985\n                            ],\n                            [\n                                -3.622911822722151,\n                                50.576902962222405\n                            ],\n                            [\n                                -3.622552293482685,\n                                50.57691876535241\n                            ],\n                            [\n                                -3.6225467770789086,\n                                50.576859763346356\n                            ],\n                            [\n                                -3.6225462452714035,\n                                50.57685456346984\n                            ],\n                            [\n                                -3.622461798342703,\n                                50.57645096582334\n                            ],\n                            [\n                                -3.622385289493016,\n                                50.57628119872325\n                            ],\n                            [\n                                -3.6216881826985,\n                                50.575310618100744\n                            ],\n                            [\n                                -3.6211644555941875,\n                                50.57445450897538\n                            ],\n                            [\n                                -3.621098213437855,\n                                50.57424458557253\n                            ],\n                            [\n                                -3.621047410300551,\n                                50.57408408279962\n                            ],\n                            [\n                                -3.6210443921183715,\n                                50.574074330801196\n                            ],\n                            [\n                                -3.621005993781006,\n                                50.57395303823038\n                            ],\n                            [\n                                -3.619045567483228,\n                                50.57401825098383\n                            ],\n                            [\n                                -3.617698428428123,\n                                50.575778899082735\n                            ],\n                            [\n                                -3.6189102489261216,\n                                50.5763204854447\n                            ],\n                            [\n                                -3.6196056409012347,\n                                50.57663134577064\n                            ],\n                            [\n                                -3.61988437956136,\n                                50.576755860521395\n                            ],\n                            [\n                                -3.6204556076007943,\n                                50.57701117203863\n                            ],\n                            [\n                                -3.620451986822749,\n                                50.57760517679707\n                            ],\n                            [\n                                -3.620446932498652,\n                                50.57843438372846\n                            ],\n                            [\n                                -3.620332465882175,\n                                50.578520047185584\n                            ],\n                            [\n                                -3.620329524851068,\n                                50.57852224816144\n                            ],\n                            [\n                                -3.619294184778908,\n                                50.579220146027495\n                            ],\n                            [\n                                -3.6153838397242923,\n                                50.58135552291807\n                            ],\n                            [\n                                -3.6150026055794853,\n                                50.581563739977646\n                            ],\n                            [\n                                -3.614968150751023,\n                                50.58158255387777\n                            ],\n                            [\n                                -3.6147798559257422,\n                                50.581676212555486\n                            ],\n                            [\n                                -3.6144521491305035,\n                                50.58183921376052\n                            ],\n                            [\n                                -3.614359401346097,\n                                50.58150422998071\n                            ],\n                            [\n                                -3.614171533246763,\n                                50.581388065438055\n                            ],\n                            [\n                                -3.6105567970913204,\n                                50.57915333084573\n                            ],\n                            [\n                                -3.608850086439569,\n                                50.57939135992116\n                            ],\n                            [\n                                -3.6067933600285373,\n                                50.57883830852692\n                            ],\n                            [\n                                -3.603634236081429,\n                                50.57793277928872\n                            ],\n                            [\n                                -3.6035864993442095,\n                                50.577919136979766\n                            ],\n                            [\n                                -3.6033140185630623,\n                                50.57784098498132\n                            ],\n                            [\n                                -3.602428382274948,\n                                50.57758712926621\n                            ],\n                            [\n                                -3.600229216091877,\n                                50.57719696153667\n                            ],\n                            [\n                                -3.599785073835374,\n                                50.57711809366317\n                            ],\n                            [\n                                -3.5983792161196497,\n                                50.57686866487474\n                            ],\n                            [\n                                -3.597626908360742,\n                                50.576028351483785\n                            ],\n                            [\n                                -3.597138953730848,\n                                50.575975706402524\n                            ],\n                            [\n                                -3.596837420856041,\n                                50.57594324742615\n                            ],\n                            [\n                                -3.5953753076071555,\n                                50.57578545203616\n                            ],\n                            [\n                                -3.595281809800342,\n                                50.5757754012346\n                            ],\n                            [\n                                -3.59522714685421,\n                                50.575773991727026\n                            ],\n                            [\n                                -3.595045045867248,\n                                50.57637115011946\n                            ],\n                            [\n                                -3.5943572685018155,\n                                50.5781703163373\n                            ],\n                            [\n                                -3.5937494496810185,\n                                50.57941076462158\n                            ],\n                            [\n                                -3.5935633289461606,\n                                50.57975505835387\n                            ],\n                            [\n                                -3.5935319995682553,\n                                50.579665488583345\n                            ],\n                            [\n                                -3.593386254480489,\n                                50.579532615746466\n                            ],\n                            [\n                                -3.593051463254142,\n                                50.579654086104\n                            ],\n                            [\n                                -3.5920245004712372,\n                                50.58019877927897\n                            ],\n                            [\n                                -3.5904500647909674,\n                                50.580840851283355\n                            ],\n                            [\n                                -3.5902091147371777,\n                                50.58081717060646\n                            ],\n                            [\n                                -3.5889202313280304,\n                                50.58113155351065\n                            ],\n                            [\n                                -3.5881737768377646,\n                                50.581195689763106\n                            ],\n                            [\n                                -3.587782991061411,\n                                50.581335877686456\n                            ],\n                            [\n                                -3.587740957176521,\n                                50.58136072447078\n                            ],\n                            [\n                                -3.5874090024656575,\n                                50.58155684919943\n                            ],\n                            [\n                                -3.587025881581731,\n                                50.58192180480111\n                            ],\n                            [\n                                -3.5868904231739087,\n                                50.58209457343878\n                            ],\n                            [\n                                -3.5866303639362984,\n                                50.58276362212353\n                            ],\n                            [\n                                -3.586495200856368,\n                                50.582945289850294\n                            ],\n                            [\n                                -3.586237251796316,\n                                50.58325458483688\n                            ],\n                            [\n                                -3.5853742010613385,\n                                50.583635146380374\n                            ],\n                            [\n                                -3.5851123285378885,\n                                50.58382752214708\n                            ],\n                            [\n                                -3.584930846732797,\n                                50.58389292940905\n                            ],\n                            [\n                                -3.584267291405185,\n                                50.583901959657894\n                            ],\n                            [\n                                -3.583816868434616,\n                                50.583953135925235\n                            ],\n                            [\n                                -3.583462989479484,\n                                50.58393088732895\n                            ],\n                            [\n                                -3.582155364719407,\n                                50.5841105822933\n                            ],\n                            [\n                                -3.5799112963537882,\n                                50.58416803339581\n                            ],\n                            [\n                                -3.5793768457070056,\n                                50.58423822070955\n                            ],\n                            [\n                                -3.5789292465247,\n                                50.58437025460894\n                            ],\n                            [\n                                -3.57818571333492,\n                                50.584739968303914\n                            ],\n                            [\n                                -3.577609219369439,\n                                50.5850266791349\n                            ],\n                            [\n                                -3.576350424027909,\n                                50.585826120140666\n                            ],\n                            [\n                                -3.5757819793800363,\n                                50.58614858800884\n                            ],\n                            [\n                                -3.5743350373059632,\n                                50.587238444799624\n                            ],\n                            [\n                                -3.5741121623855063,\n                                50.58648594721532\n                            ],\n                            [\n                                -3.574057609724403,\n                                50.585695298651906\n                            ],\n                            [\n                                -3.5739503634542142,\n                                50.58502225123971\n                            ],\n                            [\n                                -3.5736289740803757,\n                                50.58385740845006\n                            ],\n                            [\n                                -3.5734694832533407,\n                                50.583524473609444\n                            ],\n                            [\n                                -3.573461986847677,\n                                50.58350892615567\n                            ],\n                            [\n                                -3.5731075127451577,\n                                50.5830460068063\n                            ],\n                            [\n                                -3.572585787514073,\n                                50.58222571175451\n                            ],\n                            [\n                                -3.5724248014636792,\n                                50.5820569636989\n                            ],\n                            [\n                                -3.5711715910406414,\n                                50.58132745322175\n                            ],\n                            [\n                                -3.570577253051568,\n                                50.58086776260764\n                            ],\n                            [\n                                -3.569570404107438,\n                                50.580323712998904\n                            ],\n                            [\n                                -3.5689143990918235,\n                                50.58013475928582\n                            ],\n                            [\n                                -3.5685206155510585,\n                                50.579762354034806\n                            ],\n                            [\n                                -3.5688279008798163,\n                                50.579659222262265\n                            ],\n                            [\n                                -3.5690387501412975,\n                                50.57962940950801\n                            ],\n                            [\n                                -3.5720796582775516,\n                                50.57932756099084\n                            ],\n                            [\n                                -3.572781942651476,\n                                50.57921018126291\n                            ],\n                            [\n                                -3.5733421705676665,\n                                50.579044371067575\n                            ],\n                            [\n                                -3.5737050728207613,\n                                50.57893688637399\n                            ],\n                            [\n                                -3.573930678562433,\n                                50.57888555058257\n                            ],\n                            [\n                                -3.5742517640095226,\n                                50.57881260704271\n                            ],\n                            [\n                                -3.5745644289068714,\n                                50.57887131607236\n                            ],\n                            [\n                                -3.5750429887477475,\n                                50.579242554350245\n                            ],\n                            [\n                                -3.5754294935958972,\n                                50.57939925414403\n                            ],\n                            [\n                                -3.575599881410204,\n                                50.57942392022206\n                            ],\n                            [\n                                -3.575698108453519,\n                                50.579404612876225\n                            ],\n                            [\n                                -3.5758891587760906,\n                                50.579204133295335\n                            ],\n                            [\n                                -3.576100001263337,\n                                50.57917430781281\n                            ],\n                            [\n                                -3.5761573041854304,\n                                50.57917811883649\n                            ],\n                            [\n                                -3.5762132175443955,\n                                50.579181768772\n                            ],\n                            [\n                                -3.5762471709075254,\n                                50.57919102215995\n                            ],\n                            [\n                                -3.577695655390263,\n                                50.57958435186027\n                            ],\n                            [\n                                -3.5780650915841,\n                                50.5796513657397\n                            ],\n                            [\n                                -3.579561701992534,\n                                50.57963107232421\n                            ],\n                            [\n                                -3.5798290023841153,\n                                50.57960047416548\n                            ],\n                            [\n                                -3.58019646029782,\n                                50.57951124523223\n                            ],\n                            [\n                                -3.580397692211352,\n                                50.57946229619636\n                            ],\n                            [\n                                -3.5804174482566524,\n                                50.57945753126725\n                            ],\n                            [\n                                -3.5822046356667134,\n                                50.57883967602018\n                            ],\n                            [\n                                -3.5829324523716117,\n                                50.5786409729614\n                            ],\n                            [\n                                -3.5831441917173494,\n                                50.57863809415795\n                            ],\n                            [\n                                -3.58427786885106,\n                                50.578748547925535\n                            ],\n                            [\n                                -3.5845175848844013,\n                                50.57873629240106\n                            ],\n                            [\n                                -3.5847414152441917,\n                                50.57867030926302\n                            ],\n                            [\n                                -3.584807205863676,\n                                50.57864253206228\n                            ],\n                            [\n                                -3.5851976113494763,\n                                50.578477536976756\n                            ],\n                            [\n                                -3.5855769979347767,\n                                50.5783171873969\n                            ],\n                            [\n                                -3.5857946778853687,\n                                50.57813422585532\n                            ],\n                            [\n                                -3.5860990005074904,\n                                50.577878333062245\n                            ],\n                            [\n                                -3.5870200853902747,\n                                50.577551007589776\n                            ],\n                            [\n                                -3.5871492316309594,\n                                50.57751310211077\n                            ],\n                            [\n                                -3.5883068953355064,\n                                50.5771737365304\n                            ],\n                            [\n                                -3.58858371461773,\n                                50.577008120908076\n                            ],\n                            [\n                                -3.588913467134617,\n                                50.57673379659433\n                            ],\n                            [\n                                -3.5891221693380313,\n                                50.576640949768304\n                            ],\n                            [\n                                -3.5894298068705868,\n                                50.57654684196562\n                            ],\n                            [\n                                -3.5899079041638156,\n                                50.57648637105536\n                            ],\n                            [\n                                -3.590749468103066,\n                                50.57631303713943\n                            ],\n                            [\n                                -3.5913885375695735,\n                                50.57599852299566\n                            ],\n                            [\n                                -3.591492769756028,\n                                50.5757362669848\n                            ],\n                            [\n                                -3.59144555480053,\n                                50.575592961373836\n                            ],\n                            [\n                                -3.5912706755863226,\n                                50.575327604195444\n                            ],\n                            [\n                                -3.58744563414079,\n                                50.57484701273176\n                            ],\n                            [\n                                -3.5824263525798665,\n                                50.57537918108977\n                            ],\n                            [\n                                -3.580891201879585,\n                                50.57013051126343\n                            ],\n                            [\n                                -3.580123106068116,\n                                50.570047342193746\n                            ],\n                            [\n                                -3.5695402304243973,\n                                50.56890037276798\n                            ],\n                            [\n                                -3.5675363159805125,\n                                50.56837038137526\n                            ],\n                            [\n                                -3.5672261516751993,\n                                50.568065088745776\n                            ],\n                            [\n                                -3.5669467357858724,\n                                50.56451084579161\n                            ],\n                            [\n                                -3.566758569906841,\n                                50.56324654532941\n                            ],\n                            [\n                                -3.5666443027644528,\n                                50.56323046464474\n                            ],\n                            [\n                                -3.5662923630718906,\n                                50.56326217170459\n                            ],\n                            [\n                                -3.565338954211622,\n                                50.56346389525757\n                            ],\n                            [\n                                -3.5650152660793433,\n                                50.563072458346085\n                            ],\n                            [\n                                -3.564462089496132,\n                                50.56256732322386\n                            ],\n                            [\n                                -3.5638787985177647,\n                                50.562108798923255\n                            ],\n                            [\n                                -3.5638097199039143,\n                                50.562054425429736\n                            ],\n                            [\n                                -3.5629585810969306,\n                                50.56150823640518\n                            ],\n                            [\n                                -3.562873281170214,\n                                50.56149140340491\n                            ],\n                            [\n                                -3.563500636313886,\n                                50.5612491203227\n                            ],\n                            [\n                                -3.5636111303441664,\n                                50.5611757058607\n                            ],\n                            [\n                                -3.5639530899100444,\n                                50.56075555608333\n                            ],\n                            [\n                                -3.56409962829156,\n                                50.56057555987405\n                            ],\n                            [\n                                -3.565800015553681,\n                                50.55948250459001\n                            ],\n                            [\n                                -3.566060044521185,\n                                50.55923616272974\n                            ],\n                            [\n                                -3.5664230443563283,\n                                50.55911439872499\n                            ],\n                            [\n                                -3.5668625064885124,\n                                50.55873975764613\n                            ],\n                            [\n                                -3.56733538333742,\n                                50.558526513251735\n                            ],\n                            [\n                                -3.567721865627781,\n                                50.55826047793876\n                            ],\n                            [\n                                -3.5682918392296132,\n                                50.557991978597336\n                            ],\n                            [\n                                -3.5684167751975795,\n                                50.55791260903357\n                            ],\n                            [\n                                -3.5686097745104886,\n                                50.55778989060508\n                            ],\n                            [\n                                -3.568786700519918,\n                                50.55758961204875\n                            ],\n                            [\n                                -3.5690687639552237,\n                                50.5567313944863\n                            ],\n                            [\n                                -3.5693492785612553,\n                                50.55625100797672\n                            ],\n                            [\n                                -3.5695019452403436,\n                                50.55574527376695\n                            ],\n                            [\n                                -3.5695425152127878,\n                                50.55569077435215\n                            ],\n                            [\n                                -3.5696239700896957,\n                                50.55516802183692\n                            ],\n                            [\n                                -3.5697845824404504,\n                                50.55490502453413\n                            ],\n                            [\n                                -3.5701328596368236,\n                                50.554765469055845\n                            ],\n                            [\n                                -3.5709720336858566,\n                                50.55452928139845\n                            ],\n                            [\n                                -3.5718890004404855,\n                                50.55408523894253\n                            ],\n                            [\n                                -3.5722528426757627,\n                                50.5539904167872\n                            ],\n                            [\n                                -3.5729746312048882,\n                                50.55404360340009\n                            ],\n                            [\n                                -3.5748093023012575,\n                                50.55402779274016\n                            ],\n                            [\n                                -3.5754010460561987,\n                                50.55399281461049\n                            ],\n                            [\n                                -3.5761593714039837,\n                                50.5538745640176\n                            ],\n                            [\n                                -3.57676050889694,\n                                50.55369559942309\n                            ],\n                            [\n                                -3.5773705075204716,\n                                50.55336356674983\n                            ],\n                            [\n                                -3.5776728016062633,\n                                50.55311662560953\n                            ],\n                            [\n                                -3.5778067129934215,\n                                50.552898937713096\n                            ],\n                            [\n                                -3.578000725042198,\n                                50.55067489212947\n                            ],\n                            [\n                                -3.578102165293608,\n                                50.55033176965794\n                            ],\n                            [\n                                -3.5780766767321857,\n                                50.5499903677967\n                            ],\n                            [\n                                -3.5775497774207388,\n                                50.54790143614996\n                            ],\n                            [\n                                -3.5777612539144923,\n                                50.54784956400255\n                            ],\n                            [\n                                -3.578963117170023,\n                                50.54727861538267\n                            ],\n                            [\n                                -3.5794597786096,\n                                50.54653910651535\n                            ],\n                            [\n                                -3.5796132645148027,\n                                50.54622161847468\n                            ],\n                            [\n                                -3.5798052253674983,\n                                50.54575678759262\n                            ],\n                            [\n                                -3.5785434204011257,\n                                50.54579306146133\n                            ],\n                            [\n                                -3.5780514385171283,\n                                50.54585367550967\n                            ],\n                            [\n                                -3.57765309816648,\n                                50.54576017225992\n                            ],\n                            [\n                                -3.5771145756607514,\n                                50.5456954488071\n                            ],\n                            [\n                                -3.5769888763175866,\n                                50.545733207059094\n                            ],\n                            [\n                                -3.5770077400531677,\n                                50.54587681304372\n                            ],\n                            [\n                                -3.576540903141644,\n                                50.54584717108776\n                            ],\n                            [\n                                -3.574739617845923,\n                                50.54558374845278\n                            ],\n                            [\n                                -3.573962849082099,\n                                50.54556728204945\n                            ],\n                            [\n                                -3.57369502509061,\n                                50.54557988762158\n                            ],\n                            [\n                                -3.5733020943325013,\n                                50.54564813607354\n                            ],\n                            [\n                                -3.5729673783866267,\n                                50.54576963906569\n                            ],\n                            [\n                                -3.5728299849126337,\n                                50.54587938263727\n                            ],\n                            [\n                                -3.572694258327569,\n                                50.546043056071326\n                            ],\n                            [\n                                -3.5724817572982808,\n                                50.54644161778301\n                            ],\n                            [\n                                -3.571285401699235,\n                                50.54341710226287\n                            ],\n                            [\n                                -3.5711940436946987,\n                                50.54304898651892\n                            ],\n                            [\n                                -3.570823329649414,\n                                50.5430955310738\n                            ],\n                            [\n                                -3.5703400452620966,\n                                50.5431582436601\n                            ],\n                            [\n                                -3.5699178830496177,\n                                50.54322894364029\n                            ],\n                            [\n                                -3.569812572677154,\n                                50.54324654334222\n                            ],\n                            [\n                                -3.569509826386894,\n                                50.54330071100043\n                            ],\n                            [\n                                -3.569136990567515,\n                                50.54337443042661\n                            ],\n                            [\n                                -3.568577128144181,\n                                50.543493100755555\n                            ],\n                            [\n                                -3.568519751386619,\n                                50.543507004537844\n                            ],\n                            [\n                                -3.5667446130149867,\n                                50.54405301498788\n                            ],\n                            [\n                                -3.5665628190233094,\n                                50.54410859577388\n                            ],\n                            [\n                                -3.5665481883599672,\n                                50.544113019654056\n                            ],\n                            [\n                                -3.5655642838641293,\n                                50.5444332075618\n                            ],\n                            [\n                                -3.564443795669015,\n                                50.54478616069523\n                            ],\n                            [\n                                -3.5636904795356004,\n                                50.54500280205759\n                            ],\n                            [\n                                -3.5636768774365564,\n                                50.54500676207801\n                            ],\n                            [\n                                -3.563600329171384,\n                                50.54502873636757\n                            ],\n                            [\n                                -3.5635778727499132,\n                                50.545039380625006\n                            ],\n                            [\n                                -3.563524382864596,\n                                50.545082989488876\n                            ],\n                            [\n                                -3.563523356719125,\n                                50.54508354288658\n                            ],\n                            [\n                                -3.563518659305704,\n                                50.54508575544625\n                            ],\n                            [\n                                -3.563362587204117,\n                                50.54512723451648\n                            ],\n                            [\n                                -3.5630001931305184,\n                                50.54520798879149\n                            ],\n                            [\n                                -3.5624399633951866,\n                                50.54531324288959\n                            ],\n                            [\n                                -3.5620001402741677,\n                                50.545399700941054\n                            ],\n                            [\n                                -3.5617379233511093,\n                                50.54544494039047\n                            ],\n                            [\n                                -3.56147217594026,\n                                50.54548159276517\n                            ],\n                            [\n                                -3.5606972317838204,\n                                50.54558342286991\n                            ],\n                            [\n                                -3.5600551559280813,\n                                50.5456561357351\n                            ],\n                            [\n                                -3.559835916489288,\n                                50.54568091909567\n                            ],\n                            [\n                                -3.5598273821476374,\n                                50.545736236049294\n                            ],\n                            [\n                                -3.5598220741945177,\n                                50.545744761139325\n                            ],\n                            [\n                                -3.5595681379526596,\n                                50.5455786794858\n                            ],\n                            [\n                                -3.559017793280728,\n                                50.545613841548494\n                            ],\n                            [\n                                -3.5586277792460645,\n                                50.5456333550314\n                            ],\n                            [\n                                -3.559778871351105,\n                                50.54988722412115\n                            ],\n                            [\n                                -3.5593001352964775,\n                                50.54991063549683\n                            ],\n                            [\n                                -3.5583104011627076,\n                                50.549860951474734\n                            ],\n                            [\n                                -3.557021393336282,\n                                50.549725263582665\n                            ],\n                            [\n                                -3.556414125996602,\n                                50.54971539714993\n                            ],\n                            [\n                                -3.555042979413823,\n                                50.549601281894496\n                            ],\n                            [\n                                -3.5549603348669474,\n                                50.549463210335816\n                            ],\n                            [\n                                -3.554709980160824,\n                                50.549182977886275\n                            ],\n                            [\n                                -3.5545418480116977,\n                                50.54897905460224\n                            ],\n                            [\n                                -3.5544947574444685,\n                                50.548906053067874\n                            ],\n                            [\n                                -3.554444431473322,\n                                50.54878103093162\n                            ],\n                            [\n                                -3.55441154551365,\n                                50.548715025549974\n                            ],\n                            [\n                                -3.5543543394343344,\n                                50.54863873247718\n                            ],\n                            [\n                                -3.5543223050839905,\n                                50.548602475427536\n                            ],\n                            [\n                                -3.554103039151877,\n                                50.54838315373175\n                            ],\n                            [\n                                -3.553951687982933,\n                                50.548236096756185\n                            ],\n                            [\n                                -3.553919175275682,\n                                50.54821360614628\n                            ],\n                            [\n                                -3.5538885585954474,\n                                50.548185244396755\n                            ],\n                            [\n                                -3.553752562428393,\n                                50.54805911709178\n                            ],\n                            [\n                                -3.553589073994687,\n                                50.54787941309346\n                            ],\n                            [\n                                -3.553498525781143,\n                                50.547730833555484\n                            ],\n                            [\n                                -3.5534397797456108,\n                                50.547660856084015\n                            ],\n                            [\n                                -3.553344935469624,\n                                50.5475262647979\n                            ],\n                            [\n                                -3.5532767541896075,\n                                50.547423865406486\n                            ],\n                            [\n                                -3.5532286928771746,\n                                50.547342692158495\n                            ],\n                            [\n                                -3.5532198449109234,\n                                50.54733201792757\n                            ],\n                            [\n                                -3.5531387970542516,\n                                50.54727016227659\n                            ],\n                            [\n                                -3.5531037256047293,\n                                50.5472337745347\n                            ],\n                            [\n                                -3.553068254443188,\n                                50.547184792119644\n                            ],\n                            [\n                                -3.553087379844612,\n                                50.54716116266251\n                            ],\n                            [\n                                -3.5530840303399165,\n                                50.547147716991034\n                            ],\n                            [\n                                -3.5533405201958232,\n                                50.54700242111778\n                            ],\n                            [\n                                -3.553576957357653,\n                                50.54685945181896\n                            ],\n                            [\n                                -3.553717016698953,\n                                50.5467340467978\n                            ],\n                            [\n                                -3.5537166891879566,\n                                50.54669574753784\n                            ],\n                            [\n                                -3.5536557755217717,\n                                50.546418110492006\n                            ],\n                            [\n                                -3.553642252994967,\n                                50.546388890975855\n                            ],\n                            [\n                                -3.5536318550165134,\n                                50.54637356979704\n                            ],\n                            [\n                                -3.5536054432471516,\n                                50.546352427651904\n                            ],\n                            [\n                                -3.5535282572240767,\n                                50.54629852500806\n                            ],\n                            [\n                                -3.5534756458423633,\n                                50.54627342455446\n                            ],\n                            [\n                                -3.5534089713440222,\n                                50.54622755671416\n                            ],\n                            [\n                                -3.55323970953507,\n                                50.54612318747827\n                            ],\n                            [\n                                -3.5531912609440073,\n                                50.54608687932044\n                            ],\n                            [\n                                -3.553025857383535,\n                                50.54599036364822\n                            ],\n                            [\n                                -3.552874303795772,\n                                50.545886207313046\n                            ],\n                            [\n                                -3.55256912901967,\n                                50.5459027699812\n                            ],\n                            [\n                                -3.5523721017826597,\n                                50.54591340189724\n                            ],\n                            [\n                                -3.551928515949116,\n                                50.545861056146606\n                            ],\n                            [\n                                -3.551201974059276,\n                                50.54577543505979\n                            ],\n                            [\n                                -3.5511802348170862,\n                                50.54575512946173\n                            ],\n                            [\n                                -3.5511498073703383,\n                                50.54572856318754\n                            ],\n                            [\n                                -3.5511221024663726,\n                                50.54570366940688\n                            ],\n                            [\n                                -3.551089030042971,\n                                50.54567435035299\n                            ],\n                            [\n                                -3.551060315166962,\n                                50.54564362419249\n                            ],\n                            [\n                                -3.551047974438229,\n                                50.54563272652842\n                            ],\n                            [\n                                -3.5510209700366118,\n                                50.5456003587243\n                            ],\n                            [\n                                -3.551005529276172,\n                                50.545584025274316\n                            ],\n                            [\n                                -3.5509899185509792,\n                                50.545569393872185\n                            ],\n                            [\n                                -3.5509971452901983,\n                                50.545555636347025\n                            ],\n                            [\n                                -3.5510243600781646,\n                                50.54555140650355\n                            ],\n                            [\n                                -3.551038372182102,\n                                50.54554915128344\n                            ],\n                            [\n                                -3.5511271392456782,\n                                50.545544910690566\n                            ],\n                            [\n                                -3.5512086216541103,\n                                50.54554922106164\n                            ],\n                            [\n                                -3.551266818402435,\n                                50.545552762456154\n                            ],\n                            [\n                                -3.551311281517712,\n                                50.54556403245158\n                            ],\n                            [\n                                -3.551349629191857,\n                                50.545576472151936\n                            ],\n                            [\n                                -3.551292067515942,\n                                50.545549278230574\n                            ],\n                            [\n                                -3.551244826103679,\n                                50.545538935615006\n                            ],\n                            [\n                                -3.5511765680786254,\n                                50.545529871321996\n                            ],\n                            [\n                                -3.5510942526813998,\n                                50.54552512234918\n                            ],\n                            [\n                                -3.551019863779506,\n                                50.54552062744902\n                            ],\n                            [\n                                -3.550972775086008,\n                                50.54551837690458\n                            ],\n                            [\n                                -3.5508776327207587,\n                                50.54550597427025\n                            ],\n                            [\n                                -3.550797340160824,\n                                50.54549877886674\n                            ],\n                            [\n                                -3.5507368814793785,\n                                50.54548996116216\n                            ],\n                            [\n                                -3.5507055734620496,\n                                50.54548300349912\n                            ],\n                            [\n                                -3.5506234161084946,\n                                50.54545811547814\n                            ],\n                            [\n                                -3.55057156057497,\n                                50.54543102506451\n                            ],\n                            [\n                                -3.5503375477557237,\n                                50.545296846023774\n                            ],\n                            [\n                                -3.549710404407954,\n                                50.54527174961498\n                            ],\n                            [\n                                -3.5494989283595895,\n                                50.54526737888517\n                            ],\n                            [\n                                -3.5463759735556635,\n                                50.54364251458558\n                            ],\n                            [\n                                -3.545562450781581,\n                                50.54347574070023\n                            ],\n                            [\n                                -3.5455075108013014,\n                                50.54346811511177\n                            ],\n                            [\n                                -3.5454960619010936,\n                                50.54346673820869\n                            ],\n                            [\n                                -3.544315686775295,\n                                50.54305928315985\n                            ],\n                            [\n                                -3.542505151232575,\n                                50.54261072155469\n                            ],\n                            [\n                                -3.5394337108033747,\n                                50.54286941197166\n                            ],\n                            [\n                                -3.538536048801956,\n                                50.54297262744175\n                            ],\n                            [\n                                -3.538206398860232,\n                                50.54302338174674\n                            ],\n                            [\n                                -3.5368668338979443,\n                                50.54327546547674\n                            ],\n                            [\n                                -3.535875825948935,\n                                50.543522045007975\n                            ],\n                            [\n                                -3.5332104150049846,\n                                50.544444234901924\n                            ],\n                            [\n                                -3.5325343920665193,\n                                50.5443787781052\n                            ],\n                            [\n                                -3.5322589381636895,\n                                50.54427846562115\n                            ],\n                            [\n                                -3.532159547066383,\n                                50.544245787188046\n                            ],\n                            [\n                                -3.531076347634415,\n                                50.54384978903587\n                            ],\n                            [\n                                -3.5310088204454275,\n                                50.543837816394245\n                            ],\n                            [\n                                -3.530158517817983,\n                                50.54367250700986\n                            ],\n                            [\n                                -3.5300567716668523,\n                                50.5436498316034\n                            ],\n                            [\n                                -3.5294970411670374,\n                                50.54234108782562\n                            ],\n                            [\n                                -3.528539906342491,\n                                50.54100132523021\n                            ],\n                            [\n                                -3.52647056995479,\n                                50.54008406591396\n                            ],\n                            [\n                                -3.527377207540385,\n                                50.54007217317499\n                            ],\n                            [\n                                -3.5276880649171467,\n                                50.53964543242927\n                            ],\n                            [\n                                -3.52769081366014,\n                                50.53929465637915\n                            ],\n                            [\n                                -3.527744901837214,\n                                50.53922201598719\n                            ],\n                            [\n                                -3.5280107058793475,\n                                50.53916602269985\n                            ],\n                            [\n                                -3.5280139344685915,\n                                50.539139728105255\n                            ],\n                            [\n                                -3.5280341877964005,\n                                50.53911141131441\n                            ],\n                            [\n                                -3.528075605659717,\n                                50.53908209720128\n                            ],\n                            [\n                                -3.5280873142867644,\n                                50.53905226473497\n                            ],\n                            [\n                                -3.5280792949303366,\n                                50.53898404590104\n                            ],\n                            [\n                                -3.5280589963520974,\n                                50.538903118468546\n                            ],\n                            [\n                                -3.5280590083847883,\n                                50.53888558985351\n                            ],\n                            [\n                                -3.5280583923426914,\n                                50.53876916725402\n                            ],\n                            [\n                                -3.528057580210747,\n                                50.53863619906724\n                            ],\n                            [\n                                -3.5280611162560103,\n                                50.53834610118298\n                            ],\n                            [\n                                -3.5279147890940705,\n                                50.53836537056487\n                            ],\n                            [\n                                -3.5277106761015062,\n                                50.5384511321422\n                            ],\n                            [\n                                -3.527538932370721,\n                                50.5385232480453\n                            ],\n                            [\n                                -3.5271056892846886,\n                                50.538654806541395\n                            ],\n                            [\n                                -3.5265990521338617,\n                                50.53869740833112\n                            ],\n                            [\n                                -3.527256573022993,\n                                50.5376455657056\n                            ],\n                            [\n                                -3.5276242901905923,\n                                50.537235967060425\n                            ],\n                            [\n                                -3.528106617103525,\n                                50.53643824718371\n                            ],\n                            [\n                                -3.5285411241344846,\n                                50.53591087924194\n                            ],\n                            [\n                                -3.5291109984828273,\n                                50.53477025852156\n                            ],\n                            [\n                                -3.529165658014305,\n                                50.53471550708684\n                            ],\n                            [\n                                -3.529360513074377,\n                                50.53463203191689\n                            ],\n                            [\n                                -3.529414302707391,\n                                50.53455040101214\n                            ],\n                            [\n                                -3.5294232341398444,\n                                50.53443825972744\n                            ],\n                            [\n                                -3.529434412410409,\n                                50.534298298779504\n                            ],\n                            [\n                                -3.5293653344062412,\n                                50.533471860675036\n                            ],\n                            [\n                                -3.529826383016253,\n                                50.53333084447769\n                            ],\n                            [\n                                -3.5298955228465,\n                                50.53328497687808\n                            ],\n                            [\n                                -3.5296702009801026,\n                                50.5328652761833\n                            ],\n                            [\n                                -3.529035536257182,\n                                50.53200122028854\n                            ],\n                            [\n                                -3.5287159699991215,\n                                50.531717614368766\n                            ],\n                            [\n                                -3.5288911296717678,\n                                50.5315865617364\n                            ],\n                            [\n                                -3.5289363331403205,\n                                50.53155279067506\n                            ],\n                            [\n                                -3.5288606385974224,\n                                50.53139194553828\n                            ],\n                            [\n                                -3.528655554179244,\n                                50.53033451228455\n                            ],\n                            [\n                                -3.528606678733217,\n                                50.53008223678001\n                            ],\n                            [\n                                -3.5285294053723666,\n                                50.529876363307444\n                            ],\n                            [\n                                -3.528523649183349,\n                                50.52987114168102\n                            ],\n                            [\n                                -3.528442254006065,\n                                50.52979659253891\n                            ],\n                            [\n                                -3.527987229464483,\n                                50.53004756979112\n                            ],\n                            [\n                                -3.527139127820049,\n                                50.530515178074424\n                            ],\n                            [\n                                -3.5268935415536697,\n                                50.530338483457065\n                            ],\n                            [\n                                -3.526731949389222,\n                                50.53026265579568\n                            ],\n                            [\n                                -3.52670724848052,\n                                50.53025101833056\n                            ],\n                            [\n                                -3.526364682734489,\n                                50.53012963698632\n                            ],\n                            [\n                                -3.5257910037689983,\n                                50.52984037052705\n                            ],\n                            [\n                                -3.525377674651811,\n                                50.52971083036911\n                            ],\n                            [\n                                -3.525023649033895,\n                                50.52967051047744\n                            ],\n                            [\n                                -3.524205003871454,\n                                50.529663255354684\n                            ],\n                            [\n                                -3.523206569963611,\n                                50.52976623431491\n                            ],\n                            [\n                                -3.5222348249853908,\n                                50.529823995712\n                            ],\n                            [\n                                -3.5214303651736416,\n                                50.52981652655093\n                            ],\n                            [\n                                -3.521341982956353,\n                                50.529802941308525\n                            ],\n                            [\n                                -3.521160989463374,\n                                50.52977500747668\n                            ],\n                            [\n                                -3.5206339096667607,\n                                50.529620055271806\n                            ],\n                            [\n                                -3.5194486464219095,\n                                50.52917680778318\n                            ],\n                            [\n                                -3.5186087196151736,\n                                50.5289450148218\n                            ],\n                            [\n                                -3.5181657260148613,\n                                50.52877088630563\n                            ],\n                            [\n                                -3.517678752091245,\n                                50.528680133387944\n                            ],\n                            [\n                                -3.5173992832142544,\n                                50.528628034894936\n                            ],\n                            [\n                                -3.517236523564076,\n                                50.528624220857054\n                            ],\n                            [\n                                -3.515168357974618,\n                                50.52857608311791\n                            ],\n                            [\n                                -3.5135369738135216,\n                                50.528741259158345\n                            ],\n                            [\n                                -3.513028878845747,\n                                50.52873887144294\n                            ],\n                            [\n                                -3.512688931322645,\n                                50.528698331094034\n                            ],\n                            [\n                                -3.5124052206648426,\n                                50.52864798453518\n                            ],\n                            [\n                                -3.5114432473055874,\n                                50.52857057145269\n                            ],\n                            [\n                                -3.5107524551041456,\n                                50.528588533194586\n                            ],\n                            [\n                                -3.5094526769230088,\n                                50.528533465852504\n                            ],\n                            [\n                                -3.5092002644482183,\n                                50.528581697772005\n                            ],\n                            [\n                                -3.5089746807497164,\n                                50.5285846225039\n                            ],\n                            [\n                                -3.509006565738109,\n                                50.5282604408167\n                            ],\n                            [\n                                -3.5091375723960225,\n                                50.52794396753135\n                            ],\n                            [\n                                -3.5091853645883897,\n                                50.52767353190691\n                            ],\n                            [\n                                -3.509239621336332,\n                                50.5262788615312\n                            ],\n                            [\n                                -3.510084023729481,\n                                50.52400154770209\n                            ],\n                            [\n                                -3.5111058468528142,\n                                50.522423404115514\n                            ],\n                            [\n                                -3.5112508973403256,\n                                50.522106745694956\n                            ],\n                            [\n                                -3.5113115827436174,\n                                50.52180017614787\n                            ],\n                            [\n                                -3.511443442225587,\n                                50.52147829257949\n                            ],\n                            [\n                                -3.511507849033199,\n                                50.521320922970816\n                            ],\n                            [\n                                -3.5119675060151607,\n                                50.520694386827294\n                            ],\n                            [\n                                -3.512781010378133,\n                                50.52098960670377\n                            ],\n                            [\n                                -3.5127832475232204,\n                                50.520990746791405\n                            ],\n                            [\n                                -3.5129871653011957,\n                                50.521089597691365\n                            ],\n                            [\n                                -3.514171015122991,\n                                50.52166401925448\n                            ],\n                            [\n                                -3.5144458056649235,\n                                50.52187631690779\n                            ],\n                            [\n                                -3.5152793283479156,\n                                50.52279180682366\n                            ],\n                            [\n                                -3.5156268862819395,\n                                50.5230750849566\n                            ],\n                            [\n                                -3.516646013807231,\n                                50.524060078662764\n                            ],\n                            [\n                                -3.5167473216072,\n                                50.524139682727466\n                            ],\n                            [\n                                -3.5171335838627256,\n                                50.5243055624832\n                            ],\n                            [\n                                -3.5177042595223513,\n                                50.524505010741294\n                            ],\n                            [\n                                -3.5178118200038626,\n                                50.52453273834258\n                            ],\n                            [\n                                -3.5178155746973716,\n                                50.524533678672846\n                            ],\n                            [\n                                -3.5178436010943357,\n                                50.52454095773039\n                            ],\n                            [\n                                -3.518002999707763,\n                                50.524582030120655\n                            ],\n                            [\n                                -3.518468728268706,\n                                50.52465391141358\n                            ],\n                            [\n                                -3.5190238936919034,\n                                50.52473954399457\n                            ],\n                            [\n                                -3.51955531373508,\n                                50.52486810450989\n                            ],\n                            [\n                                -3.519976539957619,\n                                50.52496995179034\n                            ],\n                            [\n                                -3.5205011413169993,\n                                50.52505300860008\n                            ],\n                            [\n                                -3.5217198859151035,\n                                50.52507916200474\n                            ],\n                            [\n                                -3.5259789702362134,\n                                50.52517022078683\n                            ],\n                            [\n                                -3.5264051432531627,\n                                50.52520887203598\n                            ],\n                            [\n                                -3.526533157957877,\n                                50.52515324963026\n                            ],\n                            [\n                                -3.5264488232874176,\n                                50.5249225640646\n                            ],\n                            [\n                                -3.526034472355747,\n                                50.52379018315487\n                            ],\n                            [\n                                -3.5254686256258565,\n                                50.52301601325481\n                            ],\n                            [\n                                -3.525301890964924,\n                                50.52291722745456\n                            ],\n                            [\n                                -3.5242945526883847,\n                                50.52234583228261\n                            ],\n                            [\n                                -3.5226922382574597,\n                                50.52203692117391\n                            ],\n                            [\n                                -3.5224011540441715,\n                                50.52179995273011\n                            ],\n                            [\n                                -3.522254093908605,\n                                50.52173750013575\n                            ],\n                            [\n                                -3.5198165004204087,\n                                50.520702662804794\n                            ],\n                            [\n                                -3.521668968690519,\n                                50.51744349173148\n                            ],\n                            [\n                                -3.52159925187432,\n                                50.516989813178384\n                            ],\n                            [\n                                -3.5214525863204105,\n                                50.51667857371419\n                            ],\n                            [\n                                -3.5212329737791905,\n                                50.51606961036292\n                            ],\n                            [\n                                -3.5216264626911986,\n                                50.515532378603815\n                            ],\n                            [\n                                -3.521631684813467,\n                                50.51550309014505\n                            ],\n                            [\n                                -3.521764933258854,\n                                50.515039383029986\n                            ],\n                            [\n                                -3.5218240307977418,\n                                50.51473975316002\n                            ],\n                            [\n                                -3.5218263453425775,\n                                50.51471742777477\n                            ],\n                            [\n                                -3.52092037011674,\n                                50.51336047256733\n                            ],\n                            [\n                                -3.520704856272964,\n                                50.513037639647656\n                            ],\n                            [\n                                -3.5203257382547957,\n                                50.51270794104211\n                            ],\n                            [\n                                -3.5218027391119926,\n                                50.51265285179798\n                            ],\n                            [\n                                -3.522289783177731,\n                                50.512899310259115\n                            ],\n                            [\n                                -3.522291522731457,\n                                50.5128990176977\n                            ],\n                            [\n                                -3.522719129210086,\n                                50.51251939803467\n                            ],\n                            [\n                                -3.522224612341884,\n                                50.511531103177184\n                            ],\n                            [\n                                -3.521274960070854,\n                                50.5100686330057\n                            ],\n                            [\n                                -3.521225124205953,\n                                50.50983542382667\n                            ],\n                            [\n                                -3.5211203709120342,\n                                50.50964789143236\n                            ],\n                            [\n                                -3.5217578789761697,\n                                50.50929780938537\n                            ],\n                            [\n                                -3.521836265392928,\n                                50.50924778724793\n                            ],\n                            [\n                                -3.521889818883532,\n                                50.509383384986556\n                            ],\n                            [\n                                -3.5222879232638795,\n                                50.50955188975034\n                            ],\n                            [\n                                -3.523112566150995,\n                                50.50984265571583\n                            ],\n                            [\n                                -3.5238236191467287,\n                                50.51002233927777\n                            ],\n                            [\n                                -3.5238327533690748,\n                                50.510020870638066\n                            ],\n                            [\n                                -3.524697067921139,\n                                50.510117086974624\n                            ],\n                            [\n                                -3.5254670829223005,\n                                50.51009062810292\n                            ],\n                            [\n                                -3.526721197392154,\n                                50.510543873894484\n                            ],\n                            [\n                                -3.5273137317329963,\n                                50.51075808845313\n                            ],\n                            [\n                                -3.527709382157913,\n                                50.510820779218875\n                            ],\n                            [\n                                -3.5302040895858746,\n                                50.511690522250824\n                            ],\n                            [\n                                -3.5315679829746074,\n                                50.512166015735126\n                            ],\n                            [\n                                -3.5317510000534593,\n                                50.51154376775357\n                            ],\n                            [\n                                -3.5317944883496217,\n                                50.51136049024664\n                            ],\n                            [\n                                -3.5319042751385905,\n                                50.51042290053955\n                            ],\n                            [\n                                -3.5319076258621975,\n                                50.51039003875617\n                            ],\n                            [\n                                -3.5309351190032414,\n                                50.508625042038595\n                            ],\n                            [\n                                -3.5308635186485406,\n                                50.50852177493651\n                            ],\n                            [\n                                -3.5306517363459555,\n                                50.507833869229245\n                            ],\n                            [\n                                -3.529894227386461,\n                                50.50771372823773\n                            ],\n                            [\n                                -3.528843672620603,\n                                50.50735116935933\n                            ],\n                            [\n                                -3.5288065051476214,\n                                50.50733089137139\n                            ],\n                            [\n                                -3.528755544061784,\n                                50.50729748402346\n                            ],\n                            [\n                                -3.528312499764761,\n                                50.50696551205167\n                            ],\n                            [\n                                -3.528101110217978,\n                                50.50667059039093\n                            ],\n                            [\n                                -3.52802567662042,\n                                50.506077004208805\n                            ],\n                            [\n                                -3.528007289500874,\n                                50.50593249344583\n                            ],\n                            [\n                                -3.528041153321885,\n                                50.505890237512155\n                            ],\n                            [\n                                -3.528261934708431,\n                                50.50470115278976\n                            ],\n                            [\n                                -3.5312260543611513,\n                                50.50391323737775\n                            ],\n                            [\n                                -3.533409003177944,\n                                50.50381148415548\n                            ],\n                            [\n                                -3.534399684833036,\n                                50.5054592509113\n                            ],\n                            [\n                                -3.534854320182865,\n                                50.505685497937456\n                            ],\n                            [\n                                -3.5362649335354317,\n                                50.506142692618795\n                            ],\n                            [\n                                -3.5364413995754322,\n                                50.50623090175084\n                            ],\n                            [\n                                -3.5371358119514387,\n                                50.50657831083298\n                            ],\n                            [\n                                -3.53917940052249,\n                                50.50722950054805\n                            ],\n                            [\n                                -3.540841136178526,\n                                50.50570052178484\n                            ],\n                            [\n                                -3.5410088978266345,\n                                50.505824804769105\n                            ],\n                            [\n                                -3.5417946584007676,\n                                50.506569825725364\n                            ],\n                            [\n                                -3.5422660699904553,\n                                50.506752481423106\n                            ],\n                            [\n                                -3.5424067577858716,\n                                50.5067416232769\n                            ],\n                            [\n                                -3.5425321067062536,\n                                50.50669500277553\n                            ],\n                            [\n                                -3.5423124820592684,\n                                50.50644607418742\n                            ],\n                            [\n                                -3.5418365100511338,\n                                50.505256211273085\n                            ],\n                            [\n                                -3.5416870418273194,\n                                50.5049973673518\n                            ],\n                            [\n                                -3.5414953883545763,\n                                50.50473916296538\n                            ],\n                            [\n                                -3.541388518223687,\n                                50.50448873902739\n                            ],\n                            [\n                                -3.5413832473016438,\n                                50.504326878623594\n                            ],\n                            [\n                                -3.5414734282450735,\n                                50.504064851025596\n                            ],\n                            [\n                                -3.5415520651524264,\n                                50.50388399084241\n                            ],\n                            [\n                                -3.5416482260113527,\n                                50.50337004434173\n                            ],\n                            [\n                                -3.5416076143055144,\n                                50.502769088553954\n                            ],\n                            [\n                                -3.5415936444344487,\n                                50.50256139490353\n                            ],\n                            [\n                                -3.5416283330212446,\n                                50.50189541588286\n                            ],\n                            [\n                                -3.541874722014302,\n                                50.5012355357478\n                            ],\n                            [\n                                -3.5418919772774373,\n                                50.49959848425071\n                            ],\n                            [\n                                -3.5419290063407485,\n                                50.49943616219699\n                            ],\n                            [\n                                -3.5419715779064456,\n                                50.499333187617324\n                            ],\n                            [\n                                -3.542053735999068,\n                                50.49932868137524\n                            ],\n                            [\n                                -3.542535540736126,\n                                50.4993755202233\n                            ],\n                            [\n                                -3.5433223592084278,\n                                50.49987056621549\n                            ],\n                            [\n                                -3.543524542014331,\n                                50.49999187091297\n                            ],\n                            [\n                                -3.544116990584118,\n                                50.500308501603534\n                            ],\n                            [\n                                -3.5446794263587647,\n                                50.500528333484134\n                            ],\n                            [\n                                -3.5446815307089343,\n                                50.500524977907475\n                            ],\n                            [\n                                -3.5448164926828922,\n                                50.49928790174225\n                            ],\n                            [\n                                -3.5453896005162644,\n                                50.498161088287006\n                            ],\n                            [\n                                -3.5460386886410604,\n                                50.49781305571634\n                            ],\n                            [\n                                -3.5461324095830498,\n                                50.497795711930834\n                            ],\n                            [\n                                -3.545228044091018,\n                                50.49726088397967\n                            ],\n                            [\n                                -3.545056208292681,\n                                50.497182249835525\n                            ],\n                            [\n                                -3.5447009422650058,\n                                50.497096966885074\n                            ],\n                            [\n                                -3.546551638312772,\n                                50.49646854379779\n                            ],\n                            [\n                                -3.546576933904499,\n                                50.496459933464955\n                            ],\n                            [\n                                -3.54692037191198,\n                                50.49634334376839\n                            ],\n                            [\n                                -3.5480834647639954,\n                                50.49594827298902\n                            ],\n                            [\n                                -3.548201200557906,\n                                50.49590831279338\n                            ],\n                            [\n                                -3.5483460781985587,\n                                50.4958666422964\n                            ],\n                            [\n                                -3.5490534445093203,\n                                50.49566302848538\n                            ],\n                            [\n                                -3.549054937789113,\n                                50.49566255892514\n                            ],\n                            [\n                                -3.5510050829008177,\n                                50.494989579979844\n                            ],\n                            [\n                                -3.551459525631914,\n                                50.49490854201463\n                            ],\n                            [\n                                -3.5514928029200394,\n                                50.49490261221838\n                            ],\n                            [\n                                -3.5514957054590286,\n                                50.49490212383731\n                            ],\n                            [\n                                -3.552200331031374,\n                                50.4948927271159\n                            ],\n                            [\n                                -3.552709421516709,\n                                50.49493987924764\n                            ],\n                            [\n                                -3.5536008241141888,\n                                50.49503587849821\n                            ],\n                            [\n                                -3.5542471309388644,\n                                50.494900023818644\n                            ],\n                            [\n                                -3.5543065827736173,\n                                50.49452277356774\n                            ],\n                            [\n                                -3.554287235529564,\n                                50.4942413418808\n                            ],\n                            [\n                                -3.5541819210814256,\n                                50.49378446805487\n                            ],\n                            [\n                                -3.5542871073040048,\n                                50.49376625401432\n                            ],\n                            [\n                                -3.554973086698449,\n                                50.49367472561807\n                            ],\n                            [\n                                -3.5550837622213134,\n                                50.49367513530377\n                            ],\n                            [\n                                -3.5555386230173025,\n                                50.49362887215765\n                            ],\n                            [\n                                -3.5556448766380457,\n                                50.49356163620687\n                            ],\n                            [\n                                -3.5559145894023865,\n                                50.49363292037396\n                            ],\n                            [\n                                -3.5559527987843134,\n                                50.4937029017219\n                            ],\n                            [\n                                -3.5557584815427865,\n                                50.49403655612661\n                            ],\n                            [\n                                -3.555816267886409,\n                                50.49413980411277\n                            ],\n                            [\n                                -3.556097619290555,\n                                50.494642780404966\n                            ],\n                            [\n                                -3.556508650740247,\n                                50.494709214456876\n                            ],\n                            [\n                                -3.5566798941687137,\n                                50.49476995131269\n                            ],\n                            [\n                                -3.5572432490086623,\n                                50.49488334241299\n                            ],\n                            [\n                                -3.5575173217955696,\n                                50.49493856483919\n                            ],\n                            [\n                                -3.5576878042653473,\n                                50.494972248505476\n                            ],\n                            [\n                                -3.557935296971725,\n                                50.49497550068085\n                            ],\n                            [\n                                -3.558142556636623,\n                                50.49611989288232\n                            ],\n                            [\n                                -3.558185212552162,\n                                50.4964516370971\n                            ],\n                            [\n                                -3.558156631564331,\n                                50.49761780357367\n                            ],\n                            [\n                                -3.5600316234503047,\n                                50.49775586357874\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.631052488742328,\n                        50.52882598866017\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ13\",\n            \"area_name\": \"Ashburton TQ13\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.6378117400951875,\n                                50.62363072886601\n                            ],\n                            [\n                                -3.6375910264223728,\n                                50.62398124358954\n                            ],\n                            [\n                                -3.637517674226555,\n                                50.62409789578213\n                            ],\n                            [\n                                -3.637480771078051,\n                                50.624156404922495\n                            ],\n                            [\n                                -3.6374444366731953,\n                                50.62421419556514\n                            ],\n                            [\n                                -3.63674976897062,\n                                50.6253175282896\n                            ],\n                            [\n                                -3.6366034852207125,\n                                50.62554975533649\n                            ],\n                            [\n                                -3.6364590955291556,\n                                50.62577915858449\n                            ],\n                            [\n                                -3.6368036607346275,\n                                50.628299250042\n                            ],\n                            [\n                                -3.6369626419338585,\n                                50.62946251382449\n                            ],\n                            [\n                                -3.636989961096727,\n                                50.62966199298482\n                            ],\n                            [\n                                -3.6370101980351044,\n                                50.6302445069588\n                            ],\n                            [\n                                -3.6371561647648756,\n                                50.6344455416789\n                            ],\n                            [\n                                -3.63397696255642,\n                                50.63667318798333\n                            ],\n                            [\n                                -3.6266025348635464,\n                                50.63722423375764\n                            ],\n                            [\n                                -3.6246043792109033,\n                                50.6374586466874\n                            ],\n                            [\n                                -3.6173977136920192,\n                                50.63830401254677\n                            ],\n                            [\n                                -3.6156930487940047,\n                                50.638639474377385\n                            ],\n                            [\n                                -3.6155826792109766,\n                                50.63866124058697\n                            ],\n                            [\n                                -3.612503367823639,\n                                50.63926709944552\n                            ],\n                            [\n                                -3.611277473706533,\n                                50.63950828898478\n                            ],\n                            [\n                                -3.606564151791064,\n                                50.640175783978826\n                            ],\n                            [\n                                -3.605145589450894,\n                                50.64037660396903\n                            ],\n                            [\n                                -3.6010693250259322,\n                                50.64216794075975\n                            ],\n                            [\n                                -3.599976631681008,\n                                50.64258242659799\n                            ],\n                            [\n                                -3.598634089486417,\n                                50.64309157897865\n                            ],\n                            [\n                                -3.598107120634502,\n                                50.64329148592079\n                            ],\n                            [\n                                -3.5963409431690403,\n                                50.64396124535442\n                            ],\n                            [\n                                -3.596020056324837,\n                                50.644082980128346\n                            ],\n                            [\n                                -3.5946379226322973,\n                                50.644607098869855\n                            ],\n                            [\n                                -3.594061169220529,\n                                50.64461167418932\n                            ],\n                            [\n                                -3.5929362140561585,\n                                50.64462067764442\n                            ],\n                            [\n                                -3.5915904407651476,\n                                50.6446313384822\n                            ],\n                            [\n                                -3.590720231822268,\n                                50.64463818864586\n                            ],\n                            [\n                                -3.590682814749506,\n                                50.64463842978964\n                            ],\n                            [\n                                -3.5895563448396843,\n                                50.644647421276595\n                            ],\n                            [\n                                -3.589378432636992,\n                                50.6446488595847\n                            ],\n                            [\n                                -3.5893544098804733,\n                                50.64464909741663\n                            ],\n                            [\n                                -3.589038697036233,\n                                50.64465152490956\n                            ],\n                            [\n                                -3.588195057484244,\n                                50.644658173630354\n                            ],\n                            [\n                                -3.5876094516686767,\n                                50.644662828693676\n                            ],\n                            [\n                                -3.5848689289130298,\n                                50.644684408237254\n                            ],\n                            [\n                                -3.584638321728959,\n                                50.644603213844036\n                            ],\n                            [\n                                -3.5789713080505217,\n                                50.642608488188834\n                            ],\n                            [\n                                -3.578697412149035,\n                                50.64251204037933\n                            ],\n                            [\n                                -3.5777007531690668,\n                                50.642161146564554\n                            ],\n                            [\n                                -3.5750700154653394,\n                                50.641234987656766\n                            ],\n                            [\n                                -3.573837042174745,\n                                50.63978488320225\n                            ],\n                            [\n                                -3.572121337866768,\n                                50.63776667188223\n                            ],\n                            [\n                                -3.5715884290866797,\n                                50.637139824308406\n                            ],\n                            [\n                                -3.5670668372456364,\n                                50.63315556578929\n                            ],\n                            [\n                                -3.566205540507629,\n                                50.63239644657257\n                            ],\n                            [\n                                -3.5653320099134245,\n                                50.63162661233009\n                            ],\n                            [\n                                -3.5649009762163857,\n                                50.63139414935861\n                            ],\n                            [\n                                -3.5575364429620135,\n                                50.62742106312956\n                            ],\n                            [\n                                -3.556890750273897,\n                                50.6269772796985\n                            ],\n                            [\n                                -3.5525842905388405,\n                                50.62401679244933\n                            ],\n                            [\n                                -3.551212502340654,\n                                50.622429296847386\n                            ],\n                            [\n                                -3.5509054345241795,\n                                50.622073836463514\n                            ],\n                            [\n                                -3.550905301099192,\n                                50.62207368644002\n                            ],\n                            [\n                                -3.5509040986098768,\n                                50.622072334357085\n                            ],\n                            [\n                                -3.5508897989318275,\n                                50.622055796927185\n                            ],\n                            [\n                                -3.5504803481345246,\n                                50.62158194172632\n                            ],\n                            [\n                                -3.5504794408287195,\n                                50.62157356259124\n                            ],\n                            [\n                                -3.550472785091366,\n                                50.621512370957525\n                            ],\n                            [\n                                -3.5504315666884874,\n                                50.6211334125648\n                            ],\n                            [\n                                -3.5499917906421055,\n                                50.61708985062571\n                            ],\n                            [\n                                -3.549977323518944,\n                                50.6169568182426\n                            ],\n                            [\n                                -3.5499757856733,\n                                50.616942704756546\n                            ],\n                            [\n                                -3.549982432016591,\n                                50.61683896709423\n                            ],\n                            [\n                                -3.5500155424783113,\n                                50.61632216570126\n                            ],\n                            [\n                                -3.550023930788477,\n                                50.616191236090195\n                            ],\n                            [\n                                -3.55004192319379,\n                                50.61590993958983\n                            ],\n                            [\n                                -3.5500431782361708,\n                                50.61589032418899\n                            ],\n                            [\n                                -3.5500433973889454,\n                                50.61588681689224\n                            ],\n                            [\n                                -3.5500436075308888,\n                                50.61588361965615\n                            ],\n                            [\n                                -3.5500443948323808,\n                                50.61587133405592\n                            ],\n                            [\n                                -3.5500446458619606,\n                                50.615867416814744\n                            ],\n                            [\n                                -3.550045013822118,\n                                50.615861172979564\n                            ],\n                            [\n                                -3.550063285911044,\n                                50.61557654292824\n                            ],\n                            [\n                                -3.5501037490762593,\n                                50.61494511382425\n                            ],\n                            [\n                                -3.5501939784091476,\n                                50.6135370313162\n                            ],\n                            [\n                                -3.550204609207946,\n                                50.61337099546117\n                            ],\n                            [\n                                -3.550205153784054,\n                                50.61336262428079\n                            ],\n                            [\n                                -3.550205430524659,\n                                50.61335848143817\n                            ],\n                            [\n                                -3.5502073418990925,\n                                50.61332986789998\n                            ],\n                            [\n                                -3.5502278453833207,\n                                50.613009521034876\n                            ],\n                            [\n                                -3.5502516258761765,\n                                50.61263796958844\n                            ],\n                            [\n                                -3.5502600172126635,\n                                50.61250686041232\n                            ],\n                            [\n                                -3.5502653759130056,\n                                50.61242313388713\n                            ],\n                            [\n                                -3.550266542839383,\n                                50.61240490131952\n                            ],\n                            [\n                                -3.549189732014964,\n                                50.609052773412216\n                            ],\n                            [\n                                -3.548404682182642,\n                                50.60660833507281\n                            ],\n                            [\n                                -3.5484021985930188,\n                                50.60659005636106\n                            ],\n                            [\n                                -3.5483799005238263,\n                                50.60642633286271\n                            ],\n                            [\n                                -3.5483635450831192,\n                                50.60630624230658\n                            ],\n                            [\n                                -3.548260751618071,\n                                50.60555022349041\n                            ],\n                            [\n                                -3.5482303432591684,\n                                50.6053265729705\n                            ],\n                            [\n                                -3.5479852858156518,\n                                50.603525261209796\n                            ],\n                            [\n                                -3.547941040101349,\n                                50.60320001403379\n                            ],\n                            [\n                                -3.5479340683709197,\n                                50.60317783585065\n                            ],\n                            [\n                                -3.5478890013948345,\n                                50.60303447009947\n                            ],\n                            [\n                                -3.547659615244147,\n                                50.60230394695108\n                            ],\n                            [\n                                -3.5474560145187426,\n                                50.6016554634694\n                            ],\n                            [\n                                -3.54723973125985,\n                                50.60096664840079\n                            ],\n                            [\n                                -3.546950927817922,\n                                50.60004683908109\n                            ],\n                            [\n                                -3.546672874042326,\n                                50.59916131120711\n                            ],\n                            [\n                                -3.546173271698238,\n                                50.59757001015643\n                            ],\n                            [\n                                -3.5436110111286574,\n                                50.595909933962176\n                            ],\n                            [\n                                -3.541985714493216,\n                                50.59485686861822\n                            ],\n                            [\n                                -3.5419651547083397,\n                                50.59484354703083\n                            ],\n                            [\n                                -3.541262423009547,\n                                50.59438824058916\n                            ],\n                            [\n                                -3.5411798544422957,\n                                50.594334736949456\n                            ],\n                            [\n                                -3.5400264463340574,\n                                50.59358733808\n                            ],\n                            [\n                                -3.537368914118249,\n                                50.5918651440609\n                            ],\n                            [\n                                -3.5373671392270825,\n                                50.59186358545739\n                            ],\n                            [\n                                -3.5370672660842755,\n                                50.59160031256037\n                            ],\n                            [\n                                -3.5343586659287882,\n                                50.58922213306014\n                            ],\n                            [\n                                -3.5334300058026935,\n                                50.588406665960065\n                            ],\n                            [\n                                -3.5314637294320677,\n                                50.58667993696661\n                            ],\n                            [\n                                -3.531214118662141,\n                                50.58646069349253\n                            ],\n                            [\n                                -3.529096674646216,\n                                50.58352187823173\n                            ],\n                            [\n                                -3.5261444657906362,\n                                50.5830067628651\n                            ],\n                            [\n                                -3.5243221065958275,\n                                50.58268880001227\n                            ],\n                            [\n                                -3.522545519003784,\n                                50.58287208332041\n                            ],\n                            [\n                                -3.522970395479999,\n                                50.582435504566895\n                            ],\n                            [\n                                -3.5232567485512836,\n                                50.58211698641246\n                            ],\n                            [\n                                -3.523642816411056,\n                                50.58182413425821\n                            ],\n                            [\n                                -3.5239037341573853,\n                                50.581713814026834\n                            ],\n                            [\n                                -3.524367447494911,\n                                50.58151785542829\n                            ],\n                            [\n                                -3.524616061953272,\n                                50.581343777844076\n                            ],\n                            [\n                                -3.524848410861906,\n                                50.58066623169713\n                            ],\n                            [\n                                -3.526047563458451,\n                                50.57931042660489\n                            ],\n                            [\n                                -3.5267037619117674,\n                                50.57863631401495\n                            ],\n                            [\n                                -3.527199972167102,\n                                50.57800232968233\n                            ],\n                            [\n                                -3.52801240820097,\n                                50.57776302872353\n                            ],\n                            [\n                                -3.528757665871333,\n                                50.577539083654585\n                            ],\n                            [\n                                -3.532322334526317,\n                                50.57646816156215\n                            ],\n                            [\n                                -3.5344301525258395,\n                                50.57612670879021\n                            ],\n                            [\n                                -3.5370280642599883,\n                                50.574729771937314\n                            ],\n                            [\n                                -3.5444949899758513,\n                                50.57538422285512\n                            ],\n                            [\n                                -3.5445024673443726,\n                                50.575384843148505\n                            ],\n                            [\n                                -3.5514130021114276,\n                                50.57560783181416\n                            ],\n                            [\n                                -3.5539051404075415,\n                                50.5724282103658\n                            ],\n                            [\n                                -3.554073170388799,\n                                50.572527387789535\n                            ],\n                            [\n                                -3.5547619254139886,\n                                50.57285993788189\n                            ],\n                            [\n                                -3.555232866037649,\n                                50.5730064933509\n                            ],\n                            [\n                                -3.5557037552646786,\n                                50.573087961379855\n                            ],\n                            [\n                                -3.5564401354811155,\n                                50.573215226278805\n                            ],\n                            [\n                                -3.5568924388314964,\n                                50.5732271660987\n                            ],\n                            [\n                                -3.55724444516839,\n                                50.57319547797268\n                            ],\n                            [\n                                -3.5575561632594543,\n                                50.5732272735243\n                            ],\n                            [\n                                -3.557951573776845,\n                                50.57365373604612\n                            ],\n                            [\n                                -3.5585710181638954,\n                                50.57402315630776\n                            ],\n                            [\n                                -3.5593322612536578,\n                                50.574408652394624\n                            ],\n                            [\n                                -3.5601718817733228,\n                                50.575026952294934\n                            ],\n                            [\n                                -3.5605022889517146,\n                                50.57518364365873\n                            ],\n                            [\n                                -3.5605591946529875,\n                                50.57521066199594\n                            ],\n                            [\n                                -3.5610731359544663,\n                                50.575374604686104\n                            ],\n                            [\n                                -3.5615317054060607,\n                                50.5755753338544\n                            ],\n                            [\n                                -3.5617806452008884,\n                                50.575841810089855\n                            ],\n                            [\n                                -3.561932239861694,\n                                50.57615455040605\n                            ],\n                            [\n                                -3.561934320443272,\n                                50.576161087778175\n                            ],\n                            [\n                                -3.561964838106651,\n                                50.57626002999915\n                            ],\n                            [\n                                -3.565735660179849,\n                                50.57287705897783\n                            ],\n                            [\n                                -3.5660578175527387,\n                                50.57231780638033\n                            ],\n                            [\n                                -3.5675363159805125,\n                                50.56837038137526\n                            ],\n                            [\n                                -3.5695402304243973,\n                                50.56890037276798\n                            ],\n                            [\n                                -3.580123106068116,\n                                50.570047342193746\n                            ],\n                            [\n                                -3.580891201879585,\n                                50.57013051126343\n                            ],\n                            [\n                                -3.5824263525798665,\n                                50.57537918108977\n                            ],\n                            [\n                                -3.58744563414079,\n                                50.57484701273176\n                            ],\n                            [\n                                -3.5912706755863226,\n                                50.575327604195444\n                            ],\n                            [\n                                -3.59144555480053,\n                                50.575592961373836\n                            ],\n                            [\n                                -3.591492769756028,\n                                50.5757362669848\n                            ],\n                            [\n                                -3.5913885375695735,\n                                50.57599852299566\n                            ],\n                            [\n                                -3.590749468103066,\n                                50.57631303713943\n                            ],\n                            [\n                                -3.5899079041638156,\n                                50.57648637105536\n                            ],\n                            [\n                                -3.5894298068705868,\n                                50.57654684196562\n                            ],\n                            [\n                                -3.5891221693380313,\n                                50.576640949768304\n                            ],\n                            [\n                                -3.588913467134617,\n                                50.57673379659433\n                            ],\n                            [\n                                -3.58858371461773,\n                                50.577008120908076\n                            ],\n                            [\n                                -3.5883068953355064,\n                                50.5771737365304\n                            ],\n                            [\n                                -3.5871492316309594,\n                                50.57751310211077\n                            ],\n                            [\n                                -3.5870200853902747,\n                                50.577551007589776\n                            ],\n                            [\n                                -3.5860990005074904,\n                                50.577878333062245\n                            ],\n                            [\n                                -3.5857946778853687,\n                                50.57813422585532\n                            ],\n                            [\n                                -3.5855769979347767,\n                                50.5783171873969\n                            ],\n                            [\n                                -3.5851976113494763,\n                                50.578477536976756\n                            ],\n                            [\n                                -3.584807205863676,\n                                50.57864253206228\n                            ],\n                            [\n                                -3.5847414152441917,\n                                50.57867030926302\n                            ],\n                            [\n                                -3.5845175848844013,\n                                50.57873629240106\n                            ],\n                            [\n                                -3.58427786885106,\n                                50.578748547925535\n                            ],\n                            [\n                                -3.5831441917173494,\n                                50.57863809415795\n                            ],\n                            [\n                                -3.5829324523716117,\n                                50.5786409729614\n                            ],\n                            [\n                                -3.5822046356667134,\n                                50.57883967602018\n                            ],\n                            [\n                                -3.5804174482566524,\n                                50.57945753126725\n                            ],\n                            [\n                                -3.580397692211352,\n                                50.57946229619636\n                            ],\n                            [\n                                -3.58019646029782,\n                                50.57951124523223\n                            ],\n                            [\n                                -3.5798290023841153,\n                                50.57960047416548\n                            ],\n                            [\n                                -3.579561701992534,\n                                50.57963107232421\n                            ],\n                            [\n                                -3.5780650915841,\n                                50.5796513657397\n                            ],\n                            [\n                                -3.577695655390263,\n                                50.57958435186027\n                            ],\n                            [\n                                -3.5762471709075254,\n                                50.57919102215995\n                            ],\n                            [\n                                -3.5762132175443955,\n                                50.579181768772\n                            ],\n                            [\n                                -3.5761573041854304,\n                                50.57917811883649\n                            ],\n                            [\n                                -3.576100001263337,\n                                50.57917430781281\n                            ],\n                            [\n                                -3.5758891587760906,\n                                50.579204133295335\n                            ],\n                            [\n                                -3.575698108453519,\n                                50.579404612876225\n                            ],\n                            [\n                                -3.575599881410204,\n                                50.57942392022206\n                            ],\n                            [\n                                -3.5754294935958972,\n                                50.57939925414403\n                            ],\n                            [\n                                -3.5750429887477475,\n                                50.579242554350245\n                            ],\n                            [\n                                -3.5745644289068714,\n                                50.57887131607236\n                            ],\n                            [\n                                -3.5742517640095226,\n                                50.57881260704271\n                            ],\n                            [\n                                -3.573930678562433,\n                                50.57888555058257\n                            ],\n                            [\n                                -3.5737050728207613,\n                                50.57893688637399\n                            ],\n                            [\n                                -3.5733421705676665,\n                                50.579044371067575\n                            ],\n                            [\n                                -3.572781942651476,\n                                50.57921018126291\n                            ],\n                            [\n                                -3.5720796582775516,\n                                50.57932756099084\n                            ],\n                            [\n                                -3.5690387501412975,\n                                50.57962940950801\n                            ],\n                            [\n                                -3.5688279008798163,\n                                50.579659222262265\n                            ],\n                            [\n                                -3.5685206155510585,\n                                50.579762354034806\n                            ],\n                            [\n                                -3.5689143990918235,\n                                50.58013475928582\n                            ],\n                            [\n                                -3.569570404107438,\n                                50.580323712998904\n                            ],\n                            [\n                                -3.570577253051568,\n                                50.58086776260764\n                            ],\n                            [\n                                -3.5711715910406414,\n                                50.58132745322175\n                            ],\n                            [\n                                -3.5724248014636792,\n                                50.5820569636989\n                            ],\n                            [\n                                -3.572585787514073,\n                                50.58222571175451\n                            ],\n                            [\n                                -3.5731075127451577,\n                                50.5830460068063\n                            ],\n                            [\n                                -3.573461986847677,\n                                50.58350892615567\n                            ],\n                            [\n                                -3.5734694832533407,\n                                50.583524473609444\n                            ],\n                            [\n                                -3.5736289740803757,\n                                50.58385740845006\n                            ],\n                            [\n                                -3.5739503634542142,\n                                50.58502225123971\n                            ],\n                            [\n                                -3.574057609724403,\n                                50.585695298651906\n                            ],\n                            [\n                                -3.5741121623855063,\n                                50.58648594721532\n                            ],\n                            [\n                                -3.5743350373059632,\n                                50.587238444799624\n                            ],\n                            [\n                                -3.5757819793800363,\n                                50.58614858800884\n                            ],\n                            [\n                                -3.576350424027909,\n                                50.585826120140666\n                            ],\n                            [\n                                -3.577609219369439,\n                                50.5850266791349\n                            ],\n                            [\n                                -3.57818571333492,\n                                50.584739968303914\n                            ],\n                            [\n                                -3.5789292465247,\n                                50.58437025460894\n                            ],\n                            [\n                                -3.5793768457070056,\n                                50.58423822070955\n                            ],\n                            [\n                                -3.5799112963537882,\n                                50.58416803339581\n                            ],\n                            [\n                                -3.582155364719407,\n                                50.5841105822933\n                            ],\n                            [\n                                -3.583462989479484,\n                                50.58393088732895\n                            ],\n                            [\n                                -3.583816868434616,\n                                50.583953135925235\n                            ],\n                            [\n                                -3.584267291405185,\n                                50.583901959657894\n                            ],\n                            [\n                                -3.584930846732797,\n                                50.58389292940905\n                            ],\n                            [\n                                -3.5851123285378885,\n                                50.58382752214708\n                            ],\n                            [\n                                -3.5853742010613385,\n                                50.583635146380374\n                            ],\n                            [\n                                -3.586237251796316,\n                                50.58325458483688\n                            ],\n                            [\n                                -3.586495200856368,\n                                50.582945289850294\n                            ],\n                            [\n                                -3.5866303639362984,\n                                50.58276362212353\n                            ],\n                            [\n                                -3.5868904231739087,\n                                50.58209457343878\n                            ],\n                            [\n                                -3.587025881581731,\n                                50.58192180480111\n                            ],\n                            [\n                                -3.5874090024656575,\n                                50.58155684919943\n                            ],\n                            [\n                                -3.587740957176521,\n                                50.58136072447078\n                            ],\n                            [\n                                -3.587782991061411,\n                                50.581335877686456\n                            ],\n                            [\n                                -3.5881737768377646,\n                                50.581195689763106\n                            ],\n                            [\n                                -3.5889202313280304,\n                                50.58113155351065\n                            ],\n                            [\n                                -3.5902091147371777,\n                                50.58081717060646\n                            ],\n                            [\n                                -3.5904500647909674,\n                                50.580840851283355\n                            ],\n                            [\n                                -3.5920245004712372,\n                                50.58019877927897\n                            ],\n                            [\n                                -3.593051463254142,\n                                50.579654086104\n                            ],\n                            [\n                                -3.593386254480489,\n                                50.579532615746466\n                            ],\n                            [\n                                -3.5935319995682553,\n                                50.579665488583345\n                            ],\n                            [\n                                -3.5935633289461606,\n                                50.57975505835387\n                            ],\n                            [\n                                -3.5937494496810185,\n                                50.57941076462158\n                            ],\n                            [\n                                -3.5943572685018155,\n                                50.5781703163373\n                            ],\n                            [\n                                -3.595045045867248,\n                                50.57637115011946\n                            ],\n                            [\n                                -3.59522714685421,\n                                50.575773991727026\n                            ],\n                            [\n                                -3.595281809800342,\n                                50.5757754012346\n                            ],\n                            [\n                                -3.5953753076071555,\n                                50.57578545203616\n                            ],\n                            [\n                                -3.596837420856041,\n                                50.57594324742615\n                            ],\n                            [\n                                -3.597138953730848,\n                                50.575975706402524\n                            ],\n                            [\n                                -3.597626908360742,\n                                50.576028351483785\n                            ],\n                            [\n                                -3.5983792161196497,\n                                50.57686866487474\n                            ],\n                            [\n                                -3.599785073835374,\n                                50.57711809366317\n                            ],\n                            [\n                                -3.600229216091877,\n                                50.57719696153667\n                            ],\n                            [\n                                -3.602428382274948,\n                                50.57758712926621\n                            ],\n                            [\n                                -3.6033140185630623,\n                                50.57784098498132\n                            ],\n                            [\n                                -3.6035864993442095,\n                                50.577919136979766\n                            ],\n                            [\n                                -3.603634236081429,\n                                50.57793277928872\n                            ],\n                            [\n                                -3.6067933600285373,\n                                50.57883830852692\n                            ],\n                            [\n                                -3.608850086439569,\n                                50.57939135992116\n                            ],\n                            [\n                                -3.6105567970913204,\n                                50.57915333084573\n                            ],\n                            [\n                                -3.614171533246763,\n                                50.581388065438055\n                            ],\n                            [\n                                -3.614359401346097,\n                                50.58150422998071\n                            ],\n                            [\n                                -3.6144521491305035,\n                                50.58183921376052\n                            ],\n                            [\n                                -3.6147798559257422,\n                                50.581676212555486\n                            ],\n                            [\n                                -3.614968150751023,\n                                50.58158255387777\n                            ],\n                            [\n                                -3.6150026055794853,\n                                50.581563739977646\n                            ],\n                            [\n                                -3.6153838397242923,\n                                50.58135552291807\n                            ],\n                            [\n                                -3.619294184778908,\n                                50.579220146027495\n                            ],\n                            [\n                                -3.620329524851068,\n                                50.57852224816144\n                            ],\n                            [\n                                -3.620332465882175,\n                                50.578520047185584\n                            ],\n                            [\n                                -3.620446932498652,\n                                50.57843438372846\n                            ],\n                            [\n                                -3.620451986822749,\n                                50.57760517679707\n                            ],\n                            [\n                                -3.6204556076007943,\n                                50.57701117203863\n                            ],\n                            [\n                                -3.61988437956136,\n                                50.576755860521395\n                            ],\n                            [\n                                -3.6196056409012347,\n                                50.57663134577064\n                            ],\n                            [\n                                -3.6189102489261216,\n                                50.5763204854447\n                            ],\n                            [\n                                -3.617698428428123,\n                                50.575778899082735\n                            ],\n                            [\n                                -3.619045567483228,\n                                50.57401825098383\n                            ],\n                            [\n                                -3.621005993781006,\n                                50.57395303823038\n                            ],\n                            [\n                                -3.6210443921183715,\n                                50.574074330801196\n                            ],\n                            [\n                                -3.621047410300551,\n                                50.57408408279962\n                            ],\n                            [\n                                -3.621098213437855,\n                                50.57424458557253\n                            ],\n                            [\n                                -3.6211644555941875,\n                                50.57445450897538\n                            ],\n                            [\n                                -3.6216881826985,\n                                50.575310618100744\n                            ],\n                            [\n                                -3.622385289493016,\n                                50.57628119872325\n                            ],\n                            [\n                                -3.622461798342703,\n                                50.57645096582334\n                            ],\n                            [\n                                -3.6225462452714035,\n                                50.57685456346984\n                            ],\n                            [\n                                -3.6225467770789086,\n                                50.576859763346356\n                            ],\n                            [\n                                -3.622552293482685,\n                                50.57691876535241\n                            ],\n                            [\n                                -3.622911822722151,\n                                50.576902962222405\n                            ],\n                            [\n                                -3.6232840527052574,\n                                50.57695216643985\n                            ],\n                            [\n                                -3.6234518700260523,\n                                50.57690487666611\n                            ],\n                            [\n                                -3.6235015714922656,\n                                50.57687694206877\n                            ],\n                            [\n                                -3.623726446699901,\n                                50.57686697110972\n                            ],\n                            [\n                                -3.6238629167170475,\n                                50.57676859362256\n                            ],\n                            [\n                                -3.623969087457321,\n                                50.576693113565064\n                            ],\n                            [\n                                -3.6241887939978703,\n                                50.57652964825125\n                            ],\n                            [\n                                -3.624464564673934,\n                                50.57629994495926\n                            ],\n                            [\n                                -3.624933837488632,\n                                50.57598482654323\n                            ],\n                            [\n                                -3.625378412587541,\n                                50.57568641931303\n                            ],\n                            [\n                                -3.6254706105597765,\n                                50.57564458008118\n                            ],\n                            [\n                                -3.6259069307066394,\n                                50.57548887945172\n                            ],\n                            [\n                                -3.626126295139455,\n                                50.575410557520236\n                            ],\n                            [\n                                -3.6261629296478435,\n                                50.57541256406509\n                            ],\n                            [\n                                -3.6265225020783136,\n                                50.575431995012636\n                            ],\n                            [\n                                -3.6267005667695043,\n                                50.57552373321328\n                            ],\n                            [\n                                -3.6267094549870618,\n                                50.57552837563662\n                            ],\n                            [\n                                -3.6269746917850614,\n                                50.57584843895316\n                            ],\n                            [\n                                -3.6270690243173442,\n                                50.576125931123336\n                            ],\n                            [\n                                -3.6271860331336128,\n                                50.57626715914905\n                            ],\n                            [\n                                -3.627186885990293,\n                                50.57626813652518\n                            ],\n                            [\n                                -3.627464360282836,\n                                50.57653408412621\n                            ],\n                            [\n                                -3.62763786133881,\n                                50.57664853955427\n                            ],\n                            [\n                                -3.6277851350205603,\n                                50.57668802207557\n                            ],\n                            [\n                                -3.6282457570157844,\n                                50.576811403902006\n                            ],\n                            [\n                                -3.628261269323043,\n                                50.576666974700096\n                            ],\n                            [\n                                -3.6296341563354493,\n                                50.574154733268294\n                            ],\n                            [\n                                -3.635008449344312,\n                                50.57415833235712\n                            ],\n                            [\n                                -3.6364732548665315,\n                                50.573564932320735\n                            ],\n                            [\n                                -3.6365019867509596,\n                                50.573604630958215\n                            ],\n                            [\n                                -3.6365750249501896,\n                                50.57372956875286\n                            ],\n                            [\n                                -3.636600411387226,\n                                50.57376319873965\n                            ],\n                            [\n                                -3.6366727767530604,\n                                50.57383204382422\n                            ],\n                            [\n                                -3.6368138316168848,\n                                50.57388364479071\n                            ],\n                            [\n                                -3.636862657586587,\n                                50.573894730990716\n                            ],\n                            [\n                                -3.6369293208945783,\n                                50.57390296723655\n                            ],\n                            [\n                                -3.6369963416995743,\n                                50.57390481295846\n                            ],\n                            [\n                                -3.6370873814062703,\n                                50.57390083481996\n                            ],\n                            [\n                                -3.637384406347732,\n                                50.5738700459495\n                            ],\n                            [\n                                -3.6374033339557785,\n                                50.57387175835508\n                            ],\n                            [\n                                -3.6374763279104925,\n                                50.573891498013786\n                            ],\n                            [\n                                -3.637535285597873,\n                                50.57389948254169\n                            ],\n                            [\n                                -3.6376045896393236,\n                                50.57391666587208\n                            ],\n                            [\n                                -3.637670463609796,\n                                50.573942450326946\n                            ],\n                            [\n                                -3.6376983541875063,\n                                50.573961115469444\n                            ],\n                            [\n                                -3.6377670517098557,\n                                50.57404142435739\n                            ],\n                            [\n                                -3.6377829345385977,\n                                50.57405307249722\n                            ],\n                            [\n                                -3.637880716569879,\n                                50.5740887416385\n                            ],\n                            [\n                                -3.638052539259235,\n                                50.5741747045367\n                            ],\n                            [\n                                -3.6381044065369608,\n                                50.574196090075766\n                            ],\n                            [\n                                -3.638188745234297,\n                                50.574220805023316\n                            ],\n                            [\n                                -3.6382779662127325,\n                                50.57423806746137\n                            ],\n                            [\n                                -3.6383733861979177,\n                                50.57425326400694\n                            ],\n                            [\n                                -3.6385946241084017,\n                                50.574279730542955\n                            ],\n                            [\n                                -3.6387974589406054,\n                                50.57430942358292\n                            ],\n                            [\n                                -3.6388817891415606,\n                                50.57432370556717\n                            ],\n                            [\n                                -3.6389424584557895,\n                                50.57434029016021\n                            ],\n                            [\n                                -3.639085674532305,\n                                50.57439707425638\n                            ],\n                            [\n                                -3.6392778379650794,\n                                50.57450541288651\n                            ],\n                            [\n                                -3.6393999904058383,\n                                50.574562403227596\n                            ],\n                            [\n                                -3.639488205510702,\n                                50.574597845989544\n                            ],\n                            [\n                                -3.6395586796304467,\n                                50.57462508452494\n                            ],\n                            [\n                                -3.639587713196678,\n                                50.57463636735906\n                            ],\n                            [\n                                -3.6397347586016164,\n                                50.574715931501856\n                            ],\n                            [\n                                -3.639964107566772,\n                                50.5748018008999\n                            ],\n                            [\n                                -3.6400995354811463,\n                                50.57483190150301\n                            ],\n                            [\n                                -3.640162027340548,\n                                50.57483749658449\n                            ],\n                            [\n                                -3.6402255013803564,\n                                50.57483111629942\n                            ],\n                            [\n                                -3.64025321926124,\n                                50.574814276509215\n                            ],\n                            [\n                                -3.640294394506223,\n                                50.574806321670735\n                            ],\n                            [\n                                -3.640266624953062,\n                                50.5747277670154\n                            ],\n                            [\n                                -3.640460201297384,\n                                50.57463845828858\n                            ],\n                            [\n                                -3.6405004031029766,\n                                50.574635823319674\n                            ],\n                            [\n                                -3.640534276371219,\n                                50.57464209124315\n                            ],\n                            [\n                                -3.6406079542784253,\n                                50.574607875655495\n                            ],\n                            [\n                                -3.6406810399477187,\n                                50.57458994679492\n                            ],\n                            [\n                                -3.6407217133093166,\n                                50.57459072267502\n                            ],\n                            [\n                                -3.640755730429369,\n                                50.574597878874044\n                            ],\n                            [\n                                -3.641279129501859,\n                                50.57465056112791\n                            ],\n                            [\n                                -3.641381890146203,\n                                50.57465585769605\n                            ],\n                            [\n                                -3.6415547946322184,\n                                50.57465854637834\n                            ],\n                            [\n                                -3.6415565921953688,\n                                50.57467003285211\n                            ],\n                            [\n                                -3.641625021912434,\n                                50.574665650460716\n                            ],\n                            [\n                                -3.641794712707564,\n                                50.5746193779293\n                            ],\n                            [\n                                -3.6419908583454217,\n                                50.57455043690731\n                            ],\n                            [\n                                -3.641994407958205,\n                                50.574548947870156\n                            ],\n                            [\n                                -3.6425000253908055,\n                                50.574927174225294\n                            ],\n                            [\n                                -3.642618033637595,\n                                50.575015508433964\n                            ],\n                            [\n                                -3.641656492779546,\n                                50.575768137720935\n                            ],\n                            [\n                                -3.640847519650901,\n                                50.57640144913275\n                            ],\n                            [\n                                -3.640135937044465,\n                                50.57701279653197\n                            ],\n                            [\n                                -3.6398494730808717,\n                                50.57730463579158\n                            ],\n                            [\n                                -3.639335783738077,\n                                50.57796839348731\n                            ],\n                            [\n                                -3.638073978455808,\n                                50.57946112973105\n                            ],\n                            [\n                                -3.638231442178009,\n                                50.579521851505554\n                            ],\n                            [\n                                -3.6385458597195672,\n                                50.57962531439906\n                            ],\n                            [\n                                -3.6387893950891326,\n                                50.579706228886835\n                            ],\n                            [\n                                -3.6387694032308313,\n                                50.57984847421225\n                            ],\n                            [\n                                -3.638632501855853,\n                                50.58082610732828\n                            ],\n                            [\n                                -3.639822207067392,\n                                50.58201128026893\n                            ],\n                            [\n                                -3.6406624338989144,\n                                50.58265236996275\n                            ],\n                            [\n                                -3.642303683103345,\n                                50.583553243164566\n                            ],\n                            [\n                                -3.6423253163147606,\n                                50.58363259430942\n                            ],\n                            [\n                                -3.6425243778999774,\n                                50.584362827369006\n                            ],\n                            [\n                                -3.6427696128395497,\n                                50.584916988551406\n                            ],\n                            [\n                                -3.6432420873124403,\n                                50.58550390786688\n                            ],\n                            [\n                                -3.643868609380845,\n                                50.58605268516016\n                            ],\n                            [\n                                -3.643537649995361,\n                                50.586282223941176\n                            ],\n                            [\n                                -3.6440780664395414,\n                                50.586347964433294\n                            ],\n                            [\n                                -3.6441129997261656,\n                                50.586331282714305\n                            ],\n                            [\n                                -3.6455839208864287,\n                                50.585628267943314\n                            ],\n                            [\n                                -3.64562047457643,\n                                50.58505646013166\n                            ],\n                            [\n                                -3.645369144278899,\n                                50.584823192540426\n                            ],\n                            [\n                                -3.6468066435105926,\n                                50.58000660096519\n                            ],\n                            [\n                                -3.6470853822211153,\n                                50.57776191915826\n                            ],\n                            [\n                                -3.6470408967022925,\n                                50.57772523397716\n                            ],\n                            [\n                                -3.6471158220537103,\n                                50.577742961709276\n                            ],\n                            [\n                                -3.6471922128248067,\n                                50.577759778294485\n                            ],\n                            [\n                                -3.647912548523537,\n                                50.57774499854871\n                            ],\n                            [\n                                -3.64791985650836,\n                                50.577747593197934\n                            ],\n                            [\n                                -3.6479536200449663,\n                                50.57775709822624\n                            ],\n                            [\n                                -3.648072584957191,\n                                50.57777564098621\n                            ],\n                            [\n                                -3.6481825918005653,\n                                50.577767788280624\n                            ],\n                            [\n                                -3.6483040541608154,\n                                50.57777776051613\n                            ],\n                            [\n                                -3.6484623814445656,\n                                50.57783629781025\n                            ],\n                            [\n                                -3.648568457834039,\n                                50.57784289016322\n                            ],\n                            [\n                                -3.6486455642238895,\n                                50.57785995647968\n                            ],\n                            [\n                                -3.6487291506691055,\n                                50.57788583465819\n                            ],\n                            [\n                                -3.6487663265797132,\n                                50.577829655769484\n                            ],\n                            [\n                                -3.6487797630856376,\n                                50.57783423211036\n                            ],\n                            [\n                                -3.6487451878213113,\n                                50.5778880358383\n                            ],\n                            [\n                                -3.6487634837626257,\n                                50.577891823879746\n                            ],\n                            [\n                                -3.648772267902653,\n                                50.577896645974604\n                            ],\n                            [\n                                -3.648788962352862,\n                                50.57790108624313\n                            ],\n                            [\n                                -3.6487987989177584,\n                                50.577902475861066\n                            ],\n                            [\n                                -3.648857356973831,\n                                50.57791539783165\n                            ],\n                            [\n                                -3.6489274836392895,\n                                50.57792915422771\n                            ],\n                            [\n                                -3.6489740217448143,\n                                50.57794125707053\n                            ],\n                            [\n                                -3.649030624331145,\n                                50.57795844263882\n                            ],\n                            [\n                                -3.6491414432213154,\n                                50.57799363893014\n                            ],\n                            [\n                                -3.6492298678451975,\n                                50.57802457458038\n                            ],\n                            [\n                                -3.6493137704515677,\n                                50.57804937762332\n                            ],\n                            [\n                                -3.6493324616532017,\n                                50.57805800753229\n                            ],\n                            [\n                                -3.6493469148106534,\n                                50.57806499768119\n                            ],\n                            [\n                                -3.6493757269175586,\n                                50.578076281225265\n                            ],\n                            [\n                                -3.649523096947565,\n                                50.57813767038718\n                            ],\n                            [\n                                -3.649682525808558,\n                                50.578181171096226\n                            ],\n                            [\n                                -3.6499226507233082,\n                                50.5782542862443\n                            ],\n                            [\n                                -3.6501635683562026,\n                                50.5783302586262\n                            ],\n                            [\n                                -3.650265168209474,\n                                50.57834491719625\n                            ],\n                            [\n                                -3.650513437027765,\n                                50.578358027252754\n                            ],\n                            [\n                                -3.650620737976267,\n                                50.57835920421647\n                            ],\n                            [\n                                -3.650755117366346,\n                                50.578358828002\n                            ],\n                            [\n                                -3.6508399354874945,\n                                50.57835645626633\n                            ],\n                            [\n                                -3.6508756663275963,\n                                50.57835594964964\n                            ],\n                            [\n                                -3.650908388643067,\n                                50.57835584542471\n                            ],\n                            [\n                                -3.6509355016527247,\n                                50.578355281110476\n                            ],\n                            [\n                                -3.651129413464244,\n                                50.57835244146687\n                            ],\n                            [\n                                -3.651139206170575,\n                                50.578352572404135\n                            ],\n                            [\n                                -3.6511622956248893,\n                                50.57835044624551\n                            ],\n                            [\n                                -3.6511840862245966,\n                                50.57834752907704\n                            ],\n                            [\n                                -3.6512064068629675,\n                                50.57834280566548\n                            ],\n                            [\n                                -3.6512205837481497,\n                                50.57833865641722\n                            ],\n                            [\n                                -3.651243995965041,\n                                50.57833202885954\n                            ],\n                            [\n                                -3.651259314423815,\n                                50.57832740474257\n                            ],\n                            [\n                                -3.651276547950338,\n                                50.57832059499688\n                            ],\n                            [\n                                -3.651293478850113,\n                                50.57831522851838\n                            ],\n                            [\n                                -3.6513032461339217,\n                                50.57831140261354\n                            ],\n                            [\n                                -3.651317611090565,\n                                50.57830940015908\n                            ],\n                            [\n                                -3.651330881319109,\n                                50.578309211951286\n                            ],\n                            [\n                                -3.6513493515818034,\n                                50.578311108457086\n                            ],\n                            [\n                                -3.651370796037383,\n                                50.57831485143503\n                            ],\n                            [\n                                -3.6513807299750507,\n                                50.578315789773825\n                            ],\n                            [\n                                -3.6514004113157226,\n                                50.578319198008444\n                            ],\n                            [\n                                -3.6514236047812254,\n                                50.57832327591426\n                            ],\n                            [\n                                -3.6514660624397175,\n                                50.57833175725301\n                            ],\n                            [\n                                -3.65151968998055,\n                                50.578343398781456\n                            ],\n                            [\n                                -3.6516392028296125,\n                                50.57841102625899\n                            ],\n                            [\n                                -3.6519418700398707,\n                                50.57852397312604\n                            ],\n                            [\n                                -3.652108595015272,\n                                50.578586163656\n                            ],\n                            [\n                                -3.652645487188267,\n                                50.57878660244071\n                            ],\n                            [\n                                -3.65262998439339,\n                                50.57887915989469\n                            ],\n                            [\n                                -3.652638022744934,\n                                50.57893568756301\n                            ],\n                            [\n                                -3.6526425872886534,\n                                50.57902975890246\n                            ],\n                            [\n                                -3.65263025750297,\n                                50.579056815813864\n                            ],\n                            [\n                                -3.6525804210617028,\n                                50.579120010783534\n                            ],\n                            [\n                                -3.652581685222452,\n                                50.57918275025762\n                            ],\n                            [\n                                -3.6525980615806204,\n                                50.57921479588917\n                            ],\n                            [\n                                -3.652664231128843,\n                                50.57925180073295\n                            ],\n                            [\n                                -3.652749980105447,\n                                50.57927314853919\n                            ],\n                            [\n                                -3.6528724136296757,\n                                50.579270780995095\n                            ],\n                            [\n                                -3.6530869908844306,\n                                50.579225923378566\n                            ],\n                            [\n                                -3.6533661155789754,\n                                50.57914554138061\n                            ],\n                            [\n                                -3.653480525684203,\n                                50.57910687199493\n                            ],\n                            [\n                                -3.6535634121525624,\n                                50.579129159215036\n                            ],\n                            [\n                                -3.6537422940355797,\n                                50.57919594138171\n                            ],\n                            [\n                                -3.653791299375193,\n                                50.57923525790834\n                            ],\n                            [\n                                -3.653847089749774,\n                                50.57934487103745\n                            ],\n                            [\n                                -3.6538528005645627,\n                                50.57940144067937\n                            ],\n                            [\n                                -3.653849309412052,\n                                50.579408226483864\n                            ],\n                            [\n                                -3.65382383523812,\n                                50.579459213363336\n                            ],\n                            [\n                                -3.6537327086914804,\n                                50.579533958519875\n                            ],\n                            [\n                                -3.6536506526435897,\n                                50.57957531640459\n                            ],\n                            [\n                                -3.6535486916864115,\n                                50.57961335947118\n                            ],\n                            [\n                                -3.6534862016461482,\n                                50.57962135187133\n                            ],\n                            [\n                                -3.65332228087962,\n                                50.57962970533901\n                            ],\n                            [\n                                -3.6532568822263256,\n                                50.579637729923625\n                            ],\n                            [\n                                -3.6532243235367714,\n                                50.57964898455871\n                            ],\n                            [\n                                -3.6532031676158265,\n                                50.57966358478863\n                            ],\n                            [\n                                -3.6531893372011335,\n                                50.57968086002864\n                            ],\n                            [\n                                -3.6531855563846984,\n                                50.579705996890965\n                            ],\n                            [\n                                -3.6532002968228103,\n                                50.579734468221304\n                            ],\n                            [\n                                -3.6532382323947954,\n                                50.579773492472995\n                            ],\n                            [\n                                -3.6532800201728763,\n                                50.579796273514475\n                            ],\n                            [\n                                -3.6533717648369426,\n                                50.57983552295284\n                            ],\n                            [\n                                -3.6535319562474022,\n                                50.5799335898152\n                            ],\n                            [\n                                -3.6535937865658354,\n                                50.579966428760905\n                            ],\n                            [\n                                -3.6536784052149875,\n                                50.57999174913036\n                            ],\n                            [\n                                -3.653772883367133,\n                                50.58000901502139\n                            ],\n                            [\n                                -3.653870486361078,\n                                50.58001266509083\n                            ],\n                            [\n                                -3.653992593971874,\n                                50.58001102049564\n                            ],\n                            [\n                                -3.6540926488037777,\n                                50.5800149053577\n                            ],\n                            [\n                                -3.654125324535083,\n                                50.58001021415391\n                            ],\n                            [\n                                -3.6541650233379337,\n                                50.579996339617516\n                            ],\n                            [\n                                -3.6542353135905814,\n                                50.57995497765942\n                            ],\n                            [\n                                -3.6543122606765093,\n                                50.579924214480315\n                            ],\n                            [\n                                -3.6543879959481624,\n                                50.579912076250295\n                            ],\n                            [\n                                -3.6544738618039037,\n                                50.57991292469229\n                            ],\n                            [\n                                -3.6545264559474555,\n                                50.579918382930074\n                            ],\n                            [\n                                -3.654797471094155,\n                                50.580188036193576\n                            ],\n                            [\n                                -3.654802951672168,\n                                50.580260968438104\n                            ],\n                            [\n                                -3.6548103709014192,\n                                50.58026993754656\n                            ],\n                            [\n                                -3.654840358557652,\n                                50.58028848786394\n                            ],\n                            [\n                                -3.6549259422620546,\n                                50.58032800352069\n                            ],\n                            [\n                                -3.6549815504266925,\n                                50.58034609071351\n                            ],\n                            [\n                                -3.655027897288683,\n                                50.58034255397766\n                            ],\n                            [\n                                -3.655110318577942,\n                                50.58031845766977\n                            ],\n                            [\n                                -3.6551482347531725,\n                                50.580310543922316\n                            ],\n                            [\n                                -3.655173439486788,\n                                50.58030829696671\n                            ],\n                            [\n                                -3.655227287347535,\n                                50.580312837706444\n                            ],\n                            [\n                                -3.655349446655618,\n                                50.58034607717595\n                            ],\n                            [\n                                -3.6555428166911295,\n                                50.58036058659716\n                            ],\n                            [\n                                -3.655555805545718,\n                                50.580372093606464\n                            ],\n                            [\n                                -3.65554277822601,\n                                50.58041265116237\n                            ],\n                            [\n                                -3.6555600434029287,\n                                50.58042687639316\n                            ],\n                            [\n                                -3.655598503931942,\n                                50.58043730172702\n                            ],\n                            [\n                                -3.6557712799925572,\n                                50.58047233922558\n                            ],\n                            [\n                                -3.6558912701884307,\n                                50.58047673948146\n                            ],\n                            [\n                                -3.655924928597707,\n                                50.580473481769644\n                            ],\n                            [\n                                -3.6559599364715227,\n                                50.58046560911981\n                            ],\n                            [\n                                -3.6562954348790733,\n                                50.58036184437833\n                            ],\n                            [\n                                -3.656383615915836,\n                                50.580339284082584\n                            ],\n                            [\n                                -3.656491709616528,\n                                50.58031984900484\n                            ],\n                            [\n                                -3.6566313352479707,\n                                50.580319481330584\n                            ],\n                            [\n                                -3.656757571053989,\n                                50.58033603213592\n                            ],\n                            [\n                                -3.6569584590543704,\n                                50.58045203307795\n                            ],\n                            [\n                                -3.6570102590463405,\n                                50.58050083272552\n                            ],\n                            [\n                                -3.657082861394874,\n                                50.58059861229815\n                            ],\n                            [\n                                -3.6571540523994135,\n                                50.58067267776847\n                            ],\n                            [\n                                -3.6572217119522623,\n                                50.58072862636149\n                            ],\n                            [\n                                -3.6571670512386802,\n                                50.581158813357476\n                            ],\n                            [\n                                -3.6571422295258498,\n                                50.58118847681449\n                            ],\n                            [\n                                -3.6570713043768595,\n                                50.58125116441888\n                            ],\n                            [\n                                -3.6570523780717106,\n                                50.581305926066335\n                            ],\n                            [\n                                -3.6570704153387172,\n                                50.581365458895945\n                            ],\n                            [\n                                -3.6570904629243572,\n                                50.581388907722705\n                            ],\n                            [\n                                -3.6571033415036096,\n                                50.581404094517076\n                            ],\n                            [\n                                -3.657217536827964,\n                                50.581448957205986\n                            ],\n                            [\n                                -3.657321257265976,\n                                50.58147427287303\n                            ],\n                            [\n                                -3.657461997429207,\n                                50.58146894186744\n                            ],\n                            [\n                                -3.6575370599690484,\n                                50.581457710536846\n                            ],\n                            [\n                                -3.657576740223235,\n                                50.58145013962719\n                            ],\n                            [\n                                -3.657615183715558,\n                                50.58141056905211\n                            ],\n                            [\n                                -3.6577082121110167,\n                                50.58130035895734\n                            ],\n                            [\n                                -3.6577809561823647,\n                                50.581259319670274\n                            ],\n                            [\n                                -3.6578730899461585,\n                                50.581239481001575\n                            ],\n                            [\n                                -3.657967202508439,\n                                50.58123013660925\n                            ],\n                            [\n                                -3.6580674022946833,\n                                50.58123122798351\n                            ],\n                            [\n                                -3.658159176357022,\n                                50.58123774549532\n                            ],\n                            [\n                                -3.6582414848091753,\n                                50.5812570787372\n                            ],\n                            [\n                                -3.658277833946462,\n                                50.58127049215899\n                            ],\n                            [\n                                -3.6583115708871676,\n                                50.58128915906908\n                            ],\n                            [\n                                -3.6583261922412045,\n                                50.58130127207393\n                            ],\n                            [\n                                -3.658413321130257,\n                                50.58140433003031\n                            ],\n                            [\n                                -3.6584319479619545,\n                                50.58144038992313\n                            ],\n                            [\n                                -3.658446525212007,\n                                50.58148099530628\n                            ],\n                            [\n                                -3.6584535748213787,\n                                50.5815156012457\n                            ],\n                            [\n                                -3.6584503857640844,\n                                50.58154423736404\n                            ],\n                            [\n                                -3.658529109368249,\n                                50.5815805204639\n                            ],\n                            [\n                                -3.658552653227941,\n                                50.58159772264074\n                            ],\n                            [\n                                -3.6585708127736676,\n                                50.58162047862063\n                            ],\n                            [\n                                -3.6585941420584653,\n                                50.5816681542051\n                            ],\n                            [\n                                -3.65859246056988,\n                                50.58169667891579\n                            ],\n                            [\n                                -3.658579591739718,\n                                50.581734446535805\n                            ],\n                            [\n                                -3.658575760007387,\n                                50.58176489053408\n                            ],\n                            [\n                                -3.6586262308319175,\n                                50.58178260848849\n                            ],\n                            [\n                                -3.6586529852339713,\n                                50.58179148179348\n                            ],\n                            [\n                                -3.6597331426783803,\n                                50.58164428817573\n                            ],\n                            [\n                                -3.661099492022467,\n                                50.581760202226775\n                            ],\n                            [\n                                -3.6613562263701214,\n                                50.58178126272802\n                            ],\n                            [\n                                -3.662846921794576,\n                                50.58194547643886\n                            ],\n                            [\n                                -3.6641472079978783,\n                                50.58222521760577\n                            ],\n                            [\n                                -3.6642034318444736,\n                                50.58223736482133\n                            ],\n                            [\n                                -3.6643550518033567,\n                                50.58216758361079\n                            ],\n                            [\n                                -3.6647297689900054,\n                                50.582033743876245\n                            ],\n                            [\n                                -3.6648443296736835,\n                                50.5819893951967\n                            ],\n                            [\n                                -3.664967848769056,\n                                50.58193512425228\n                            ],\n                            [\n                                -3.6650599329845908,\n                                50.58190431737788\n                            ],\n                            [\n                                -3.6651959926263693,\n                                50.58186559669135\n                            ],\n                            [\n                                -3.665244403231383,\n                                50.58185447173806\n                            ],\n                            [\n                                -3.6654944263231752,\n                                50.58178454073342\n                            ],\n                            [\n                                -3.665775714975019,\n                                50.5817324189361\n                            ],\n                            [\n                                -3.6660234058085797,\n                                50.58164247337679\n                            ],\n                            [\n                                -3.666093298570988,\n                                50.58162969164212\n                            ],\n                            [\n                                -3.6663243255113334,\n                                50.58159590620904\n                            ],\n                            [\n                                -3.6666376704776016,\n                                50.58151841122003\n                            ],\n                            [\n                                -3.666799413575943,\n                                50.58148786494999\n                            ],\n                            [\n                                -3.66699904260493,\n                                50.58147818086084\n                            ],\n                            [\n                                -3.667196773222411,\n                                50.581480736948386\n                            ],\n                            [\n                                -3.6672061854776214,\n                                50.58145407998947\n                            ],\n                            [\n                                -3.6675047545775366,\n                                50.58060212864947\n                            ],\n                            [\n                                -3.6665543797668683,\n                                50.58040597733657\n                            ],\n                            [\n                                -3.6658417285401685,\n                                50.58022727357318\n                            ],\n                            [\n                                -3.6651546483053368,\n                                50.57996727517038\n                            ],\n                            [\n                                -3.6646808566601,\n                                50.57970881921473\n                            ],\n                            [\n                                -3.6625046910827135,\n                                50.57852126777022\n                            ],\n                            [\n                                -3.6613667511693575,\n                                50.57789122903808\n                            ],\n                            [\n                                -3.6619016458188156,\n                                50.5775280955224\n                            ],\n                            [\n                                -3.662706682337805,\n                                50.57753754805974\n                            ],\n                            [\n                                -3.6627362242395995,\n                                50.577536586563056\n                            ],\n                            [\n                                -3.663085064308623,\n                                50.5775150560465\n                            ],\n                            [\n                                -3.663094694963695,\n                                50.577514198993605\n                            ],\n                            [\n                                -3.664505364497719,\n                                50.57736403772007\n                            ],\n                            [\n                                -3.664692172246003,\n                                50.57734131117443\n                            ],\n                            [\n                                -3.664703470912037,\n                                50.57733809179716\n                            ],\n                            [\n                                -3.666736580810686,\n                                50.5774161821566\n                            ],\n                            [\n                                -3.667627034409893,\n                                50.57738472496543\n                            ],\n                            [\n                                -3.6681007361323186,\n                                50.57732426526381\n                            ],\n                            [\n                                -3.668441837983813,\n                                50.57713704100897\n                            ],\n                            [\n                                -3.668575445491398,\n                                50.577055379851586\n                            ],\n                            [\n                                -3.6689587908938224,\n                                50.57678833277244\n                            ],\n                            [\n                                -3.669052358091283,\n                                50.57672072645043\n                            ],\n                            [\n                                -3.6693499849533815,\n                                50.57650571181862\n                            ],\n                            [\n                                -3.6695202414134727,\n                                50.576377755501376\n                            ],\n                            [\n                                -3.670230219282395,\n                                50.57581066019269\n                            ],\n                            [\n                                -3.6704211494398575,\n                                50.57564483055389\n                            ],\n                            [\n                                -3.6705983825755863,\n                                50.57547711959625\n                            ],\n                            [\n                                -3.670759769354974,\n                                50.5752595592098\n                            ],\n                            [\n                                -3.6709831903677905,\n                                50.57469899048467\n                            ],\n                            [\n                                -3.6716224315906656,\n                                50.57478305135249\n                            ],\n                            [\n                                -3.6717460928554435,\n                                50.574799353028475\n                            ],\n                            [\n                                -3.6725786990075258,\n                                50.574908143589\n                            ],\n                            [\n                                -3.6728122403767283,\n                                50.57461752268327\n                            ],\n                            [\n                                -3.6728652964404027,\n                                50.57456038827169\n                            ],\n                            [\n                                -3.672955705863462,\n                                50.57446612200963\n                            ],\n                            [\n                                -3.6730575910496035,\n                                50.57437726682406\n                            ],\n                            [\n                                -3.673119442072816,\n                                50.574328810678786\n                            ],\n                            [\n                                -3.6731012558640628,\n                                50.57427234016521\n                            ],\n                            [\n                                -3.6731024158692094,\n                                50.574262430496205\n                            ],\n                            [\n                                -3.6731200397605397,\n                                50.57423727385754\n                            ],\n                            [\n                                -3.6731755547917926,\n                                50.574154301219124\n                            ],\n                            [\n                                -3.6732282283474142,\n                                50.57407324905806\n                            ],\n                            [\n                                -3.673240365930978,\n                                50.57405428691791\n                            ],\n                            [\n                                -3.673325558592717,\n                                50.573924849263804\n                            ],\n                            [\n                                -3.6772940171999324,\n                                50.574043248053044\n                            ],\n                            [\n                                -3.678677913841148,\n                                50.57401530768159\n                            ],\n                            [\n                                -3.6790109835503473,\n                                50.57502819835566\n                            ],\n                            [\n                                -3.6791401043372067,\n                                50.575420689363\n                            ],\n                            [\n                                -3.67944468115357,\n                                50.57540613354503\n                            ],\n                            [\n                                -3.679690111698044,\n                                50.575388482023314\n                            ],\n                            [\n                                -3.679812489431081,\n                                50.57537493478008\n                            ],\n                            [\n                                -3.6799185990701306,\n                                50.57535946366259\n                            ],\n                            [\n                                -3.6799775740799467,\n                                50.575347829340444\n                            ],\n                            [\n                                -3.680026912401461,\n                                50.575343609897594\n                            ],\n                            [\n                                -3.680077583331059,\n                                50.57533397501989\n                            ],\n                            [\n                                -3.680154895980819,\n                                50.575314161589006\n                            ],\n                            [\n                                -3.680229369419195,\n                                50.575289973202565\n                            ],\n                            [\n                                -3.680317819070061,\n                                50.575255699051\n                            ],\n                            [\n                                -3.6803451044837616,\n                                50.57523067167863\n                            ],\n                            [\n                                -3.680349135746239,\n                                50.57519671646514\n                            ],\n                            [\n                                -3.680434070741568,\n                                50.57530257790058\n                            ],\n                            [\n                                -3.680522098319862,\n                                50.57540048023218\n                            ],\n                            [\n                                -3.6806626599185592,\n                                50.575544642930865\n                            ],\n                            [\n                                -3.6808143349429128,\n                                50.57565421736707\n                            ],\n                            [\n                                -3.680832667348337,\n                                50.57565898015758\n                            ],\n                            [\n                                -3.6808655548609845,\n                                50.57566039403634\n                            ],\n                            [\n                                -3.6810796881699894,\n                                50.57564669893686\n                            ],\n                            [\n                                -3.68121839390751,\n                                50.5756438867041\n                            ],\n                            [\n                                -3.681298731183241,\n                                50.575649912538786\n                            ],\n                            [\n                                -3.68138520215532,\n                                50.57564534516697\n                            ],\n                            [\n                                -3.6819654720796366,\n                                50.57567166135737\n                            ],\n                            [\n                                -3.682323257764601,\n                                50.5756960812282\n                            ],\n                            [\n                                -3.682480899665674,\n                                50.575714569622576\n                            ],\n                            [\n                                -3.682573988925737,\n                                50.575709447053015\n                            ],\n                            [\n                                -3.682615586748718,\n                                50.57571352258967\n                            ],\n                            [\n                                -3.682692298362049,\n                                50.57574541161465\n                            ],\n                            [\n                                -3.682727111019669,\n                                50.575764775435744\n                            ],\n                            [\n                                -3.6827856857297485,\n                                50.575787483202525\n                            ],\n                            [\n                                -3.6829806081665954,\n                                50.575852549782596\n                            ],\n                            [\n                                -3.6830031501008835,\n                                50.57586445529142\n                            ],\n                            [\n                                -3.68305180271371,\n                                50.57589962764011\n                            ],\n                            [\n                                -3.6830956115420386,\n                                50.575919760670985\n                            ],\n                            [\n                                -3.683231846819411,\n                                50.57596212084658\n                            ],\n                            [\n                                -3.6832658317834177,\n                                50.575964597419556\n                            ],\n                            [\n                                -3.683402996509616,\n                                50.575957757727295\n                            ],\n                            [\n                                -3.6834682079322976,\n                                50.57594476336373\n                            ],\n                            [\n                                -3.6835173630785194,\n                                50.5759385664904\n                            ],\n                            [\n                                -3.6836311921694342,\n                                50.57593044509361\n                            ],\n                            [\n                                -3.683727196840558,\n                                50.57594488558649\n                            ],\n                            [\n                                -3.6839724036046393,\n                                50.576009223322856\n                            ],\n                            [\n                                -3.6840341235611214,\n                                50.576019114000424\n                            ],\n                            [\n                                -3.684142138441897,\n                                50.57602735469522\n                            ],\n                            [\n                                -3.684206062381892,\n                                50.57602696964176\n                            ],\n                            [\n                                -3.6842206984216377,\n                                50.576029456016656\n                            ],\n                            [\n                                -3.6842509437796407,\n                                50.57604151965985\n                            ],\n                            [\n                                -3.6842826525571817,\n                                50.57604590853482\n                            ],\n                            [\n                                -3.68433192667264,\n                                50.576043046238254\n                            ],\n                            [\n                                -3.6843630284109383,\n                                50.57602685742351\n                            ],\n                            [\n                                -3.6843858879762283,\n                                50.57602113053015\n                            ],\n                            [\n                                -3.6844428217845215,\n                                50.576017608761106\n                            ],\n                            [\n                                -3.6845367236267594,\n                                50.576022186002874\n                            ],\n                            [\n                                -3.6845911408554257,\n                                50.5760197798091\n                            ],\n                            [\n                                -3.6846055652162453,\n                                50.576016333393646\n                            ],\n                            [\n                                -3.684644169440427,\n                                50.57598835320713\n                            ],\n                            [\n                                -3.684988443270715,\n                                50.57609747367911\n                            ],\n                            [\n                                -3.6849571672117865,\n                                50.57606959632973\n                            ],\n                            [\n                                -3.6848785174260117,\n                                50.576022636509265\n                            ],\n                            [\n                                -3.6847960956061208,\n                                50.57595783386823\n                            ],\n                            [\n                                -3.6847692160744647,\n                                50.575919379278794\n                            ],\n                            [\n                                -3.684840751727603,\n                                50.57583230192118\n                            ],\n                            [\n                                -3.6850251029065175,\n                                50.57562365260332\n                            ],\n                            [\n                                -3.6850386996833318,\n                                50.57557723748316\n                            ],\n                            [\n                                -3.685009652381316,\n                                50.57553027935167\n                            ],\n                            [\n                                -3.6850447397497166,\n                                50.57548885945745\n                            ],\n                            [\n                                -3.68507690536278,\n                                50.57547004689356\n                            ],\n                            [\n                                -3.6851558413292183,\n                                50.57544669911693\n                            ],\n                            [\n                                -3.685273398433324,\n                                50.57543187584486\n                            ],\n                            [\n                                -3.6853613086817574,\n                                50.57542214931102\n                            ],\n                            [\n                                -3.6854571952055615,\n                                50.575417073876025\n                            ],\n                            [\n                                -3.6855560224005086,\n                                50.57541564318405\n                            ],\n                            [\n                                -3.6857414644704067,\n                                50.575440200119814\n                            ],\n                            [\n                                -3.685908798088355,\n                                50.57545638507579\n                            ],\n                            [\n                                -3.686125287457848,\n                                50.575483019042146\n                            ],\n                            [\n                                -3.6861630321104397,\n                                50.575480044133116\n                            ],\n                            [\n                                -3.6863935511214025,\n                                50.57538068029233\n                            ],\n                            [\n                                -3.6863994001768585,\n                                50.57537519938491\n                            ],\n                            [\n                                -3.6864486969224846,\n                                50.57531091825051\n                            ],\n                            [\n                                -3.6864905180066088,\n                                50.57522319102056\n                            ],\n                            [\n                                -3.6865184224049377,\n                                50.57520569888886\n                            ],\n                            [\n                                -3.6865769585863415,\n                                50.575194876999085\n                            ],\n                            [\n                                -3.686725160584215,\n                                50.57519739776467\n                            ],\n                            [\n                                -3.686975037925884,\n                                50.575154493224794\n                            ],\n                            [\n                                -3.687009206578652,\n                                50.5751557968677\n                            ],\n                            [\n                                -3.6870502209527816,\n                                50.575166075896135\n                            ],\n                            [\n                                -3.6871604850770647,\n                                50.575185523251704\n                            ],\n                            [\n                                -3.6872022838972964,\n                                50.575188506005325\n                            ],\n                            [\n                                -3.6872333450042643,\n                                50.57518742633016\n                            ],\n                            [\n                                -3.6872547700307363,\n                                50.57518109909614\n                            ],\n                            [\n                                -3.6873505541394835,\n                                50.57511785267166\n                            ],\n                            [\n                                -3.6875999608524457,\n                                50.57491166493792\n                            ],\n                            [\n                                -3.6886458515969083,\n                                50.57457533711559\n                            ],\n                            [\n                                -3.688399667071825,\n                                50.57431736314481\n                            ],\n                            [\n                                -3.687163501415653,\n                                50.57213183884344\n                            ],\n                            [\n                                -3.687083988446682,\n                                50.571881150831416\n                            ],\n                            [\n                                -3.6869684240556233,\n                                50.57101940778321\n                            ],\n                            [\n                                -3.6870136701800234,\n                                50.57045096485527\n                            ],\n                            [\n                                -3.687017117542883,\n                                50.57040713379631\n                            ],\n                            [\n                                -3.6867076182884295,\n                                50.56964719347521\n                            ],\n                            [\n                                -3.688036905578128,\n                                50.56930415607606\n                            ],\n                            [\n                                -3.6886504844031607,\n                                50.56908837705018\n                            ],\n                            [\n                                -3.689029361224252,\n                                50.56901994345344\n                            ],\n                            [\n                                -3.689524001619237,\n                                50.569030744668716\n                            ],\n                            [\n                                -3.690363187979915,\n                                50.56919839168097\n                            ],\n                            [\n                                -3.690913322153687,\n                                50.5691814092879\n                            ],\n                            [\n                                -3.6918040463855935,\n                                50.56881772543815\n                            ],\n                            [\n                                -3.692407383160308,\n                                50.56871005320656\n                            ],\n                            [\n                                -3.692837199724839,\n                                50.56848792945074\n                            ],\n                            [\n                                -3.6929363201851015,\n                                50.56849548181949\n                            ],\n                            [\n                                -3.693128869630933,\n                                50.56874452226585\n                            ],\n                            [\n                                -3.693228957276642,\n                                50.56877903231322\n                            ],\n                            [\n                                -3.693379364637229,\n                                50.5686419757794\n                            ],\n                            [\n                                -3.69353331617164,\n                                50.568603770791924\n                            ],\n                            [\n                                -3.6939888203550275,\n                                50.568705040937786\n                            ],\n                            [\n                                -3.6942281289273162,\n                                50.56868357136227\n                            ],\n                            [\n                                -3.6946386989006044,\n                                50.56871356154691\n                            ],\n                            [\n                                -3.695216450844742,\n                                50.56867817844325\n                            ],\n                            [\n                                -3.6958412715710343,\n                                50.56877696685545\n                            ],\n                            [\n                                -3.6960260881780327,\n                                50.568810240299086\n                            ],\n                            [\n                                -3.6965351360653553,\n                                50.56882979549505\n                            ],\n                            [\n                                -3.696624917643364,\n                                50.56882381943901\n                            ],\n                            [\n                                -3.698301072061161,\n                                50.57015110180273\n                            ],\n                            [\n                                -3.698348457334968,\n                                50.57059771044823\n                            ],\n                            [\n                                -3.6984420538586913,\n                                50.5708076421976\n                            ],\n                            [\n                                -3.69861428460829,\n                                50.57100229759423\n                            ],\n                            [\n                                -3.703069092213178,\n                                50.57016956312151\n                            ],\n                            [\n                                -3.7031537090983613,\n                                50.57019457782069\n                            ],\n                            [\n                                -3.7034949686075724,\n                                50.57034890791847\n                            ],\n                            [\n                                -3.703500676766743,\n                                50.570384610204705\n                            ],\n                            [\n                                -3.703525106616294,\n                                50.57042920310366\n                            ],\n                            [\n                                -3.703572001590777,\n                                50.57048623828915\n                            ],\n                            [\n                                -3.703557017974137,\n                                50.570542209285065\n                            ],\n                            [\n                                -3.7035647982988342,\n                                50.57056097315051\n                            ],\n                            [\n                                -3.7036208177236585,\n                                50.570587125451524\n                            ],\n                            [\n                                -3.70365821901296,\n                                50.570646008318285\n                            ],\n                            [\n                                -3.7037023707091867,\n                                50.570775734445235\n                            ],\n                            [\n                                -3.7037326177163794,\n                                50.57082654673536\n                            ],\n                            [\n                                -3.7037528697536843,\n                                50.57091346196849\n                            ],\n                            [\n                                -3.703754558899822,\n                                50.57096027627212\n                            ],\n                            [\n                                -3.7037617236775224,\n                                50.571000723871286\n                            ],\n                            [\n                                -3.7037878983315675,\n                                50.57102281600403\n                            ],\n                            [\n                                -3.7038789178243294,\n                                50.57104127003699\n                            ],\n                            [\n                                -3.703943139876463,\n                                50.571059117900745\n                            ],\n                            [\n                                -3.7040165603366213,\n                                50.57109940520644\n                            ],\n                            [\n                                -3.7040443751987047,\n                                50.57112507074276\n                            ],\n                            [\n                                -3.704110789469996,\n                                50.571200526845956\n                            ],\n                            [\n                                -3.7041270840629585,\n                                50.571222763516964\n                            ],\n                            [\n                                -3.7041441757802778,\n                                50.57126395616344\n                            ],\n                            [\n                                -3.704320148456707,\n                                50.57155845010996\n                            ],\n                            [\n                                -3.7045615925156627,\n                                50.57190529971194\n                            ],\n                            [\n                                -3.7046928397485375,\n                                50.57202520629149\n                            ],\n                            [\n                                -3.704798925171584,\n                                50.57213504851235\n                            ],\n                            [\n                                -3.7048232819618825,\n                                50.57214548425854\n                            ],\n                            [\n                                -3.704902619705771,\n                                50.57214971868773\n                            ],\n                            [\n                                -3.7050382160785467,\n                                50.572190174092206\n                            ],\n                            [\n                                -3.7051145810051556,\n                                50.57221845601198\n                            ],\n                            [\n                                -3.7051943561398564,\n                                50.572264126656385\n                            ],\n                            [\n                                -3.705393888011014,\n                                50.57246260828976\n                            ],\n                            [\n                                -3.705395340769093,\n                                50.57249657407832\n                            ],\n                            [\n                                -3.7055704304129677,\n                                50.57259542184343\n                            ],\n                            [\n                                -3.7056594832978655,\n                                50.57268169757008\n                            ],\n                            [\n                                -3.705898670944065,\n                                50.572875361356445\n                            ],\n                            [\n                                -3.7060880681835786,\n                                50.57303514665288\n                            ],\n                            [\n                                -3.7065428470923703,\n                                50.57301437046242\n                            ],\n                            [\n                                -3.7065142006594898,\n                                50.57299194643451\n                            ],\n                            [\n                                -3.7061905875647074,\n                                50.5726369606205\n                            ],\n                            [\n                                -3.7059327518477763,\n                                50.57214605113982\n                            ],\n                            [\n                                -3.7059352600214526,\n                                50.57182224232619\n                            ],\n                            [\n                                -3.7061150072531657,\n                                50.57132501058068\n                            ],\n                            [\n                                -3.706299388855889,\n                                50.571349280484476\n                            ],\n                            [\n                                -3.7065295038946036,\n                                50.57146278947262\n                            ],\n                            [\n                                -3.7066991501562585,\n                                50.571469296386205\n                            ],\n                            [\n                                -3.7073284963269924,\n                                50.57129822786716\n                            ],\n                            [\n                                -3.708127479818711,\n                                50.57113357094077\n                            ],\n                            [\n                                -3.708579249225112,\n                                50.57112694192181\n                            ],\n                            [\n                                -3.7094507112897874,\n                                50.57101524618479\n                            ],\n                            [\n                                -3.710102005044588,\n                                50.570971784326325\n                            ],\n                            [\n                                -3.710354298193308,\n                                50.56935066473198\n                            ],\n                            [\n                                -3.710356972337941,\n                                50.569318446073304\n                            ],\n                            [\n                                -3.7104052401078698,\n                                50.569326631714\n                            ],\n                            [\n                                -3.710584515141893,\n                                50.569364460347074\n                            ],\n                            [\n                                -3.7107323496063382,\n                                50.56938926018497\n                            ],\n                            [\n                                -3.7109053508907515,\n                                50.56941099189492\n                            ],\n                            [\n                                -3.710926503697192,\n                                50.569409781672945\n                            ],\n                            [\n                                -3.7109573087662358,\n                                50.569402143017854\n                            ],\n                            [\n                                -3.7110185089251235,\n                                50.569375161941245\n                            ],\n                            [\n                                -3.7110367075101727,\n                                50.56937309574828\n                            ],\n                            [\n                                -3.7110763813323038,\n                                50.56937521077046\n                            ],\n                            [\n                                -3.7111123225182037,\n                                50.56939356925718\n                            ],\n                            [\n                                -3.7111373629372495,\n                                50.569422871366434\n                            ],\n                            [\n                                -3.7111705589499633,\n                                50.569480824372725\n                            ],\n                            [\n                                -3.7111787981282918,\n                                50.56951217214895\n                            ],\n                            [\n                                -3.7111891482131782,\n                                50.56952461117126\n                            ],\n                            [\n                                -3.7113103442580377,\n                                50.56955977579384\n                            ],\n                            [\n                                -3.711365369045051,\n                                50.56955527956248\n                            ],\n                            [\n                                -3.711395282560378,\n                                50.569564732889326\n                            ],\n                            [\n                                -3.7114169273473028,\n                                50.569577095798444\n                            ],\n                            [\n                                -3.7115087566004044,\n                                50.5695726880274\n                            ],\n                            [\n                                -3.711632294916343,\n                                50.56955675178538\n                            ],\n                            [\n                                -3.711654896123692,\n                                50.569557318872555\n                            ],\n                            [\n                                -3.7116790716671377,\n                                50.569562359647726\n                            ],\n                            [\n                                -3.7117548715729987,\n                                50.56958830717224\n                            ],\n                            [\n                                -3.7117750507271734,\n                                50.569598802891996\n                            ],\n                            [\n                                -3.711783873339079,\n                                50.5696076668497\n                            ],\n                            [\n                                -3.711890444827393,\n                                50.56966633951971\n                            ],\n                            [\n                                -3.711954605998443,\n                                50.56968247506886\n                            ],\n                            [\n                                -3.7120263228100527,\n                                50.56968888523527\n                            ],\n                            [\n                                -3.7121617469450006,\n                                50.5697051418931\n                            ],\n                            [\n                                -3.712344123802136,\n                                50.569706147063854\n                            ],\n                            [\n                                -3.7124327168598623,\n                                50.56969621907592\n                            ],\n                            [\n                                -3.712473981219017,\n                                50.569697401867074\n                            ],\n                            [\n                                -3.7125083213981056,\n                                50.569703911820376\n                            ],\n                            [\n                                -3.7125423454779125,\n                                50.56969469647117\n                            ],\n                            [\n                                -3.7125886106392403,\n                                50.56968619142033\n                            ],\n                            [\n                                -3.7127131513774154,\n                                50.56968193106659\n                            ],\n                            [\n                                -3.713025942504976,\n                                50.56971212569441\n                            ],\n                            [\n                                -3.713147790803798,\n                                50.56971033278466\n                            ],\n                            [\n                                -3.7131998606005467,\n                                50.56972052986998\n                            ],\n                            [\n                                -3.71332181018207,\n                                50.569725030862514\n                            ],\n                            [\n                                -3.713405773633801,\n                                50.56974475047177\n                            ],\n                            [\n                                -3.7134592324713194,\n                                50.569761312510515\n                            ],\n                            [\n                                -3.7135256763683526,\n                                50.56976950815727\n                            ],\n                            [\n                                -3.713577352127957,\n                                50.56977234505112\n                            ],\n                            [\n                                -3.7136901963240754,\n                                50.56976330928421\n                            ],\n                            [\n                                -3.713793793062672,\n                                50.56977184827673\n                            ],\n                            [\n                                -3.7138924744825497,\n                                50.56976401909195\n                            ],\n                            [\n                                -3.7139832698386472,\n                                50.569776253901686\n                            ],\n                            [\n                                -3.714048989715195,\n                                50.56976800147693\n                            ],\n                            [\n                                -3.714360982231551,\n                                50.569689416737575\n                            ],\n                            [\n                                -3.714454823412369,\n                                50.569638128939985\n                            ],\n                            [\n                                -3.7145789839496026,\n                                50.56961679318969\n                            ],\n                            [\n                                -3.714842154552086,\n                                50.56944756834445\n                            ],\n                            [\n                                -3.7150838123565726,\n                                50.56929224026561\n                            ],\n                            [\n                                -3.71517945189058,\n                                50.56922285707628\n                            ],\n                            [\n                                -3.715285226967865,\n                                50.56913471655174\n                            ],\n                            [\n                                -3.71543699877563,\n                                50.569001568341804\n                            ],\n                            [\n                                -3.715542043491512,\n                                50.5689155068844\n                            ],\n                            [\n                                -3.7156289057061733,\n                                50.56885488658671\n                            ],\n                            [\n                                -3.7158706223350704,\n                                50.56871726452608\n                            ],\n                            [\n                                -3.7159413895674898,\n                                50.56868124508608\n                            ],\n                            [\n                                -3.716031080052553,\n                                50.56864368756554\n                            ],\n                            [\n                                -3.7161257562929935,\n                                50.56858672905908\n                            ],\n                            [\n                                -3.7164735534453124,\n                                50.56839791485387\n                            ],\n                            [\n                                -3.7165372172511004,\n                                50.56837162301555\n                            ],\n                            [\n                                -3.7165972359365527,\n                                50.568353829956294\n                            ],\n                            [\n                                -3.7172223959189736,\n                                50.56821109931685\n                            ],\n                            [\n                                -3.717273873383871,\n                                50.568195320562104\n                            ],\n                            [\n                                -3.7173167764746737,\n                                50.56817131313101\n                            ],\n                            [\n                                -3.7173283861341018,\n                                50.56816709472099\n                            ],\n                            [\n                                -3.7173752600460417,\n                                50.56814976496417\n                            ],\n                            [\n                                -3.7174214806123085,\n                                50.56814009845149\n                            ],\n                            [\n                                -3.717459742254929,\n                                50.56814223212665\n                            ],\n                            [\n                                -3.71749490031742,\n                                50.56813901536372\n                            ],\n                            [\n                                -3.7175716105000025,\n                                50.56811270136911\n                            ],\n                            [\n                                -3.7176024136100163,\n                                50.568105060973465\n                            ],\n                            [\n                                -3.7177591702315724,\n                                50.568067681822555\n                            ],\n                            [\n                                -3.7179119310269955,\n                                50.568035757632096\n                            ],\n                            [\n                                -3.717982921300668,\n                                50.56800593928614\n                            ],\n                            [\n                                -3.7180067228588465,\n                                50.56800109121291\n                            ],\n                            [\n                                -3.7180236503502573,\n                                50.56799904268025\n                            ],\n                            [\n                                -3.718102756947563,\n                                50.568000573392524\n                            ],\n                            [\n                                -3.718157669556607,\n                                50.56799616552958\n                            ],\n                            [\n                                -3.718222279622205,\n                                50.567986218309265\n                            ],\n                            [\n                                -3.7182495355519776,\n                                50.567980060088594\n                            ],\n                            [\n                                -3.7183244825917225,\n                                50.56796313404217\n                            ],\n                            [\n                                -3.71845299218372,\n                                50.5679621366068\n                            ],\n                            [\n                                -3.718534696966703,\n                                50.567958232463255\n                            ],\n                            [\n                                -3.718708954517304,\n                                50.56793498358618\n                            ],\n                            [\n                                -3.7187856963913237,\n                                50.567909567686456\n                            ],\n                            [\n                                -3.7188178964181264,\n                                50.56790190634401\n                            ],\n                            [\n                                -3.7188446520797602,\n                                50.56789791385373\n                            ],\n                            [\n                                -3.7188925634746544,\n                                50.56789630711419\n                            ],\n                            [\n                                -3.7189416430843223,\n                                50.56788838752631\n                            ],\n                            [\n                                -3.719053096195143,\n                                50.56784439062479\n                            ],\n                            [\n                                -3.719099414270468,\n                                50.56783742010832\n                            ],\n                            [\n                                -3.7192810169805863,\n                                50.56782394597228\n                            ],\n                            [\n                                -3.7195566959906716,\n                                50.567791103697196\n                            ],\n                            [\n                                -3.7197877852359857,\n                                50.56777779720726\n                            ],\n                            [\n                                -3.7199433155790933,\n                                50.567783593918115\n                            ],\n                            [\n                                -3.720020672774195,\n                                50.567784789422596\n                            ],\n                            [\n                                -3.7200902185915856,\n                                50.567785920412625\n                            ],\n                            [\n                                -3.7203597141846347,\n                                50.56777834092039\n                            ],\n                            [\n                                -3.720612904326046,\n                                50.567789879535944\n                            ],\n                            [\n                                -3.7208492658838956,\n                                50.56780617218638\n                            ],\n                            [\n                                -3.7208900303503123,\n                                50.567800263356574\n                            ],\n                            [\n                                -3.7212351862942743,\n                                50.56774732348436\n                            ],\n                            [\n                                -3.721312668516966,\n                                50.56773296619445\n                            ],\n                            [\n                                -3.721338005444307,\n                                50.567731512338355\n                            ],\n                            [\n                                -3.7214139693023807,\n                                50.567742521644256\n                            ],\n                            [\n                                -3.7215779572038796,\n                                50.56772814418532\n                            ],\n                            [\n                                -3.721676315388276,\n                                50.56773406450188\n                            ],\n                            [\n                                -3.721712943177168,\n                                50.56773244359099\n                            ],\n                            [\n                                -3.722060135173949,\n                                50.56768774534858\n                            ],\n                            [\n                                -3.722217307420577,\n                                50.567652602442\n                            ],\n                            [\n                                -3.7224109981747633,\n                                50.56763840497439\n                            ],\n                            [\n                                -3.722568550743045,\n                                50.56761989429032\n                            ],\n                            [\n                                -3.722633487196826,\n                                50.56761893347425\n                            ],\n                            [\n                                -3.7226660795243376,\n                                50.5676220486922\n                            ],\n                            [\n                                -3.7226873951268558,\n                                50.56762533076322\n                            ],\n                            [\n                                -3.722726573060434,\n                                50.56764290930065\n                            ],\n                            [\n                                -3.7227516923581327,\n                                50.56764865330848\n                            ],\n                            [\n                                -3.7228265427245013,\n                                50.56760978117922\n                            ],\n                            [\n                                -3.722843305884502,\n                                50.56760323753067\n                            ],\n                            [\n                                -3.7229190930280858,\n                                50.56759043317918\n                            ],\n                            [\n                                -3.7229571103393897,\n                                50.567588971186254\n                            ],\n                            [\n                                -3.7230095879104397,\n                                50.567594481131714\n                            ],\n                            [\n                                -3.7230611512367524,\n                                50.567593897868974\n                            ],\n                            [\n                                -3.723287657916692,\n                                50.56755683695118\n                            ],\n                            [\n                                -3.7234399744894167,\n                                50.56751636804637\n                            ],\n                            [\n                                -3.7236491595473122,\n                                50.567483331196755\n                            ],\n                            [\n                                -3.7237025490619677,\n                                50.56747552565932\n                            ],\n                            [\n                                -3.723845442996637,\n                                50.567444639104764\n                            ],\n                            [\n                                -3.7240333501207368,\n                                50.56738035775841\n                            ],\n                            [\n                                -3.724371655888884,\n                                50.56724866229577\n                            ],\n                            [\n                                -3.724509646688469,\n                                50.56720147902259\n                            ],\n                            [\n                                -3.724593728305087,\n                                50.56715753146676\n                            ],\n                            [\n                                -3.7249548962116314,\n                                50.56700157239758\n                            ],\n                            [\n                                -3.7250727715764302,\n                                50.56693257999121\n                            ],\n                            [\n                                -3.7250972368686006,\n                                50.56688833724481\n                            ],\n                            [\n                                -3.72514321780319,\n                                50.56687218674848\n                            ],\n                            [\n                                -3.7252337705700245,\n                                50.56680440847523\n                            ],\n                            [\n                                -3.72531332816227,\n                                50.566735614900836\n                            ],\n                            [\n                                -3.725328936879413,\n                                50.56670715238048\n                            ],\n                            [\n                                -3.725395107869972,\n                                50.56668242837077\n                            ],\n                            [\n                                -3.7254200807923876,\n                                50.5666524780023\n                            ],\n                            [\n                                -3.7254525589937137,\n                                50.56662349563696\n                            ],\n                            [\n                                -3.7255646666499045,\n                                50.56656905905601\n                            ],\n                            [\n                                -3.7255733645552653,\n                                50.56656479303768\n                            ],\n                            [\n                                -3.725594710924912,\n                                50.56653723474311\n                            ],\n                            [\n                                -3.7256311601853076,\n                                50.56651529848531\n                            ],\n                            [\n                                -3.7258805236430277,\n                                50.56640604306228\n                            ],\n                            [\n                                -3.7259737873975154,\n                                50.56634603953024\n                            ],\n                            [\n                                -3.725980231391723,\n                                50.56630251344445\n                            ],\n                            [\n                                -3.7259224343444077,\n                                50.56623719469121\n                            ],\n                            [\n                                -3.7259653627328144,\n                                50.56622370628296\n                            ],\n                            [\n                                -3.7261258801321544,\n                                50.5661620759907\n                            ],\n                            [\n                                -3.726299846842902,\n                                50.566083247962325\n                            ],\n                            [\n                                -3.726356554236403,\n                                50.566061190953086\n                            ],\n                            [\n                                -3.7264656983964675,\n                                50.56603699826206\n                            ],\n                            [\n                                -3.72660466612787,\n                                50.56601668913136\n                            ],\n                            [\n                                -3.7268875962362062,\n                                50.56596322523537\n                            ],\n                            [\n                                -3.7270043099245873,\n                                50.56594872288416\n                            ],\n                            [\n                                -3.7271043338918393,\n                                50.56594274221122\n                            ],\n                            [\n                                -3.7271806240465066,\n                                50.56594340915158\n                            ],\n                            [\n                                -3.7272546156036275,\n                                50.56591983615867\n                            ],\n                            [\n                                -3.7274211021185457,\n                                50.5659164666065\n                            ],\n                            [\n                                -3.7275708738541615,\n                                50.56591784169845\n                            ],\n                            [\n                                -3.7277617513816352,\n                                50.56592579252683\n                            ],\n                            [\n                                -3.727884011192584,\n                                50.56594826101375\n                            ],\n                            [\n                                -3.728234568053181,\n                                50.56603422669015\n                            ],\n                            [\n                                -3.728160315131234,\n                                50.56593642525202\n                            ],\n                            [\n                                -3.727765866473591,\n                                50.56557355626851\n                            ],\n                            [\n                                -3.7277612607125024,\n                                50.565447658896964\n                            ],\n                            [\n                                -3.7271862054953715,\n                                50.56555508645701\n                            ],\n                            [\n                                -3.726748645131072,\n                                50.565174875248395\n                            ],\n                            [\n                                -3.7261621637064497,\n                                50.56458098587153\n                            ],\n                            [\n                                -3.72543291699345,\n                                50.56394425006759\n                            ],\n                            [\n                                -3.725743690703536,\n                                50.563948637383376\n                            ],\n                            [\n                                -3.727358369551951,\n                                50.56408662231762\n                            ],\n                            [\n                                -3.7282659260880537,\n                                50.56419003503078\n                            ],\n                            [\n                                -3.728319928097573,\n                                50.563352882170705\n                            ],\n                            [\n                                -3.728487966359397,\n                                50.56292762046122\n                            ],\n                            [\n                                -3.7283838436038286,\n                                50.56239851096443\n                            ],\n                            [\n                                -3.7283520144750963,\n                                50.56191337753182\n                            ],\n                            [\n                                -3.7283164971979406,\n                                50.56171600738301\n                            ],\n                            [\n                                -3.728367723020698,\n                                50.56118468131616\n                            ],\n                            [\n                                -3.7284999112596964,\n                                50.56055315939192\n                            ],\n                            [\n                                -3.7285025177642073,\n                                50.5598515397116\n                            ],\n                            [\n                                -3.728433858936641,\n                                50.559133089586496\n                            ],\n                            [\n                                -3.728090450580861,\n                                50.55746538507617\n                            ],\n                            [\n                                -3.728044472135426,\n                                50.55736708283131\n                            ],\n                            [\n                                -3.7276489984925756,\n                                50.55697724739637\n                            ],\n                            [\n                                -3.727670360261203,\n                                50.556788116433864\n                            ],\n                            [\n                                -3.727727215477547,\n                                50.55664611636105\n                            ],\n                            [\n                                -3.727979230913092,\n                                50.55689421768092\n                            ],\n                            [\n                                -3.7280098439402276,\n                                50.55691983603448\n                            ],\n                            [\n                                -3.728087800288,\n                                50.55696992499499\n                            ],\n                            [\n                                -3.7281267578805055,\n                                50.55699093158568\n                            ],\n                            [\n                                -3.7282919149161655,\n                                50.557066698033445\n                            ],\n                            [\n                                -3.7283367780849153,\n                                50.55709669153169\n                            ],\n                            [\n                                -3.7284865252217707,\n                                50.55721584730245\n                            ],\n                            [\n                                -3.72855024261059,\n                                50.55725527397831\n                            ],\n                            [\n                                -3.728778707009139,\n                                50.55736885360244\n                            ],\n                            [\n                                -3.7288321310571684,\n                                50.557400518520325\n                            ],\n                            [\n                                -3.7288995843984294,\n                                50.557462544679126\n                            ],\n                            [\n                                -3.7291420792558134,\n                                50.557577534089724\n                            ],\n                            [\n                                -3.7293395838111922,\n                                50.55768798398868\n                            ],\n                            [\n                                -3.7295470137449924,\n                                50.55784044860615\n                            ],\n                            [\n                                -3.7296222405164765,\n                                50.55788877835782\n                            ],\n                            [\n                                -3.7297830628805433,\n                                50.557922354658956\n                            ],\n                            [\n                                -3.729810178640249,\n                                50.557931844824346\n                            ],\n                            [\n                                -3.729914941958323,\n                                50.55801759001986\n                            ],\n                            [\n                                -3.7299996844539094,\n                                50.55809365862504\n                            ],\n                            [\n                                -3.7300485250570556,\n                                50.558155870785065\n                            ],\n                            [\n                                -3.730107209497533,\n                                50.55825479285113\n                            ],\n                            [\n                                -3.730132124168078,\n                                50.55828050433168\n                            ],\n                            [\n                                -3.7303186736183247,\n                                50.558437855704724\n                            ],\n                            [\n                                -3.730418831465531,\n                                50.55847413155018\n                            ],\n                            [\n                                -3.73043046815882,\n                                50.55848385165804\n                            ],\n                            [\n                                -3.730498091452981,\n                                50.55858202009008\n                            ],\n                            [\n                                -3.7305169790005177,\n                                50.55861122969799\n                            ],\n                            [\n                                -3.7305416632523265,\n                                50.55863063992622\n                            ],\n                            [\n                                -3.730650250529038,\n                                50.558664991524964\n                            ],\n                            [\n                                -3.730699977132988,\n                                50.55867504471287\n                            ],\n                            [\n                                -3.7307231280584117,\n                                50.55868728273077\n                            ],\n                            [\n                                -3.7308405311450343,\n                                50.5587876788041\n                            ],\n                            [\n                                -3.7308905062794695,\n                                50.5588268588416\n                            ],\n                            [\n                                -3.730969125867979,\n                                50.55887252910769\n                            ],\n                            [\n                                -3.7310573391433577,\n                                50.558897200252304\n                            ],\n                            [\n                                -3.7312675111605307,\n                                50.55894928722614\n                            ],\n                            [\n                                -3.7315134532455283,\n                                50.55910441335628\n                            ],\n                            [\n                                -3.7319047866126227,\n                                50.559341440271524\n                            ],\n                            [\n                                -3.7319771772297705,\n                                50.55939160944815\n                            ],\n                            [\n                                -3.73203410736714,\n                                50.559442916969324\n                            ],\n                            [\n                                -3.732040302274661,\n                                50.55945630637131\n                            ],\n                            [\n                                -3.732049560730089,\n                                50.55951820723156\n                            ],\n                            [\n                                -3.7320675421876106,\n                                50.5595450017694\n                            ],\n                            [\n                                -3.732089349134777,\n                                50.559561765362446\n                            ],\n                            [\n                                -3.7322032698704652,\n                                50.55962750515848\n                            ],\n                            [\n                                -3.7322394890757202,\n                                50.55965303899017\n                            ],\n                            [\n                                -3.7322614794707727,\n                                50.55967518705359\n                            ],\n                            [\n                                -3.7322779619230246,\n                                50.55969921581447\n                            ],\n                            [\n                                -3.7323188196134027,\n                                50.55973727179332\n                            ],\n                            [\n                                -3.732463606605762,\n                                50.559835010322786\n                            ],\n                            [\n                                -3.7324927421840517,\n                                50.5598579513803\n                            ],\n                            [\n                                -3.732539861234084,\n                                50.55991119441265\n                            ],\n                            [\n                                -3.7325562643213472,\n                                50.55993613268009\n                            ],\n                            [\n                                -3.732561260250525,\n                                50.55995493612397\n                            ],\n                            [\n                                -3.7325788354903136,\n                                50.56001221631032\n                            ],\n                            [\n                                -3.73259244428447,\n                                50.56003718716565\n                            ],\n                            [\n                                -3.732760168670172,\n                                50.560258661166706\n                            ],\n                            [\n                                -3.732807123889266,\n                                50.560307418668415\n                            ],\n                            [\n                                -3.7328361659022384,\n                                50.56033126040408\n                            ],\n                            [\n                                -3.7329521408645907,\n                                50.560411349837054\n                            ],\n                            [\n                                -3.7329784034129396,\n                                50.56043524190615\n                            ],\n                            [\n                                -3.7330299817927823,\n                                50.56049570326266\n                            ],\n                            [\n                                -3.7330460428303094,\n                                50.56054671032217\n                            ],\n                            [\n                                -3.733045582995581,\n                                50.560571890559544\n                            ],\n                            [\n                                -3.733034828003608,\n                                50.56062779367468\n                            ],\n                            [\n                                -3.733034617882099,\n                                50.560660165161465\n                            ],\n                            [\n                                -3.73309360701761,\n                                50.56072941993965\n                            ],\n                            [\n                                -3.733086318046541,\n                                50.56079705321772\n                            ],\n                            [\n                                -3.7330894297094255,\n                                50.56084376518631\n                            ],\n                            [\n                                -3.7330976344858318,\n                                50.56087690177587\n                            ],\n                            [\n                                -3.7331249852461705,\n                                50.56092774974381\n                            ],\n                            [\n                                -3.7331950021933573,\n                                50.5610274099099\n                            ],\n                            [\n                                -3.7332420605589194,\n                                50.561078944756375\n                            ],\n                            [\n                                -3.7332751764010887,\n                                50.56109643013415\n                            ],\n                            [\n                                -3.733329243108715,\n                                50.56110731696221\n                            ],\n                            [\n                                -3.733342127282835,\n                                50.56111252135265\n                            ],\n                            [\n                                -3.733366828124619,\n                                50.561131930738824\n                            ],\n                            [\n                                -3.733377233972613,\n                                50.561146165734954\n                            ],\n                            [\n                                -3.733395154652338,\n                                50.561212434359284\n                            ],\n                            [\n                                -3.7334200934230015,\n                                50.561276799740384\n                            ],\n                            [\n                                -3.7334355166757054,\n                                50.56135119088788\n                            ],\n                            [\n                                -3.733454357315851,\n                                50.56140135605932\n                            ],\n                            [\n                                -3.7334874681904195,\n                                50.56145678590663\n                            ],\n                            [\n                                -3.7335057723655685,\n                                50.561520800374524\n                            ],\n                            [\n                                -3.7335778227651533,\n                                50.56168543655187\n                            ],\n                            [\n                                -3.733595980460004,\n                                50.561716985899714\n                            ],\n                            [\n                                -3.7335998044946455,\n                                50.56175154573671\n                            ],\n                            [\n                                -3.7336050024127085,\n                                50.56176621801351\n                            ],\n                            [\n                                -3.733651571714425,\n                                50.56192826566527\n                            ],\n                            [\n                                -3.733655004619307,\n                                50.56193908793575\n                            ],\n                            [\n                                -3.73365201070391,\n                                50.56197177068596\n                            ],\n                            [\n                                -3.733618795824337,\n                                50.56206586282581\n                            ],\n                            [\n                                -3.7336165955329257,\n                                50.56208208426501\n                            ],\n                            [\n                                -3.733620544049139,\n                                50.56211349444821\n                            ],\n                            [\n                                -3.733643492700606,\n                                50.562161700738585\n                            ],\n                            [\n                                -3.7336439875828367,\n                                50.56217518393007\n                            ],\n                            [\n                                -3.7336286742176035,\n                                50.562217673402266\n                            ],\n                            [\n                                -3.7336266246342262,\n                                50.5622410785691\n                            ],\n                            [\n                                -3.7336323470798765,\n                                50.56227965730045\n                            ],\n                            [\n                                -3.7336652319193955,\n                                50.56237006698673\n                            ],\n                            [\n                                -3.7337485726445134,\n                                50.562525271392595\n                            ],\n                            [\n                                -3.7337397711190397,\n                                50.56259283728441\n                            ],\n                            [\n                                -3.7337863019206385,\n                                50.56274418292972\n                            ],\n                            [\n                                -3.733920041614451,\n                                50.56288604542365\n                            ],\n                            [\n                                -3.7339359967875665,\n                                50.56294334952107\n                            ],\n                            [\n                                -3.733936049404657,\n                                50.56297670639507\n                            ],\n                            [\n                                -3.7339495048685207,\n                                50.563073611035726\n                            ],\n                            [\n                                -3.73397146735077,\n                                50.56313262439389\n                            ],\n                            [\n                                -3.7340119220074954,\n                                50.56319765790683\n                            ],\n                            [\n                                -3.734126652088154,\n                                50.563322814193555\n                            ],\n                            [\n                                -3.7341538470429256,\n                                50.56334704286271\n                            ],\n                            [\n                                -3.7343493297044925,\n                                50.56346488928873\n                            ],\n                            [\n                                -3.734359558675342,\n                                50.56346428721543\n                            ],\n                            [\n                                -3.7343853649026326,\n                                50.56348529878555\n                            ],\n                            [\n                                -3.7344418876668577,\n                                50.56352491938305\n                            ],\n                            [\n                                -3.734480266867591,\n                                50.563568398760054\n                            ],\n                            [\n                                -3.7344889169262587,\n                                50.56357555478667\n                            ],\n                            [\n                                -3.734509447692404,\n                                50.563583253298994\n                            ],\n                            [\n                                -3.734558481763606,\n                                50.56358351203749\n                            ],\n                            [\n                                -3.734644731519574,\n                                50.56358941290501\n                            ],\n                            [\n                                -3.734744474755442,\n                                50.563614008419975\n                            ],\n                            [\n                                -3.7347845593534665,\n                                50.563627792048166\n                            ],\n                            [\n                                -3.7348284724694056,\n                                50.563631634527766\n                            ],\n                            [\n                                -3.7348551443947597,\n                                50.563628538954625\n                            ],\n                            [\n                                -3.7349356985757716,\n                                50.56359047330744\n                            ],\n                            [\n                                -3.734997554175427,\n                                50.56358190682691\n                            ],\n                            [\n                                -3.735041308766047,\n                                50.56358143460942\n                            ],\n                            [\n                                -3.735062473216723,\n                                50.56358408710473\n                            ],\n                            [\n                                -3.7351441168637662,\n                                50.563613349951225\n                            ],\n                            [\n                                -3.7352589719044142,\n                                50.56369759989225\n                            ],\n                            [\n                                -3.735316830059702,\n                                50.56372281023286\n                            ],\n                            [\n                                -3.7355227923527643,\n                                50.56373915740458\n                            ],\n                            [\n                                -3.7355740182170685,\n                                50.56375179435699\n                            ],\n                            [\n                                -3.735398909491708,\n                                50.56339961202098\n                            ],\n                            [\n                                -3.7370368182828275,\n                                50.562801368093204\n                            ],\n                            [\n                                -3.7392909336101283,\n                                50.560690399124184\n                            ],\n                            [\n                                -3.7394281460844363,\n                                50.56093893191144\n                            ],\n                            [\n                                -3.7396180795758727,\n                                50.5614937311194\n                            ],\n                            [\n                                -3.739867149302941,\n                                50.5617418509493\n                            ],\n                            [\n                                -3.740028435130797,\n                                50.56190128226127\n                            ],\n                            [\n                                -3.7409385639019797,\n                                50.56246328205805\n                            ],\n                            [\n                                -3.7422101902369724,\n                                50.56286702627669\n                            ],\n                            [\n                                -3.7423567857223237,\n                                50.56263096878476\n                            ],\n                            [\n                                -3.742789778211949,\n                                50.562120803535\n                            ],\n                            [\n                                -3.7429971155884867,\n                                50.56200081710905\n                            ],\n                            [\n                                -3.743576949357438,\n                                50.56181726049721\n                            ],\n                            [\n                                -3.7436531354594673,\n                                50.5617930955086\n                            ],\n                            [\n                                -3.743903150017769,\n                                50.56168146194492\n                            ],\n                            [\n                                -3.7443525126297446,\n                                50.56123407343717\n                            ],\n                            [\n                                -3.7449682964100233,\n                                50.56070317329627\n                            ],\n                            [\n                                -3.7453261802690867,\n                                50.560454959920115\n                            ],\n                            [\n                                -3.745979511308632,\n                                50.56017534252387\n                            ],\n                            [\n                                -3.74601853736254,\n                                50.560084846971925\n                            ],\n                            [\n                                -3.7459676660336605,\n                                50.559474027847095\n                            ],\n                            [\n                                -3.7460319769816652,\n                                50.559302137599865\n                            ],\n                            [\n                                -3.7461266545301934,\n                                50.55919282884154\n                            ],\n                            [\n                                -3.7461809994757482,\n                                50.55875135721959\n                            ],\n                            [\n                                -3.746332658528795,\n                                50.55827236991106\n                            ],\n                            [\n                                -3.7465740065278186,\n                                50.557926996602056\n                            ],\n                            [\n                                -3.7470785336630628,\n                                50.55744280343441\n                            ],\n                            [\n                                -3.747613856488953,\n                                50.557029987577856\n                            ],\n                            [\n                                -3.747954292198217,\n                                50.556692117410435\n                            ],\n                            [\n                                -3.748032779057454,\n                                50.55664570942265\n                            ],\n                            [\n                                -3.7489076317156713,\n                                50.556129154371035\n                            ],\n                            [\n                                -3.7489850005838843,\n                                50.55593018389139\n                            ],\n                            [\n                                -3.7488540818294993,\n                                50.555446453345134\n                            ],\n                            [\n                                -3.74910924473373,\n                                50.55509187319041\n                            ],\n                            [\n                                -3.7493850442786205,\n                                50.55491689293659\n                            ],\n                            [\n                                -3.7498571392606634,\n                                50.55470291461999\n                            ],\n                            [\n                                -3.7500342772391018,\n                                50.554529325879116\n                            ],\n                            [\n                                -3.750167064047051,\n                                50.5543025581817\n                            ],\n                            [\n                                -3.750332335779647,\n                                50.554192085517386\n                            ],\n                            [\n                                -3.7504851796926504,\n                                50.55412684910901\n                            ],\n                            [\n                                -3.7509116036179964,\n                                50.55382363382462\n                            ],\n                            [\n                                -3.751302664896233,\n                                50.553709862369566\n                            ],\n                            [\n                                -3.7514676023499223,\n                                50.55359049828405\n                            ],\n                            [\n                                -3.7520912729678293,\n                                50.55289750804406\n                            ],\n                            [\n                                -3.752115983624102,\n                                50.55283257906806\n                            ],\n                            [\n                                -3.752119372052729,\n                                50.5528234533861\n                            ],\n                            [\n                                -3.7521428091852784,\n                                50.5527618712546\n                            ],\n                            [\n                                -3.7520685287038473,\n                                50.552664085143505\n                            ],\n                            [\n                                -3.751647736575965,\n                                50.55235563693066\n                            ],\n                            [\n                                -3.7514184867362537,\n                                50.55188237325566\n                            ],\n                            [\n                                -3.7513858781877207,\n                                50.55151144045266\n                            ],\n                            [\n                                -3.7513451472726658,\n                                50.55104703197777\n                            ],\n                            [\n                                -3.7513556519178057,\n                                50.55057025069908\n                            ],\n                            [\n                                -3.751532179128959,\n                                50.550271062072795\n                            ],\n                            [\n                                -3.7513450943549183,\n                                50.550235122901384\n                            ],\n                            [\n                                -3.7513050294517543,\n                                50.55021864656124\n                            ],\n                            [\n                                -3.751213182702719,\n                                50.550168152440946\n                            ],\n                            [\n                                -3.7511791945239628,\n                                50.55017737868725\n                            ],\n                            [\n                                -3.751141159002767,\n                                50.55017795087474\n                            ],\n                            [\n                                -3.7511013669649778,\n                                50.55017226284858\n                            ],\n                            [\n                                -3.751065691834601,\n                                50.550161107641586\n                            ],\n                            [\n                                -3.751023651201562,\n                                50.55013206968896\n                            ],\n                            [\n                                -3.7509709280701005,\n                                50.55007873842662\n                            ],\n                            [\n                                -3.7509447826972524,\n                                50.5500611442187\n                            ],\n                            [\n                                -3.7507850324075713,\n                                50.55005276352468\n                            ],\n                            [\n                                -3.750668437416213,\n                                50.55003455098584\n                            ],\n                            [\n                                -3.750593821852424,\n                                50.55001553614304\n                            ],\n                            [\n                                -3.7504764175187875,\n                                50.549969374046086\n                            ],\n                            [\n                                -3.750399082673716,\n                                50.549958494336714\n                            ],\n                            [\n                                -3.750363711198535,\n                                50.549958576524695\n                            ],\n                            [\n                                -3.750312234679979,\n                                50.54996402729404\n                            ],\n                            [\n                                -3.7500566157524795,\n                                50.55003242762342\n                            ],\n                            [\n                                -3.7499689399341922,\n                                50.55004686757755\n                            ],\n                            [\n                                -3.749878735733074,\n                                50.55005326010154\n                            ],\n                            [\n                                -3.7497278104101035,\n                                50.55005408979071\n                            ],\n                            [\n                                -3.7496490864763037,\n                                50.55006516619281\n                            ],\n                            [\n                                -3.7494936458390153,\n                                50.550098072162704\n                            ],\n                            [\n                                -3.749455710183338,\n                                50.55010134042031\n                            ],\n                            [\n                                -3.749356820224581,\n                                50.550099229086285\n                            ],\n                            [\n                                -3.7492308213805603,\n                                50.55009122941758\n                            ],\n                            [\n                                -3.749177196416173,\n                                50.550092035223834\n                            ],\n                            [\n                                -3.7490804478444275,\n                                50.550069214872444\n                            ],\n                            [\n                                -3.7489530995299485,\n                                50.550024369845865\n                            ],\n                            [\n                                -3.7488231438764954,\n                                50.54998496908887\n                            ],\n                            [\n                                -3.748761537888818,\n                                50.549958922384484\n                            ],\n                            [\n                                -3.7487312506668444,\n                                50.54994228927965\n                            ],\n                            [\n                                -3.7487209950705083,\n                                50.549970314941014\n                            ],\n                            [\n                                -3.7486892782753007,\n                                50.5499905776287\n                            ],\n                            [\n                                -3.7485245125020685,\n                                50.55003890274809\n                            ],\n                            [\n                                -3.7484621616766947,\n                                50.55003354367803\n                            ],\n                            [\n                                -3.7483551244701805,\n                                50.55003784948439\n                            ],\n                            [\n                                -3.748290094134829,\n                                50.55003522868823\n                            ],\n                            [\n                                -3.7481445767477157,\n                                50.549993362773044\n                            ],\n                            [\n                                -3.7480590877808204,\n                                50.54997306161033\n                            ],\n                            [\n                                -3.748017946918862,\n                                50.549968292161175\n                            ],\n                            [\n                                -3.7479755420327274,\n                                50.54996713017964\n                            ],\n                            [\n                                -3.7479349456278817,\n                                50.54997402639714\n                            ],\n                            [\n                                -3.747867905846683,\n                                50.54999302050941\n                            ],\n                            [\n                                -3.7478290254593203,\n                                50.550011582782204\n                            ],\n                            [\n                                -3.7476661205447526,\n                                50.550103759185376\n                            ],\n                            [\n                                -3.7476264419830425,\n                                50.55010723288787\n                            ],\n                            [\n                                -3.7475797142221006,\n                                50.550102547160265\n                            ],\n                            [\n                                -3.7475427097284175,\n                                50.55009320958226\n                            ],\n                            [\n                                -3.7475254243586384,\n                                50.55008537471275\n                            ],\n                            [\n                                -3.7474588502165034,\n                                50.5500791791332\n                            ],\n                            [\n                                -3.7473810372680187,\n                                50.55007406058977\n                            ],\n                            [\n                                -3.747270894148969,\n                                50.5500730157786\n                            ],\n                            [\n                                -3.7472667476026627,\n                                50.550046006870176\n                            ],\n                            [\n                                -3.747206249663878,\n                                50.55004341636812\n                            ],\n                            [\n                                -3.7471533234689174,\n                                50.55002532390608\n                            ],\n                            [\n                                -3.7470253923685304,\n                                50.54996160767237\n                            ],\n                            [\n                                -3.7469508584172817,\n                                50.5499321565416\n                            ],\n                            [\n                                -3.7469112269262106,\n                                50.54992735505646\n                            ],\n                            [\n                                -3.7467514503742545,\n                                50.54992166734593\n                            ],\n                            [\n                                -3.7467116860055176,\n                                50.54991327029217\n                            ],\n                            [\n                                -3.746670231850307,\n                                50.54990040171173\n                            ],\n                            [\n                                -3.7465428500027707,\n                                50.549854574245494\n                            ],\n                            [\n                                -3.7465116784495867,\n                                50.54984874631913\n                            ],\n                            [\n                                -3.746476243079556,\n                                50.54984747922399\n                            ],\n                            [\n                                -3.746435148563455,\n                                50.549840900780076\n                            ],\n                            [\n                                -3.7463948399224556,\n                                50.54982082892049\n                            ],\n                            [\n                                -3.7463605155044517,\n                                50.54980875263929\n                            ],\n                            [\n                                -3.7463192088490005,\n                                50.54979948821\n                            ],\n                            [\n                                -3.7461247704041236,\n                                50.54976913716995\n                            ],\n                            [\n                                -3.7461004554663986,\n                                50.54976320628257\n                            ],\n                            [\n                                -3.7459751205923864,\n                                50.54969405371656\n                            ],\n                            [\n                                -3.7458920555986643,\n                                50.54966023300017\n                            ],\n                            [\n                                -3.745857864594045,\n                                50.549651761058854\n                            ],\n                            [\n                                -3.7457431538523474,\n                                50.5496435883227\n                            ],\n                            [\n                                -3.745624114730455,\n                                50.54962829438687\n                            ],\n                            [\n                                -3.7455741025426894,\n                                50.54961645312739\n                            ],\n                            [\n                                -3.745553059183372,\n                                50.549614250436186\n                            ],\n                            [\n                                -3.74554105160372,\n                                50.54961362105743\n                            ],\n                            [\n                                -3.745477128292032,\n                                50.549622224262656\n                            ],\n                            [\n                                -3.7454365387249156,\n                                50.5496231926341\n                            ],\n                            [\n                                -3.7452984652299364,\n                                50.54960925402727\n                            ],\n                            [\n                                -3.7451884261016444,\n                                50.54961099374943\n                            ],\n                            [\n                                -3.745158055711628,\n                                50.54961117925348\n                            ],\n                            [\n                                -3.7450700220865003,\n                                50.549597218661376\n                            ],\n                            [\n                                -3.744925699734563,\n                                50.549587600346634\n                            ],\n                            [\n                                -3.7449028945910428,\n                                50.54958164657824\n                            ],\n                            [\n                                -3.744878876519016,\n                                50.54957113317533\n                            ],\n                            [\n                                -3.74858339222667,\n                                50.546701394509746\n                            ],\n                            [\n                                -3.7521524290781594,\n                                50.54787358318381\n                            ],\n                            [\n                                -3.7522933173966253,\n                                50.54768714460228\n                            ],\n                            [\n                                -3.752599841026062,\n                                50.547196831706366\n                            ],\n                            [\n                                -3.753328836623148,\n                                50.54668225765765\n                            ],\n                            [\n                                -3.7534511856127977,\n                                50.54655444828243\n                            ],\n                            [\n                                -3.753567512370526,\n                                50.54611104893546\n                            ],\n                            [\n                                -3.753673747221762,\n                                50.54570574609893\n                            ],\n                            [\n                                -3.753917031538803,\n                                50.54503646220197\n                            ],\n                            [\n                                -3.75394703703152,\n                                50.54470324131588\n                            ],\n                            [\n                                -3.7540868353546784,\n                                50.54428744917602\n                            ],\n                            [\n                                -3.7542061746671607,\n                                50.544078767488074\n                            ],\n                            [\n                                -3.7545061438431846,\n                                50.54379552109157\n                            ],\n                            [\n                                -3.7556308093005013,\n                                50.54298877713306\n                            ],\n                            [\n                                -3.753606840494215,\n                                50.54218077179503\n                            ],\n                            [\n                                -3.751411078679179,\n                                50.54293699160114\n                            ],\n                            [\n                                -3.751252658858726,\n                                50.543005011536415\n                            ],\n                            [\n                                -3.7513464821787554,\n                                50.54303380993067\n                            ],\n                            [\n                                -3.750964488682717,\n                                50.54336826929268\n                            ],\n                            [\n                                -3.7492160289502316,\n                                50.54272391156666\n                            ],\n                            [\n                                -3.7478774121931484,\n                                50.542402257597224\n                            ],\n                            [\n                                -3.746878708292362,\n                                50.54211146252915\n                            ],\n                            [\n                                -3.745905946747911,\n                                50.5417573315791\n                            ],\n                            [\n                                -3.744956551446087,\n                                50.541654595228266\n                            ],\n                            [\n                                -3.7448138222941796,\n                                50.54161177506458\n                            ],\n                            [\n                                -3.7446429385967375,\n                                50.54156937672141\n                            ],\n                            [\n                                -3.744372610052466,\n                                50.54074597649947\n                            ],\n                            [\n                                -3.74429445736501,\n                                50.53977583187949\n                            ],\n                            [\n                                -3.7440831924329756,\n                                50.53902355866344\n                            ],\n                            [\n                                -3.7436802312490753,\n                                50.53842700564792\n                            ],\n                            [\n                                -3.7432277255788926,\n                                50.5380200979831\n                            ],\n                            [\n                                -3.742599043365537,\n                                50.53757815146323\n                            ],\n                            [\n                                -3.740753123418351,\n                                50.53853438598949\n                            ],\n                            [\n                                -3.7397700289568614,\n                                50.53827890313715\n                            ],\n                            [\n                                -3.73642511119483,\n                                50.53791183809114\n                            ],\n                            [\n                                -3.736198678582272,\n                                50.53788338696262\n                            ],\n                            [\n                                -3.7350248545906077,\n                                50.537730593497024\n                            ],\n                            [\n                                -3.734953988573193,\n                                50.537721136126834\n                            ],\n                            [\n                                -3.7349109513002894,\n                                50.537715122241416\n                            ],\n                            [\n                                -3.733237933139608,\n                                50.53699656110131\n                            ],\n                            [\n                                -3.7295502525412525,\n                                50.537732682001895\n                            ],\n                            [\n                                -3.7279478456036492,\n                                50.53985105921685\n                            ],\n                            [\n                                -3.724186775233319,\n                                50.539480295100155\n                            ],\n                            [\n                                -3.7234831817656637,\n                                50.5394109587483\n                            ],\n                            [\n                                -3.723172853815494,\n                                50.5387503859621\n                            ],\n                            [\n                                -3.7192860280936917,\n                                50.537349771906186\n                            ],\n                            [\n                                -3.719218762184376,\n                                50.536834219585955\n                            ],\n                            [\n                                -3.719101516647198,\n                                50.536774362221124\n                            ],\n                            [\n                                -3.7173676960109594,\n                                50.535396440242614\n                            ],\n                            [\n                                -3.7172307374880758,\n                                50.5354184180166\n                            ],\n                            [\n                                -3.716670398077209,\n                                50.535508238726294\n                            ],\n                            [\n                                -3.716523655978857,\n                                50.53533111286971\n                            ],\n                            [\n                                -3.7161426295017312,\n                                50.534918199162945\n                            ],\n                            [\n                                -3.7162431177119926,\n                                50.534859526379776\n                            ],\n                            [\n                                -3.7163398872367184,\n                                50.53480415507995\n                            ],\n                            [\n                                -3.7164504057814707,\n                                50.534739587214574\n                            ],\n                            [\n                                -3.716561236273483,\n                                50.534684008372444\n                            ],\n                            [\n                                -3.716657678694004,\n                                50.534619647896385\n                            ],\n                            [\n                                -3.7167685194996873,\n                                50.5345639787639\n                            ],\n                            [\n                                -3.7168791497255,\n                                50.53449940883621\n                            ],\n                            [\n                                -3.7169759174393517,\n                                50.534444028030244\n                            ],\n                            [\n                                -3.717086760720818,\n                                50.534388448490155\n                            ],\n                            [\n                                -3.717197263166927,\n                                50.534323880139276\n                            ],\n                            [\n                                -3.717294027209143,\n                                50.534268418174335\n                            ],\n                            [\n                                -3.717404656023476,\n                                50.534203847758214\n                            ],\n                            [\n                                -3.717501422841278,\n                                50.5341484755138\n                            ],\n                            [\n                                -3.7175566805895794,\n                                50.53411619105468\n                            ],\n                            [\n                                -3.717885536290177,\n                                50.53314433165512\n                            ],\n                            [\n                                -3.7168753085077895,\n                                50.532817034928755\n                            ],\n                            [\n                                -3.7145154103787235,\n                                50.53150557611511\n                            ],\n                            [\n                                -3.714362358929319,\n                                50.53121183776971\n                            ],\n                            [\n                                -3.714263492933269,\n                                50.53105200032176\n                            ],\n                            [\n                                -3.713897374256482,\n                                50.530342678012005\n                            ],\n                            [\n                                -3.7133604223336314,\n                                50.52963794699215\n                            ],\n                            [\n                                -3.7129807981651894,\n                                50.52913975964182\n                            ],\n                            [\n                                -3.7134412508933483,\n                                50.528924750036836\n                            ],\n                            [\n                                -3.7166482702904857,\n                                50.52629423945728\n                            ],\n                            [\n                                -3.717309714563853,\n                                50.52568872712805\n                            ],\n                            [\n                                -3.7161322673343538,\n                                50.52501575272902\n                            ],\n                            [\n                                -3.712861225241975,\n                                50.52336856396845\n                            ],\n                            [\n                                -3.7080120279870488,\n                                50.52323248726389\n                            ],\n                            [\n                                -3.7079577720552694,\n                                50.523038002414566\n                            ],\n                            [\n                                -3.707759288810745,\n                                50.52165474574701\n                            ],\n                            [\n                                -3.707743124509718,\n                                50.52159699128655\n                            ],\n                            [\n                                -3.7087315365099065,\n                                50.51871690600819\n                            ],\n                            [\n                                -3.7079641667814154,\n                                50.51764508912966\n                            ],\n                            [\n                                -3.703850877244557,\n                                50.51638583707278\n                            ],\n                            [\n                                -3.702607837648042,\n                                50.515907898025866\n                            ],\n                            [\n                                -3.6993549605427365,\n                                50.5154608392978\n                            ],\n                            [\n                                -3.6992780701114403,\n                                50.51519806760859\n                            ],\n                            [\n                                -3.6992715022840343,\n                                50.514202214317216\n                            ],\n                            [\n                                -3.699265881212173,\n                                50.513362703315416\n                            ],\n                            [\n                                -3.7004417278566057,\n                                50.51167901406966\n                            ],\n                            [\n                                -3.700040178866298,\n                                50.511614747361044\n                            ],\n                            [\n                                -3.699008997421001,\n                                50.51118006498532\n                            ],\n                            [\n                                -3.69782439989356,\n                                50.510792661516746\n                            ],\n                            [\n                                -3.6975380322799025,\n                                50.510670872578274\n                            ],\n                            [\n                                -3.69710733836826,\n                                50.51046136717504\n                            ],\n                            [\n                                -3.6969913671886787,\n                                50.51037305788753\n                            ],\n                            [\n                                -3.6965545677403466,\n                                50.509992713305074\n                            ],\n                            [\n                                -3.6959970760372283,\n                                50.50938926437322\n                            ],\n                            [\n                                -3.6959505858520356,\n                                50.50927305014259\n                            ],\n                            [\n                                -3.6965598142232787,\n                                50.508562684694176\n                            ],\n                            [\n                                -3.697309867323451,\n                                50.5078501631199\n                            ],\n                            [\n                                -3.697590083223636,\n                                50.50740541795619\n                            ],\n                            [\n                                -3.69799527350026,\n                                50.50690481416193\n                            ],\n                            [\n                                -3.698154383005269,\n                                50.506623767063445\n                            ],\n                            [\n                                -3.6982129938325436,\n                                50.50629005292623\n                            ],\n                            [\n                                -3.698180621493755,\n                                50.505780093755256\n                            ],\n                            [\n                                -3.69818298037125,\n                                50.50576486888005\n                            ],\n                            [\n                                -3.698216279290481,\n                                50.50559750382015\n                            ],\n                            [\n                                -3.6985029238611973,\n                                50.50533249254372\n                            ],\n                            [\n                                -3.6993959267924628,\n                                50.50467190476091\n                            ],\n                            [\n                                -3.699598933040461,\n                                50.50443517426957\n                            ],\n                            [\n                                -3.6999627327606937,\n                                50.50396213096563\n                            ],\n                            [\n                                -3.700135238858987,\n                                50.50366281676203\n                            ],\n                            [\n                                -3.7004320101753487,\n                                50.50289404694387\n                            ],\n                            [\n                                -3.7016500232519056,\n                                50.50147317049057\n                            ],\n                            [\n                                -3.7009388578008275,\n                                50.50090794873206\n                            ],\n                            [\n                                -3.700421711532705,\n                                50.50064577465226\n                            ],\n                            [\n                                -3.6999924978592627,\n                                50.500472134461056\n                            ],\n                            [\n                                -3.6989118493309174,\n                                50.49983137162265\n                            ],\n                            [\n                                -3.698049432924968,\n                                50.499413733623925\n                            ],\n                            [\n                                -3.6984705488343073,\n                                50.49910000110242\n                            ],\n                            [\n                                -3.6996176198557906,\n                                50.4972487762517\n                            ],\n                            [\n                                -3.700411085437887,\n                                50.496190615214985\n                            ],\n                            [\n                                -3.701212800981811,\n                                50.49611056245783\n                            ],\n                            [\n                                -3.702833801407962,\n                                50.496397227712805\n                            ],\n                            [\n                                -3.7028351347169646,\n                                50.49639235156435\n                            ],\n                            [\n                                -3.702859482379763,\n                                50.49550159370443\n                            ],\n                            [\n                                -3.702929206798515,\n                                50.495086895690655\n                            ],\n                            [\n                                -3.703026217865469,\n                                50.49425801261911\n                            ],\n                            [\n                                -3.70313192556768,\n                                50.494058656372175\n                            ],\n                            [\n                                -3.703151942741847,\n                                50.494078090872364\n                            ],\n                            [\n                                -3.703204914175764,\n                                50.49412952028143\n                            ],\n                            [\n                                -3.703779977071888,\n                                50.49443588382644\n                            ],\n                            [\n                                -3.703810261446171,\n                                50.49444580281571\n                            ],\n                            [\n                                -3.704108428832753,\n                                50.49454346042164\n                            ],\n                            [\n                                -3.708679135891052,\n                                50.49206949063903\n                            ],\n                            [\n                                -3.7095625604017224,\n                                50.49131519304197\n                            ],\n                            [\n                                -3.7138184963601573,\n                                50.49009711876214\n                            ],\n                            [\n                                -3.7150960589000044,\n                                50.49080244807737\n                            ],\n                            [\n                                -3.7160933795299824,\n                                50.49053239191991\n                            ],\n                            [\n                                -3.7160389548545747,\n                                50.4903696067002\n                            ],\n                            [\n                                -3.716024281197487,\n                                50.490325717314064\n                            ],\n                            [\n                                -3.7159649992209154,\n                                50.49024558447303\n                            ],\n                            [\n                                -3.7155481501161995,\n                                50.49002694918832\n                            ],\n                            [\n                                -3.715379165070401,\n                                50.48964263544774\n                            ],\n                            [\n                                -3.7154079032604392,\n                                50.48940394313605\n                            ],\n                            [\n                                -3.7154122297528542,\n                                50.48936800816982\n                            ],\n                            [\n                                -3.715416602913875,\n                                50.48933125781573\n                            ],\n                            [\n                                -3.7154189586028386,\n                                50.489311461495305\n                            ],\n                            [\n                                -3.715419978961265,\n                                50.48930288678382\n                            ],\n                            [\n                                -3.7154224881607623,\n                                50.48928225400335\n                            ],\n                            [\n                                -3.715321713531362,\n                                50.48872595705567\n                            ],\n                            [\n                                -3.7153168674722603,\n                                50.48869920544436\n                            ],\n                            [\n                                -3.7152842617817075,\n                                50.4886691580994\n                            ],\n                            [\n                                -3.714923047657604,\n                                50.488336282762795\n                            ],\n                            [\n                                -3.714043827688822,\n                                50.48741388304461\n                            ],\n                            [\n                                -3.713927634850235,\n                                50.486929974610106\n                            ],\n                            [\n                                -3.713823476474364,\n                                50.486778569308775\n                            ],\n                            [\n                                -3.7136462075721397,\n                                50.48656482748877\n                            ],\n                            [\n                                -3.713543459528428,\n                                50.48644093810013\n                            ],\n                            [\n                                -3.713405314780342,\n                                50.48630585709973\n                            ],\n                            [\n                                -3.7132463308105668,\n                                50.48615039786922\n                            ],\n                            [\n                                -3.7135227292321153,\n                                50.48501658090214\n                            ],\n                            [\n                                -3.713826799838991,\n                                50.48437480194693\n                            ],\n                            [\n                                -3.713797892829414,\n                                50.484275972151444\n                            ],\n                            [\n                                -3.7137734895574814,\n                                50.484192527360925\n                            ],\n                            [\n                                -3.7135935928430945,\n                                50.48402614743048\n                            ],\n                            [\n                                -3.7135766914021304,\n                                50.48401571688904\n                            ],\n                            [\n                                -3.713569110876326,\n                                50.48401103864723\n                            ],\n                            [\n                                -3.713433576736481,\n                                50.48394326070326\n                            ],\n                            [\n                                -3.7133780296829944,\n                                50.48393051073115\n                            ],\n                            [\n                                -3.713370644940056,\n                                50.48392881538165\n                            ],\n                            [\n                                -3.7133383938217146,\n                                50.48392466775189\n                            ],\n                            [\n                                -3.71324955061696,\n                                50.483913242091056\n                            ],\n                            [\n                                -3.713189328348971,\n                                50.48389327219253\n                            ],\n                            [\n                                -3.7131648176430043,\n                                50.48387736329981\n                            ],\n                            [\n                                -3.713151283642345,\n                                50.48385040301526\n                            ],\n                            [\n                                -3.713149173391199,\n                                50.483828876338976\n                            ],\n                            [\n                                -3.7131466808094897,\n                                50.48380344947914\n                            ],\n                            [\n                                -3.71316652112725,\n                                50.48366100135515\n                            ],\n                            [\n                                -3.713197222539307,\n                                50.48354915210246\n                            ],\n                            [\n                                -3.7131995369881423,\n                                50.48352011331928\n                            ],\n                            [\n                                -3.7131915374002986,\n                                50.48348198128351\n                            ],\n                            [\n                                -3.713186746005041,\n                                50.48347704149958\n                            ],\n                            [\n                                -3.713162563448224,\n                                50.48345210745797\n                            ],\n                            [\n                                -3.7131208598806014,\n                                50.483433390345375\n                            ],\n                            [\n                                -3.7130986235106813,\n                                50.48342689391648\n                            ],\n                            [\n                                -3.71306635654816,\n                                50.48341746700601\n                            ],\n                            [\n                                -3.7130193601403603,\n                                50.483407408831965\n                            ],\n                            [\n                                -3.7128906629396696,\n                                50.48337986492965\n                            ],\n                            [\n                                -3.712765533929211,\n                                50.48336746251721\n                            ],\n                            [\n                                -3.71272083980089,\n                                50.483363032534925\n                            ],\n                            [\n                                -3.712703370852692,\n                                50.48335460095148\n                            ],\n                            [\n                                -3.7126948110728963,\n                                50.483350469475845\n                            ],\n                            [\n                                -3.7126007137280803,\n                                50.48327129313623\n                            ],\n                            [\n                                -3.712557632053182,\n                                50.483249808827004\n                            ],\n                            [\n                                -3.7125176168372116,\n                                50.48324563243608\n                            ],\n                            [\n                                -3.712432216312282,\n                                50.48324625996226\n                            ],\n                            [\n                                -3.7123893274922604,\n                                50.48323663840115\n                            ],\n                            [\n                                -3.712383212619547,\n                                50.4832330843236\n                            ],\n                            [\n                                -3.7123692679528424,\n                                50.48322497805627\n                            ],\n                            [\n                                -3.7123241379509184,\n                                50.48317897775848\n                            ],\n                            [\n                                -3.7121622063228266,\n                                50.48304298574874\n                            ],\n                            [\n                                -3.7120274784884653,\n                                50.48300684567708\n                            ],\n                            [\n                                -3.7120159034398315,\n                                50.482998891492294\n                            ],\n                            [\n                                -3.712000059802599,\n                                50.48298800399675\n                            ],\n                            [\n                                -3.711975522972505,\n                                50.4829682279056\n                            ],\n                            [\n                                -3.7119651531794,\n                                50.48295470990588\n                            ],\n                            [\n                                -3.7119646512732096,\n                                50.48293107259043\n                            ],\n                            [\n                                -3.7119821815427674,\n                                50.482872822634825\n                            ],\n                            [\n                                -3.711973065230049,\n                                50.48284562460999\n                            ],\n                            [\n                                -3.7119557243903842,\n                                50.48282565269771\n                            ],\n                            [\n                                -3.7119524993104376,\n                                50.48282300200957\n                            ],\n                            [\n                                -3.7118311130704926,\n                                50.48279277901479\n                            ],\n                            [\n                                -3.7118222632541076,\n                                50.482785740758544\n                            ],\n                            [\n                                -3.7118218997350847,\n                                50.482785449114985\n                            ],\n                            [\n                                -3.7117886956384196,\n                                50.48276390911326\n                            ],\n                            [\n                                -3.711769975506818,\n                                50.482754024436296\n                            ],\n                            [\n                                -3.711682518886782,\n                                50.48272024526739\n                            ],\n                            [\n                                -3.711668560058429,\n                                50.4827119611317\n                            ],\n                            [\n                                -3.7116463018649597,\n                                50.48269875156826\n                            ],\n                            [\n                                -3.7116415406199756,\n                                50.48267651856835\n                            ],\n                            [\n                                -3.7116387427543867,\n                                50.482663435316795\n                            ],\n                            [\n                                -3.71163912209402,\n                                50.48265358247126\n                            ],\n                            [\n                                -3.711639584277221,\n                                50.48264157786986\n                            ],\n                            [\n                                -3.7116788933804785,\n                                50.48257709198601\n                            ],\n                            [\n                                -3.71167962686554,\n                                50.482575888715076\n                            ],\n                            [\n                                -3.7116822071176405,\n                                50.482557238917764\n                            ],\n                            [\n                                -3.7116908399211317,\n                                50.48249381368387\n                            ],\n                            [\n                                -3.711685762540874,\n                                50.48246830077537\n                            ],\n                            [\n                                -3.7116838810731747,\n                                50.48245884673629\n                            ],\n                            [\n                                -3.711682637015146,\n                                50.48245473433742\n                            ],\n                            [\n                                -3.7116679106251462,\n                                50.48240603697645\n                            ],\n                            [\n                                -3.7116604352925004,\n                                50.48239535747355\n                            ],\n                            [\n                                -3.71165129886502,\n                                50.482391556814186\n                            ],\n                            [\n                                -3.711633296731496,\n                                50.48238406810882\n                            ],\n                            [\n                                -3.711582535535628,\n                                50.48238481482992\n                            ],\n                            [\n                                -3.7115669890632907,\n                                50.48238234615341\n                            ],\n                            [\n                                -3.711556741226304,\n                                50.48237989798052\n                            ],\n                            [\n                                -3.711552807785474,\n                                50.48237895829478\n                            ],\n                            [\n                                -3.7115031598224038,\n                                50.48235567339247\n                            ],\n                            [\n                                -3.71145243229034,\n                                50.482331882126154\n                            ],\n                            [\n                                -3.711415271741597,\n                                50.482319841002564\n                            ],\n                            [\n                                -3.7114019156396143,\n                                50.48231814973335\n                            ],\n                            [\n                                -3.711389821994953,\n                                50.482316618326365\n                            ],\n                            [\n                                -3.711368708060915,\n                                50.482317828260975\n                            ],\n                            [\n                                -3.7113612815405896,\n                                50.48232099688337\n                            ],\n                            [\n                                -3.7113381513520696,\n                                50.48233086567629\n                            ],\n                            [\n                                -3.7113288947602836,\n                                50.482348085153866\n                            ],\n                            [\n                                -3.71133084270742,\n                                50.48240200307977\n                            ],\n                            [\n                                -3.711322266145916,\n                                50.48243809290697\n                            ],\n                            [\n                                -3.7113177666298074,\n                                50.48244249846588\n                            ],\n                            [\n                                -3.711307338292479,\n                                50.48245270043326\n                            ],\n                            [\n                                -3.7112339553371387,\n                                50.482477476044394\n                            ],\n                            [\n                                -3.7112293738198323,\n                                50.48247902285749\n                            ],\n                            [\n                                -3.7112275028061226,\n                                50.48247994326671\n                            ],\n                            [\n                                -3.711202997512842,\n                                50.48249199816853\n                            ],\n                            [\n                                -3.7111896340996577,\n                                50.482503651827734\n                            ],\n                            [\n                                -3.7111893661234934,\n                                50.482503885518184\n                            ],\n                            [\n                                -3.7111533964209027,\n                                50.482560251748694\n                            ],\n                            [\n                                -3.7111482909794264,\n                                50.48261517331108\n                            ],\n                            [\n                                -3.7111518364140292,\n                                50.482623832101694\n                            ],\n                            [\n                                -3.711078100145748,\n                                50.48260550591025\n                            ],\n                            [\n                                -3.7110837981984446,\n                                50.48262510954269\n                            ],\n                            [\n                                -3.71109134179045,\n                                50.48263479772042\n                            ],\n                            [\n                                -3.7111163324148735,\n                                50.48266689295659\n                            ],\n                            [\n                                -3.7111298742370646,\n                                50.48269096807205\n                            ],\n                            [\n                                -3.7111319184247864,\n                                50.48270892560876\n                            ],\n                            [\n                                -3.711125448637667,\n                                50.48272609998093\n                            ],\n                            [\n                                -3.7111105717176565,\n                                50.48274380452991\n                            ],\n                            [\n                                -3.7111024962481407,\n                                50.482753412538365\n                            ],\n                            [\n                                -3.7110709318156325,\n                                50.482777253910385\n                            ],\n                            [\n                                -3.711060905106866,\n                                50.48278159584865\n                            ],\n                            [\n                                -3.711051594260953,\n                                50.482785627790165\n                            ],\n                            [\n                                -3.7110136453921894,\n                                50.482793266579655\n                            ],\n                            [\n                                -3.7110082107664497,\n                                50.4827943601839\n                            ],\n                            [\n                                -3.7109701080123445,\n                                50.48279492048908\n                            ],\n                            [\n                                -3.710891819212346,\n                                50.482773593911254\n                            ],\n                            [\n                                -3.7108359670374873,\n                                50.48274923973203\n                            ],\n                            [\n                                -3.710726987432582,\n                                50.48273735525672\n                            ],\n                            [\n                                -3.7106220136926216,\n                                50.482717319682706\n                            ],\n                            [\n                                -3.710588365689514,\n                                50.482702819185\n                            ],\n                            [\n                                -3.710577621464873,\n                                50.48269818899231\n                            ],\n                            [\n                                -3.710541472438974,\n                                50.48267534555067\n                            ],\n                            [\n                                -3.710463856109926,\n                                50.482634224721636\n                            ],\n                            [\n                                -3.7103918810869567,\n                                50.482591231148135\n                            ],\n                            [\n                                -3.710378934898278,\n                                50.48257821615196\n                            ],\n                            [\n                                -3.7103538874255824,\n                                50.482553035529996\n                            ],\n                            [\n                                -3.71034683283469,\n                                50.482515376083114\n                            ],\n                            [\n                                -3.7103599112883723,\n                                50.48245233706552\n                            ],\n                            [\n                                -3.7103649448607627,\n                                50.482428074868864\n                            ],\n                            [\n                                -3.7103036156622404,\n                                50.482412886471515\n                            ],\n                            [\n                                -3.7077712445385087,\n                                50.481782931960744\n                            ],\n                            [\n                                -3.7078652822339304,\n                                50.48158807623733\n                            ],\n                            [\n                                -3.707883383644462,\n                                50.481550568074944\n                            ],\n                            [\n                                -3.708407378337667,\n                                50.4810351259557\n                            ],\n                            [\n                                -3.70849597423599,\n                                50.48094797478121\n                            ],\n                            [\n                                -3.708689962417396,\n                                50.48085521510569\n                            ],\n                            [\n                                -3.7088576769903536,\n                                50.480816785799114\n                            ],\n                            [\n                                -3.709573291617327,\n                                50.48072535615037\n                            ],\n                            [\n                                -3.7103700970555433,\n                                50.48054271863804\n                            ],\n                            [\n                                -3.7113247712972286,\n                                50.48043876994603\n                            ],\n                            [\n                                -3.7117970148941395,\n                                50.480364138207634\n                            ],\n                            [\n                                -3.712768280389644,\n                                50.480210636039466\n                            ],\n                            [\n                                -3.713082575347122,\n                                50.48018853766314\n                            ],\n                            [\n                                -3.7130917011950695,\n                                50.480187896003144\n                            ],\n                            [\n                                -3.713294443572948,\n                                50.480140451292634\n                            ],\n                            [\n                                -3.713706734022842,\n                                50.48004396786197\n                            ],\n                            [\n                                -3.715265544296878,\n                                50.47949933026502\n                            ],\n                            [\n                                -3.7156419789053783,\n                                50.479332835977075\n                            ],\n                            [\n                                -3.7165279630358783,\n                                50.47894105702242\n                            ],\n                            [\n                                -3.7186208842229083,\n                                50.47796581076504\n                            ],\n                            [\n                                -3.718786410735626,\n                                50.477864460654764\n                            ],\n                            [\n                                -3.7180741283823866,\n                                50.477539700423684\n                            ],\n                            [\n                                -3.7189895482891564,\n                                50.477115009010035\n                            ],\n                            [\n                                -3.719154623062179,\n                                50.47702733561724\n                            ],\n                            [\n                                -3.7196791381659597,\n                                50.47669616664337\n                            ],\n                            [\n                                -3.720475082386525,\n                                50.476806319681224\n                            ],\n                            [\n                                -3.7216997918842667,\n                                50.47697594004903\n                            ],\n                            [\n                                -3.7220945419835223,\n                                50.476979091765294\n                            ],\n                            [\n                                -3.7231828184979086,\n                                50.47706197384502\n                            ],\n                            [\n                                -3.7239719926781225,\n                                50.47705926789744\n                            ],\n                            [\n                                -3.7251254118007227,\n                                50.47699722047766\n                            ],\n                            [\n                                -3.7265950374177303,\n                                50.477101298209746\n                            ],\n                            [\n                                -3.727422929161252,\n                                50.47738580557443\n                            ],\n                            [\n                                -3.7277927442766514,\n                                50.477479219414136\n                            ],\n                            [\n                                -3.7279183726624345,\n                                50.477489045716275\n                            ],\n                            [\n                                -3.728103541803502,\n                                50.477601830220415\n                            ],\n                            [\n                                -3.7282773621121748,\n                                50.477610580588845\n                            ],\n                            [\n                                -3.7282810873862853,\n                                50.47774476704023\n                            ],\n                            [\n                                -3.7282695536878587,\n                                50.47784896090845\n                            ],\n                            [\n                                -3.7282489612471985,\n                                50.4779277648667\n                            ],\n                            [\n                                -3.7282856343465673,\n                                50.47814642653053\n                            ],\n                            [\n                                -3.7288172188130417,\n                                50.47803935412256\n                            ],\n                            [\n                                -3.729810701971574,\n                                50.477838829402096\n                            ],\n                            [\n                                -3.730352605835462,\n                                50.478106710908555\n                            ],\n                            [\n                                -3.730356547913774,\n                                50.47821464111697\n                            ],\n                            [\n                                -3.7308719199636533,\n                                50.478818555283475\n                            ],\n                            [\n                                -3.731245431004542,\n                                50.479397524679264\n                            ],\n                            [\n                                -3.7313473288787775,\n                                50.479486009611854\n                            ],\n                            [\n                                -3.7314125558308926,\n                                50.479534487018974\n                            ],\n                            [\n                                -3.732050241775168,\n                                50.47874662538998\n                            ],\n                            [\n                                -3.7357425340708827,\n                                50.47961976394154\n                            ],\n                            [\n                                -3.736317749443397,\n                                50.478962195735754\n                            ],\n                            [\n                                -3.7363291733025163,\n                                50.47889009262122\n                            ],\n                            [\n                                -3.7373547870933126,\n                                50.47841614215771\n                            ],\n                            [\n                                -3.7377305565770076,\n                                50.478284562884916\n                            ],\n                            [\n                                -3.7380247312520467,\n                                50.47823520870894\n                            ],\n                            [\n                                -3.738362828585207,\n                                50.478230157705504\n                            ],\n                            [\n                                -3.7387736262669455,\n                                50.47828695809961\n                            ],\n                            [\n                                -3.739072421687852,\n                                50.47836350880304\n                            ],\n                            [\n                                -3.7396468547062374,\n                                50.47865162780063\n                            ],\n                            [\n                                -3.740262140215357,\n                                50.47890326555119\n                            ],\n                            [\n                                -3.740674930195458,\n                                50.479014064402456\n                            ],\n                            [\n                                -3.7410219637962485,\n                                50.47925164249426\n                            ],\n                            [\n                                -3.7414796768206804,\n                                50.479433698947155\n                            ],\n                            [\n                                -3.7420842273065396,\n                                50.47977539014049\n                            ],\n                            [\n                                -3.74226970296985,\n                                50.47983555173824\n                            ],\n                            [\n                                -3.7431051805788704,\n                                50.479940020755336\n                            ],\n                            [\n                                -3.7436097020850276,\n                                50.480247245281326\n                            ],\n                            [\n                                -3.7438847751859377,\n                                50.480354250542554\n                            ],\n                            [\n                                -3.7421539926519913,\n                                50.481324800967386\n                            ],\n                            [\n                                -3.741590119572032,\n                                50.483863565909985\n                            ],\n                            [\n                                -3.7403149140340175,\n                                50.48466713260635\n                            ],\n                            [\n                                -3.7482915322977655,\n                                50.4884337491067\n                            ],\n                            [\n                                -3.7497608019774815,\n                                50.48943549377025\n                            ],\n                            [\n                                -3.7546821877436236,\n                                50.487509094381316\n                            ],\n                            [\n                                -3.7564213224054015,\n                                50.486633090234925\n                            ],\n                            [\n                                -3.7564759850963387,\n                                50.48666220554542\n                            ],\n                            [\n                                -3.7565469398386986,\n                                50.48671059150138\n                            ],\n                            [\n                                -3.756603620640799,\n                                50.48675648576342\n                            ],\n                            [\n                                -3.7566365733259,\n                                50.486770378410654\n                            ],\n                            [\n                                -3.7566897456414203,\n                                50.486781348575526\n                            ],\n                            [\n                                -3.7567024142274392,\n                                50.48687547565485\n                            ],\n                            [\n                                -3.7567146558578344,\n                                50.486901462892284\n                            ],\n                            [\n                                -3.7567168477591197,\n                                50.486904307826386\n                            ],\n                            [\n                                -3.7567279552494095,\n                                50.486918341391444\n                            ],\n                            [\n                                -3.7567686807527374,\n                                50.48695099470674\n                            ],\n                            [\n                                -3.75682894671364,\n                                50.48698065482111\n                            ],\n                            [\n                                -3.75685806747657,\n                                50.48700448948803\n                            ],\n                            [\n                                -3.7568685442609895,\n                                50.48702052020031\n                            ],\n                            [\n                                -3.756957397683731,\n                                50.48705963282268\n                            ],\n                            [\n                                -3.7569804407446066,\n                                50.487072775624036\n                            ],\n                            [\n                                -3.7569842503539737,\n                                50.4870751464338\n                            ],\n                            [\n                                -3.757003503076421,\n                                50.48708681751335\n                            ],\n                            [\n                                -3.7570399457671946,\n                                50.4871195354062\n                            ],\n                            [\n                                -3.757070261470952,\n                                50.48713795567521\n                            ],\n                            [\n                                -3.7571141300304727,\n                                50.48715500207343\n                            ],\n                            [\n                                -3.757146096551558,\n                                50.487167380517924\n                            ],\n                            [\n                                -3.757198742471867,\n                                50.48718276538053\n                            ],\n                            [\n                                -3.757220446765502,\n                                50.487197817058046\n                            ],\n                            [\n                                -3.757250148937797,\n                                50.48723693236616\n                            ],\n                            [\n                                -3.7572582694669925,\n                                50.48726468162011\n                            ],\n                            [\n                                -3.7572871501449594,\n                                50.48732268738435\n                            ],\n                            [\n                                -3.7572992641619285,\n                                50.487335725365924\n                            ],\n                            [\n                                -3.7573326609655373,\n                                50.48737144814074\n                            ],\n                            [\n                                -3.757422983084118,\n                                50.48745011110089\n                            ],\n                            [\n                                -3.7574664557387676,\n                                50.48751877896387\n                            ],\n                            [\n                                -3.757551380255687,\n                                50.487567843697484\n                            ],\n                            [\n                                -3.757599147881292,\n                                50.487602189119755\n                            ],\n                            [\n                                -3.7576226707250093,\n                                50.48762520877177\n                            ],\n                            [\n                                -3.7576280225560312,\n                                50.487656597356164\n                            ],\n                            [\n                                -3.7576930735693317,\n                                50.487699675496906\n                            ],\n                            [\n                                -3.7576977248673407,\n                                50.48771218760793\n                            ],\n                            [\n                                -3.757696930513996,\n                                50.48772838850968\n                            ],\n                            [\n                                -3.7576893490679004,\n                                50.48775277739559\n                            ],\n                            [\n                                -3.757688754545415,\n                                50.48777436258529\n                            ],\n                            [\n                                -3.75770844728625,\n                                50.4878100314461\n                            ],\n                            [\n                                -3.7577090844949366,\n                                50.487827200043874\n                            ],\n                            [\n                                -3.7577039925096165,\n                                50.487843456872824\n                            ],\n                            [\n                                -3.7576977107263465,\n                                50.48785272547793\n                            ],\n                            [\n                                -3.757689350743244,\n                                50.48786525426275\n                            ],\n                            [\n                                -3.75767355512389,\n                                50.487881411959044\n                            ],\n                            [\n                                -3.757643096254208,\n                                50.4879127119241\n                            ],\n                            [\n                                -3.757635441396311,\n                                50.487931705613974\n                            ],\n                            [\n                                -3.7576333396012656,\n                                50.487953322564834\n                            ],\n                            [\n                                -3.757666485132976,\n                                50.48801036442604\n                            ],\n                            [\n                                -3.7576751788341456,\n                                50.488091150623845\n                            ],\n                            [\n                                -3.75768938301185,\n                                50.488132388635435\n                            ],\n                            [\n                                -3.757700793220272,\n                                50.488151903773435\n                            ],\n                            [\n                                -3.7577134466064153,\n                                50.48817338776778\n                            ],\n                            [\n                                -3.757734728562157,\n                                50.48817666380756\n                            ],\n                            [\n                                -3.7578272693616768,\n                                50.48820223831185\n                            ],\n                            [\n                                -3.7580506305537256,\n                                50.48825730564993\n                            ],\n                            [\n                                -3.7581935695614903,\n                                50.48827222515907\n                            ],\n                            [\n                                -3.758267653272606,\n                                50.48828288762172\n                            ],\n                            [\n                                -3.758301313068267,\n                                50.48828768534374\n                            ],\n                            [\n                                -3.7586878215387323,\n                                50.488369956632475\n                            ],\n                            [\n                                -3.7587842265866027,\n                                50.488383779987196\n                            ],\n                            [\n                                -3.7588873059457435,\n                                50.48838941691367\n                            ],\n                            [\n                                -3.7589732143113426,\n                                50.48838631949143\n                            ],\n                            [\n                                -3.759234347416135,\n                                50.48835719787367\n                            ],\n                            [\n                                -3.7592920200309075,\n                                50.48835452711884\n                            ],\n                            [\n                                -3.7593357488623496,\n                                50.488358272915825\n                            ],\n                            [\n                                -3.759417955906453,\n                                50.48836521428655\n                            ],\n                            [\n                                -3.7598258115208774,\n                                50.488414880139246\n                            ],\n                            [\n                                -3.7598515314879863,\n                                50.48842528373867\n                            ],\n                            [\n                                -3.7598836923310843,\n                                50.48845536735894\n                            ],\n                            [\n                                -3.7599590266577056,\n                                50.48858729170244\n                            ],\n                            [\n                                -3.760010835016415,\n                                50.48865214506995\n                            ],\n                            [\n                                -3.7600903102122505,\n                                50.48874184359329\n                            ],\n                            [\n                                -3.76083555880975,\n                                50.48952827629056\n                            ],\n                            [\n                                -3.761731885878442,\n                                50.48960659872403\n                            ],\n                            [\n                                -3.761767773837811,\n                                50.4896056955958\n                            ],\n                            [\n                                -3.7627319131313297,\n                                50.489582459461886\n                            ],\n                            [\n                                -3.7627859082658417,\n                                50.48989642573072\n                            ],\n                            [\n                                -3.7626472190582154,\n                                50.49071700174855\n                            ],\n                            [\n                                -3.7627400241740134,\n                                50.491695914789545\n                            ],\n                            [\n                                -3.7622709385469,\n                                50.492350576045745\n                            ],\n                            [\n                                -3.762194841911081,\n                                50.492576592294775\n                            ],\n                            [\n                                -3.7622500625019217,\n                                50.49292650643711\n                            ],\n                            [\n                                -3.7622793586938394,\n                                50.49298594367663\n                            ],\n                            [\n                                -3.763769344767262,\n                                50.493140231907596\n                            ],\n                            [\n                                -3.7658275889070216,\n                                50.493292255488\n                            ],\n                            [\n                                -3.765804716641725,\n                                50.493349245751546\n                            ],\n                            [\n                                -3.76570611132597,\n                                50.493728555042125\n                            ],\n                            [\n                                -3.7656130885779775,\n                                50.494638352664346\n                            ],\n                            [\n                                -3.7656489375781153,\n                                50.49522233580638\n                            ],\n                            [\n                                -3.7658171961296314,\n                                50.49590302590657\n                            ],\n                            [\n                                -3.7664591979729605,\n                                50.49577665863208\n                            ],\n                            [\n                                -3.767182604919836,\n                                50.49551382926296\n                            ],\n                            [\n                                -3.7677013710610927,\n                                50.4954340259436\n                            ],\n                            [\n                                -3.767842302088607,\n                                50.495431884914254\n                            ],\n                            [\n                                -3.768807547955695,\n                                50.49560612275556\n                            ],\n                            [\n                                -3.769405445815589,\n                                50.49575887666186\n                            ],\n                            [\n                                -3.7696167942846155,\n                                50.4957556626947\n                            ],\n                            [\n                                -3.769409015277698,\n                                50.493969112142196\n                            ],\n                            [\n                                -3.7696227250741874,\n                                50.492763637974164\n                            ],\n                            [\n                                -3.770238467606903,\n                                50.49263244144645\n                            ],\n                            [\n                                -3.77051595170119,\n                                50.49265141471195\n                            ],\n                            [\n                                -3.771371230306298,\n                                50.49344509115759\n                            ],\n                            [\n                                -3.773673323088259,\n                                50.49517168256493\n                            ],\n                            [\n                                -3.774982354593966,\n                                50.4945148770419\n                            ],\n                            [\n                                -3.7750532477397987,\n                                50.49459840066753\n                            ],\n                            [\n                                -3.7752992141173345,\n                                50.49491392960349\n                            ],\n                            [\n                                -3.7753097322872478,\n                                50.49493084843244\n                            ],\n                            [\n                                -3.775319503783607,\n                                50.49496846448554\n                            ],\n                            [\n                                -3.7753157708560634,\n                                50.494980213431305\n                            ],\n                            [\n                                -3.7753197380381476,\n                                50.49503976407845\n                            ],\n                            [\n                                -3.7753346639649323,\n                                50.495155430979246\n                            ],\n                            [\n                                -3.77534843011251,\n                                50.49518489162594\n                            ],\n                            [\n                                -3.7754327676348396,\n                                50.4952915039412\n                            ],\n                            [\n                                -3.775437511428219,\n                                50.49530671209506\n                            ],\n                            [\n                                -3.775428273978263,\n                                50.49536079809204\n                            ],\n                            [\n                                -3.775440375855938,\n                                50.49538309804253\n                            ],\n                            [\n                                -3.775467998702757,\n                                50.49540344334709\n                            ],\n                            [\n                                -3.7755159353731282,\n                                50.49540451067732\n                            ],\n                            [\n                                -3.775544229077337,\n                                50.49544274346921\n                            ],\n                            [\n                                -3.775606202304679,\n                                50.495536116211895\n                            ],\n                            [\n                                -3.7756273044851056,\n                                50.49557507929647\n                            ],\n                            [\n                                -3.775644923064033,\n                                50.49563882859558\n                            ],\n                            [\n                                -3.77565738000549,\n                                50.49571344926502\n                            ],\n                            [\n                                -3.7756707910641096,\n                                50.49573643972677\n                            ],\n                            [\n                                -3.7757174631598347,\n                                50.495793629845046\n                            ],\n                            [\n                                -3.7757250049505244,\n                                50.49580862440536\n                            ],\n                            [\n                                -3.7757163002982113,\n                                50.4959081121873\n                            ],\n                            [\n                                -3.7757510758104784,\n                                50.495986070734894\n                            ],\n                            [\n                                -3.775740081331615,\n                                50.496108338879544\n                            ],\n                            [\n                                -3.7757576380049693,\n                                50.4961486241762\n                            ],\n                            [\n                                -3.7757869835714466,\n                                50.496264880397874\n                            ],\n                            [\n                                -3.775810131888768,\n                                50.49642942917016\n                            ],\n                            [\n                                -3.7758455653650658,\n                                50.49663317446658\n                            ],\n                            [\n                                -3.775885977115327,\n                                50.4968117509615\n                            ],\n                            [\n                                -3.7758874702108924,\n                                50.49687035001287\n                            ],\n                            [\n                                -3.7758992569500562,\n                                50.49695828276061\n                            ],\n                            [\n                                -3.7759322085070353,\n                                50.497086445705946\n                            ],\n                            [\n                                -3.7759430167807757,\n                                50.497111454501976\n                            ],\n                            [\n                                -3.7760818449617966,\n                                50.49731622985713\n                            ],\n                            [\n                                -3.776114210426113,\n                                50.497351702206885\n                            ],\n                            [\n                                -3.7761662526260165,\n                                50.497421932183386\n                            ],\n                            [\n                                -3.77623360804619,\n                                50.497491037997854\n                            ],\n                            [\n                                -3.7763473154832887,\n                                50.49758730809716\n                            ],\n                            [\n                                -3.776455321919023,\n                                50.49768645321008\n                            ],\n                            [\n                                -3.7765161068732658,\n                                50.49776644278087\n                            ],\n                            [\n                                -3.7765711219009557,\n                                50.497804267362945\n                            ],\n                            [\n                                -3.7768772409486875,\n                                50.49799659432755\n                            ],\n                            [\n                                -3.776956027063034,\n                                50.49804223113922\n                            ],\n                            [\n                                -3.7772165034984537,\n                                50.49816763853341\n                            ],\n                            [\n                                -3.777291167795817,\n                                50.49820525261195\n                            ],\n                            [\n                                -3.7773128595624836,\n                                50.498219662198814\n                            ],\n                            [\n                                -3.7777631599221073,\n                                50.49846184989486\n                            ],\n                            [\n                                -3.7778303395936037,\n                                50.498485997281875\n                            ],\n                            [\n                                -3.777926820711736,\n                                50.498522917878155\n                            ],\n                            [\n                                -3.7780436264391986,\n                                50.49856824286516\n                            ],\n                            [\n                                -3.7781949958598817,\n                                50.49862077426253\n                            ],\n                            [\n                                -3.778350394056048,\n                                50.4986660578172\n                            ],\n                            [\n                                -3.7785070185270375,\n                                50.49870681651016\n                            ],\n                            [\n                                -3.778738753739072,\n                                50.4987572284759\n                            ],\n                            [\n                                -3.778826676770152,\n                                50.49877350338223\n                            ],\n                            [\n                                -3.7792723983660363,\n                                50.49863352612127\n                            ],\n                            [\n                                -3.779584746462988,\n                                50.49867865653131\n                            ],\n                            [\n                                -3.7797404599297466,\n                                50.49869515312878\n                            ],\n                            [\n                                -3.7799354274029326,\n                                50.49870746054286\n                            ],\n                            [\n                                -3.780179397983636,\n                                50.49870597690563\n                            ],\n                            [\n                                -3.780558704697412,\n                                50.49870780928149\n                            ],\n                            [\n                                -3.7807585884601234,\n                                50.49869936325112\n                            ],\n                            [\n                                -3.7808205027751325,\n                                50.49869481820182\n                            ],\n                            [\n                                -3.78097350302791,\n                                50.49867628768974\n                            ],\n                            [\n                                -3.7810463534973557,\n                                50.49866259029264\n                            ],\n                            [\n                                -3.78116791758399,\n                                50.49864615956764\n                            ],\n                            [\n                                -3.7812093033321656,\n                                50.49891786855995\n                            ],\n                            [\n                                -3.7812503968737143,\n                                50.498913102358806\n                            ],\n                            [\n                                -3.7813306825622126,\n                                50.49891187335308\n                            ],\n                            [\n                                -3.781566672228516,\n                                50.49888938245304\n                            ],\n                            [\n                                -3.7819120397968313,\n                                50.498848127894775\n                            ],\n                            [\n                                -3.7819922576750216,\n                                50.498845100702\n                            ],\n                            [\n                                -3.782526984757045,\n                                50.49885220022197\n                            ],\n                            [\n                                -3.783527042410058,\n                                50.49889801663801\n                            ],\n                            [\n                                -3.7836129875188145,\n                                50.49889579992961\n                            ],\n                            [\n                                -3.783982533615542,\n                                50.49886046429782\n                            ],\n                            [\n                                -3.784177332966414,\n                                50.498868261272804\n                            ],\n                            [\n                                -3.7843704775971703,\n                                50.49886619906216\n                            ],\n                            [\n                                -3.784561755998867,\n                                50.49885428091724\n                            ],\n                            [\n                                -3.78467841375305,\n                                50.49884349794735\n                            ],\n                            [\n                                -3.785248722401757,\n                                50.49882305770392\n                            ],\n                            [\n                                -3.7858199407451116,\n                                50.498863749851736\n                            ],\n                            [\n                                -3.7858610747648553,\n                                50.49886941425799\n                            ],\n                            [\n                                -3.7862107330635966,\n                                50.49894496507777\n                            ],\n                            [\n                                -3.7865161725813543,\n                                50.49904107014051\n                            ],\n                            [\n                                -3.7867866375245174,\n                                50.49910974958552\n                            ],\n                            [\n                                -3.787292807997459,\n                                50.49921975956871\n                            ],\n                            [\n                                -3.787564986278354,\n                                50.49929379821029\n                            ],\n                            [\n                                -3.787840070284547,\n                                50.499374186198786\n                            ],\n                            [\n                                -3.7879265729089773,\n                                50.49938633890077\n                            ],\n                            [\n                                -3.787992455076739,\n                                50.49937633276237\n                            ],\n                            [\n                                -3.7881629435505753,\n                                50.4994142662527\n                            ],\n                            [\n                                -3.7882112423413066,\n                                50.49941883040725\n                            ],\n                            [\n                                -3.78833973213455,\n                                50.49942225209567\n                            ],\n                            [\n                                -3.788448809985496,\n                                50.49943513672319\n                            ],\n                            [\n                                -3.7885662995591187,\n                                50.49944933996674\n                            ],\n                            [\n                                -3.7888757650384015,\n                                50.4994670585681\n                            ],\n                            [\n                                -3.7889550887035144,\n                                50.499473933555386\n                            ],\n                            [\n                                -3.789032992284978,\n                                50.49948352847565\n                            ],\n                            [\n                                -3.789149311338985,\n                                50.49950331631901\n                            ],\n                            [\n                                -3.789246053147396,\n                                50.49952520384196\n                            ],\n                            [\n                                -3.789813212406404,\n                                50.49979350117301\n                            ],\n                            [\n                                -3.78989376903464,\n                                50.4998363229538\n                            ],\n                            [\n                                -3.7903895894186466,\n                                50.500139432726165\n                            ],\n                            [\n                                -3.7906358567128664,\n                                50.500293530384496\n                            ],\n                            [\n                                -3.7906996754935047,\n                                50.50033929833456\n                            ],\n                            [\n                                -3.7907800624574555,\n                                50.500414490973434\n                            ],\n                            [\n                                -3.7908257024648413,\n                                50.5004650355363\n                            ],\n                            [\n                                -3.7908724540827996,\n                                50.50054533260749\n                            ],\n                            [\n                                -3.790936519435541,\n                                50.50063785564466\n                            ],\n                            [\n                                -3.7909787903873924,\n                                50.50071003723223\n                            ],\n                            [\n                                -3.791023281432794,\n                                50.500807349417535\n                            ],\n                            [\n                                -3.7910608343111845,\n                                50.500905766692604\n                            ],\n                            [\n                                -3.7911126275070295,\n                                50.50107940515219\n                            ],\n                            [\n                                -3.7911384090586147,\n                                50.50120137859194\n                            ],\n                            [\n                                -3.7911457908774286,\n                                50.50128578014253\n                            ],\n                            [\n                                -3.7911359536144023,\n                                50.50137611285722\n                            ],\n                            [\n                                -3.7913358535495947,\n                                50.501315673014346\n                            ],\n                            [\n                                -3.7916853052518786,\n                                50.501209948673626\n                            ],\n                            [\n                                -3.7921829322239295,\n                                50.501059508299704\n                            ],\n                            [\n                                -3.78948008932315,\n                                50.49884861337408\n                            ],\n                            [\n                                -3.790664351582511,\n                                50.497161703337625\n                            ],\n                            [\n                                -3.790768275409554,\n                                50.497293797644666\n                            ],\n                            [\n                                -3.7913536839284148,\n                                50.49786041148466\n                            ],\n                            [\n                                -3.7916152677427375,\n                                50.498063269791864\n                            ],\n                            [\n                                -3.7928345442382176,\n                                50.49861112114818\n                            ],\n                            [\n                                -3.793478250510862,\n                                50.498852957566875\n                            ],\n                            [\n                                -3.7948678512051646,\n                                50.499056405070654\n                            ],\n                            [\n                                -3.7952256071387827,\n                                50.49919484188157\n                            ],\n                            [\n                                -3.796451157479774,\n                                50.499535664184094\n                            ],\n                            [\n                                -3.796810964555008,\n                                50.499727919680396\n                            ],\n                            [\n                                -3.797182225982331,\n                                50.499848154261905\n                            ],\n                            [\n                                -3.7977335363465947,\n                                50.49988458955795\n                            ],\n                            [\n                                -3.798286554802608,\n                                50.499965965122755\n                            ],\n                            [\n                                -3.799242432269278,\n                                50.49988825013163\n                            ],\n                            [\n                                -3.7994280717092392,\n                                50.49994831860215\n                            ],\n                            [\n                                -3.7995008704736475,\n                                50.500010131842004\n                            ],\n                            [\n                                -3.7996651045665097,\n                                50.50025044404752\n                            ],\n                            [\n                                -3.799690733935986,\n                                50.50092456882553\n                            ],\n                            [\n                                -3.7998216784876444,\n                                50.501399262839776\n                            ],\n                            [\n                                -3.7998810600590325,\n                                50.501848001096306\n                            ],\n                            [\n                                -3.799889264043866,\n                                50.502063753668054\n                            ],\n                            [\n                                -3.799595827459649,\n                                50.50287768478884\n                            ],\n                            [\n                                -3.7994746840076146,\n                                50.50340123755581\n                            ],\n                            [\n                                -3.7996613121031246,\n                                50.503857082800764\n                            ],\n                            [\n                                -3.799868537236032,\n                                50.50411462752984\n                            ],\n                            [\n                                -3.8002489597589557,\n                                50.504477562705674\n                            ],\n                            [\n                                -3.8007823110915706,\n                                50.50515282500944\n                            ],\n                            [\n                                -3.8014715005811914,\n                                50.50584366019434\n                            ],\n                            [\n                                -3.8020495785028587,\n                                50.50658116325919\n                            ],\n                            [\n                                -3.802341658936904,\n                                50.506846473322426\n                            ],\n                            [\n                                -3.8029786557368013,\n                                50.50764608812401\n                            ],\n                            [\n                                -3.803433978750748,\n                                50.508493475280126\n                            ],\n                            [\n                                -3.8038697809206603,\n                                50.50919720770022\n                            ],\n                            [\n                                -3.804266850731986,\n                                50.50962272075662\n                            ],\n                            [\n                                -3.8046460908400164,\n                                50.509949612622144\n                            ],\n                            [\n                                -3.8046683860256603,\n                                50.50979641644789\n                            ],\n                            [\n                                -3.8047502465402134,\n                                50.509723214157425\n                            ],\n                            [\n                                -3.8051002210908313,\n                                50.50965475718169\n                            ],\n                            [\n                                -3.8055382425471382,\n                                50.509674934549174\n                            ],\n                            [\n                                -3.8061900610092083,\n                                50.50975482104776\n                            ],\n                            [\n                                -3.8068191343682867,\n                                50.50997883272087\n                            ],\n                            [\n                                -3.8075665491012116,\n                                50.510345039416286\n                            ],\n                            [\n                                -3.80808221088493,\n                                50.510552818130755\n                            ],\n                            [\n                                -3.8080908809267076,\n                                50.51055160416197\n                            ],\n                            [\n                                -3.8082224968539826,\n                                50.51053265072233\n                            ],\n                            [\n                                -3.8083452954926647,\n                                50.510422852365615\n                            ],\n                            [\n                                -3.808477729232798,\n                                50.50908972244875\n                            ],\n                            [\n                                -3.8086093089479744,\n                                50.50884482556061\n                            ],\n                            [\n                                -3.808746512758579,\n                                50.50874378770147\n                            ],\n                            [\n                                -3.808802643410235,\n                                50.50871864084596\n                            ],\n                            [\n                                -3.808561922363794,\n                                50.50853599362542\n                            ],\n                            [\n                                -3.8085224350329323,\n                                50.50850064088934\n                            ],\n                            [\n                                -3.8085042621627285,\n                                50.508466126097524\n                            ],\n                            [\n                                -3.8084888014119302,\n                                50.50843282829386\n                            ],\n                            [\n                                -3.8084715312952477,\n                                50.50842230405987\n                            ],\n                            [\n                                -3.8084312978969193,\n                                50.50840396126866\n                            ],\n                            [\n                                -3.8084013121194094,\n                                50.508395433398675\n                            ],\n                            [\n                                -3.8083493153808816,\n                                50.50838887545061\n                            ],\n                            [\n                                -3.808297669530447,\n                                50.508376367090435\n                            ],\n                            [\n                                -3.8082703610849,\n                                50.50836150188677\n                            ],\n                            [\n                                -3.808258604404177,\n                                50.508349102172076\n                            ],\n                            [\n                                -3.808223919297003,\n                                50.508290299692156\n                            ],\n                            [\n                                -3.808160116416805,\n                                50.508239405539165\n                            ],\n                            [\n                                -3.808078946397138,\n                                50.50818762098319\n                            ],\n                            [\n                                -3.808050048076505,\n                                50.508173958625214\n                            ],\n                            [\n                                -3.8078224938658365,\n                                50.50811653357966\n                            ],\n                            [\n                                -3.8077878258838127,\n                                50.50810394111865\n                            ],\n                            [\n                                -3.807739444197078,\n                                50.508073493032065\n                            ],\n                            [\n                                -3.807670246895254,\n                                50.50790867633786\n                            ],\n                            [\n                                -3.807562311761949,\n                                50.50777718994555\n                            ],\n                            [\n                                -3.8075471368595775,\n                                50.50775135247523\n                            ],\n                            [\n                                -3.8075325823748822,\n                                50.50770815622443\n                            ],\n                            [\n                                -3.807476013934717,\n                                50.507475527465544\n                            ],\n                            [\n                                -3.807450287912429,\n                                50.507392401130076\n                            ],\n                            [\n                                -3.8074385513856788,\n                                50.50727084262459\n                            ],\n                            [\n                                -3.8074486507118848,\n                                50.50709067378865\n                            ],\n                            [\n                                -3.807426680795297,\n                                50.506987351866435\n                            ],\n                            [\n                                -3.8073590776364505,\n                                50.506913321153306\n                            ],\n                            [\n                                -3.8073334999201953,\n                                50.5068130142233\n                            ],\n                            [\n                                -3.807329867001311,\n                                50.50675112098119\n                            ],\n                            [\n                                -3.807335625303579,\n                                50.506719472115975\n                            ],\n                            [\n                                -3.8073341839473036,\n                                50.50668172930916\n                            ],\n                            [\n                                -3.8073035388062055,\n                                50.506582409451184\n                            ],\n                            [\n                                -3.8073074982422357,\n                                50.50654907969196\n                            ],\n                            [\n                                -3.8073149454093853,\n                                50.50651290767022\n                            ],\n                            [\n                                -3.8073124176365916,\n                                50.506483276203795\n                            ],\n                            [\n                                -3.8072726680473274,\n                                50.50632834483193\n                            ],\n                            [\n                                -3.807291890631158,\n                                50.5062408238935\n                            ],\n                            [\n                                -3.807271495667015,\n                                50.50614844098062\n                            ],\n                            [\n                                -3.8072940584472863,\n                                50.50607526732541\n                            ],\n                            [\n                                -3.8073099504691705,\n                                50.50604714855388\n                            ],\n                            [\n                                -3.8073148454103154,\n                                50.50602908482154\n                            ],\n                            [\n                                -3.8072700765508354,\n                                50.505879717645\n                            ],\n                            [\n                                -3.8072629251275583,\n                                50.50585087749096\n                            ],\n                            [\n                                -3.8072636683301275,\n                                50.5058337776241\n                            ],\n                            [\n                                -3.807278373390257,\n                                50.50577420779052\n                            ],\n                            [\n                                -3.8073276572215717,\n                                50.505661055156395\n                            ],\n                            [\n                                -3.8073682807450244,\n                                50.50559514682052\n                            ],\n                            [\n                                -3.8072512942937133,\n                                50.505424416608506\n                            ],\n                            [\n                                -3.807246120110565,\n                                50.505398603655294\n                            ],\n                            [\n                                -3.807248615210375,\n                                50.50535721115706\n                            ],\n                            [\n                                -3.8072615188816346,\n                                50.505308452929924\n                            ],\n                            [\n                                -3.8072639198571987,\n                                50.505283061962004\n                            ],\n                            [\n                                -3.807283393561725,\n                                50.5052390583775\n                            ],\n                            [\n                                -3.807290772115104,\n                                50.50519776991059\n                            ],\n                            [\n                                -3.807303064297687,\n                                50.50518174981614\n                            ],\n                            [\n                                -3.807323236765569,\n                                50.505167864789215\n                            ],\n                            [\n                                -3.8073396818737306,\n                                50.50510512006587\n                            ],\n                            [\n                                -3.807306552894497,\n                                50.50505078106585\n                            ],\n                            [\n                                -3.8072835587513274,\n                                50.505002589348365\n                            ],\n                            [\n                                -3.8072660009366874,\n                                50.504947927559016\n                            ],\n                            [\n                                -3.807267419025611,\n                                50.50491193910381\n                            ],\n                            [\n                                -3.8072964225187427,\n                                50.50485861377634\n                            ],\n                            [\n                                -3.8072983485669787,\n                                50.50483592833868\n                            ],\n                            [\n                                -3.8072850972662717,\n                                50.50478398776241\n                            ],\n                            [\n                                -3.8072192839150283,\n                                50.504610484089234\n                            ],\n                            [\n                                -3.807207734391376,\n                                50.50460347736396\n                            ],\n                            [\n                                -3.807167919690086,\n                                50.50459600121376\n                            ],\n                            [\n                                -3.807121666085679,\n                                50.504566149394655\n                            ],\n                            [\n                                -3.8070501401510866,\n                                50.50442879070938\n                            ],\n                            [\n                                -3.80697906864827,\n                                50.50433989281761\n                            ],\n                            [\n                                -3.806979572071315,\n                                50.504316509966316\n                            ],\n                            [\n                                -3.8070135466408086,\n                                50.504246747686246\n                            ],\n                            [\n                                -3.8070196269805914,\n                                50.50422058007592\n                            ],\n                            [\n                                -3.8069639973793885,\n                                50.50416749875546\n                            ],\n                            [\n                                -3.806905762621775,\n                                50.50411894579508\n                            ],\n                            [\n                                -3.806817096618894,\n                                50.50408705425339\n                            ],\n                            [\n                                -3.8067723762889654,\n                                50.50406077603248\n                            ],\n                            [\n                                -3.806754618327991,\n                                50.50404037487183\n                            ],\n                            [\n                                -3.806739568529165,\n                                50.50401444540826\n                            ],\n                            [\n                                -3.806726921259828,\n                                50.503978675336676\n                            ],\n                            [\n                                -3.8066872663518123,\n                                50.5038992636737\n                            ],\n                            [\n                                -3.806663745930795,\n                                50.50387715319397\n                            ],\n                            [\n                                -3.806613307465391,\n                                50.503847366146594\n                            ],\n                            [\n                                -3.8065237303081774,\n                                50.503791214108624\n                            ],\n                            [\n                                -3.8064961025806903,\n                                50.50376826797273\n                            ],\n                            [\n                                -3.80644397043844,\n                                50.50369705445733\n                            ],\n                            [\n                                -3.806434560034026,\n                                50.5036729261201\n                            ],\n                            [\n                                -3.8064366541302204,\n                                50.50365130835467\n                            ],\n                            [\n                                -3.8064512093761693,\n                                50.503627707368565\n                            ],\n                            [\n                                -3.806473142345384,\n                                50.503611186935466\n                            ],\n                            [\n                                -3.8064401526661222,\n                                50.50356044306664\n                            ],\n                            [\n                                -3.8064576253017486,\n                                50.5035367967907\n                            ],\n                            [\n                                -3.8064719544558523,\n                                50.50350690361089\n                            ],\n                            [\n                                -3.8064021932202436,\n                                50.50346446528162\n                            ],\n                            [\n                                -3.806243516265466,\n                                50.50336802291754\n                            ],\n                            [\n                                -3.8062812697634363,\n                                50.50335773253018\n                            ],\n                            [\n                                -3.8060532355396623,\n                                50.50314107530893\n                            ],\n                            [\n                                -3.8059732860449045,\n                                50.503041521963844\n                            ],\n                            [\n                                -3.8059641259503696,\n                                50.50302098724633\n                            ],\n                            [\n                                -3.8059687365903394,\n                                50.50295887605972\n                            ],\n                            [\n                                -3.805950214562998,\n                                50.50291510260407\n                            ],\n                            [\n                                -3.8059086390503025,\n                                50.50286180266829\n                            ],\n                            [\n                                -3.8058929089617948,\n                                50.502830217521584\n                            ],\n                            [\n                                -3.805889328699444,\n                                50.502797364557345\n                            ],\n                            [\n                                -3.8059075751644853,\n                                50.5026845952059\n                            ],\n                            [\n                                -3.805909875454829,\n                                50.50263511127482\n                            ],\n                            [\n                                -3.8059060907472815,\n                                50.50260909681519\n                            ],\n                            [\n                                -3.8058037332220245,\n                                50.50240379055556\n                            ],\n                            [\n                                -3.805770848346996,\n                                50.50235575202014\n                            ],\n                            [\n                                -3.8057417035146472,\n                                50.50232923170492\n                            ],\n                            [\n                                -3.805688466912667,\n                                50.50230218583879\n                            ],\n                            [\n                                -3.805649476605131,\n                                50.50227670866764\n                            ],\n                            [\n                                -3.8056110494789372,\n                                50.50223235362967\n                            ],\n                            [\n                                -3.805496347077821,\n                                50.50208155256126\n                            ],\n                            [\n                                -3.8053431760354988,\n                                50.50182722630059\n                            ],\n                            [\n                                -3.805309444969179,\n                                50.50179358194324\n                            ],\n                            [\n                                -3.8052678266248594,\n                                50.50173578551258\n                            ],\n                            [\n                                -3.8051871159400137,\n                                50.501728943138\n                            ],\n                            [\n                                -3.8051492336327475,\n                                50.50169626251887\n                            ],\n                            [\n                                -3.8050738644956694,\n                                50.501643486511576\n                            ],\n                            [\n                                -3.8050325301940218,\n                                50.50162973751212\n                            ],\n                            [\n                                -3.8050027892591523,\n                                50.50162750068461\n                            ],\n                            [\n                                -3.805022515677567,\n                                50.50151651626902\n                            ],\n                            [\n                                -3.805056302830952,\n                                50.501402615580915\n                            ],\n                            [\n                                -3.8050770830812315,\n                                50.501392489929714\n                            ],\n                            [\n                                -3.805102912882576,\n                                50.50136871421068\n                            ],\n                            [\n                                -3.8051119009822227,\n                                50.50134519074931\n                            ],\n                            [\n                                -3.8051025770761,\n                                50.50132034145065\n                            ],\n                            [\n                                -3.8050933567493472,\n                                50.501304124649415\n                            ],\n                            [\n                                -3.8050880060091323,\n                                50.501273637523646\n                            ],\n                            [\n                                -3.805094401341285,\n                                50.50110890571906\n                            ],\n                            [\n                                -3.8051041047657495,\n                                50.50091813933195\n                            ],\n                            [\n                                -3.8051246878446374,\n                                50.50075678497243\n                            ],\n                            [\n                                -3.805182945295248,\n                                50.50069294219718\n                            ],\n                            [\n                                -3.8051893046524086,\n                                50.500676663588706\n                            ],\n                            [\n                                -3.805193123112546,\n                                50.50066401294763\n                            ],\n                            [\n                                -3.8051870087081054,\n                                50.50061645832942\n                            ],\n                            [\n                                -3.805188880086841,\n                                50.500589357778495\n                            ],\n                            [\n                                -3.805197295896372,\n                                50.50055416016002\n                            ],\n                            [\n                                -3.805210445375655,\n                                50.50052698357996\n                            ],\n                            [\n                                -3.8052810881368866,\n                                50.500418896682426\n                            ],\n                            [\n                                -3.805385323412602,\n                                50.5003075814059\n                            ],\n                            [\n                                -3.8054066892215164,\n                                50.50027658984264\n                            ],\n                            [\n                                -3.805416181397171,\n                                50.5001901284846\n                            ],\n                            [\n                                -3.805456510474124,\n                                50.50010138990448\n                            ],\n                            [\n                                -3.8054514236773325,\n                                50.50008078294768\n                            ],\n                            [\n                                -3.8054014599987966,\n                                50.50002671358251\n                            ],\n                            [\n                                -3.8053546981658264,\n                                50.49998338715414\n                            ],\n                            [\n                                -3.805326065822299,\n                                50.49993698234844\n                            ],\n                            [\n                                -3.805230250502296,\n                                50.49975657697612\n                            ],\n                            [\n                                -3.8052583517161733,\n                                50.49975245353698\n                            ],\n                            [\n                                -3.8053900101246585,\n                                50.49972649624938\n                            ],\n                            [\n                                -3.8054390381682097,\n                                50.49971943986427\n                            ],\n                            [\n                                -3.8054854571531127,\n                                50.49971422271261\n                            ],\n                            [\n                                -3.8055263442115863,\n                                50.49971628646654\n                            ],\n                            [\n                                -3.805598386247449,\n                                50.49975473262457\n                            ],\n                            [\n                                -3.805674236783128,\n                                50.49978322639189\n                            ],\n                            [\n                                -3.8060593518219203,\n                                50.49990042968301\n                            ],\n                            [\n                                -3.8061822462489543,\n                                50.49994302383338\n                            ],\n                            [\n                                -3.806269618199567,\n                                50.4999781737164\n                            ],\n                            [\n                                -3.8065970200130748,\n                                50.50017000276534\n                            ],\n                            [\n                                -3.806653065283248,\n                                50.5001979039947\n                            ],\n                            [\n                                -3.8066870252566543,\n                                50.50020097427768\n                            ],\n                            [\n                                -3.8067924891653466,\n                                50.50019214169362\n                            ],\n                            [\n                                -3.8068263321239897,\n                                50.50019251559407\n                            ],\n                            [\n                                -3.8068504130434326,\n                                50.5001957392243\n                            ],\n                            [\n                                -3.8069558538174317,\n                                50.50022287330783\n                            ],\n                            [\n                                -3.807014889844084,\n                                50.5002345479633\n                            ],\n                            [\n                                -3.8071382326624983,\n                                50.50023712944548\n                            ],\n                            [\n                                -3.807195388562589,\n                                50.50025422053183\n                            ],\n                            [\n                                -3.807289284021114,\n                                50.50029547410575\n                            ],\n                            [\n                                -3.8073633657056263,\n                                50.50033261936563\n                            ],\n                            [\n                                -3.80758666756674,\n                                50.500459525879954\n                            ],\n                            [\n                                -3.8077002448213655,\n                                50.50051063645428\n                            ],\n                            [\n                                -3.80774582556127,\n                                50.50052628819401\n                            ],\n                            [\n                                -3.8078497252988304,\n                                50.50055254602611\n                            ],\n                            [\n                                -3.8079453603815705,\n                                50.5005817202709\n                            ],\n                            [\n                                -3.8080560404396016,\n                                50.500599787091296\n                            ],\n                            [\n                                -3.808114651224662,\n                                50.500621352054566\n                            ],\n                            [\n                                -3.808141989084611,\n                                50.50063710722574\n                            ],\n                            [\n                                -3.8081653274698253,\n                                50.50065743046302\n                            ],\n                            [\n                                -3.80823432019544,\n                                50.500725593137695\n                            ],\n                            [\n                                -3.808274568085393,\n                                50.50074744336758\n                            ],\n                            [\n                                -3.8084775435453584,\n                                50.500819810478426\n                            ],\n                            [\n                                -3.8085286983218607,\n                                50.500828908696974\n                            ],\n                            [\n                                -3.8086120750228467,\n                                50.50083210976668\n                            ],\n                            [\n                                -3.8087346558086996,\n                                50.50083020447631\n                            ],\n                            [\n                                -3.8087955427360227,\n                                50.50083825191775\n                            ],\n                            [\n                                -3.808940597907066,\n                                50.50090711154144\n                            ],\n                            [\n                                -3.808973389672337,\n                                50.500916495024654\n                            ],\n                            [\n                                -3.8089787525568277,\n                                50.500944283637764\n                            ],\n                            [\n                                -3.80898791387113,\n                                50.50096482710395\n                            ],\n                            [\n                                -3.8090066889469822,\n                                50.500975318870616\n                            ],\n                            [\n                                -3.809030687606934,\n                                50.50097674455788\n                            ],\n                            [\n                                -3.8090572943575425,\n                                50.500970035216596\n                            ],\n                            [\n                                -3.8091265140112576,\n                                50.5009743553959\n                            ],\n                            [\n                                -3.8091987443160384,\n                                50.500984025043785\n                            ],\n                            [\n                                -3.8092798661655487,\n                                50.501001641882056\n                            ],\n                            [\n                                -3.809314067364931,\n                                50.50101100335539\n                            ],\n                            [\n                                -3.809487064556682,\n                                50.50107484996221\n                            ],\n                            [\n                                -3.809646261618283,\n                                50.50114250847218\n                            ],\n                            [\n                                -3.8096733738304978,\n                                50.50115197109059\n                            ],\n                            [\n                                -3.809716048588862,\n                                50.50116129060651\n                            ],\n                            [\n                                -3.8097302165727003,\n                                50.50116376842334\n                            ],\n                            [\n                                -3.809919217071131,\n                                50.50116262767063\n                            ],\n                            [\n                                -3.8099760217341117,\n                                50.50117342715695\n                            ],\n                            [\n                                -3.8100391634392667,\n                                50.50120391454528\n                            ],\n                            [\n                                -3.81007558059932,\n                                50.50123212844168\n                            ],\n                            [\n                                -3.8100661518600774,\n                                50.50128352214442\n                            ],\n                            [\n                                -3.8100850991575608,\n                                50.50129850799145\n                            ],\n                            [\n                                -3.8104788611135536,\n                                50.501306772450704\n                            ],\n                            [\n                                -3.810603333655781,\n                                50.50131742717429\n                            ],\n                            [\n                                -3.810659279464757,\n                                50.50134262987519\n                            ],\n                            [\n                                -3.8106850407481425,\n                                50.501350314506865\n                            ],\n                            [\n                                -3.8108083245398667,\n                                50.50136638382805\n                            ],\n                            [\n                                -3.8108942866364086,\n                                50.50140101256727\n                            ],\n                            [\n                                -3.811045479757691,\n                                50.501411241992066\n                            ],\n                            [\n                                -3.8111622000799583,\n                                50.501438196733645\n                            ],\n                            [\n                                -3.811213140087665,\n                                50.501444598959985\n                            ],\n                            [\n                                -3.8112710409465733,\n                                50.50144459711031\n                            ],\n                            [\n                                -3.8113748470109168,\n                                50.50143218864197\n                            ],\n                            [\n                                -3.811477845908122,\n                                50.50143148467077\n                            ],\n                            [\n                                -3.811634753515644,\n                                50.501442532752506\n                            ],\n                            [\n                                -3.811700381871767,\n                                50.50145284326688\n                            ],\n                            [\n                                -3.811710086949447,\n                                50.50145440100157\n                            ],\n                            [\n                                -3.8117354919038293,\n                                50.501459033035125\n                            ],\n                            [\n                                -3.8118340698623645,\n                                50.50149166588846\n                            ],\n                            [\n                                -3.8118610313283177,\n                                50.50149754179452\n                            ],\n                            [\n                                -3.8119034969297267,\n                                50.50150137750986\n                            ],\n                            [\n                                -3.811958322620346,\n                                50.501496926268594\n                            ],\n                            [\n                                -3.8120581882036206,\n                                50.501463362019486\n                            ],\n                            [\n                                -3.8122233384670583,\n                                50.50141897767084\n                            ],\n                            [\n                                -3.812293300719242,\n                                50.501406205053726\n                            ],\n                            [\n                                -3.812325694592341,\n                                50.501404801153846\n                            ],\n                            [\n                                -3.8123539480413906,\n                                50.501407958664\n                            ],\n                            [\n                                -3.812416550398175,\n                                50.50142136482459\n                            ],\n                            [\n                                -3.8127510869247536,\n                                50.501504365690714\n                            ],\n                            [\n                                -3.812844035203082,\n                                50.50151774857898\n                            ],\n                            [\n                                -3.8129309459786724,\n                                50.50152224058309\n                            ],\n                            [\n                                -3.8132991179721,\n                                50.50149043078101\n                            ],\n                            [\n                                -3.8135840061047626,\n                                50.501491387385414\n                            ],\n                            [\n                                -3.813740317897245,\n                                50.50148355479514\n                            ],\n                            [\n                                -3.8137601218498913,\n                                50.50148774305005\n                            ],\n                            [\n                                -3.8137890530063854,\n                                50.50150527084283\n                            ],\n                            [\n                                -3.813818883456452,\n                                50.50151020219056\n                            ],\n                            [\n                                -3.813843257425888,\n                                50.501505954900445\n                            ],\n                            [\n                                -3.8144433329865883,\n                                50.501548566231286\n                            ],\n                            [\n                                -3.814507912842314,\n                                50.50154989764636\n                            ],\n                            [\n                                -3.814582224347358,\n                                50.50157481208942\n                            ],\n                            [\n                                -3.81470253001941,\n                                50.5016223932769\n                            ],\n                            [\n                                -3.8147773038282895,\n                                50.50165899241496\n                            ],\n                            [\n                                -3.8148119401186875,\n                                50.50168002852771\n                            ],\n                            [\n                                -3.8148426260871737,\n                                50.501710210046554\n                            ],\n                            [\n                                -3.814866794624454,\n                                50.50175209529496\n                            ],\n                            [\n                                -3.814876453617274,\n                                50.50183115364465\n                            ],\n                            [\n                                -3.814913965871118,\n                                50.50183929263556\n                            ],\n                            [\n                                -3.815167047647201,\n                                50.50184441993517\n                            ],\n                            [\n                                -3.815395697682188,\n                                50.50192177985599\n                            ],\n                            [\n                                -3.815508056701566,\n                                50.50191103304026\n                            ],\n                            [\n                                -3.815498010803544,\n                                50.501867137806634\n                            ],\n                            [\n                                -3.816211378435749,\n                                50.50192316308482\n                            ],\n                            [\n                                -3.816332735858567,\n                                50.501937817613886\n                            ],\n                            [\n                                -3.816400833173069,\n                                50.501942600686235\n                            ],\n                            [\n                                -3.816450372445586,\n                                50.501940028620446\n                            ],\n                            [\n                                -3.8165111337825715,\n                                50.501932604540976\n                            ],\n                            [\n                                -3.81680752107788,\n                                50.50193328381845\n                            ],\n                            [\n                                -3.816874578683475,\n                                50.5019385325401\n                            ],\n                            [\n                                -3.817192182588764,\n                                50.50200405814418\n                            ],\n                            [\n                                -3.8172134366567563,\n                                50.50200633445544\n                            ],\n                            [\n                                -3.8172432692344582,\n                                50.502005059124585\n                            ],\n                            [\n                                -3.8173549653686236,\n                                50.501995049379495\n                            ],\n                            [\n                                -3.817559411344085,\n                                50.50203249053715\n                            ],\n                            [\n                                -3.817762901040834,\n                                50.50205089725781\n                            ],\n                            [\n                                -3.8178253090749243,\n                                50.502089657274055\n                            ],\n                            [\n                                -3.817868365935631,\n                                50.502108861098314\n                            ],\n                            [\n                                -3.8184142689185863,\n                                50.50220309565338\n                            ],\n                            [\n                                -3.8185424337293763,\n                                50.50220990677711\n                            ],\n                            [\n                                -3.81878687117754,\n                                50.503155209627856\n                            ],\n                            [\n                                -3.8179875282283033,\n                                50.50396415250138\n                            ],\n                            [\n                                -3.81836807968003,\n                                50.504411632414175\n                            ],\n                            [\n                                -3.8186662228884707,\n                                50.50482974794417\n                            ],\n                            [\n                                -3.818504287812626,\n                                50.50502109589731\n                            ],\n                            [\n                                -3.818270728080474,\n                                50.50591514727559\n                            ],\n                            [\n                                -3.818294464338199,\n                                50.50616662260449\n                            ],\n                            [\n                                -3.818458218058783,\n                                50.50675766785776\n                            ],\n                            [\n                                -3.8184596733141474,\n                                50.50753108142837\n                            ],\n                            [\n                                -3.8182872097072402,\n                                50.50818132542982\n                            ],\n                            [\n                                -3.8181195504764194,\n                                50.50848758675449\n                            ],\n                            [\n                                -3.820798434545612,\n                                50.50808604661519\n                            ],\n                            [\n                                -3.8209668675849784,\n                                50.50802982563996\n                            ],\n                            [\n                                -3.823469081865243,\n                                50.50674130566997\n                            ],\n                            [\n                                -3.8248862322401234,\n                                50.50616333242442\n                            ],\n                            [\n                                -3.8245532189243043,\n                                50.50535817045082\n                            ],\n                            [\n                                -3.824372350410548,\n                                50.50505521452931\n                            ],\n                            [\n                                -3.8241452375835205,\n                                50.50428524789448\n                            ],\n                            [\n                                -3.824126186648193,\n                                50.50379093745056\n                            ],\n                            [\n                                -3.8240786931753483,\n                                50.50365671986156\n                            ],\n                            [\n                                -3.8239150165183733,\n                                50.50343442058771\n                            ],\n                            [\n                                -3.823814283274381,\n                                50.50338204517703\n                            ],\n                            [\n                                -3.8238202072107867,\n                                50.50333376315282\n                            ],\n                            [\n                                -3.8238569554130026,\n                                50.50303215321615\n                            ],\n                            [\n                                -3.8244170523325938,\n                                50.5031197605741\n                            ],\n                            [\n                                -3.8245344084622652,\n                                50.503129972367724\n                            ],\n                            [\n                                -3.8247095831089135,\n                                50.50317676389082\n                            ],\n                            [\n                                -3.824909800649632,\n                                50.503209950416355\n                            ],\n                            [\n                                -3.824999701946617,\n                                50.50326482417846\n                            ],\n                            [\n                                -3.82531933165534,\n                                50.50330701975886\n                            ],\n                            [\n                                -3.825547820030918,\n                                50.503364575834375\n                            ],\n                            [\n                                -3.825765544219053,\n                                50.50339020120869\n                            ],\n                            [\n                                -3.8259502076823986,\n                                50.503412027890136\n                            ],\n                            [\n                                -3.8261036612567967,\n                                50.50341735461941\n                            ],\n                            [\n                                -3.826223114926582,\n                                50.50342744185949\n                            ],\n                            [\n                                -3.826332835302451,\n                                50.50342320159754\n                            ],\n                            [\n                                -3.826457138246636,\n                                50.50341423540999\n                            ],\n                            [\n                                -3.8264743602051805,\n                                50.50341468460696\n                            ],\n                            [\n                                -3.82651517633457,\n                                50.503423937217555\n                            ],\n                            [\n                                -3.826643294251365,\n                                50.50344476162703\n                            ],\n                            [\n                                -3.826859057422192,\n                                50.503509799928885\n                            ],\n                            [\n                                -3.826944505981894,\n                                50.50352158048869\n                            ],\n                            [\n                                -3.8269828821719267,\n                                50.50353995505855\n                            ],\n                            [\n                                -3.8270779392137344,\n                                50.50357451005698\n                            ],\n                            [\n                                -3.8274069317028645,\n                                50.50362716568798\n                            ],\n                            [\n                                -3.8275760976621447,\n                                50.503671978682185\n                            ],\n                            [\n                                -3.8278131705471665,\n                                50.50371690300851\n                            ],\n                            [\n                                -3.827940375440497,\n                                50.5037469140917\n                            ],\n                            [\n                                -3.828124315748731,\n                                50.50379814967846\n                            ],\n                            [\n                                -3.8282056834432265,\n                                50.50381269158939\n                            ],\n                            [\n                                -3.828259918672291,\n                                50.50382578001061\n                            ],\n                            [\n                                -3.8283714564210394,\n                                50.5038419163855\n                            ],\n                            [\n                                -3.828506834028247,\n                                50.503851661147955\n                            ],\n                            [\n                                -3.8285882992520097,\n                                50.50385047096699\n                            ],\n                            [\n                                -3.8287229466990986,\n                                50.50391066462057\n                            ],\n                            [\n                                -3.829084313377169,\n                                50.504055047970496\n                            ],\n                            [\n                                -3.829207209337721,\n                                50.504087733629056\n                            ],\n                            [\n                                -3.8292855675533564,\n                                50.50411743181075\n                            ],\n                            [\n                                -3.829271499529707,\n                                50.50417195799648\n                            ],\n                            [\n                                -3.8294406956980467,\n                                50.50415725532583\n                            ],\n                            [\n                                -3.8294894385821174,\n                                50.50416979095832\n                            ],\n                            [\n                                -3.829620713442108,\n                                50.504190841280376\n                            ],\n                            [\n                                -3.8297212585497804,\n                                50.50420202269144\n                            ],\n                            [\n                                -3.8299347917400417,\n                                50.50420954754644\n                            ],\n                            [\n                                -3.8299505963247213,\n                                50.504212356927844\n                            ],\n                            [\n                                -3.829989918161796,\n                                50.50423070664752\n                            ],\n                            [\n                                -3.8300764266159004,\n                                50.504260725822085\n                            ],\n                            [\n                                -3.8302126185087335,\n                                50.504291852238545\n                            ],\n                            [\n                                -3.830295709791032,\n                                50.50430862304901\n                            ],\n                            [\n                                -3.8307375085498605,\n                                50.504376385456105\n                            ],\n                            [\n                                -3.8310222673627514,\n                                50.504433675113546\n                            ],\n                            [\n                                -3.830926208747648,\n                                50.504592444527965\n                            ],\n                            [\n                                -3.8309331644583833,\n                                50.504772248644045\n                            ],\n                            [\n                                -3.830996120816095,\n                                50.50494218673407\n                            ],\n                            [\n                                -3.831081770196089,\n                                50.50496781168397\n                            ],\n                            [\n                                -3.831378092823291,\n                                50.504972142441204\n                            ],\n                            [\n                                -3.831840132704548,\n                                50.50488385311281\n                            ],\n                            [\n                                -3.8322618529852264,\n                                50.50485024102581\n                            ],\n                            [\n                                -3.8324045501603172,\n                                50.50489304444283\n                            ],\n                            [\n                                -3.8328215688290217,\n                                50.50510766351099\n                            ],\n                            [\n                                -3.833014884831908,\n                                50.50477913001961\n                            ],\n                            [\n                                -3.833305495882752,\n                                50.50432948072628\n                            ],\n                            [\n                                -3.8337974171261524,\n                                50.50319422051939\n                            ],\n                            [\n                                -3.8345236742926088,\n                                50.50287365341004\n                            ],\n                            [\n                                -3.835605155491729,\n                                50.501672175666755\n                            ],\n                            [\n                                -3.8352360604900095,\n                                50.50147290080044\n                            ],\n                            [\n                                -3.836149938508415,\n                                50.501470266009484\n                            ],\n                            [\n                                -3.8367942528433425,\n                                50.501498941988714\n                            ],\n                            [\n                                -3.8385372163213765,\n                                50.501576429162704\n                            ],\n                            [\n                                -3.839485988472984,\n                                50.50167841839466\n                            ],\n                            [\n                                -3.841775093883021,\n                                50.501795060944275\n                            ],\n                            [\n                                -3.8420706973076673,\n                                50.501781387966155\n                            ],\n                            [\n                                -3.8424060325817653,\n                                50.50170414589335\n                            ],\n                            [\n                                -3.8427788858053957,\n                                50.50150034921083\n                            ],\n                            [\n                                -3.8427961320798123,\n                                50.50148658524971\n                            ],\n                            [\n                                -3.8429977671098086,\n                                50.50132604369101\n                            ],\n                            [\n                                -3.8429442755433203,\n                                50.501039077239525\n                            ],\n                            [\n                                -3.8428565423254177,\n                                50.500959548627165\n                            ],\n                            [\n                                -3.842080345738847,\n                                50.50094477606544\n                            ],\n                            [\n                                -3.8407497700409428,\n                                50.5008129807339\n                            ],\n                            [\n                                -3.8401398554788315,\n                                50.500723721493216\n                            ],\n                            [\n                                -3.84006630091094,\n                                50.500643867648385\n                            ],\n                            [\n                                -3.8400797416369974,\n                                50.50026592955738\n                            ],\n                            [\n                                -3.840243756787563,\n                                50.49976872559349\n                            ],\n                            [\n                                -3.8404182630918315,\n                                50.49954109133419\n                            ],\n                            [\n                                -3.840593452615255,\n                                50.49933143378126\n                            ],\n                            [\n                                -3.8410242739680354,\n                                50.49917176708471\n                            ],\n                            [\n                                -3.8414250043307585,\n                                50.49895853063831\n                            ],\n                            [\n                                -3.8414083808689865,\n                                50.498895854410115\n                            ],\n                            [\n                                -3.84103608281375,\n                                50.49874880414462\n                            ],\n                            [\n                                -3.8408472665165707,\n                                50.498607933990804\n                            ],\n                            [\n                                -3.8406106660894803,\n                                50.498323863074525\n                            ],\n                            [\n                                -3.8407223256709737,\n                                50.49829512408915\n                            ],\n                            [\n                                -3.8414300418457534,\n                                50.4983648446858\n                            ],\n                            [\n                                -3.8415836413914652,\n                                50.498326447263395\n                            ],\n                            [\n                                -3.841692267033296,\n                                50.49821683725646\n                            ],\n                            [\n                                -3.841888930722606,\n                                50.49783599866241\n                            ],\n                            [\n                                -3.8421884389805587,\n                                50.49761276853774\n                            ],\n                            [\n                                -3.842285487973633,\n                                50.4976387443898\n                            ],\n                            [\n                                -3.842361482356941,\n                                50.497670809619855\n                            ],\n                            [\n                                -3.842500916146648,\n                                50.49770761739876\n                            ],\n                            [\n                                -3.8425437732255157,\n                                50.49771827109126\n                            ],\n                            [\n                                -3.8426104803450456,\n                                50.49772980624435\n                            ],\n                            [\n                                -3.8426656482627375,\n                                50.49773432897184\n                            ],\n                            [\n                                -3.8427093328324933,\n                                50.49773363718553\n                            ],\n                            [\n                                -3.8430920872578374,\n                                50.49767452018757\n                            ],\n                            [\n                                -3.8431619651912667,\n                                50.49765993148309\n                            ],\n                            [\n                                -3.843175853801898,\n                                50.49765521453591\n                            ],\n                            [\n                                -3.8431924003444995,\n                                50.49764415975418\n                            ],\n                            [\n                                -3.8434577480619683,\n                                50.49746903616978\n                            ],\n                            [\n                                -3.843483695926723,\n                                50.49744883850268\n                            ],\n                            [\n                                -3.8435273405710726,\n                                50.497411281038815\n                            ],\n                            [\n                                -3.8435948952966323,\n                                50.49733378955558\n                            ],\n                            [\n                                -3.8436247135730417,\n                                50.497305445016345\n                            ],\n                            [\n                                -3.8437294285001635,\n                                50.49727771253988\n                            ],\n                            [\n                                -3.843870406958064,\n                                50.497184028662915\n                            ],\n                            [\n                                -3.8439379531520386,\n                                50.49713638786959\n                            ],\n                            [\n                                -3.8439968720915623,\n                                50.49710002719961\n                            ],\n                            [\n                                -3.844074405056748,\n                                50.49706696906761\n                            ],\n                            [\n                                -3.8441790281506423,\n                                50.49703689922205\n                            ],\n                            [\n                                -3.8442561088264355,\n                                50.49702191688604\n                            ],\n                            [\n                                -3.8443404144255413,\n                                50.49701033659803\n                            ],\n                            [\n                                -3.8443813473519963,\n                                50.497007799074794\n                            ],\n                            [\n                                -3.8444040304288394,\n                                50.497010947154585\n                            ],\n                            [\n                                -3.8444564814998525,\n                                50.497044193649884\n                            ],\n                            [\n                                -3.844607221060043,\n                                50.49700421862469\n                            ],\n                            [\n                                -3.844667833285778,\n                                50.49699939037353\n                            ],\n                            [\n                                -3.84469914725307,\n                                50.49700330095987\n                            ],\n                            [\n                                -3.8448876292612097,\n                                50.497042835915835\n                            ],\n                            [\n                                -3.8449702377833037,\n                                50.49705645601305\n                            ],\n                            [\n                                -3.8451280617732917,\n                                50.49707597957412\n                            ],\n                            [\n                                -3.8452189083185004,\n                                50.49708317313227\n                            ],\n                            [\n                                -3.845361739746034,\n                                50.49708486537273\n                            ],\n                            [\n                                -3.8454604836506676,\n                                50.49708015148413\n                            ],\n                            [\n                                -3.84552212882298,\n                                50.49707179878308\n                            ],\n                            [\n                                -3.845607426198691,\n                                50.49705021861254\n                            ],\n                            [\n                                -3.845650647516968,\n                                50.49703766111269\n                            ],\n                            [\n                                -3.845739483980451,\n                                50.49700523202447\n                            ],\n                            [\n                                -3.845947524641733,\n                                50.496920024355916\n                            ],\n                            [\n                                -3.8460562816443273,\n                                50.49689186589185\n                            ],\n                            [\n                                -3.8461807487194295,\n                                50.496837015989485\n                            ],\n                            [\n                                -3.8462595255729766,\n                                50.496793962413655\n                            ],\n                            [\n                                -3.8463333496516223,\n                                50.496746481424815\n                            ],\n                            [\n                                -3.8464000976933015,\n                                50.49669291587004\n                            ],\n                            [\n                                -3.8464606611639973,\n                                50.496630454510594\n                            ],\n                            [\n                                -3.846485538325283,\n                                50.49661827772859\n                            ],\n                            [\n                                -3.8465215898414433,\n                                50.49660664312796\n                            ],\n                            [\n                                -3.846618740532423,\n                                50.49656689528942\n                            ],\n                            [\n                                -3.846777137512504,\n                                50.49647895732518\n                            ],\n                            [\n                                -3.8470099299605205,\n                                50.496387868601055\n                            ],\n                            [\n                                -3.8470513663525,\n                                50.496365364665095\n                            ],\n                            [\n                                -3.8470934848412113,\n                                50.496330348356814\n                            ],\n                            [\n                                -3.8471565969935204,\n                                50.49628843321852\n                            ],\n                            [\n                                -3.8472087687026058,\n                                50.49625775422996\n                            ],\n                            [\n                                -3.8472417454555843,\n                                50.496241770194665\n                            ],\n                            [\n                                -3.8472178324650406,\n                                50.49620420452558\n                            ],\n                            [\n                                -3.8472384499368357,\n                                50.496193084532145\n                            ],\n                            [\n                                -3.8473243849116794,\n                                50.496157912166474\n                            ],\n                            [\n                                -3.8475845191860594,\n                                50.49616268595532\n                            ],\n                            [\n                                -3.847657272233441,\n                                50.49614418149679\n                            ],\n                            [\n                                -3.847759377181622,\n                                50.49612412263309\n                            ],\n                            [\n                                -3.8479514689782723,\n                                50.49606253975902\n                            ],\n                            [\n                                -3.848041204619948,\n                                50.496047452852196\n                            ],\n                            [\n                                -3.848058051650424,\n                                50.496041249304724\n                            ],\n                            [\n                                -3.848139472213904,\n                                50.49598869984971\n                            ],\n                            [\n                                -3.8482205907519864,\n                                50.49591072036205\n                            ],\n                            [\n                                -3.848450811310582,\n                                50.4958073479148\n                            ],\n                            [\n                                -3.848534219160017,\n                                50.49576996631315\n                            ],\n                            [\n                                -3.8486878043324624,\n                                50.495731559650835\n                            ],\n                            [\n                                -3.8487921200131545,\n                                50.495690877691764\n                            ],\n                            [\n                                -3.8488821551231496,\n                                50.49562354874914\n                            ],\n                            [\n                                -3.8489786845615437,\n                                50.495538389543306\n                            ],\n                            [\n                                -3.8490967734546655,\n                                50.49547528248304\n                            ],\n                            [\n                                -3.8491315910957673,\n                                50.49546169700546\n                            ],\n                            [\n                                -3.8491869699526973,\n                                50.495430156695974\n                            ],\n                            [\n                                -3.849249565314428,\n                                50.49540757652544\n                            ],\n                            [\n                                -3.849347086164984,\n                                50.49538031303454\n                            ],\n                            [\n                                -3.8494235584531142,\n                                50.49535311419424\n                            ],\n                            [\n                                -3.849486329158663,\n                                50.49533502806301\n                            ],\n                            [\n                                -3.8496185352841605,\n                                50.49530307582798\n                            ],\n                            [\n                                -3.849639583709075,\n                                50.495303011061665\n                            ],\n                            [\n                                -3.8496953050614944,\n                                50.4952892730047\n                            ],\n                            [\n                                -3.84978603156408,\n                                50.4952754191421\n                            ],\n                            [\n                                -3.849904752206832,\n                                50.49527038388113\n                            ],\n                            [\n                                -3.850104007525589,\n                                50.49528511377747\n                            ],\n                            [\n                                -3.850094358031848,\n                                50.495291113245756\n                            ],\n                            [\n                                -3.8501515797543875,\n                                50.495303505405914\n                            ],\n                            [\n                                -3.850208456607206,\n                                50.495316091893926\n                            ],\n                            [\n                                -3.850251445932834,\n                                50.49533338714548\n                            ],\n                            [\n                                -3.850316639760362,\n                                50.4953773110239\n                            ],\n                            [\n                                -3.850345980523114,\n                                50.49540831414281\n                            ],\n                            [\n                                -3.8503612725447094,\n                                50.49543954066077\n                            ],\n                            [\n                                -3.850436177576243,\n                                50.49555082733015\n                            ],\n                            [\n                                -3.8504948106781534,\n                                50.495608337315346\n                            ],\n                            [\n                                -3.850583263178318,\n                                50.49570583662889\n                            ],\n                            [\n                                -3.8507220218946525,\n                                50.49582959843062\n                            ],\n                            [\n                                -3.8507676464579412,\n                                50.49591428791968\n                            ],\n                            [\n                                -3.8507971635442173,\n                                50.49594978507604\n                            ],\n                            [\n                                -3.850805480896904,\n                                50.49598112247335\n                            ],\n                            [\n                                -3.8508112808033905,\n                                50.4961294837026\n                            ],\n                            [\n                                -3.8508271001043344,\n                                50.49617418364291\n                            ],\n                            [\n                                -3.850849480614776,\n                                50.49620529734543\n                            ],\n                            [\n                                -3.8508997345996128,\n                                50.49622697376134\n                            ],\n                            [\n                                -3.851020564772322,\n                                50.49625203341715\n                            ],\n                            [\n                                -3.8510772669219024,\n                                50.49626011631553\n                            ],\n                            [\n                                -3.851211471553372,\n                                50.496266975188256\n                            ],\n                            [\n                                -3.8516500729970042,\n                                50.49630495703574\n                            ],\n                            [\n                                -3.851763126426053,\n                                50.49631214285975\n                            ],\n                            [\n                                -3.851855556567972,\n                                50.49633315665428\n                            ],\n                            [\n                                -3.8519411870390594,\n                                50.49635876655869\n                            ],\n                            [\n                                -3.8521131687788044,\n                                50.496428043473685\n                            ],\n                            [\n                                -3.852270093142335,\n                                50.496475003098766\n                            ],\n                            [\n                                -3.8523697872582727,\n                                50.4965003888169\n                            ],\n                            [\n                                -3.8526747905904726,\n                                50.4965494784478\n                            ],\n                            [\n                                -3.8527881336978966,\n                                50.496561164616445\n                            ],\n                            [\n                                -3.8529081490191657,\n                                50.496568238477394\n                            ],\n                            [\n                                -3.853042115653061,\n                                50.49656610512161\n                            ],\n                            [\n                                -3.853218595480306,\n                                50.496572288439445\n                            ],\n                            [\n                                -3.8533810894599916,\n                                50.49658319121346\n                            ],\n                            [\n                                -3.853536896611888,\n                                50.49659868824\n                            ],\n                            [\n                                -3.8536640145240426,\n                                50.49660565717608\n                            ],\n                            [\n                                -3.8540096614894988,\n                                50.49660914426318\n                            ],\n                            [\n                                -3.8540663645398157,\n                                50.49661722569442\n                            ],\n                            [\n                                -3.8541161560069597,\n                                50.49662992318003\n                            ],\n                            [\n                                -3.854166411905633,\n                                50.49665159816256\n                            ],\n                            [\n                                -3.8542744939651143,\n                                50.49671290519036\n                            ],\n                            [\n                                -3.854362238425965,\n                                50.496792434115335\n                            ],\n                            [\n                                -3.8544350538107497,\n                                50.49684971611951\n                            ],\n                            [\n                                -3.8544694040304663,\n                                50.49688684417319\n                            ],\n                            [\n                                -3.8545715200494306,\n                                50.497033391380334\n                            ],\n                            [\n                                -3.8546884180110084,\n                                50.49720091952571\n                            ],\n                            [\n                                -3.854829417158553,\n                                50.49737859524504\n                            ],\n                            [\n                                -3.8548737056144935,\n                                50.49743183474733\n                            ],\n                            [\n                                -3.8549322830792705,\n                                50.49748484644893\n                            ],\n                            [\n                                -3.855004459555802,\n                                50.497528656410026\n                            ],\n                            [\n                                -3.85505471681589,\n                                50.49755033099097\n                            ],\n                            [\n                                -3.8551475026527857,\n                                50.49758032143308\n                            ],\n                            [\n                                -3.8552399363637044,\n                                50.49760132350353\n                            ],\n                            [\n                                -3.8553316166832046,\n                                50.49759986172631\n                            ],\n                            [\n                                -3.8553956385588126,\n                                50.497616918664505\n                            ],\n                            [\n                                -3.855474727629063,\n                                50.497656121156794\n                            ],\n                            [\n                                -3.8555091039150136,\n                                50.497679128047615\n                            ],\n                            [\n                                -3.8558986603520324,\n                                50.49793923420033\n                            ],\n                            [\n                                -3.8560307038296373,\n                                50.49798901397732\n                            ],\n                            [\n                                -3.8562981240598995,\n                                50.498155578521995\n                            ],\n                            [\n                                -3.856435143203136,\n                                50.49823440974999\n                            ],\n                            [\n                                -3.856772631190947,\n                                50.49839087040508\n                            ],\n                            [\n                                -3.856944144694485,\n                                50.49845107284258\n                            ],\n                            [\n                                -3.85708093610718,\n                                50.498520814104424\n                            ],\n                            [\n                                -3.8571326725561406,\n                                50.49858301774014\n                            ],\n                            [\n                                -3.8572558461701227,\n                                50.49869991536913\n                            ],\n                            [\n                                -3.857389033150881,\n                                50.49882618658084\n                            ],\n                            [\n                                -3.8574976533730703,\n                                50.49890097291839\n                            ],\n                            [\n                                -3.8575265847327427,\n                                50.498918489910395\n                            ],\n                            [\n                                -3.8575694039680406,\n                                50.49893129723069\n                            ],\n                            [\n                                -3.8576049726692743,\n                                50.498939723327254\n                            ],\n                            [\n                                -3.857711586682936,\n                                50.49896049707192\n                            ],\n                            [\n                                -3.8580160822700655,\n                                50.49899609901782\n                            ],\n                            [\n                                -3.8582147815466294,\n                                50.49902888376087\n                            ],\n                            [\n                                -3.8584925613106567,\n                                50.4991008777533\n                            ],\n                            [\n                                -3.8586548248300927,\n                                50.49910278297342\n                            ],\n                            [\n                                -3.8587462045868652,\n                                50.4990968263636\n                            ],\n                            [\n                                -3.8588022058542615,\n                                50.49908693787904\n                            ],\n                            [\n                                -3.8589496998644153,\n                                50.49907109978629\n                            ],\n                            [\n                                -3.859291545968396,\n                                50.49898021387921\n                            ],\n                            [\n                                -3.859375081674681,\n                                50.4989519063179\n                            ],\n                            [\n                                -3.8596063364465856,\n                                50.49891674109093\n                            ],\n                            [\n                                -3.859733220932827,\n                                50.49891471324362\n                            ],\n                            [\n                                -3.859761864171941,\n                                50.49892774632519\n                            ],\n                            [\n                                -3.859882719459204,\n                                50.498952787428266\n                            ],\n                            [\n                                -3.8599042106367603,\n                                50.498961437833465\n                            ],\n                            [\n                                -3.859932980425542,\n                                50.49897445985653\n                            ],\n                            [\n                                -3.8600268312148223,\n                                50.49903140215868\n                            ],\n                            [\n                                -3.8600556014327276,\n                                50.49904443313872\n                            ],\n                            [\n                                -3.860154951799157,\n                                50.49906082380289\n                            ],\n                            [\n                                -3.8603469180086347,\n                                50.49910271545604\n                            ],\n                            [\n                                -3.860536941938372,\n                                50.499095180308906\n                            ],\n                            [\n                                -3.860586853959956,\n                                50.4991079630535\n                            ],\n                            [\n                                -3.8606442676246644,\n                                50.4991340177644\n                            ],\n                            [\n                                -3.8608098867292884,\n                                50.49922128153876\n                            ],\n                            [\n                                -3.860817505034185,\n                                50.49923465058278\n                            ],\n                            [\n                                -3.860875271957192,\n                                50.499269684453\n                            ],\n                            [\n                                -3.8609822912729763,\n                                50.499303939601596\n                            ],\n                            [\n                                -3.861089260883924,\n                                50.499333698489494\n                            ],\n                            [\n                                -3.861283896496533,\n                                50.499443072229006\n                            ],\n                            [\n                                -3.861312476150962,\n                                50.499451599996824\n                            ],\n                            [\n                                -3.861362978981119,\n                                50.49948226185841\n                            ],\n                            [\n                                -3.8614578288358365,\n                                50.49956167182318\n                            ],\n                            [\n                                -3.861524515944398,\n                                50.49964602021793\n                            ],\n                            [\n                                -3.8616142249650838,\n                                50.499775050784386\n                            ],\n                            [\n                                -3.861672523372885,\n                                50.499823566632394\n                            ],\n                            [\n                                -3.8617160511587065,\n                                50.49985433993537\n                            ],\n                            [\n                                -3.8617736431014045,\n                                50.49988488819905\n                            ],\n                            [\n                                -3.8618379703721284,\n                                50.49990634374529\n                            ],\n                            [\n                                -3.8619662711850076,\n                                50.49994025748234\n                            ],\n                            [\n                                -3.862001296971649,\n                                50.49993520005508\n                            ],\n                            [\n                                -3.8620435879565944,\n                                50.49993452331665\n                            ],\n                            [\n                                -3.862078967299186,\n                                50.49993845412402\n                            ],\n                            [\n                                -3.862174253219998,\n                                50.49997261713552\n                            ],\n                            [\n                                -3.862214774096772,\n                                50.49998572935363\n                            ],\n                            [\n                                -3.8625492774119246,\n                                50.50006588077401\n                            ],\n                            [\n                                -3.862684313910463,\n                                50.50009069199223\n                            ],\n                            [\n                                -3.8628126658320556,\n                                50.50012910094038\n                            ],\n                            [\n                                -3.8628489293188206,\n                                50.50015549315703\n                            ],\n                            [\n                                -3.8628563714935935,\n                                50.50016436793092\n                            ],\n                            [\n                                -3.8628643438992447,\n                                50.50018671609606\n                            ],\n                            [\n                                -3.8628789386663542,\n                                50.50019997331931\n                            ],\n                            [\n                                -3.86290758318415,\n                                50.50021299661769\n                            ],\n                            [\n                                -3.862979377456382,\n                                50.50023819937701\n                            ],\n                            [\n                                -3.8630362393233977,\n                                50.50025589740875\n                            ],\n                            [\n                                -3.8631144405311506,\n                                50.50027262416992\n                            ],\n                            [\n                                -3.8631639971518115,\n                                50.50027632765118\n                            ],\n                            [\n                                -3.86325626299963,\n                                50.500292838111186\n                            ],\n                            [\n                                -3.8634636550610866,\n                                50.50036602830352\n                            ],\n                            [\n                                -3.8636268714445188,\n                                50.500394884107\n                            ],\n                            [\n                                -3.863756590040784,\n                                50.50046473984597\n                            ],\n                            [\n                                -3.863836561031407,\n                                50.50052639836722\n                            ],\n                            [\n                                -3.863851686690634,\n                                50.50055312884706\n                            ],\n                            [\n                                -3.8639528107749173,\n                                50.500614448465015\n                            ],\n                            [\n                                -3.863988371279584,\n                                50.50062296269017\n                            ],\n                            [\n                                -3.8640169665678443,\n                                50.500631498541566\n                            ],\n                            [\n                                -3.864094461161384,\n                                50.50063025712762\n                            ],\n                            [\n                                -3.8641856660736735,\n                                50.50061980210012\n                            ],\n                            [\n                                -3.8642209959305722,\n                                50.50061923609347\n                            ],\n                            [\n                                -3.8642639951038453,\n                                50.50063652604487\n                            ],\n                            [\n                                -3.8642715018766682,\n                                50.500649896652774\n                            ],\n                            [\n                                -3.8643365248585115,\n                                50.500689318519555\n                            ],\n                            [\n                                -3.8643728037121496,\n                                50.50071571001918\n                            ],\n                            [\n                                -3.8644230685754124,\n                                50.50073738045904\n                            ],\n                            [\n                                -3.864486740289153,\n                                50.500745354177965\n                            ],\n                            [\n                                -3.8645295767428762,\n                                50.50075814968072\n                            ],\n                            [\n                                -3.8645793109943996,\n                                50.50076634667416\n                            ],\n                            [\n                                -3.8646223104300623,\n                                50.50078363648987\n                            ],\n                            [\n                                -3.864658398741048,\n                                50.50080554298995\n                            ],\n                            [\n                                -3.864765969077053,\n                                50.500853267732836\n                            ],\n                            [\n                                -3.864837210490101,\n                                50.50087011386994\n                            ],\n                            [\n                                -3.864893743312696,\n                                50.50087369582271\n                            ],\n                            [\n                                -3.864922324818356,\n                                50.50088223167368\n                            ],\n                            [\n                                -3.8650428339193033,\n                                50.50089828807225\n                            ],\n                            [\n                                -3.865163750703578,\n                                50.5009279096329\n                            ],\n                            [\n                                -3.8652065734075602,\n                                50.50094070510817\n                            ],\n                            [\n                                -3.8653217001019575,\n                                50.50099730213519\n                            ],\n                            [\n                                -3.8653510682639243,\n                                50.50102830107077\n                            ],\n                            [\n                                -3.8654086639526195,\n                                50.501058847488395\n                            ],\n                            [\n                                -3.8655621820389703,\n                                50.50119575609144\n                            ],\n                            [\n                                -3.8656416287584525,\n                                50.50124402085146\n                            ],\n                            [\n                                -3.8656994020335174,\n                                50.501279061237845\n                            ],\n                            [\n                                -3.8657587693219204,\n                                50.50135453967172\n                            ],\n                            [\n                                -3.8657964522009816,\n                                50.50141687489456\n                            ],\n                            [\n                                -3.865825579380873,\n                                50.50143888365794\n                            ],\n                            [\n                                -3.86584051521786,\n                                50.50146111996772\n                            ],\n                            [\n                                -3.8658623770048037,\n                                50.501478757254795\n                            ],\n                            [\n                                -3.8659142409666547,\n                                50.50154095498702\n                            ],\n                            [\n                                -3.8660525217224224,\n                                50.50165112552974\n                            ],\n                            [\n                                -3.866060560331374,\n                                50.501677969376615\n                            ],\n                            [\n                                -3.866054647085864,\n                                50.501705036961674\n                            ],\n                            [\n                                -3.866055709770018,\n                                50.50173199267742\n                            ],\n                            [\n                                -3.866065165436031,\n                                50.501794780473425\n                            ],\n                            [\n                                -3.8660592525347104,\n                                50.50182185704658\n                            ],\n                            [\n                                -3.866074383418372,\n                                50.501848677095964\n                            ],\n                            [\n                                -3.8661856129590584,\n                                50.501986254044105\n                            ],\n                            [\n                                -3.8664372769425523,\n                                50.502126174339764\n                            ],\n                            [\n                                -3.8666319144118964,\n                                50.50221746140237\n                            ],\n                            [\n                                -3.866790097918841,\n                                50.50229584209157\n                            ],\n                            [\n                                -3.866877066080128,\n                                50.50235738628743\n                            ],\n                            [\n                                -3.866913092120377,\n                                50.50237479613467\n                            ],\n                            [\n                                -3.8669812142791717,\n                                50.50249517502383\n                            ],\n                            [\n                                -3.8670767883555675,\n                                50.50259254766915\n                            ],\n                            [\n                                -3.867130706785975,\n                                50.5026449085291\n                            ],\n                            [\n                                -3.86718790984523,\n                                50.50273012540061\n                            ],\n                            [\n                                -3.8671889732131364,\n                                50.502757081094174\n                            ],\n                            [\n                                -3.867236055600324,\n                                50.50287779743687\n                            ],\n                            [\n                                -3.8673113777504198,\n                                50.50299797965147\n                            ],\n                            [\n                                -3.867377534189994,\n                                50.503068842364854\n                            ],\n                            [\n                                -3.867385335840644,\n                                50.50308679493859\n                            ],\n                            [\n                                -3.8674214268372222,\n                                50.503108691552136\n                            ],\n                            [\n                                -3.867487178838186,\n                                50.50316607881323\n                            ],\n                            [\n                                -3.8675232840356877,\n                                50.50318797516756\n                            ],\n                            [\n                                -3.867546905694102,\n                                50.503250535491134\n                            ],\n                            [\n                                -3.8675696552308865,\n                                50.50329063400952\n                            ],\n                            [\n                                -3.8675847698170926,\n                                50.503317364185534\n                            ],\n                            [\n                                -3.867621342586178,\n                                50.50334824692189\n                            ],\n                            [\n                                -3.8677079485542984,\n                                50.50340089233787\n                            ],\n                            [\n                                -3.8677870432948978,\n                                50.50344008643403\n                            ],\n                            [\n                                -3.8678938490737678,\n                                50.50346534478653\n                            ],\n                            [\n                                -3.8680003005814534,\n                                50.5034816238059\n                            ],\n                            [\n                                -3.86812921180984,\n                                50.50353349983909\n                            ],\n                            [\n                                -3.8682217754451367,\n                                50.50355448957722\n                            ],\n                            [\n                                -3.8682861748693327,\n                                50.503580428391814\n                            ],\n                            [\n                                -3.8683366223122584,\n                                50.50360660017659\n                            ],\n                            [\n                                -3.8683445979185587,\n                                50.50362894791906\n                            ],\n                            [\n                                -3.8683961738414236,\n                                50.50368656228\n                            ],\n                            [\n                                -3.868396709612687,\n                                50.503700134491616\n                            ],\n                            [\n                                -3.868404153038386,\n                                50.50370899989985\n                            ],\n                            [\n                                -3.8684329789553384,\n                                50.503726524888776\n                            ],\n                            [\n                                -3.8684685386789335,\n                                50.50373493883576\n                            ],\n                            [\n                                -3.8685325193216893,\n                                50.503747402358464\n                            ],\n                            [\n                                -3.8685470521064715,\n                                50.50375616291388\n                            ],\n                            [\n                                -3.8685762326002884,\n                                50.50378266709673\n                            ],\n                            [\n                                -3.868679320787828,\n                                50.50389339965627\n                            ],\n                            [\n                                -3.8687010073279513,\n                                50.50390654227036\n                            ],\n                            [\n                                -3.868743833669489,\n                                50.50391933639782\n                            ],\n                            [\n                                -3.8687868378350037,\n                                50.50393663360607\n                            ],\n                            [\n                                -3.869043525014257,\n                                50.50400902226047\n                            ],\n                            [\n                                -3.869224306804103,\n                                50.504123012363614\n                            ],\n                            [\n                                -3.8692533104123745,\n                                50.50414502226118\n                            ],\n                            [\n                                -3.8693058878890736,\n                                50.504225095932185\n                            ],\n                            [\n                                -3.869328816897135,\n                                50.50426968818588\n                            ],\n                            [\n                                -3.8693510218471143,\n                                50.5042963042331\n                            ],\n                            [\n                                -3.869373421970385,\n                                50.50432750403827\n                            ],\n                            [\n                                -3.869388729515365,\n                                50.504358727841066\n                            ],\n                            [\n                                -3.869454130978615,\n                                50.50440713470888\n                            ],\n                            [\n                                -3.869497490523243,\n                                50.50443341087022\n                            ],\n                            [\n                                -3.869533050961749,\n                                50.504441824483074\n                            ],\n                            [\n                                -3.869655168026528,\n                                50.50449831394684\n                            ],\n                            [\n                                -3.8698617480287294,\n                                50.50455343709778\n                            ],\n                            [\n                                -3.8698976130179115,\n                                50.504566342664496\n                            ],\n                            [\n                                -3.8700357382826023,\n                                50.50467211298664\n                            ],\n                            [\n                                -3.8701100698348676,\n                                50.504769824533994\n                            ],\n                            [\n                                -3.8701491815413105,\n                                50.50486810206758\n                            ],\n                            [\n                                -3.8701642473632614,\n                                50.50489033573731\n                            ],\n                            [\n                                -3.870193433019766,\n                                50.50491692937426\n                            ],\n                            [\n                                -3.870254506801857,\n                                50.50507347625105\n                            ],\n                            [\n                                -3.870257250526658,\n                                50.50510472198896\n                            ],\n                            [\n                                -3.8702648724747784,\n                                50.50511809036206\n                            ],\n                            [\n                                -3.8702869148546926,\n                                50.50514021188652\n                            ],\n                            [\n                                -3.8703084107215773,\n                                50.50514886030996\n                            ],\n                            [\n                                -3.870409375389666,\n                                50.5052056799685\n                            ],\n                            [\n                                -3.8704890255131663,\n                                50.50525843513654\n                            ],\n                            [\n                                -3.8705256524619873,\n                                50.50529381305526\n                            ],\n                            [\n                                -3.87054071860036,\n                                50.505316046671304\n                            ],\n                            [\n                                -3.8705416063528757,\n                                50.505338508198285\n                            ],\n                            [\n                                -3.8705019743057205,\n                                50.50540658164612\n                            ],\n                            [\n                                -3.8704890388493793,\n                                50.50543825928639\n                            ],\n                            [\n                                -3.8704834829643366,\n                                50.505474315263356\n                            ],\n                            [\n                                -3.8704859688963573,\n                                50.505537214729536\n                            ],\n                            [\n                                -3.870481191532437,\n                                50.50559582392711\n                            ],\n                            [\n                                -3.8704749903784457,\n                                50.50561840839471\n                            ],\n                            [\n                                -3.8704406714770108,\n                                50.50564143582785\n                            ],\n                            [\n                                -3.8704340502092416,\n                                50.50565053617187\n                            ],\n                            [\n                                -3.8704061749313508,\n                                50.50565996914799\n                            ],\n                            [\n                                -3.870392464404147,\n                                50.50566918343796\n                            ],\n                            [\n                                -3.8703857303717797,\n                                50.50567828559164\n                            ],\n                            [\n                                -3.8703798840243646,\n                                50.5057098492726\n                            ],\n                            [\n                                -3.870381126930852,\n                                50.50574129900632\n                            ],\n                            [\n                                -3.8703891038855223,\n                                50.50576364658638\n                            ],\n                            [\n                                -3.870443253838768,\n                                50.50585700546274\n                            ],\n                            [\n                                -3.8704571750742223,\n                                50.505879527308664\n                            ],\n                            [\n                                -3.8705673619693863,\n                                50.50599015309556\n                            ],\n                            [\n                                -3.8706254996255183,\n                                50.50603417012234\n                            ],\n                            [\n                                -3.87066886132353,\n                                50.50606044581677\n                            ],\n                            [\n                                -3.8707131761733886,\n                                50.506113687919026\n                            ],\n                            [\n                                -3.8707513407357013,\n                                50.50618508866091\n                            ],\n                            [\n                                -3.8708478970662474,\n                                50.50630941519154\n                            ],\n                            [\n                                -3.8708555052891835,\n                                50.506322783745965\n                            ],\n                            [\n                                -3.8708562155648907,\n                                50.50634075116356\n                            ],\n                            [\n                                -3.8708930354001194,\n                                50.50638062282299\n                            ],\n                            [\n                                -3.870980535379123,\n                                50.50645564630061\n                            ],\n                            [\n                                -3.8710597679886227,\n                                50.506494916921646\n                            ],\n                            [\n                                -3.8711168272425165,\n                                50.50651198728628\n                            ],\n                            [\n                                -3.871196121442255,\n                                50.50655566384334\n                            ],\n                            [\n                                -3.8712394839369124,\n                                50.506581939314216\n                            ],\n                            [\n                                -3.8712914220658656,\n                                50.506648540490716\n                            ],\n                            [\n                                -3.871345072101335,\n                                50.50675557773915\n                            ],\n                            [\n                                -3.8713536513246614,\n                                50.50679599333709\n                            ],\n                            [\n                                -3.8714051694705103,\n                                50.50684911034374\n                            ],\n                            [\n                                -3.8714213674281455,\n                                50.506902795352396\n                            ],\n                            [\n                                -3.8715047350442866,\n                                50.507049809234246\n                            ],\n                            [\n                                -3.8717356353327363,\n                                50.50718105819529\n                            ],\n                            [\n                                -3.8719149999622458,\n                                50.50725910028445\n                            ],\n                            [\n                                -3.8720170373812497,\n                                50.50734287405709\n                            ],\n                            [\n                                -3.8720531478748663,\n                                50.50736476893318\n                            ],\n                            [\n                                -3.8720888891001257,\n                                50.50737768481767\n                            ],\n                            [\n                                -3.872145785736459,\n                                50.50739025134727\n                            ],\n                            [\n                                -3.87225934052488,\n                                50.50740650217213\n                            ],\n                            [\n                                -3.872302058229997,\n                                50.50741929675173\n                            ],\n                            [\n                                -3.8723447112630534,\n                                50.50742760439256\n                            ],\n                            [\n                                -3.872529211626027,\n                                50.50745610536736\n                            ],\n                            [\n                                -3.8725799081004584,\n                                50.50749125624375\n                            ],\n                            [\n                                -3.8727091258483997,\n                                50.50754761927641\n                            ],\n                            [\n                                -3.872773290218052,\n                                50.50756456549855\n                            ],\n                            [\n                                -3.8728653956324135,\n                                50.50757657403225\n                            ],\n                            [\n                                -3.8730067103053294,\n                                50.507583293495415\n                            ],\n                            [\n                                -3.8730981042963952,\n                                50.50757732546441\n                            ],\n                            [\n                                -3.873126705402589,\n                                50.50758585900355\n                            ],\n                            [\n                                -3.873141290896564,\n                                50.5075991061058\n                            ],\n                            [\n                                -3.873156602030198,\n                                50.507630329357404\n                            ],\n                            [\n                                -3.873157135683386,\n                                50.50764381164099\n                            ],\n                            [\n                                -3.873179002721848,\n                                50.50766143848636\n                            ],\n                            [\n                                -3.873222189436236,\n                                50.507683219096194\n                            ],\n                            [\n                                -3.873272113855855,\n                                50.507695996245104\n                            ],\n                            [\n                                -3.8733076777571176,\n                                50.50770441765403\n                            ],\n                            [\n                                -3.8733428858657457,\n                                50.50770385086396\n                            ],\n                            [\n                                -3.8733565963879344,\n                                50.50769463622929\n                            ],\n                            [\n                                -3.873448459123032,\n                                50.50769765429394\n                            ],\n                            [\n                                -3.8735404011274883,\n                                50.50770516796789\n                            ],\n                            [\n                                -3.873603840549557,\n                                50.50770414656752\n                            ],\n                            [\n                                -3.8736317301011556,\n                                50.5076947036073\n                            ],\n                            [\n                                -3.87365222176162,\n                                50.507680792857464\n                            ],\n                            [\n                                -3.8736585999266446,\n                                50.50766271132325\n                            ],\n                            [\n                                -3.8736511545281584,\n                                50.50765383728626\n                            ],\n                            [\n                                -3.8736504431587084,\n                                50.50763586990142\n                            ],\n                            [\n                                -3.8736640884241784,\n                                50.50762215932255\n                            ],\n                            [\n                                -3.873691851065092,\n                                50.50761271839091\n                            ],\n                            [\n                                -3.8737060301208355,\n                                50.50761249008678\n                            ],\n                            [\n                                -3.873741786066896,\n                                50.50762540522918\n                            ],\n                            [\n                                -3.873777883468609,\n                                50.507647299784935\n                            ],\n                            [\n                                -3.8737993811070695,\n                                50.5076559475405\n                            ],\n                            [\n                                -3.8738276264865124,\n                                50.50765549271968\n                            ],\n                            [\n                                -3.8738555670639077,\n                                50.50765054584193\n                            ],\n                            [\n                                -3.8738763670009435,\n                                50.50764121698536\n                            ],\n                            [\n                                -3.873903530900234,\n                                50.50761380680543\n                            ],\n                            [\n                                -3.8739383974630623,\n                                50.507604260412045\n                            ],\n                            [\n                                -3.8739597167939284,\n                                50.50760840505722\n                            ],\n                            [\n                                -3.8739885612392526,\n                                50.507625928383284\n                            ],\n                            [\n                                -3.874042134396111,\n                                50.50762506562914\n                            ],\n                            [\n                                -3.8728798999414407,\n                                50.51057297767686\n                            ],\n                            [\n                                -3.8728664757917843,\n                                50.51060691190004\n                            ],\n                            [\n                                -3.871903670256644,\n                                50.513048798009926\n                            ],\n                            [\n                                -3.8658665841644395,\n                                50.5274217179964\n                            ],\n                            [\n                                -3.8653596160315944,\n                                50.52862811718274\n                            ],\n                            [\n                                -3.864885282807513,\n                                50.52975711122906\n                            ],\n                            [\n                                -3.865010998627021,\n                                50.53031651255427\n                            ],\n                            [\n                                -3.8650158084533346,\n                                50.53033829059952\n                            ],\n                            [\n                                -3.8650774783472386,\n                                50.53061252396893\n                            ],\n                            [\n                                -3.8651599014554185,\n                                50.53097966422714\n                            ],\n                            [\n                                -3.8653026966611357,\n                                50.53161486165239\n                            ],\n                            [\n                                -3.865305667771967,\n                                50.53162829585371\n                            ],\n                            [\n                                -3.86555304784756,\n                                50.532729273332\n                            ],\n                            [\n                                -3.8655591176429747,\n                                50.5327561486676\n                            ],\n                            [\n                                -3.865759805513008,\n                                50.533649458974594\n                            ],\n                            [\n                                -3.8659343950333143,\n                                50.53442620397076\n                            ],\n                            [\n                                -3.8659860320343884,\n                                50.53465582609346\n                            ],\n                            [\n                                -3.866248572749349,\n                                50.53582434548051\n                            ],\n                            [\n                                -3.8689891628479547,\n                                50.54354084495481\n                            ],\n                            [\n                                -3.869952758193778,\n                                50.54452699693553\n                            ],\n                            [\n                                -3.8728947321582203,\n                                50.547537456636405\n                            ],\n                            [\n                                -3.8758611820542375,\n                                50.549477934251264\n                            ],\n                            [\n                                -3.8760980181030247,\n                                50.54963290390464\n                            ],\n                            [\n                                -3.877704359321695,\n                                50.55068353192264\n                            ],\n                            [\n                                -3.8816873013598867,\n                                50.55658888919714\n                            ],\n                            [\n                                -3.8816882887156643,\n                                50.55754904826097\n                            ],\n                            [\n                                -3.8816885352156936,\n                                50.557701265268435\n                            ],\n                            [\n                                -3.8816899641109943,\n                                50.55899077193127\n                            ],\n                            [\n                                -3.8816977078372252,\n                                50.56625955552909\n                            ],\n                            [\n                                -3.881277944250573,\n                                50.56786912316\n                            ],\n                            [\n                                -3.879782602544537,\n                                50.573601467131006\n                            ],\n                            [\n                                -3.879258141757911,\n                                50.57561156466541\n                            ],\n                            [\n                                -3.878395206956292,\n                                50.57990442814315\n                            ],\n                            [\n                                -3.8783312461223134,\n                                50.580222762035035\n                            ],\n                            [\n                                -3.8783228755724823,\n                                50.58026407978033\n                            ],\n                            [\n                                -3.87830401559719,\n                                50.580358072670975\n                            ],\n                            [\n                                -3.8783027448066756,\n                                50.580364119031834\n                            ],\n                            [\n                                -3.8782882811528445,\n                                50.58043654576341\n                            ],\n                            [\n                                -3.878006029281781,\n                                50.58184023129697\n                            ],\n                            [\n                                -3.877846028316503,\n                                50.58224462880085\n                            ],\n                            [\n                                -3.87700326832119,\n                                50.58437395034065\n                            ],\n                            [\n                                -3.875961024608572,\n                                50.587007011388245\n                            ],\n                            [\n                                -3.874810782184017,\n                                50.587851026008146\n                            ],\n                            [\n                                -3.8747050656855238,\n                                50.58792852801019\n                            ],\n                            [\n                                -3.872134243100317,\n                                50.589814620514495\n                            ],\n                            [\n                                -3.870007750990591,\n                                50.59048132644003\n                            ],\n                            [\n                                -3.864909345268752,\n                                50.59207964876087\n                            ],\n                            [\n                                -3.854702224773046,\n                                50.59275283761786\n                            ],\n                            [\n                                -3.8493818291960893,\n                                50.5931033370117\n                            ],\n                            [\n                                -3.8429473924624253,\n                                50.59514043768061\n                            ],\n                            [\n                                -3.83826560572493,\n                                50.5966222822513\n                            ],\n                            [\n                                -3.8332911769789053,\n                                50.60083152785861\n                            ],\n                            [\n                                -3.8313642005024464,\n                                50.6024618279943\n                            ],\n                            [\n                                -3.826223022875808,\n                                50.60870942944893\n                            ],\n                            [\n                                -3.825889903936946,\n                                50.60911412746822\n                            ],\n                            [\n                                -3.8257581305020096,\n                                50.60927425828487\n                            ],\n                            [\n                                -3.8252210096036037,\n                                50.60992689879202\n                            ],\n                            [\n                                -3.824197341264835,\n                                50.611170492236205\n                            ],\n                            [\n                                -3.8293768845355833,\n                                50.61593979170353\n                            ],\n                            [\n                                -3.831592153194515,\n                                50.61797914034235\n                            ],\n                            [\n                                -3.849079886887629,\n                                50.620527183888186\n                            ],\n                            [\n                                -3.8493335736663488,\n                                50.6205641581883\n                            ],\n                            [\n                                -3.8637631371554177,\n                                50.62250271119608\n                            ],\n                            [\n                                -3.8652469965424348,\n                                50.622701937187166\n                            ],\n                            [\n                                -3.879522172844129,\n                                50.62461772181371\n                            ],\n                            [\n                                -3.8851493696977797,\n                                50.62509861345516\n                            ],\n                            [\n                                -3.893844973554481,\n                                50.625841281765425\n                            ],\n                            [\n                                -3.89795697605102,\n                                50.62619216647922\n                            ],\n                            [\n                                -3.898415894052036,\n                                50.626231346489575\n                            ],\n                            [\n                                -3.9014924548949717,\n                                50.626493780035425\n                            ],\n                            [\n                                -3.9288683754166644,\n                                50.62882539735183\n                            ],\n                            [\n                                -3.9282564527860275,\n                                50.63626659308997\n                            ],\n                            [\n                                -3.927859000387186,\n                                50.641099572628136\n                            ],\n                            [\n                                -3.9277817584549104,\n                                50.64203899282919\n                            ],\n                            [\n                                -3.9277788892806216,\n                                50.64207428695847\n                            ],\n                            [\n                                -3.927712914376928,\n                                50.642875411941084\n                            ],\n                            [\n                                -3.9272387435178153,\n                                50.64864014952616\n                            ],\n                            [\n                                -3.9265831679949392,\n                                50.65382254756838\n                            ],\n                            [\n                                -3.9264002721967506,\n                                50.65526803753862\n                            ],\n                            [\n                                -3.926388007835354,\n                                50.65536453660064\n                            ],\n                            [\n                                -3.9262163184210452,\n                                50.656721800609134\n                            ],\n                            [\n                                -3.9261980815041784,\n                                50.65686632614695\n                            ],\n                            [\n                                -3.9260624956290684,\n                                50.65793744066024\n                            ],\n                            [\n                                -3.9251094666010613,\n                                50.665468205012054\n                            ],\n                            [\n                                -3.9247819763296308,\n                                50.6686831879126\n                            ],\n                            [\n                                -3.924768808797365,\n                                50.66881206997771\n                            ],\n                            [\n                                -3.9242511823896713,\n                                50.673892542054254\n                            ],\n                            [\n                                -3.9242314257286153,\n                                50.6740859998768\n                            ],\n                            [\n                                -3.923852507725541,\n                                50.67780380977823\n                            ],\n                            [\n                                -3.9225168896008418,\n                                50.67957004697303\n                            ],\n                            [\n                                -3.918836919931027,\n                                50.684435851101675\n                            ],\n                            [\n                                -3.910500448247669,\n                                50.688133338524594\n                            ],\n                            [\n                                -3.9096625995806646,\n                                50.68850492424481\n                            ],\n                            [\n                                -3.9026076431409447,\n                                50.69038439050299\n                            ],\n                            [\n                                -3.9007627618411598,\n                                50.69087575150507\n                            ],\n                            [\n                                -3.9006186419225637,\n                                50.69091424810969\n                            ],\n                            [\n                                -3.9005961150411763,\n                                50.69092018265861\n                            ],\n                            [\n                                -3.8958569405079624,\n                                50.69048616248331\n                            ],\n                            [\n                                -3.8954022075699117,\n                                50.690444464084166\n                            ],\n                            [\n                                -3.8932930496492966,\n                                50.69025118795899\n                            ],\n                            [\n                                -3.892812673907262,\n                                50.69020720703203\n                            ],\n                            [\n                                -3.89149791556919,\n                                50.6899788752938\n                            ],\n                            [\n                                -3.8913726065964847,\n                                50.68995717513561\n                            ],\n                            [\n                                -3.891225066060416,\n                                50.689931518727896\n                            ],\n                            [\n                                -3.8901563638243295,\n                                50.689745837029186\n                            ],\n                            [\n                                -3.890050573965643,\n                                50.689727506217736\n                            ],\n                            [\n                                -3.8871885955129324,\n                                50.68923029132648\n                            ],\n                            [\n                                -3.8866549169011853,\n                                50.68913760223847\n                            ],\n                            [\n                                -3.886436380313979,\n                                50.68909960783112\n                            ],\n                            [\n                                -3.8862814477527983,\n                                50.689072715814326\n                            ],\n                            [\n                                -3.8846894493872384,\n                                50.68879610150179\n                            ],\n                            [\n                                -3.884560152494189,\n                                50.688773649119206\n                            ],\n                            [\n                                -3.8816851303795654,\n                                50.68800273409146\n                            ],\n                            [\n                                -3.8815982891588567,\n                                50.68797941290958\n                            ],\n                            [\n                                -3.880819155476239,\n                                50.68777054128564\n                            ],\n                            [\n                                -3.880433538692113,\n                                50.6876637418971\n                            ],\n                            [\n                                -3.8800337482940686,\n                                50.68755295190701\n                            ],\n                            [\n                                -3.878146135417258,\n                                50.687029995738534\n                            ],\n                            [\n                                -3.876975565736211,\n                                50.68689187424173\n                            ],\n                            [\n                                -3.875224473899535,\n                                50.68668521840839\n                            ],\n                            [\n                                -3.874334181512565,\n                                50.68675501664694\n                            ],\n                            [\n                                -3.8707728744947105,\n                                50.687034242539355\n                            ],\n                            [\n                                -3.8671432158191457,\n                                50.687318771610656\n                            ],\n                            [\n                                -3.8639078707255314,\n                                50.690169407134974\n                            ],\n                            [\n                                -3.8618214338300363,\n                                50.69311353218097\n                            ],\n                            [\n                                -3.8601046976581523,\n                                50.694773377763354\n                            ],\n                            [\n                                -3.8581715837671244,\n                                50.696642260278544\n                            ],\n                            [\n                                -3.856567500246828,\n                                50.69744501427673\n                            ],\n                            [\n                                -3.8528982959619467,\n                                50.69928122454956\n                            ],\n                            [\n                                -3.852658537132089,\n                                50.69940119847048\n                            ],\n                            [\n                                -3.8523071403644993,\n                                50.69957707920049\n                            ],\n                            [\n                                -3.848789788241645,\n                                50.701337005078734\n                            ],\n                            [\n                                -3.8473547427388364,\n                                50.702054953106284\n                            ],\n                            [\n                                -3.847299894778792,\n                                50.70208234479925\n                            ],\n                            [\n                                -3.846848930068824,\n                                50.702307974980855\n                            ],\n                            [\n                                -3.843804349352132,\n                                50.703491038847055\n                            ],\n                            [\n                                -3.8427814115719783,\n                                50.703888531147186\n                            ],\n                            [\n                                -3.8419259086532396,\n                                50.70422088031041\n                            ],\n                            [\n                                -3.841590175539326,\n                                50.704351341662786\n                            ],\n                            [\n                                -3.841292495356911,\n                                50.70446699086362\n                            ],\n                            [\n                                -3.8373023880057726,\n                                50.70479961639216\n                            ],\n                            [\n                                -3.8364421370221953,\n                                50.70487125721744\n                            ],\n                            [\n                                -3.835886831267593,\n                                50.70491750145192\n                            ],\n                            [\n                                -3.835493656799,\n                                50.704950307134226\n                            ],\n                            [\n                                -3.8330261892446558,\n                                50.70492108282293\n                            ],\n                            [\n                                -3.8314371358310306,\n                                50.70490219693019\n                            ],\n                            [\n                                -3.8303886103448206,\n                                50.70474837736057\n                            ],\n                            [\n                                -3.8283343278504227,\n                                50.70444706298608\n                            ],\n                            [\n                                -3.8276439343218858,\n                                50.70417566494926\n                            ],\n                            [\n                                -3.8260068128955114,\n                                50.703532035332366\n                            ],\n                            [\n                                -3.823834122263235,\n                                50.70205466907051\n                            ],\n                            [\n                                -3.8212766382636696,\n                                50.69974369820872\n                            ],\n                            [\n                                -3.8209242014057843,\n                                50.69935629386798\n                            ],\n                            [\n                                -3.8193717069838744,\n                                50.69764977104379\n                            ],\n                            [\n                                -3.818515084199587,\n                                50.69670821154495\n                            ],\n                            [\n                                -3.8157140033432704,\n                                50.695801449003184\n                            ],\n                            [\n                                -3.8142832506497557,\n                                50.69533831430653\n                            ],\n                            [\n                                -3.813895226900181,\n                                50.69521263501506\n                            ],\n                            [\n                                -3.813070986110185,\n                                50.69494584298433\n                            ],\n                            [\n                                -3.809209551930602,\n                                50.693485476917154\n                            ],\n                            [\n                                -3.8088532085200337,\n                                50.6933507451303\n                            ],\n                            [\n                                -3.807526526640533,\n                                50.692848957703035\n                            ],\n                            [\n                                -3.805810585670203,\n                                50.69273144102928\n                            ],\n                            [\n                                -3.8001928869012276,\n                                50.69234669787909\n                            ],\n                            [\n                                -3.796304968260763,\n                                50.69207087871806\n                            ],\n                            [\n                                -3.79574488397639,\n                                50.69204723370718\n                            ],\n                            [\n                                -3.793392302309493,\n                                50.69194779805997\n                            ],\n                            [\n                                -3.7903225552012914,\n                                50.692330905471195\n                            ],\n                            [\n                                -3.7890268381995873,\n                                50.691977501178194\n                            ],\n                            [\n                                -3.7860484357717263,\n                                50.691164998441366\n                            ],\n                            [\n                                -3.783190913911485,\n                                50.69249618452816\n                            ],\n                            [\n                                -3.781224597170442,\n                                50.694093568293596\n                            ],\n                            [\n                                -3.778750057956093,\n                                50.69390750094325\n                            ],\n                            [\n                                -3.7768995983513296,\n                                50.693173295502405\n                            ],\n                            [\n                                -3.7750820250564603,\n                                50.69245205023611\n                            ],\n                            [\n                                -3.773658786970399,\n                                50.69235737317863\n                            ],\n                            [\n                                -3.772343218461067,\n                                50.692269863803205\n                            ],\n                            [\n                                -3.771841781489928,\n                                50.69241729462335\n                            ],\n                            [\n                                -3.770834145252804,\n                                50.692713400261106\n                            ],\n                            [\n                                -3.7677237623809994,\n                                50.69362745394206\n                            ],\n                            [\n                                -3.765290864197924,\n                                50.69375820251955\n                            ],\n                            [\n                                -3.7648215715661033,\n                                50.69378337921459\n                            ],\n                            [\n                                -3.76196119766827,\n                                50.692707203067165\n                            ],\n                            [\n                                -3.7595895351951363,\n                                50.69271409089607\n                            ],\n                            [\n                                -3.757379302895319,\n                                50.692720384536734\n                            ],\n                            [\n                                -3.7572563543610085,\n                                50.69275729559447\n                            ],\n                            [\n                                -3.75476828162363,\n                                50.69350517287361\n                            ],\n                            [\n                                -3.754556780256056,\n                                50.69356868641701\n                            ],\n                            [\n                                -3.7542419605343804,\n                                50.693663334807326\n                            ],\n                            [\n                                -3.7516309565311885,\n                                50.69454218728623\n                            ],\n                            [\n                                -3.7488981219200888,\n                                50.69567897202997\n                            ],\n                            [\n                                -3.7484199694369322,\n                                50.69587782663056\n                            ],\n                            [\n                                -3.747072427672135,\n                                50.695741685512466\n                            ],\n                            [\n                                -3.746738096409954,\n                                50.69570795351809\n                            ],\n                            [\n                                -3.743112357453153,\n                                50.695341646941905\n                            ],\n                            [\n                                -3.7399984446497845,\n                                50.6945485238086\n                            ],\n                            [\n                                -3.738432933790167,\n                                50.69272470071592\n                            ],\n                            [\n                                -3.7381650356177936,\n                                50.69204951499059\n                            ],\n                            [\n                                -3.737461310035157,\n                                50.690276296712334\n                            ],\n                            [\n                                -3.732200744748077,\n                                50.688911930848974\n                            ],\n                            [\n                                -3.7319222531810095,\n                                50.68883973351786\n                            ],\n                            [\n                                -3.73118483409677,\n                                50.68864840051506\n                            ],\n                            [\n                                -3.7292327051853698,\n                                50.68814197601831\n                            ],\n                            [\n                                -3.7291273475623563,\n                                50.68811467931889\n                            ],\n                            [\n                                -3.729054634667799,\n                                50.688095792707884\n                            ],\n                            [\n                                -3.72834198253382,\n                                50.68791090935706\n                            ],\n                            [\n                                -3.728018235166975,\n                                50.68782696294485\n                            ],\n                            [\n                                -3.7279714516899114,\n                                50.68781480499755\n                            ],\n                            [\n                                -3.7270520984625923,\n                                50.687576328738835\n                            ],\n                            [\n                                -3.724650271287355,\n                                50.68692229840574\n                            ],\n                            [\n                                -3.72403506604733,\n                                50.6867547249256\n                            ],\n                            [\n                                -3.7201998026256162,\n                                50.68571028722391\n                            ],\n                            [\n                                -3.720013528520882,\n                                50.6856595436376\n                            ],\n                            [\n                                -3.7200079795495324,\n                                50.68565800671611\n                            ],\n                            [\n                                -3.714770468875863,\n                                50.68423128949209\n                            ],\n                            [\n                                -3.7143805444417044,\n                                50.684055951819495\n                            ],\n                            [\n                                -3.7119165519871378,\n                                50.682947718867624\n                            ],\n                            [\n                                -3.7114510640211487,\n                                50.68273832599194\n                            ],\n                            [\n                                -3.709740896177931,\n                                50.681969170909696\n                            ],\n                            [\n                                -3.7081423053763403,\n                                50.68125005892337\n                            ],\n                            [\n                                -3.704839680462767,\n                                50.68006693859384\n                            ],\n                            [\n                                -3.700988613059888,\n                                50.67833204895449\n                            ],\n                            [\n                                -3.7013340819642684,\n                                50.677842578269306\n                            ],\n                            [\n                                -3.7018267515025745,\n                                50.67714433948119\n                            ],\n                            [\n                                -3.7046238851169275,\n                                50.67654375606516\n                            ],\n                            [\n                                -3.707877502140411,\n                                50.676384085174604\n                            ],\n                            [\n                                -3.708815571700292,\n                                50.67553075830372\n                            ],\n                            [\n                                -3.7086828072661504,\n                                50.67430121305304\n                            ],\n                            [\n                                -3.7084972314661866,\n                                50.671617163065065\n                            ],\n                            [\n                                -3.7082836641000454,\n                                50.66959157897335\n                            ],\n                            [\n                                -3.708229745018741,\n                                50.669080511647145\n                            ],\n                            [\n                                -3.7079499620451153,\n                                50.666425630109984\n                            ],\n                            [\n                                -3.7078255925491206,\n                                50.665245774485975\n                            ],\n                            [\n                                -3.7075622741283634,\n                                50.66485051899418\n                            ],\n                            [\n                                -3.707048126295999,\n                                50.664078988449575\n                            ],\n                            [\n                                -3.7056834149268676,\n                                50.66203060697761\n                            ],\n                            [\n                                -3.7054300838988654,\n                                50.66086656739066\n                            ],\n                            [\n                                -3.7047236308838705,\n                                50.65762083057083\n                            ],\n                            [\n                                -3.7046269138756966,\n                                50.65717620190884\n                            ],\n                            [\n                                -3.704985646849685,\n                                50.65006214300874\n                            ],\n                            [\n                                -3.7072722079927627,\n                                50.64702746623739\n                            ],\n                            [\n                                -3.7077576785439184,\n                                50.64638315598326\n                            ],\n                            [\n                                -3.7078575685895,\n                                50.645719324412234\n                            ],\n                            [\n                                -3.7079436572048246,\n                                50.645147312497436\n                            ],\n                            [\n                                -3.708112360299975,\n                                50.64402699232126\n                            ],\n                            [\n                                -3.707734080823115,\n                                50.64287988699958\n                            ],\n                            [\n                                -3.706826662218526,\n                                50.64012755597803\n                            ],\n                            [\n                                -3.703948605484021,\n                                50.638434437616446\n                            ],\n                            [\n                                -3.699902942314283,\n                                50.636086564824836\n                            ],\n                            [\n                                -3.69500484458015,\n                                50.63384672411305\n                            ],\n                            [\n                                -3.694893880247879,\n                                50.633796014255964\n                            ],\n                            [\n                                -3.694802121603879,\n                                50.63375400941826\n                            ],\n                            [\n                                -3.689926094829571,\n                                50.63329582786842\n                            ],\n                            [\n                                -3.687750631551905,\n                                50.633091352710686\n                            ],\n                            [\n                                -3.6863838953551413,\n                                50.632962800000925\n                            ],\n                            [\n                                -3.685401349351378,\n                                50.63287047478434\n                            ],\n                            [\n                                -3.6849997461940687,\n                                50.632832684475716\n                            ],\n                            [\n                                -3.6846347270421616,\n                                50.63280442745934\n                            ],\n                            [\n                                -3.6832208910062354,\n                                50.63269485678497\n                            ],\n                            [\n                                -3.679715365100417,\n                                50.63242322399203\n                            ],\n                            [\n                                -3.6792298254887763,\n                                50.632385634960364\n                            ],\n                            [\n                                -3.6789101865649037,\n                                50.63236084281154\n                            ],\n                            [\n                                -3.67326263789713,\n                                50.63193834608794\n                            ],\n                            [\n                                -3.672838454933719,\n                                50.63189453380814\n                            ],\n                            [\n                                -3.672803000324174,\n                                50.63189081603691\n                            ],\n                            [\n                                -3.672563346277025,\n                                50.6318660269\n                            ],\n                            [\n                                -3.6716861901109077,\n                                50.63177549929639\n                            ],\n                            [\n                                -3.671367784075266,\n                                50.6317425745877\n                            ],\n                            [\n                                -3.6670792834813644,\n                                50.63129936955981\n                            ],\n                            [\n                                -3.663797000029627,\n                                50.63056264905044\n                            ],\n                            [\n                                -3.659695685939893,\n                                50.62905376752972\n                            ],\n                            [\n                                -3.657664996202626,\n                                50.62771596415595\n                            ],\n                            [\n                                -3.657533479353547,\n                                50.62762927641322\n                            ],\n                            [\n                                -3.656675931413627,\n                                50.62597104276588\n                            ],\n                            [\n                                -3.6562116519491816,\n                                50.625073155601605\n                            ],\n                            [\n                                -3.655942802334042,\n                                50.62409669048315\n                            ],\n                            [\n                                -3.655828149445007,\n                                50.62367996757601\n                            ],\n                            [\n                                -3.6558186642218202,\n                                50.62364539631525\n                            ],\n                            [\n                                -3.6555055960337572,\n                                50.622508358266096\n                            ],\n                            [\n                                -3.6549915598156613,\n                                50.61962722224284\n                            ],\n                            [\n                                -3.6548481798475607,\n                                50.61882330209789\n                            ],\n                            [\n                                -3.653818967454179,\n                                50.61796876632503\n                            ],\n                            [\n                                -3.6533983239857557,\n                                50.61761950229172\n                            ],\n                            [\n                                -3.6522120920153895,\n                                50.61688568055257\n                            ],\n                            [\n                                -3.6520493536825387,\n                                50.61678504887489\n                            ],\n                            [\n                                -3.650905754232115,\n                                50.616528742602384\n                            ],\n                            [\n                                -3.650756925931881,\n                                50.61649542657685\n                            ],\n                            [\n                                -3.6499429663089122,\n                                50.61631294284836\n                            ],\n                            [\n                                -3.649876700291148,\n                                50.61629805296627\n                            ],\n                            [\n                                -3.6496200569861927,\n                                50.616277954425655\n                            ],\n                            [\n                                -3.6488181045328028,\n                                50.616215041973774\n                            ],\n                            [\n                                -3.647796066268527,\n                                50.61655138618049\n                            ],\n                            [\n                                -3.6474312685857124,\n                                50.61677151987766\n                            ],\n                            [\n                                -3.646543785177594,\n                                50.6173070723401\n                            ],\n                            [\n                                -3.6461804596611245,\n                                50.617526380799255\n                            ],\n                            [\n                                -3.6447803067440976,\n                                50.61837125814598\n                            ],\n                            [\n                                -3.644649984964759,\n                                50.618427590450544\n                            ],\n                            [\n                                -3.644406896686916,\n                                50.61853252411803\n                            ],\n                            [\n                                -3.6410964110361412,\n                                50.619962569636435\n                            ],\n                            [\n                                -3.6387523642633712,\n                                50.62213659519661\n                            ],\n                            [\n                                -3.638144697978863,\n                                50.62310187608027\n                            ],\n                            [\n                                -3.6381202823503176,\n                                50.62314052295237\n                            ],\n                            [\n                                -3.6378117400951875,\n                                50.62363072886601\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.761415567468491,\n                        50.601760916983544\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ14\",\n            \"area_name\": \"Teignmouth TQ14\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.4992407384119777,\n                                50.53400569641165\n                            ],\n                            [\n                                -3.499361637066296,\n                                50.53386002651086\n                            ],\n                            [\n                                -3.4993635350344356,\n                                50.53385803131384\n                            ],\n                            [\n                                -3.499428431832017,\n                                50.533789896327704\n                            ],\n                            [\n                                -3.499524006620661,\n                                50.53369342343608\n                            ],\n                            [\n                                -3.4995478046606814,\n                                50.53367344750186\n                            ],\n                            [\n                                -3.49960239505367,\n                                50.53362767799575\n                            ],\n                            [\n                                -3.499679287843506,\n                                50.5335610524195\n                            ],\n                            [\n                                -3.499734348558278,\n                                50.533503107509354\n                            ],\n                            [\n                                -3.4997408444218623,\n                                50.53349627920685\n                            ],\n                            [\n                                -3.499744312635554,\n                                50.53349100444021\n                            ],\n                            [\n                                -3.4997879589767433,\n                                50.53342462311005\n                            ],\n                            [\n                                -3.499820331523518,\n                                50.533377497056044\n                            ],\n                            [\n                                -3.49983652963508,\n                                50.53335394651085\n                            ],\n                            [\n                                -3.4998796555617724,\n                                50.53329045395079\n                            ],\n                            [\n                                -3.499891813477345,\n                                50.53326309007853\n                            ],\n                            [\n                                -3.4999113974378964,\n                                50.533219058844146\n                            ],\n                            [\n                                -3.4999403177998922,\n                                50.53315213390277\n                            ],\n                            [\n                                -3.4999817900352608,\n                                50.533079579125115\n                            ],\n                            [\n                                -3.499991284473382,\n                                50.53306296874211\n                            ],\n                            [\n                                -3.4999978452873006,\n                                50.533051564165476\n                            ],\n                            [\n                                -3.5000393164523826,\n                                50.53297640124949\n                            ],\n                            [\n                                -3.50006604497473,\n                                50.532917021830585\n                            ],\n                            [\n                                -3.500073574726218,\n                                50.532900308084656\n                            ],\n                            [\n                                -3.500073958770647,\n                                50.532899665764205\n                            ],\n                            [\n                                -3.5001125698508293,\n                                50.53283513983044\n                            ],\n                            [\n                                -3.500164496416072,\n                                50.53273284347876\n                            ],\n                            [\n                                -3.50018709924611,\n                                50.53268459674893\n                            ],\n                            [\n                                -3.500209458104811,\n                                50.53263695933131\n                            ],\n                            [\n                                -3.5002270250618026,\n                                50.53258935488902\n                            ],\n                            [\n                                -3.5002270240822697,\n                                50.53258932401492\n                            ],\n                            [\n                                -3.500231572235463,\n                                50.532577017784334\n                            ],\n                            [\n                                -3.500236889367442,\n                                50.53256270576744\n                            ],\n                            [\n                                -3.500253657408945,\n                                50.5325190348192\n                            ],\n                            [\n                                -3.5002733462764253,\n                                50.53246783956344\n                            ],\n                            [\n                                -3.5002868886202227,\n                                50.53243631270979\n                            ],\n                            [\n                                -3.500306369805067,\n                                50.532391067651176\n                            ],\n                            [\n                                -3.5003151601630997,\n                                50.532349082529954\n                            ],\n                            [\n                                -3.500322267186705,\n                                50.532315307917166\n                            ],\n                            [\n                                -3.50032129958265,\n                                50.53228290549266\n                            ],\n                            [\n                                -3.5003200646941157,\n                                50.5322396645559\n                            ],\n                            [\n                                -3.5003005477156495,\n                                50.53215998142738\n                            ],\n                            [\n                                -3.5002492138591643,\n                                50.53209680684241\n                            ],\n                            [\n                                -3.5001893146351892,\n                                50.532044987217596\n                            ],\n                            [\n                                -3.500172405643371,\n                                50.53203034515319\n                            ],\n                            [\n                                -3.5001004272574487,\n                                50.531980908914\n                            ],\n                            [\n                                -3.500070445578705,\n                                50.53194895049655\n                            ],\n                            [\n                                -3.5000404017619067,\n                                50.53191692148053\n                            ],\n                            [\n                                -3.5000315622251326,\n                                50.531894306994054\n                            ],\n                            [\n                                -3.500005434003205,\n                                50.53182734508155\n                            ],\n                            [\n                                -3.4999971894083615,\n                                50.53178729815342\n                            ],\n                            [\n                                -3.4999886954027293,\n                                50.531745818393475\n                            ],\n                            [\n                                -3.499996227931295,\n                                50.53167638901585\n                            ],\n                            [\n                                -3.500039775874665,\n                                50.5315750650582\n                            ],\n                            [\n                                -3.500057029677639,\n                                50.53154329126776\n                            ],\n                            [\n                                -3.500077186135477,\n                                50.53150625892303\n                            ],\n                            [\n                                -3.500130076308477,\n                                50.53145570936156\n                            ],\n                            [\n                                -3.500140045829072,\n                                50.531446190278416\n                            ],\n                            [\n                                -3.500165237587609,\n                                50.53143909338513\n                            ],\n                            [\n                                -3.5001965025403106,\n                                50.531430296824354\n                            ],\n                            [\n                                -3.500128799197757,\n                                50.53153912171091\n                            ],\n                            [\n                                -3.5001164772835494,\n                                50.53157992237957\n                            ],\n                            [\n                                -3.500109624334711,\n                                50.531602305716305\n                            ],\n                            [\n                                -3.500105032050714,\n                                50.53161900297311\n                            ],\n                            [\n                                -3.5000894122664143,\n                                50.531676385283546\n                            ],\n                            [\n                                -3.500090025126332,\n                                50.53169570452997\n                            ],\n                            [\n                                -3.5037436579876617,\n                                50.53322899802848\n                            ],\n                            [\n                                -3.503995510346965,\n                                50.53344746218806\n                            ],\n                            [\n                                -3.5048442245422433,\n                                50.5322445590777\n                            ],\n                            [\n                                -3.5057248911697596,\n                                50.5310999459786\n                            ],\n                            [\n                                -3.505739706536955,\n                                50.53107557064787\n                            ],\n                            [\n                                -3.505966155582706,\n                                50.53070112613555\n                            ],\n                            [\n                                -3.5060112191111243,\n                                50.53034081871391\n                            ],\n                            [\n                                -3.505944112507061,\n                                50.53000893425183\n                            ],\n                            [\n                                -3.5057102202982393,\n                                50.52975112890296\n                            ],\n                            [\n                                -3.5051607991894964,\n                                50.529335474678376\n                            ],\n                            [\n                                -3.5050854749897673,\n                                50.52918360314421\n                            ],\n                            [\n                                -3.505123220609139,\n                                50.52903917312614\n                            ],\n                            [\n                                -3.5055914950309295,\n                                50.52868237700751\n                            ],\n                            [\n                                -3.505700288421716,\n                                50.528555095813715\n                            ],\n                            [\n                                -3.505727675840981,\n                                50.52839605012773\n                            ],\n                            [\n                                -3.5057717712773044,\n                                50.52814049421426\n                            ],\n                            [\n                                -3.5058264505683345,\n                                50.52808575350808\n                            ],\n                            [\n                                -3.5059937568999398,\n                                50.52802065196241\n                            ],\n                            [\n                                -3.506544627912168,\n                                50.528040494833576\n                            ],\n                            [\n                                -3.5074630007129763,\n                                50.52808254776553\n                            ],\n                            [\n                                -3.5077307463496017,\n                                50.52807008625063\n                            ],\n                            [\n                                -3.50808073418121,\n                                50.527984637037925\n                            ],\n                            [\n                                -3.5083411837296143,\n                                50.52774741154251\n                            ],\n                            [\n                                -3.5085638212014576,\n                                50.52733111898837\n                            ],\n                            [\n                                -3.5086607627507984,\n                                50.52714976635287\n                            ],\n                            [\n                                -3.509239621336332,\n                                50.5262788615312\n                            ],\n                            [\n                                -3.5091853645883897,\n                                50.52767353190691\n                            ],\n                            [\n                                -3.5091375723960225,\n                                50.52794396753135\n                            ],\n                            [\n                                -3.509006565738109,\n                                50.5282604408167\n                            ],\n                            [\n                                -3.5089746807497164,\n                                50.5285846225039\n                            ],\n                            [\n                                -3.5092002644482183,\n                                50.528581697772005\n                            ],\n                            [\n                                -3.5094526769230088,\n                                50.528533465852504\n                            ],\n                            [\n                                -3.5107524551041456,\n                                50.528588533194586\n                            ],\n                            [\n                                -3.5114432473055874,\n                                50.52857057145269\n                            ],\n                            [\n                                -3.5124052206648426,\n                                50.52864798453518\n                            ],\n                            [\n                                -3.512688931322645,\n                                50.528698331094034\n                            ],\n                            [\n                                -3.513028878845747,\n                                50.52873887144294\n                            ],\n                            [\n                                -3.5135369738135216,\n                                50.528741259158345\n                            ],\n                            [\n                                -3.515168357974618,\n                                50.52857608311791\n                            ],\n                            [\n                                -3.517236523564076,\n                                50.528624220857054\n                            ],\n                            [\n                                -3.5173992832142544,\n                                50.528628034894936\n                            ],\n                            [\n                                -3.517678752091245,\n                                50.528680133387944\n                            ],\n                            [\n                                -3.5181657260148613,\n                                50.52877088630563\n                            ],\n                            [\n                                -3.5186087196151736,\n                                50.5289450148218\n                            ],\n                            [\n                                -3.5194486464219095,\n                                50.52917680778318\n                            ],\n                            [\n                                -3.5206339096667607,\n                                50.529620055271806\n                            ],\n                            [\n                                -3.521160989463374,\n                                50.52977500747668\n                            ],\n                            [\n                                -3.521341982956353,\n                                50.529802941308525\n                            ],\n                            [\n                                -3.5214303651736416,\n                                50.52981652655093\n                            ],\n                            [\n                                -3.5222348249853908,\n                                50.529823995712\n                            ],\n                            [\n                                -3.523206569963611,\n                                50.52976623431491\n                            ],\n                            [\n                                -3.524205003871454,\n                                50.529663255354684\n                            ],\n                            [\n                                -3.525023649033895,\n                                50.52967051047744\n                            ],\n                            [\n                                -3.525377674651811,\n                                50.52971083036911\n                            ],\n                            [\n                                -3.5257910037689983,\n                                50.52984037052705\n                            ],\n                            [\n                                -3.526364682734489,\n                                50.53012963698632\n                            ],\n                            [\n                                -3.52670724848052,\n                                50.53025101833056\n                            ],\n                            [\n                                -3.526731949389222,\n                                50.53026265579568\n                            ],\n                            [\n                                -3.5268935415536697,\n                                50.530338483457065\n                            ],\n                            [\n                                -3.527139127820049,\n                                50.530515178074424\n                            ],\n                            [\n                                -3.527987229464483,\n                                50.53004756979112\n                            ],\n                            [\n                                -3.528442254006065,\n                                50.52979659253891\n                            ],\n                            [\n                                -3.528523649183349,\n                                50.52987114168102\n                            ],\n                            [\n                                -3.5285294053723666,\n                                50.529876363307444\n                            ],\n                            [\n                                -3.528606678733217,\n                                50.53008223678001\n                            ],\n                            [\n                                -3.528655554179244,\n                                50.53033451228455\n                            ],\n                            [\n                                -3.5288606385974224,\n                                50.53139194553828\n                            ],\n                            [\n                                -3.5289363331403205,\n                                50.53155279067506\n                            ],\n                            [\n                                -3.5288911296717678,\n                                50.5315865617364\n                            ],\n                            [\n                                -3.5287159699991215,\n                                50.531717614368766\n                            ],\n                            [\n                                -3.529035536257182,\n                                50.53200122028854\n                            ],\n                            [\n                                -3.5296702009801026,\n                                50.5328652761833\n                            ],\n                            [\n                                -3.5298955228465,\n                                50.53328497687808\n                            ],\n                            [\n                                -3.529826383016253,\n                                50.53333084447769\n                            ],\n                            [\n                                -3.5293653344062412,\n                                50.533471860675036\n                            ],\n                            [\n                                -3.529434412410409,\n                                50.534298298779504\n                            ],\n                            [\n                                -3.5294232341398444,\n                                50.53443825972744\n                            ],\n                            [\n                                -3.529414302707391,\n                                50.53455040101214\n                            ],\n                            [\n                                -3.529360513074377,\n                                50.53463203191689\n                            ],\n                            [\n                                -3.529165658014305,\n                                50.53471550708684\n                            ],\n                            [\n                                -3.5291109984828273,\n                                50.53477025852156\n                            ],\n                            [\n                                -3.5285411241344846,\n                                50.53591087924194\n                            ],\n                            [\n                                -3.528106617103525,\n                                50.53643824718371\n                            ],\n                            [\n                                -3.5276242901905923,\n                                50.537235967060425\n                            ],\n                            [\n                                -3.527256573022993,\n                                50.5376455657056\n                            ],\n                            [\n                                -3.5265990521338617,\n                                50.53869740833112\n                            ],\n                            [\n                                -3.5271056892846886,\n                                50.538654806541395\n                            ],\n                            [\n                                -3.527538932370721,\n                                50.5385232480453\n                            ],\n                            [\n                                -3.5277106761015062,\n                                50.5384511321422\n                            ],\n                            [\n                                -3.5279147890940705,\n                                50.53836537056487\n                            ],\n                            [\n                                -3.5280611162560103,\n                                50.53834610118298\n                            ],\n                            [\n                                -3.528057580210747,\n                                50.53863619906724\n                            ],\n                            [\n                                -3.5280583923426914,\n                                50.53876916725402\n                            ],\n                            [\n                                -3.5280590083847883,\n                                50.53888558985351\n                            ],\n                            [\n                                -3.5280589963520974,\n                                50.538903118468546\n                            ],\n                            [\n                                -3.5280792949303366,\n                                50.53898404590104\n                            ],\n                            [\n                                -3.5280873142867644,\n                                50.53905226473497\n                            ],\n                            [\n                                -3.528075605659717,\n                                50.53908209720128\n                            ],\n                            [\n                                -3.5280341877964005,\n                                50.53911141131441\n                            ],\n                            [\n                                -3.5280139344685915,\n                                50.539139728105255\n                            ],\n                            [\n                                -3.5280107058793475,\n                                50.53916602269985\n                            ],\n                            [\n                                -3.527744901837214,\n                                50.53922201598719\n                            ],\n                            [\n                                -3.52769081366014,\n                                50.53929465637915\n                            ],\n                            [\n                                -3.5276880649171467,\n                                50.53964543242927\n                            ],\n                            [\n                                -3.527377207540385,\n                                50.54007217317499\n                            ],\n                            [\n                                -3.52647056995479,\n                                50.54008406591396\n                            ],\n                            [\n                                -3.528539906342491,\n                                50.54100132523021\n                            ],\n                            [\n                                -3.5294970411670374,\n                                50.54234108782562\n                            ],\n                            [\n                                -3.5300567716668523,\n                                50.5436498316034\n                            ],\n                            [\n                                -3.530158517817983,\n                                50.54367250700986\n                            ],\n                            [\n                                -3.5310088204454275,\n                                50.543837816394245\n                            ],\n                            [\n                                -3.531076347634415,\n                                50.54384978903587\n                            ],\n                            [\n                                -3.532159547066383,\n                                50.544245787188046\n                            ],\n                            [\n                                -3.5322589381636895,\n                                50.54427846562115\n                            ],\n                            [\n                                -3.5325343920665193,\n                                50.5443787781052\n                            ],\n                            [\n                                -3.5332104150049846,\n                                50.544444234901924\n                            ],\n                            [\n                                -3.535875825948935,\n                                50.543522045007975\n                            ],\n                            [\n                                -3.5368668338979443,\n                                50.54327546547674\n                            ],\n                            [\n                                -3.538206398860232,\n                                50.54302338174674\n                            ],\n                            [\n                                -3.538536048801956,\n                                50.54297262744175\n                            ],\n                            [\n                                -3.5394337108033747,\n                                50.54286941197166\n                            ],\n                            [\n                                -3.542505151232575,\n                                50.54261072155469\n                            ],\n                            [\n                                -3.544315686775295,\n                                50.54305928315985\n                            ],\n                            [\n                                -3.5454960619010936,\n                                50.54346673820869\n                            ],\n                            [\n                                -3.5455075108013014,\n                                50.54346811511177\n                            ],\n                            [\n                                -3.545562450781581,\n                                50.54347574070023\n                            ],\n                            [\n                                -3.5463759735556635,\n                                50.54364251458558\n                            ],\n                            [\n                                -3.5494989283595895,\n                                50.54526737888517\n                            ],\n                            [\n                                -3.549710404407954,\n                                50.54527174961498\n                            ],\n                            [\n                                -3.5503375477557237,\n                                50.545296846023774\n                            ],\n                            [\n                                -3.55057156057497,\n                                50.54543102506451\n                            ],\n                            [\n                                -3.5506234161084946,\n                                50.54545811547814\n                            ],\n                            [\n                                -3.5507055734620496,\n                                50.54548300349912\n                            ],\n                            [\n                                -3.5507368814793785,\n                                50.54548996116216\n                            ],\n                            [\n                                -3.550797340160824,\n                                50.54549877886674\n                            ],\n                            [\n                                -3.5508776327207587,\n                                50.54550597427025\n                            ],\n                            [\n                                -3.550972775086008,\n                                50.54551837690458\n                            ],\n                            [\n                                -3.551019863779506,\n                                50.54552062744902\n                            ],\n                            [\n                                -3.5510942526813998,\n                                50.54552512234918\n                            ],\n                            [\n                                -3.5511765680786254,\n                                50.545529871321996\n                            ],\n                            [\n                                -3.551244826103679,\n                                50.545538935615006\n                            ],\n                            [\n                                -3.551292067515942,\n                                50.545549278230574\n                            ],\n                            [\n                                -3.551349629191857,\n                                50.545576472151936\n                            ],\n                            [\n                                -3.551311281517712,\n                                50.54556403245158\n                            ],\n                            [\n                                -3.551266818402435,\n                                50.545552762456154\n                            ],\n                            [\n                                -3.5512086216541103,\n                                50.54554922106164\n                            ],\n                            [\n                                -3.5511271392456782,\n                                50.545544910690566\n                            ],\n                            [\n                                -3.551038372182102,\n                                50.54554915128344\n                            ],\n                            [\n                                -3.5510243600781646,\n                                50.54555140650355\n                            ],\n                            [\n                                -3.5509971452901983,\n                                50.545555636347025\n                            ],\n                            [\n                                -3.5509899185509792,\n                                50.545569393872185\n                            ],\n                            [\n                                -3.551005529276172,\n                                50.545584025274316\n                            ],\n                            [\n                                -3.5510209700366118,\n                                50.5456003587243\n                            ],\n                            [\n                                -3.551047974438229,\n                                50.54563272652842\n                            ],\n                            [\n                                -3.551060315166962,\n                                50.54564362419249\n                            ],\n                            [\n                                -3.551089030042971,\n                                50.54567435035299\n                            ],\n                            [\n                                -3.5511221024663726,\n                                50.54570366940688\n                            ],\n                            [\n                                -3.5511498073703383,\n                                50.54572856318754\n                            ],\n                            [\n                                -3.5511802348170862,\n                                50.54575512946173\n                            ],\n                            [\n                                -3.551201974059276,\n                                50.54577543505979\n                            ],\n                            [\n                                -3.551928515949116,\n                                50.545861056146606\n                            ],\n                            [\n                                -3.5523721017826597,\n                                50.54591340189724\n                            ],\n                            [\n                                -3.55256912901967,\n                                50.5459027699812\n                            ],\n                            [\n                                -3.552874303795772,\n                                50.545886207313046\n                            ],\n                            [\n                                -3.553025857383535,\n                                50.54599036364822\n                            ],\n                            [\n                                -3.5531912609440073,\n                                50.54608687932044\n                            ],\n                            [\n                                -3.55323970953507,\n                                50.54612318747827\n                            ],\n                            [\n                                -3.5534089713440222,\n                                50.54622755671416\n                            ],\n                            [\n                                -3.5534756458423633,\n                                50.54627342455446\n                            ],\n                            [\n                                -3.5535282572240767,\n                                50.54629852500806\n                            ],\n                            [\n                                -3.5536054432471516,\n                                50.546352427651904\n                            ],\n                            [\n                                -3.5536318550165134,\n                                50.54637356979704\n                            ],\n                            [\n                                -3.553642252994967,\n                                50.546388890975855\n                            ],\n                            [\n                                -3.5536557755217717,\n                                50.546418110492006\n                            ],\n                            [\n                                -3.5537166891879566,\n                                50.54669574753784\n                            ],\n                            [\n                                -3.553717016698953,\n                                50.5467340467978\n                            ],\n                            [\n                                -3.553576957357653,\n                                50.54685945181896\n                            ],\n                            [\n                                -3.5533405201958232,\n                                50.54700242111778\n                            ],\n                            [\n                                -3.5530840303399165,\n                                50.547147716991034\n                            ],\n                            [\n                                -3.553087379844612,\n                                50.54716116266251\n                            ],\n                            [\n                                -3.553068254443188,\n                                50.547184792119644\n                            ],\n                            [\n                                -3.5531037256047293,\n                                50.5472337745347\n                            ],\n                            [\n                                -3.5531387970542516,\n                                50.54727016227659\n                            ],\n                            [\n                                -3.5532198449109234,\n                                50.54733201792757\n                            ],\n                            [\n                                -3.5532286928771746,\n                                50.547342692158495\n                            ],\n                            [\n                                -3.5532767541896075,\n                                50.547423865406486\n                            ],\n                            [\n                                -3.553344935469624,\n                                50.5475262647979\n                            ],\n                            [\n                                -3.5534397797456108,\n                                50.547660856084015\n                            ],\n                            [\n                                -3.553498525781143,\n                                50.547730833555484\n                            ],\n                            [\n                                -3.553589073994687,\n                                50.54787941309346\n                            ],\n                            [\n                                -3.553752562428393,\n                                50.54805911709178\n                            ],\n                            [\n                                -3.5538885585954474,\n                                50.548185244396755\n                            ],\n                            [\n                                -3.553919175275682,\n                                50.54821360614628\n                            ],\n                            [\n                                -3.553951687982933,\n                                50.548236096756185\n                            ],\n                            [\n                                -3.554103039151877,\n                                50.54838315373175\n                            ],\n                            [\n                                -3.5543223050839905,\n                                50.548602475427536\n                            ],\n                            [\n                                -3.5543543394343344,\n                                50.54863873247718\n                            ],\n                            [\n                                -3.55441154551365,\n                                50.548715025549974\n                            ],\n                            [\n                                -3.554444431473322,\n                                50.54878103093162\n                            ],\n                            [\n                                -3.5544947574444685,\n                                50.548906053067874\n                            ],\n                            [\n                                -3.5545418480116977,\n                                50.54897905460224\n                            ],\n                            [\n                                -3.554709980160824,\n                                50.549182977886275\n                            ],\n                            [\n                                -3.5549603348669474,\n                                50.549463210335816\n                            ],\n                            [\n                                -3.555042979413823,\n                                50.549601281894496\n                            ],\n                            [\n                                -3.556414125996602,\n                                50.54971539714993\n                            ],\n                            [\n                                -3.557021393336282,\n                                50.549725263582665\n                            ],\n                            [\n                                -3.5583104011627076,\n                                50.549860951474734\n                            ],\n                            [\n                                -3.5593001352964775,\n                                50.54991063549683\n                            ],\n                            [\n                                -3.559778871351105,\n                                50.54988722412115\n                            ],\n                            [\n                                -3.5586277792460645,\n                                50.5456333550314\n                            ],\n                            [\n                                -3.559017793280728,\n                                50.545613841548494\n                            ],\n                            [\n                                -3.5595681379526596,\n                                50.5455786794858\n                            ],\n                            [\n                                -3.5598220741945177,\n                                50.545744761139325\n                            ],\n                            [\n                                -3.5598273821476374,\n                                50.545736236049294\n                            ],\n                            [\n                                -3.559835916489288,\n                                50.54568091909567\n                            ],\n                            [\n                                -3.5600551559280813,\n                                50.5456561357351\n                            ],\n                            [\n                                -3.5606972317838204,\n                                50.54558342286991\n                            ],\n                            [\n                                -3.56147217594026,\n                                50.54548159276517\n                            ],\n                            [\n                                -3.5617379233511093,\n                                50.54544494039047\n                            ],\n                            [\n                                -3.5620001402741677,\n                                50.545399700941054\n                            ],\n                            [\n                                -3.5624399633951866,\n                                50.54531324288959\n                            ],\n                            [\n                                -3.5630001931305184,\n                                50.54520798879149\n                            ],\n                            [\n                                -3.563362587204117,\n                                50.54512723451648\n                            ],\n                            [\n                                -3.563518659305704,\n                                50.54508575544625\n                            ],\n                            [\n                                -3.563523356719125,\n                                50.54508354288658\n                            ],\n                            [\n                                -3.563524382864596,\n                                50.545082989488876\n                            ],\n                            [\n                                -3.5635778727499132,\n                                50.545039380625006\n                            ],\n                            [\n                                -3.563600329171384,\n                                50.54502873636757\n                            ],\n                            [\n                                -3.5636768774365564,\n                                50.54500676207801\n                            ],\n                            [\n                                -3.5636904795356004,\n                                50.54500280205759\n                            ],\n                            [\n                                -3.564443795669015,\n                                50.54478616069523\n                            ],\n                            [\n                                -3.5655642838641293,\n                                50.5444332075618\n                            ],\n                            [\n                                -3.5665481883599672,\n                                50.544113019654056\n                            ],\n                            [\n                                -3.5665628190233094,\n                                50.54410859577388\n                            ],\n                            [\n                                -3.5667446130149867,\n                                50.54405301498788\n                            ],\n                            [\n                                -3.568519751386619,\n                                50.543507004537844\n                            ],\n                            [\n                                -3.568577128144181,\n                                50.543493100755555\n                            ],\n                            [\n                                -3.569136990567515,\n                                50.54337443042661\n                            ],\n                            [\n                                -3.569509826386894,\n                                50.54330071100043\n                            ],\n                            [\n                                -3.569812572677154,\n                                50.54324654334222\n                            ],\n                            [\n                                -3.5699178830496177,\n                                50.54322894364029\n                            ],\n                            [\n                                -3.5703400452620966,\n                                50.5431582436601\n                            ],\n                            [\n                                -3.570823329649414,\n                                50.5430955310738\n                            ],\n                            [\n                                -3.5711940436946987,\n                                50.54304898651892\n                            ],\n                            [\n                                -3.571285401699235,\n                                50.54341710226287\n                            ],\n                            [\n                                -3.5724817572982808,\n                                50.54644161778301\n                            ],\n                            [\n                                -3.572694258327569,\n                                50.546043056071326\n                            ],\n                            [\n                                -3.5728299849126337,\n                                50.54587938263727\n                            ],\n                            [\n                                -3.5729673783866267,\n                                50.54576963906569\n                            ],\n                            [\n                                -3.5733020943325013,\n                                50.54564813607354\n                            ],\n                            [\n                                -3.57369502509061,\n                                50.54557988762158\n                            ],\n                            [\n                                -3.573962849082099,\n                                50.54556728204945\n                            ],\n                            [\n                                -3.574739617845923,\n                                50.54558374845278\n                            ],\n                            [\n                                -3.576540903141644,\n                                50.54584717108776\n                            ],\n                            [\n                                -3.5770077400531677,\n                                50.54587681304372\n                            ],\n                            [\n                                -3.5769888763175866,\n                                50.545733207059094\n                            ],\n                            [\n                                -3.5771145756607514,\n                                50.5456954488071\n                            ],\n                            [\n                                -3.57765309816648,\n                                50.54576017225992\n                            ],\n                            [\n                                -3.5780514385171283,\n                                50.54585367550967\n                            ],\n                            [\n                                -3.5785434204011257,\n                                50.54579306146133\n                            ],\n                            [\n                                -3.5798052253674983,\n                                50.54575678759262\n                            ],\n                            [\n                                -3.5796132645148027,\n                                50.54622161847468\n                            ],\n                            [\n                                -3.5794597786096,\n                                50.54653910651535\n                            ],\n                            [\n                                -3.578963117170023,\n                                50.54727861538267\n                            ],\n                            [\n                                -3.5777612539144923,\n                                50.54784956400255\n                            ],\n                            [\n                                -3.5775497774207388,\n                                50.54790143614996\n                            ],\n                            [\n                                -3.5780766767321857,\n                                50.5499903677967\n                            ],\n                            [\n                                -3.578102165293608,\n                                50.55033176965794\n                            ],\n                            [\n                                -3.578000725042198,\n                                50.55067489212947\n                            ],\n                            [\n                                -3.5778067129934215,\n                                50.552898937713096\n                            ],\n                            [\n                                -3.5776728016062633,\n                                50.55311662560953\n                            ],\n                            [\n                                -3.5773705075204716,\n                                50.55336356674983\n                            ],\n                            [\n                                -3.57676050889694,\n                                50.55369559942309\n                            ],\n                            [\n                                -3.5761593714039837,\n                                50.5538745640176\n                            ],\n                            [\n                                -3.5754010460561987,\n                                50.55399281461049\n                            ],\n                            [\n                                -3.5748093023012575,\n                                50.55402779274016\n                            ],\n                            [\n                                -3.5729746312048882,\n                                50.55404360340009\n                            ],\n                            [\n                                -3.5722528426757627,\n                                50.5539904167872\n                            ],\n                            [\n                                -3.5718890004404855,\n                                50.55408523894253\n                            ],\n                            [\n                                -3.5709720336858566,\n                                50.55452928139845\n                            ],\n                            [\n                                -3.5701328596368236,\n                                50.554765469055845\n                            ],\n                            [\n                                -3.5697845824404504,\n                                50.55490502453413\n                            ],\n                            [\n                                -3.5696239700896957,\n                                50.55516802183692\n                            ],\n                            [\n                                -3.5695425152127878,\n                                50.55569077435215\n                            ],\n                            [\n                                -3.5695019452403436,\n                                50.55574527376695\n                            ],\n                            [\n                                -3.5693492785612553,\n                                50.55625100797672\n                            ],\n                            [\n                                -3.5690687639552237,\n                                50.5567313944863\n                            ],\n                            [\n                                -3.568786700519918,\n                                50.55758961204875\n                            ],\n                            [\n                                -3.5686097745104886,\n                                50.55778989060508\n                            ],\n                            [\n                                -3.5684167751975795,\n                                50.55791260903357\n                            ],\n                            [\n                                -3.5682918392296132,\n                                50.557991978597336\n                            ],\n                            [\n                                -3.567721865627781,\n                                50.55826047793876\n                            ],\n                            [\n                                -3.56733538333742,\n                                50.558526513251735\n                            ],\n                            [\n                                -3.5668625064885124,\n                                50.55873975764613\n                            ],\n                            [\n                                -3.5664230443563283,\n                                50.55911439872499\n                            ],\n                            [\n                                -3.566060044521185,\n                                50.55923616272974\n                            ],\n                            [\n                                -3.565800015553681,\n                                50.55948250459001\n                            ],\n                            [\n                                -3.56409962829156,\n                                50.56057555987405\n                            ],\n                            [\n                                -3.5639530899100444,\n                                50.56075555608333\n                            ],\n                            [\n                                -3.5636111303441664,\n                                50.5611757058607\n                            ],\n                            [\n                                -3.563500636313886,\n                                50.5612491203227\n                            ],\n                            [\n                                -3.562873281170214,\n                                50.56149140340491\n                            ],\n                            [\n                                -3.5629585810969306,\n                                50.56150823640518\n                            ],\n                            [\n                                -3.5638097199039143,\n                                50.562054425429736\n                            ],\n                            [\n                                -3.5638787985177647,\n                                50.562108798923255\n                            ],\n                            [\n                                -3.564462089496132,\n                                50.56256732322386\n                            ],\n                            [\n                                -3.5650152660793433,\n                                50.563072458346085\n                            ],\n                            [\n                                -3.565338954211622,\n                                50.56346389525757\n                            ],\n                            [\n                                -3.5662923630718906,\n                                50.56326217170459\n                            ],\n                            [\n                                -3.5666443027644528,\n                                50.56323046464474\n                            ],\n                            [\n                                -3.566758569906841,\n                                50.56324654532941\n                            ],\n                            [\n                                -3.5669467357858724,\n                                50.56451084579161\n                            ],\n                            [\n                                -3.5672261516751993,\n                                50.568065088745776\n                            ],\n                            [\n                                -3.5675363159805125,\n                                50.56837038137526\n                            ],\n                            [\n                                -3.5660578175527387,\n                                50.57231780638033\n                            ],\n                            [\n                                -3.565735660179849,\n                                50.57287705897783\n                            ],\n                            [\n                                -3.561964838106651,\n                                50.57626002999915\n                            ],\n                            [\n                                -3.561934320443272,\n                                50.576161087778175\n                            ],\n                            [\n                                -3.561932239861694,\n                                50.57615455040605\n                            ],\n                            [\n                                -3.5617806452008884,\n                                50.575841810089855\n                            ],\n                            [\n                                -3.5615317054060607,\n                                50.5755753338544\n                            ],\n                            [\n                                -3.5610731359544663,\n                                50.575374604686104\n                            ],\n                            [\n                                -3.5605591946529875,\n                                50.57521066199594\n                            ],\n                            [\n                                -3.5605022889517146,\n                                50.57518364365873\n                            ],\n                            [\n                                -3.5601718817733228,\n                                50.575026952294934\n                            ],\n                            [\n                                -3.5593322612536578,\n                                50.574408652394624\n                            ],\n                            [\n                                -3.5585710181638954,\n                                50.57402315630776\n                            ],\n                            [\n                                -3.557951573776845,\n                                50.57365373604612\n                            ],\n                            [\n                                -3.5575561632594543,\n                                50.5732272735243\n                            ],\n                            [\n                                -3.55724444516839,\n                                50.57319547797268\n                            ],\n                            [\n                                -3.5568924388314964,\n                                50.5732271660987\n                            ],\n                            [\n                                -3.5564401354811155,\n                                50.573215226278805\n                            ],\n                            [\n                                -3.5557037552646786,\n                                50.573087961379855\n                            ],\n                            [\n                                -3.555232866037649,\n                                50.5730064933509\n                            ],\n                            [\n                                -3.5547619254139886,\n                                50.57285993788189\n                            ],\n                            [\n                                -3.554073170388799,\n                                50.572527387789535\n                            ],\n                            [\n                                -3.5539051404075415,\n                                50.5724282103658\n                            ],\n                            [\n                                -3.5514130021114276,\n                                50.57560783181416\n                            ],\n                            [\n                                -3.5445024673443726,\n                                50.575384843148505\n                            ],\n                            [\n                                -3.5444949899758513,\n                                50.57538422285512\n                            ],\n                            [\n                                -3.5370280642599883,\n                                50.574729771937314\n                            ],\n                            [\n                                -3.5344301525258395,\n                                50.57612670879021\n                            ],\n                            [\n                                -3.532322334526317,\n                                50.57646816156215\n                            ],\n                            [\n                                -3.528757665871333,\n                                50.577539083654585\n                            ],\n                            [\n                                -3.52801240820097,\n                                50.57776302872353\n                            ],\n                            [\n                                -3.527199972167102,\n                                50.57800232968233\n                            ],\n                            [\n                                -3.5267037619117674,\n                                50.57863631401495\n                            ],\n                            [\n                                -3.526047563458451,\n                                50.57931042660489\n                            ],\n                            [\n                                -3.524848410861906,\n                                50.58066623169713\n                            ],\n                            [\n                                -3.524616061953272,\n                                50.581343777844076\n                            ],\n                            [\n                                -3.524367447494911,\n                                50.58151785542829\n                            ],\n                            [\n                                -3.5239037341573853,\n                                50.581713814026834\n                            ],\n                            [\n                                -3.523642816411056,\n                                50.58182413425821\n                            ],\n                            [\n                                -3.5232567485512836,\n                                50.58211698641246\n                            ],\n                            [\n                                -3.522970395479999,\n                                50.582435504566895\n                            ],\n                            [\n                                -3.522545519003784,\n                                50.58287208332041\n                            ],\n                            [\n                                -3.51715414362887,\n                                50.58283304061848\n                            ],\n                            [\n                                -3.515277533671039,\n                                50.582644205271066\n                            ],\n                            [\n                                -3.5193611175076622,\n                                50.57877947604964\n                            ],\n                            [\n                                -3.519818533666216,\n                                50.57844218581699\n                            ],\n                            [\n                                -3.5201358980188497,\n                                50.57820824093149\n                            ],\n                            [\n                                -3.5224521608879598,\n                                50.576500176464094\n                            ],\n                            [\n                                -3.522535915107178,\n                                50.57364428112854\n                            ],\n                            [\n                                -3.5218631394357782,\n                                50.57285431825856\n                            ],\n                            [\n                                -3.5211636618923596,\n                                50.57203306118637\n                            ],\n                            [\n                                -3.5210742351629882,\n                                50.57192813306299\n                            ],\n                            [\n                                -3.518210559806131,\n                                50.57034228896593\n                            ],\n                            [\n                                -3.513258427415953,\n                                50.56939914372578\n                            ],\n                            [\n                                -3.5055218181713794,\n                                50.56933157807598\n                            ],\n                            [\n                                -3.5042118477178943,\n                                50.56950360268096\n                            ],\n                            [\n                                -3.496069044470673,\n                                50.570572882871524\n                            ],\n                            [\n                                -3.4950972336452324,\n                                50.57038037746024\n                            ],\n                            [\n                                -3.4918235720494106,\n                                50.56973177703454\n                            ],\n                            [\n                                -3.489655202576093,\n                                50.56816896073105\n                            ],\n                            [\n                                -3.4895600222958927,\n                                50.5681003170481\n                            ],\n                            [\n                                -3.4895367861459956,\n                                50.56808352669129\n                            ],\n                            [\n                                -3.48940394038432,\n                                50.567987853663055\n                            ],\n                            [\n                                -3.4893054239503223,\n                                50.567916833201416\n                            ],\n                            [\n                                -3.4881585125285155,\n                                50.56689394632501\n                            ],\n                            [\n                                -3.4877920634716304,\n                                50.566567039607634\n                            ],\n                            [\n                                -3.4876096288217444,\n                                50.56640439413305\n                            ],\n                            [\n                                -3.487115731226459,\n                                50.56596385306314\n                            ],\n                            [\n                                -3.4857788198143376,\n                                50.56477136898662\n                            ],\n                            [\n                                -3.4842676983193352,\n                                50.56423087060918\n                            ],\n                            [\n                                -3.483908073526312,\n                                50.56375650633035\n                            ],\n                            [\n                                -3.483842256419069,\n                                50.56366959567863\n                            ],\n                            [\n                                -3.4834428139335674,\n                                50.56314278373776\n                            ],\n                            [\n                                -3.4825147859426013,\n                                50.56284019218262\n                            ],\n                            [\n                                -3.482392118361128,\n                                50.56280021319265\n                            ],\n                            [\n                                -3.481666996486052,\n                                50.562563723490044\n                            ],\n                            [\n                                -3.479296713108106,\n                                50.56241269991361\n                            ],\n                            [\n                                -3.4781889203647895,\n                                50.562342078737686\n                            ],\n                            [\n                                -3.4772220059178363,\n                                50.562279813254115\n                            ],\n                            [\n                                -3.4767360585598293,\n                                50.562248484252294\n                            ],\n                            [\n                                -3.475701686921954,\n                                50.562191657448416\n                            ],\n                            [\n                                -3.47483924650132,\n                                50.56201134839864\n                            ],\n                            [\n                                -3.4744820863142447,\n                                50.56193665767401\n                            ],\n                            [\n                                -3.4744147457528984,\n                                50.56195013009992\n                            ],\n                            [\n                                -3.474438196939985,\n                                50.56193271570823\n                            ],\n                            [\n                                -3.4745386611410716,\n                                50.56189547944241\n                            ],\n                            [\n                                -3.4745736225090096,\n                                50.561890602824924\n                            ],\n                            [\n                                -3.4745960247231134,\n                                50.56188748616393\n                            ],\n                            [\n                                -3.4746133452038066,\n                                50.56188507639469\n                            ],\n                            [\n                                -3.474659560837893,\n                                50.5618786682066\n                            ],\n                            [\n                                -3.474767912430564,\n                                50.56186650354728\n                            ],\n                            [\n                                -3.4747730155119347,\n                                50.561862128653985\n                            ],\n                            [\n                                -3.474853198251851,\n                                50.56179344828367\n                            ],\n                            [\n                                -3.474946523711529,\n                                50.56175269464166\n                            ],\n                            [\n                                -3.475024015376544,\n                                50.56170224869307\n                            ],\n                            [\n                                -3.4750990992037334,\n                                50.561663976354794\n                            ],\n                            [\n                                -3.475119924653072,\n                                50.561653368029845\n                            ],\n                            [\n                                -3.4751429382425947,\n                                50.56162251275217\n                            ],\n                            [\n                                -3.475165987277895,\n                                50.56159162866436\n                            ],\n                            [\n                                -3.475252423422391,\n                                50.56151232262773\n                            ],\n                            [\n                                -3.4752608664979054,\n                                50.561506717098254\n                            ],\n                            [\n                                -3.4753285390201585,\n                                50.561461861339374\n                            ],\n                            [\n                                -3.475397449446392,\n                                50.561407926482666\n                            ],\n                            [\n                                -3.4754881194782623,\n                                50.561372602144694\n                            ],\n                            [\n                                -3.4755649078960964,\n                                50.561299681014304\n                            ],\n                            [\n                                -3.4756309986405642,\n                                50.561217374013964\n                            ],\n                            [\n                                -3.4756317255750826,\n                                50.56121646867977\n                            ],\n                            [\n                                -3.475634219284058,\n                                50.561213400335745\n                            ],\n                            [\n                                -3.475687263050334,\n                                50.56117947007509\n                            ],\n                            [\n                                -3.4756953125604118,\n                                50.56117428900243\n                            ],\n                            [\n                                -3.475713119541286,\n                                50.561162900093535\n                            ],\n                            [\n                                -3.4757140926997026,\n                                50.561161689407854\n                            ],\n                            [\n                                -3.4757147250937983,\n                                50.56116096412508\n                            ],\n                            [\n                                -3.475755076132956,\n                                50.56111069557648\n                            ],\n                            [\n                                -3.4757620457814284,\n                                50.56110202352976\n                            ],\n                            [\n                                -3.4758203456415617,\n                                50.56102483983666\n                            ],\n                            [\n                                -3.475838847322189,\n                                50.560939167133306\n                            ],\n                            [\n                                -3.475880175816695,\n                                50.560861312438135\n                            ],\n                            [\n                                -3.47594738848776,\n                                50.560797488686624\n                            ],\n                            [\n                                -3.476058051274224,\n                                50.560770008573705\n                            ],\n                            [\n                                -3.476165795882239,\n                                50.560738963962024\n                            ],\n                            [\n                                -3.4761659741204363,\n                                50.56073890273218\n                            ],\n                            [\n                                -3.4762007696369293,\n                                50.56072694948329\n                            ],\n                            [\n                                -3.4762663713764432,\n                                50.560704412759726\n                            ],\n                            [\n                                -3.476266532070367,\n                                50.56070418000937\n                            ],\n                            [\n                                -3.476280059986901,\n                                50.560684586321734\n                            ],\n                            [\n                                -3.4763095831121107,\n                                50.56064182675755\n                            ],\n                            [\n                                -3.4763928419930155,\n                                50.56059401472938\n                            ],\n                            [\n                                -3.4764804203686386,\n                                50.56055064366125\n                            ],\n                            [\n                                -3.4765521479898602,\n                                50.5605420528224\n                            ],\n                            [\n                                -3.476580354633652,\n                                50.56053868927494\n                            ],\n                            [\n                                -3.47658757792613,\n                                50.560537828023705\n                            ],\n                            [\n                                -3.4766069467886944,\n                                50.560535557721856\n                            ],\n                            [\n                                -3.4766730952041147,\n                                50.56048068992905\n                            ],\n                            [\n                                -3.4767493268798275,\n                                50.560431900495246\n                            ],\n                            [\n                                -3.476849512829524,\n                                50.56038943945041\n                            ],\n                            [\n                                -3.476941450585299,\n                                50.56034960113419\n                            ],\n                            [\n                                -3.477014946469208,\n                                50.56030511414597\n                            ],\n                            [\n                                -3.4770159827487683,\n                                50.56030448725018\n                            ],\n                            [\n                                -3.4770170381557306,\n                                50.560303872584576\n                            ],\n                            [\n                                -3.4770370322628215,\n                                50.560291747511265\n                            ],\n                            [\n                                -3.4771305363168934,\n                                50.56025550455642\n                            ],\n                            [\n                                -3.4772568884516573,\n                                50.56014141974082\n                            ],\n                            [\n                                -3.4772729383236807,\n                                50.56012784109191\n                            ],\n                            [\n                                -3.4773701720062262,\n                                50.56004562431464\n                            ],\n                            [\n                                -3.477372387915311,\n                                50.560043750730195\n                            ],\n                            [\n                                -3.477416605686684,\n                                50.55999927276639\n                            ],\n                            [\n                                -3.477431246741388,\n                                50.55998456407898\n                            ],\n                            [\n                                -3.477509961788907,\n                                50.559929622153206\n                            ],\n                            [\n                                -3.477555250946202,\n                                50.55990650068827\n                            ],\n                            [\n                                -3.477574902808379,\n                                50.55989639961572\n                            ],\n                            [\n                                -3.477594770361829,\n                                50.559886240420724\n                            ],\n                            [\n                                -3.4776411071589775,\n                                50.55984195382627\n                            ],\n                            [\n                                -3.477660572127358,\n                                50.55982335015067\n                            ],\n                            [\n                                -3.477739432242076,\n                                50.55976038848353\n                            ],\n                            [\n                                -3.4777418554886044,\n                                50.559758455638374\n                            ],\n                            [\n                                -3.4777558257930212,\n                                50.55974558557058\n                            ],\n                            [\n                                -3.4778200634037573,\n                                50.55968642330537\n                            ],\n                            [\n                                -3.47789341418692,\n                                50.55962203364901\n                            ],\n                            [\n                                -3.477939570011795,\n                                50.55958152603344\n                            ],\n                            [\n                                -3.4779573260982426,\n                                50.55956719090742\n                            ],\n                            [\n                                -3.4780098425615833,\n                                50.55952482928639\n                            ],\n                            [\n                                -3.4780528448403847,\n                                50.559492395813216\n                            ],\n                            [\n                                -3.478080242412174,\n                                50.559471755250584\n                            ],\n                            [\n                                -3.478159096500522,\n                                50.55942130785714\n                            ],\n                            [\n                                -3.478232150830135,\n                                50.5593637392542\n                            ],\n                            [\n                                -3.478321364222248,\n                                50.559301909349955\n                            ],\n                            [\n                                -3.4784156096583474,\n                                50.55923180243973\n                            ],\n                            [\n                                -3.478447484229872,\n                                50.559208097493205\n                            ],\n                            [\n                                -3.4784521309526664,\n                                50.55920328478985\n                            ],\n                            [\n                                -3.4785090219781196,\n                                50.55914436152792\n                            ],\n                            [\n                                -3.478594100927726,\n                                50.55906593695401\n                            ],\n                            [\n                                -3.4786230368858804,\n                                50.559047353995254\n                            ],\n                            [\n                                -3.4786827206421687,\n                                50.559009078711796\n                            ],\n                            [\n                                -3.4787583287690222,\n                                50.55894428253609\n                            ],\n                            [\n                                -3.4787971007604956,\n                                50.55891894397931\n                            ],\n                            [\n                                -3.4788413146183514,\n                                50.55889012183917\n                            ],\n                            [\n                                -3.478885578678867,\n                                50.55884337963723\n                            ],\n                            [\n                                -3.478897388872777,\n                                50.55883093381938\n                            ],\n                            [\n                                -3.4789401304983647,\n                                50.55878825111321\n                            ],\n                            [\n                                -3.478965799327138,\n                                50.558762631541924\n                            ],\n                            [\n                                -3.4789783439612942,\n                                50.55875218261926\n                            ],\n                            [\n                                -3.4790360151156765,\n                                50.55870419912656\n                            ],\n                            [\n                                -3.4791019545493294,\n                                50.55864672035146\n                            ],\n                            [\n                                -3.4791773757230025,\n                                50.55857959695449\n                            ],\n                            [\n                                -3.4792391356356687,\n                                50.55852461730731\n                            ],\n                            [\n                                -3.4792516563087457,\n                                50.55851347728794\n                            ],\n                            [\n                                -3.479268147597895,\n                                50.55849967487234\n                            ],\n                            [\n                                -3.479346611996604,\n                                50.55843403629078\n                            ],\n                            [\n                                -3.4794128276847744,\n                                50.558363060631066\n                            ],\n                            [\n                                -3.479416233931892,\n                                50.55835941153105\n                            ],\n                            [\n                                -3.4794233263498313,\n                                50.55835294075381\n                            ],\n                            [\n                                -3.479486251498301,\n                                50.558295551657395\n                            ],\n                            [\n                                -3.479491017826945,\n                                50.558291055607775\n                            ],\n                            [\n                                -3.47950685040153,\n                                50.55827618768791\n                            ],\n                            [\n                                -3.4795070818668252,\n                                50.5582759149414\n                            ],\n                            [\n                                -3.479521347297743,\n                                50.55826244603961\n                            ],\n                            [\n                                -3.4795877272652045,\n                                50.55819983031239\n                            ],\n                            [\n                                -3.4796376625446657,\n                                50.558126348336025\n                            ],\n                            [\n                                -3.479645520769738,\n                                50.5581162813064\n                            ],\n                            [\n                                -3.4796852264075415,\n                                50.558065505358314\n                            ],\n                            [\n                                -3.4797511360105964,\n                                50.55800712723197\n                            ],\n                            [\n                                -3.4798054430741567,\n                                50.557961358868994\n                            ],\n                            [\n                                -3.479828136514627,\n                                50.55794225868333\n                            ],\n                            [\n                                -3.479895428342318,\n                                50.55788204621626\n                            ],\n                            [\n                                -3.4799471683086116,\n                                50.55782113205798\n                            ],\n                            [\n                                -3.479971932148136,\n                                50.55779063656523\n                            ],\n                            [\n                                -3.479998824218414,\n                                50.5577575388776\n                            ],\n                            [\n                                -3.4800389374199527,\n                                50.55771424001455\n                            ],\n                            [\n                                -3.4800561673566377,\n                                50.557695649685904\n                            ],\n                            [\n                                -3.4800898921153456,\n                                50.55766870182317\n                            ],\n                            [\n                                -3.4801236684385572,\n                                50.557641716289496\n                            ],\n                            [\n                                -3.4801236956032517,\n                                50.557641691011234\n                            ],\n                            [\n                                -3.480336338454151,\n                                50.5574438713123\n                            ],\n                            [\n                                -3.4803781290314713,\n                                50.557380403402355\n                            ],\n                            [\n                                -3.480430896468697,\n                                50.55730771245591\n                            ],\n                            [\n                                -3.4804355352440455,\n                                50.55730304238101\n                            ],\n                            [\n                                -3.480492444231745,\n                                50.557245809951894\n                            ],\n                            [\n                                -3.4805251803762935,\n                                50.557210151777056\n                            ],\n                            [\n                                -3.4805484587117435,\n                                50.55718484115167\n                            ],\n                            [\n                                -3.480600211761212,\n                                50.55712394451028\n                            ],\n                            [\n                                -3.4806768169173354,\n                                50.55704654346463\n                            ],\n                            [\n                                -3.4807242526401594,\n                                50.55699353342103\n                            ],\n                            [\n                                -3.480743626233622,\n                                50.55697191105405\n                            ],\n                            [\n                                -3.480767039899635,\n                                50.55695209925569\n                            ],\n                            [\n                                -3.4808017094633787,\n                                50.55692276308446\n                            ],\n                            [\n                                -3.4808138219944365,\n                                50.55691254246016\n                            ],\n                            [\n                                -3.480868227975737,\n                                50.556847124192736\n                            ],\n                            [\n                                -3.4808999846510287,\n                                50.55680814600753\n                            ],\n                            [\n                                -3.4809171287381044,\n                                50.55678713605882\n                            ],\n                            [\n                                -3.4810294652513782,\n                                50.556677785000595\n                            ],\n                            [\n                                -3.4810938186511695,\n                                50.55661401179554\n                            ],\n                            [\n                                -3.4811146762272833,\n                                50.556598612696426\n                            ],\n                            [\n                                -3.481166977269776,\n                                50.55656001937546\n                            ],\n                            [\n                                -3.4811994116418017,\n                                50.55652661549439\n                            ],\n                            [\n                                -3.4812271249020923,\n                                50.55649809830709\n                            ],\n                            [\n                                -3.4812625463007842,\n                                50.55645765413881\n                            ],\n                            [\n                                -3.4812884451330217,\n                                50.55642810410116\n                            ],\n                            [\n                                -3.481304496450919,\n                                50.556412534502314\n                            ],\n                            [\n                                -3.481366556251768,\n                                50.55635242816519\n                            ],\n                            [\n                                -3.481436863565412,\n                                50.55629847185539\n                            ],\n                            [\n                                -3.481501159525483,\n                                50.556232900447306\n                            ],\n                            [\n                                -3.4815011807008958,\n                                50.556232878512105\n                            ],\n                            [\n                                -3.481587287941314,\n                                50.556143695025405\n                            ],\n                            [\n                                -3.481641832660649,\n                                50.55608276237255\n                            ],\n                            [\n                                -3.481719716032728,\n                                50.55599805960845\n                            ],\n                            [\n                                -3.48174086493041,\n                                50.555974686123356\n                            ],\n                            [\n                                -3.4817409748050916,\n                                50.555974521886654\n                            ],\n                            [\n                                -3.481779707995647,\n                                50.55593167045329\n                            ],\n                            [\n                                -3.4818185041958603,\n                                50.555884294490035\n                            ],\n                            [\n                                -3.4818504250080275,\n                                50.55584535004208\n                            ],\n                            [\n                                -3.4819033887000375,\n                                50.55577904128325\n                            ],\n                            [\n                                -3.4819462040918006,\n                                50.55572964267899\n                            ],\n                            [\n                                -3.481978322953146,\n                                50.555692613154804\n                            ],\n                            [\n                                -3.482031384442969,\n                                50.55562898315384\n                            ],\n                            [\n                                -3.48207595062418,\n                                50.55556456192826\n                            ],\n                            [\n                                -3.4821175815642413,\n                                50.55549658065142\n                            ],\n                            [\n                                -3.4821214717260047,\n                                50.555474658443295\n                            ],\n                            [\n                                -3.482129633124734,\n                                50.555428930969825\n                            ],\n                            [\n                                -3.482120132841465,\n                                50.55538414375409\n                            ],\n                            [\n                                -3.4821146498315163,\n                                50.55535811801094\n                            ],\n                            [\n                                -3.4821473188330456,\n                                50.55532624355826\n                            ],\n                            [\n                                -3.4821886623540443,\n                                50.55528599214257\n                            ],\n                            [\n                                -3.4821957166953186,\n                                50.55527902228\n                            ],\n                            [\n                                -3.482196837348137,\n                                50.55527792881343\n                            ],\n                            [\n                                -3.4822348689655804,\n                                50.555252712138376\n                            ],\n                            [\n                                -3.4822728860003176,\n                                50.55522751426672\n                            ],\n                            [\n                                -3.4823504158601337,\n                                50.55517976987059\n                            ],\n                            [\n                                -3.48236735270882,\n                                50.55515647868092\n                            ],\n                            [\n                                -3.4823736358769857,\n                                50.55514782786589\n                            ],\n                            [\n                                -3.482401880978772,\n                                50.555108938237105\n                            ],\n                            [\n                                -3.4824417614380687,\n                                50.5550301869195\n                            ],\n                            [\n                                -3.4825171459931443,\n                                50.554958178269324\n                            ],\n                            [\n                                -3.482541853337117,\n                                50.55491034194943\n                            ],\n                            [\n                                -3.4825517482842225,\n                                50.55489118568248\n                            ],\n                            [\n                                -3.4825926332785033,\n                                50.554856428536766\n                            ],\n                            [\n                                -3.482621318308049,\n                                50.554832042355955\n                            ],\n                            [\n                                -3.4827173296122123,\n                                50.554750460014624\n                            ],\n                            [\n                                -3.482722900746659,\n                                50.554745683169656\n                            ],\n                            [\n                                -3.482733251064601,\n                                50.55473688389495\n                            ],\n                            [\n                                -3.4830497429215455,\n                                50.55447076533041\n                            ],\n                            [\n                                -3.483130796718007,\n                                50.55440263061308\n                            ],\n                            [\n                                -3.4832457954409537,\n                                50.554304674160534\n                            ],\n                            [\n                                -3.4835583947978983,\n                                50.5540383593596\n                            ],\n                            [\n                                -3.483624825544624,\n                                50.55398472390452\n                            ],\n                            [\n                                -3.4836285460961633,\n                                50.553981721961364\n                            ],\n                            [\n                                -3.4837262187414577,\n                                50.55394541312402\n                            ],\n                            [\n                                -3.4837922161868304,\n                                50.553889720566005\n                            ],\n                            [\n                                -3.48379236420906,\n                                50.553889578355665\n                            ],\n                            [\n                                -3.4838029267661628,\n                                50.553879520318134\n                            ],\n                            [\n                                -3.4838223113947326,\n                                50.553861062274606\n                            ],\n                            [\n                                -3.4838525537833362,\n                                50.55383226543854\n                            ],\n                            [\n                                -3.483948536795494,\n                                50.5537869738034\n                            ],\n                            [\n                                -3.483997888530951,\n                                50.55378758565521\n                            ],\n                            [\n                                -3.484055865622552,\n                                50.55378830369627\n                            ],\n                            [\n                                -3.4841640972783785,\n                                50.55377343366558\n                            ],\n                            [\n                                -3.4842703256090797,\n                                50.55378467024962\n                            ],\n                            [\n                                -3.484374041447927,\n                                50.5537608640901\n                            ],\n                            [\n                                -3.4843931537393207,\n                                50.553748190641564\n                            ],\n                            [\n                                -3.484469458935121,\n                                50.55369759221603\n                            ],\n                            [\n                                -3.4845450642496765,\n                                50.553632774207614\n                            ],\n                            [\n                                -3.4845675060569796,\n                                50.5536084641503\n                            ],\n                            [\n                                -3.4845997155152126,\n                                50.5535736464494\n                            ],\n                            [\n                                -3.4846292074366336,\n                                50.553534625893235\n                            ],\n                            [\n                                -3.484645757200028,\n                                50.5535127758066\n                            ],\n                            [\n                                -3.4847141935066084,\n                                50.55344445170616\n                            ],\n                            [\n                                -3.4847705194988454,\n                                50.55340293821521\n                            ],\n                            [\n                                -3.4848011712493108,\n                                50.55338037884038\n                            ],\n                            [\n                                -3.484880121043527,\n                                50.55333352295644\n                            ],\n                            [\n                                -3.484970585150757,\n                                50.55329370595915\n                            ],\n                            [\n                                -3.4850842480234907,\n                                50.55326978127047\n                            ],\n                            [\n                                -3.4851911801938664,\n                                50.55326122231128\n                            ],\n                            [\n                                -3.485352890625737,\n                                50.5532402817805\n                            ],\n                            [\n                                -3.4853800854514163,\n                                50.55321920369624\n                            ],\n                            [\n                                -3.4854521280655857,\n                                50.55316343411157\n                            ],\n                            [\n                                -3.4855773431599535,\n                                50.55306020964928\n                            ],\n                            [\n                                -3.485612402840854,\n                                50.55303306905565\n                            ],\n                            [\n                                -3.4857014156568016,\n                                50.55296421242194\n                            ],\n                            [\n                                -3.485783577953375,\n                                50.55289787863404\n                            ],\n                            [\n                                -3.485880346695381,\n                                50.55281981330604\n                            ],\n                            [\n                                -3.4860497247619167,\n                                50.55268454734637\n                            ],\n                            [\n                                -3.4861331847039985,\n                                50.552613618550915\n                            ],\n                            [\n                                -3.486288600267371,\n                                50.55248153880433\n                            ],\n                            [\n                                -3.486344904802097,\n                                50.552433688348714\n                            ],\n                            [\n                                -3.4864086116833453,\n                                50.552379582286314\n                            ],\n                            [\n                                -3.4864243979099454,\n                                50.55235907337405\n                            ],\n                            [\n                                -3.4864656069800177,\n                                50.552305385227115\n                            ],\n                            [\n                                -3.4864790883120924,\n                                50.552287847939525\n                            ],\n                            [\n                                -3.486535075215736,\n                                50.55222777586097\n                            ],\n                            [\n                                -3.4866158953436646,\n                                50.55214939961269\n                            ],\n                            [\n                                -3.4866603584281166,\n                                50.5521094220592\n                            ],\n                            [\n                                -3.486685935825494,\n                                50.55208644993671\n                            ],\n                            [\n                                -3.4867037114718165,\n                                50.55205590808196\n                            ],\n                            [\n                                -3.4867234089022405,\n                                50.552022117441744\n                            ],\n                            [\n                                -3.486752861440918,\n                                50.55197053853626\n                            ],\n                            [\n                                -3.486761025264465,\n                                50.551956241842014\n                            ],\n                            [\n                                -3.486762195030005,\n                                50.551954206725796\n                            ],\n                            [\n                                -3.4868008926646388,\n                                50.55188169245104\n                            ],\n                            [\n                                -3.4868040060960097,\n                                50.55187701922936\n                            ],\n                            [\n                                -3.486848045874211,\n                                50.551810976796325\n                            ],\n                            [\n                                -3.4868668828432647,\n                                50.551769199177876\n                            ],\n                            [\n                                -3.4868929526806913,\n                                50.5517114925761\n                            ],\n                            [\n                                -3.4868857851485924,\n                                50.55168127611118\n                            ],\n                            [\n                                -3.4868766212244813,\n                                50.551642433130596\n                            ],\n                            [\n                                -3.4868969631524416,\n                                50.55157112456032\n                            ],\n                            [\n                                -3.4869359347924394,\n                                50.55151569380427\n                            ],\n                            [\n                                -3.486942929356448,\n                                50.55150576616234\n                            ],\n                            [\n                                -3.4869604637363305,\n                                50.5514345114261\n                            ],\n                            [\n                                -3.4870146852647297,\n                                50.55136369641488\n                            ],\n                            [\n                                -3.4870629780459224,\n                                50.55132604451781\n                            ],\n                            [\n                                -3.4871179939732744,\n                                50.55128320685874\n                            ],\n                            [\n                                -3.48720479517243,\n                                50.551215545991624\n                            ],\n                            [\n                                -3.487293546419147,\n                                50.551151321748165\n                            ],\n                            [\n                                -3.4872958857912573,\n                                50.551149628959784\n                            ],\n                            [\n                                -3.4873181235100468,\n                                50.55113632992703\n                            ],\n                            [\n                                -3.4873804305781624,\n                                50.55109909345333\n                            ],\n                            [\n                                -3.4874750221325765,\n                                50.5510538256253\n                            ],\n                            [\n                                -3.4875508602824152,\n                                50.55099711477796\n                            ],\n                            [\n                                -3.487597611973003,\n                                50.55094844982109\n                            ],\n                            [\n                                -3.4876191604221587,\n                                50.55092605662474\n                            ],\n                            [\n                                -3.4876706848236205,\n                                50.55085884618697\n                            ],\n                            [\n                                -3.4876794351250986,\n                                50.55081844341352\n                            ],\n                            [\n                                -3.4876818465068657,\n                                50.55080709153604\n                            ],\n                            [\n                                -3.487685466084169,\n                                50.5507903065786\n                            ],\n                            [\n                                -3.487713939952484,\n                                50.55073929345105\n                            ],\n                            [\n                                -3.4877228809661616,\n                                50.55072330340077\n                            ],\n                            [\n                                -3.487794640521877,\n                                50.55067023292359\n                            ],\n                            [\n                                -3.4878356820908643,\n                                50.5506368115772\n                            ],\n                            [\n                                -3.4878620524213155,\n                                50.5506153743008\n                            ],\n                            [\n                                -3.487930419675026,\n                                50.55056937477391\n                            ],\n                            [\n                                -3.4879378436770003,\n                                50.55056438366416\n                            ],\n                            [\n                                -3.487939080561339,\n                                50.55056354744046\n                            ],\n                            [\n                                -3.4879574306102117,\n                                50.55055120064079\n                            ],\n                            [\n                                -3.4880389249487083,\n                                50.550494399182604\n                            ],\n                            [\n                                -3.4880962221218836,\n                                50.55044733128251\n                            ],\n                            [\n                                -3.4880977336525376,\n                                50.550446089528336\n                            ],\n                            [\n                                -3.4881201082508637,\n                                50.55042772675762\n                            ],\n                            [\n                                -3.488160499620212,\n                                50.550365173151185\n                            ],\n                            [\n                                -3.4882021136511754,\n                                50.55033701614345\n                            ],\n                            [\n                                -3.4882351213338705,\n                                50.55031471889808\n                            ],\n                            [\n                                -3.4883165583061593,\n                                50.5502561192704\n                            ],\n                            [\n                                -3.4883994627033967,\n                                50.550199299525964\n                            ],\n                            [\n                                -3.4884360394924836,\n                                50.550172746020216\n                            ],\n                            [\n                                -3.48847261759324,\n                                50.55014621077619\n                            ],\n                            [\n                                -3.4885342864311846,\n                                50.550086982383235\n                            ],\n                            [\n                                -3.4885707193148887,\n                                50.55002255295575\n                            ],\n                            [\n                                -3.488571673597312,\n                                50.55002086740232\n                            ],\n                            [\n                                -3.4885851337836065,\n                                50.5500083543198\n                            ],\n                            [\n                                -3.488637528173689,\n                                50.549959726006726\n                            ],\n                            [\n                                -3.4887329606336928,\n                                50.54989734970415\n                            ],\n                            [\n                                -3.488770727866905,\n                                50.54986664742994\n                            ],\n                            [\n                                -3.4888004420322383,\n                                50.54984252559982\n                            ],\n                            [\n                                -3.4888052236671228,\n                                50.54983658294896\n                            ],\n                            [\n                                -3.488812251330971,\n                                50.54982792476034\n                            ],\n                            [\n                                -3.4888306357556385,\n                                50.5498052748531\n                            ],\n                            [\n                                -3.488852091562723,\n                                50.549778928409424\n                            ],\n                            [\n                                -3.488919332726961,\n                                50.54971872918642\n                            ],\n                            [\n                                -3.4889659766484202,\n                                50.54967510924329\n                            ],\n                            [\n                                -3.488983750059886,\n                                50.54965851208427\n                            ],\n                            [\n                                -3.489017998019794,\n                                50.54963008481411\n                            ],\n                            [\n                                -3.4890553356753418,\n                                50.549599120586166\n                            ],\n                            [\n                                -3.4890929136325144,\n                                50.54957128959882\n                            ],\n                            [\n                                -3.4891270076616827,\n                                50.54954605938219\n                            ],\n                            [\n                                -3.4891801377197935,\n                                50.5494851231699\n                            ],\n                            [\n                                -3.489189647138309,\n                                50.549468174173604\n                            ],\n                            [\n                                -3.48921626610702,\n                                50.54942084299116\n                            ],\n                            [\n                                -3.4892485588746567,\n                                50.549382109232084\n                            ],\n                            [\n                                -3.489274713028154,\n                                50.5493508092281\n                            ],\n                            [\n                                -3.489329168654722,\n                                50.549287157930486\n                            ],\n                            [\n                                -3.4893927075897757,\n                                50.54919820854095\n                            ],\n                            [\n                                -3.4893949705697094,\n                                50.549192708830624\n                            ],\n                            [\n                                -3.4894202336010007,\n                                50.54913132275812\n                            ],\n                            [\n                                -3.489430738846688,\n                                50.54911525345599\n                            ],\n                            [\n                                -3.489470066844695,\n                                50.549055121172856\n                            ],\n                            [\n                                -3.489526260941555,\n                                50.54899738325691\n                            ],\n                            [\n                                -3.4895817136664458,\n                                50.548925085297626\n                            ],\n                            [\n                                -3.4896411231574764,\n                                50.54885741330885\n                            ],\n                            [\n                                -3.4896484772649337,\n                                50.548848055644804\n                            ],\n                            [\n                                -3.4897122641014704,\n                                50.54876696346357\n                            ],\n                            [\n                                -3.489761061584621,\n                                50.54869244015581\n                            ],\n                            [\n                                -3.4897782257673216,\n                                50.548666255300596\n                            ],\n                            [\n                                -3.489821364014431,\n                                50.54860184924072\n                            ],\n                            [\n                                -3.4898518128138116,\n                                50.54856773048689\n                            ],\n                            [\n                                -3.489893636548441,\n                                50.5485208999404\n                            ],\n                            [\n                                -3.489969326048652,\n                                50.54845969260779\n                            ],\n                            [\n                                -3.490019657132345,\n                                50.548414688414546\n                            ],\n                            [\n                                -3.490053068247783,\n                                50.54838483791334\n                            ],\n                            [\n                                -3.4901528135377617,\n                                50.548325103262655\n                            ],\n                            [\n                                -3.4901555620231517,\n                                50.54832345645448\n                            ],\n                            [\n                                -3.4901596444641654,\n                                50.54832104967543\n                            ],\n                            [\n                                -3.490197829060122,\n                                50.54829813131962\n                            ],\n                            [\n                                -3.4902248554926576,\n                                50.548281937873504\n                            ],\n                            [\n                                -3.490238704325607,\n                                50.54827364005212\n                            ],\n                            [\n                                -3.4902904636335346,\n                                50.54821363819168\n                            ],\n                            [\n                                -3.4903338685547545,\n                                50.54815185130602\n                            ],\n                            [\n                                -3.4903363796213664,\n                                50.54814827903588\n                            ],\n                            [\n                                -3.4903397435496215,\n                                50.548142274069306\n                            ],\n                            [\n                                -3.490369362122968,\n                                50.54808950681015\n                            ],\n                            [\n                                -3.4903737953004654,\n                                50.548081488014155\n                            ],\n                            [\n                                -3.490376467978388,\n                                50.548076716988334\n                            ],\n                            [\n                                -3.4904256073638114,\n                                50.54800713631676\n                            ],\n                            [\n                                -3.490426464729496,\n                                50.548005923297744\n                            ],\n                            [\n                                -3.4904305196361176,\n                                50.54800129286663\n                            ],\n                            [\n                                -3.4904782617546593,\n                                50.54794680635382\n                            ],\n                            [\n                                -3.490543562809059,\n                                50.54786999298056\n                            ],\n                            [\n                                -3.49061021815151,\n                                50.54779137251675\n                            ],\n                            [\n                                -3.4906230358619736,\n                                50.54777631606641\n                            ],\n                            [\n                                -3.4906857865166256,\n                                50.54770267306029\n                            ],\n                            [\n                                -3.4907388274584514,\n                                50.54763903918612\n                            ],\n                            [\n                                -3.4907948527897488,\n                                50.5475794555856\n                            ],\n                            [\n                                -3.490799586403473,\n                                50.54757442507862\n                            ],\n                            [\n                                -3.4908758759061937,\n                                50.54748757791307\n                            ],\n                            [\n                                -3.490877002740324,\n                                50.54748613797288\n                            ],\n                            [\n                                -3.4909410319031617,\n                                50.54740441674029\n                            ],\n                            [\n                                -3.490989811081618,\n                                50.547339937976304\n                            ],\n                            [\n                                -3.491044134492819,\n                                50.547272240444734\n                            ],\n                            [\n                                -3.491079102796379,\n                                50.54721655263653\n                            ],\n                            [\n                                -3.4910851117938146,\n                                50.54720698919255\n                            ],\n                            [\n                                -3.4912965453139773,\n                                50.54699254626687\n                            ],\n                            [\n                                -3.491336455844674,\n                                50.546960602615286\n                            ],\n                            [\n                                -3.4914068505556477,\n                                50.54690425485792\n                            ],\n                            [\n                                -3.4914805689390613,\n                                50.5468452760143\n                            ],\n                            [\n                                -3.491497655926304,\n                                50.54683446475694\n                            ],\n                            [\n                                -3.491521323991893,\n                                50.54681952700517\n                            ],\n                            [\n                                -3.4916552913254435,\n                                50.546734725533774\n                            ],\n                            [\n                                -3.4916895688200458,\n                                50.54671303736058\n                            ],\n                            [\n                                -3.4917939453439124,\n                                50.546623122605915\n                            ],\n                            [\n                                -3.491878080739596,\n                                50.546534087713496\n                            ],\n                            [\n                                -3.4919650725542284,\n                                50.546426003836935\n                            ],\n                            [\n                                -3.4919912333372944,\n                                50.54639780801384\n                            ],\n                            [\n                                -3.4919986109780203,\n                                50.54638986069746\n                            ],\n                            [\n                                -3.492032136376864,\n                                50.546353753692706\n                            ],\n                            [\n                                -3.4921614220939268,\n                                50.54621372218286\n                            ],\n                            [\n                                -3.49219085594528,\n                                50.546183643620935\n                            ],\n                            [\n                                -3.4922273146396616,\n                                50.54614641539433\n                            ],\n                            [\n                                -3.4922571757476977,\n                                50.546119278442895\n                            ],\n                            [\n                                -3.492311328009732,\n                                50.54607010757442\n                            ],\n                            [\n                                -3.4923563421787187,\n                                50.546022380955776\n                            ],\n                            [\n                                -3.492393012933272,\n                                50.545983540956755\n                            ],\n                            [\n                                -3.492438814503136,\n                                50.54592989470521\n                            ],\n                            [\n                                -3.492445701278948,\n                                50.545921835400875\n                            ],\n                            [\n                                -3.4925235891182767,\n                                50.54585628127418\n                            ],\n                            [\n                                -3.49258816004424,\n                                50.545806100185686\n                            ],\n                            [\n                                -3.492602651659705,\n                                50.545794858051224\n                            ],\n                            [\n                                -3.492631167616725,\n                                50.54577065832064\n                            ],\n                            [\n                                -3.492677787960547,\n                                50.545731128806395\n                            ],\n                            [\n                                -3.4927268947813723,\n                                50.545691097715505\n                            ],\n                            [\n                                -3.4927689079159885,\n                                50.54565687898011\n                            ],\n                            [\n                                -3.492803617007066,\n                                50.545626877895586\n                            ],\n                            [\n                                -3.492838333071004,\n                                50.54559690121719\n                            ],\n                            [\n                                -3.4928488448390147,\n                                50.54558696346936\n                            ],\n                            [\n                                -3.492848842345003,\n                                50.54558688450811\n                            ],\n                            [\n                                -3.492895527747033,\n                                50.54554253054312\n                            ],\n                            [\n                                -3.4929010373587666,\n                                50.5455372974005\n                            ],\n                            [\n                                -3.492917216026413,\n                                50.545522494729106\n                            ],\n                            [\n                                -3.492982466500507,\n                                50.545462802947185\n                            ],\n                            [\n                                -3.493029300224347,\n                                50.54538603610072\n                            ],\n                            [\n                                -3.4930466826059132,\n                                50.54536688232488\n                            ],\n                            [\n                                -3.493085169444766,\n                                50.54532454126509\n                            ],\n                            [\n                                -3.4931013917799736,\n                                50.545310458555925\n                            ],\n                            [\n                                -3.4931203147623044,\n                                50.54529410249978\n                            ],\n                            [\n                                -3.4931531424471864,\n                                50.54526572789755\n                            ],\n                            [\n                                -3.49315743521458,\n                                50.54526202667381\n                            ],\n                            [\n                                -3.4931688052209244,\n                                50.54525156433707\n                            ],\n                            [\n                                -3.49326152410357,\n                                50.54516632241861\n                            ],\n                            [\n                                -3.493367701479268,\n                                50.54506659814458\n                            ],\n                            [\n                                -3.4934218726196673,\n                                50.545004990025625\n                            ],\n                            [\n                                -3.493475180548252,\n                                50.54493572147526\n                            ],\n                            [\n                                -3.4935296391445396,\n                                50.544864459559754\n                            ],\n                            [\n                                -3.493583500211021,\n                                50.54479841253689\n                            ],\n                            [\n                                -3.4936647557380573,\n                                50.54475020789592\n                            ],\n                            [\n                                -3.493685599007122,\n                                50.54473074991396\n                            ],\n                            [\n                                -3.4937249563688244,\n                                50.5446940712675\n                            ],\n                            [\n                                -3.4937711127772655,\n                                50.544642522660894\n                            ],\n                            [\n                                -3.4938089635106904,\n                                50.54460030597572\n                            ],\n                            [\n                                -3.4939307884699558,\n                                50.54448889563406\n                            ],\n                            [\n                                -3.4940232542125598,\n                                50.54439797150141\n                            ],\n                            [\n                                -3.494030995082343,\n                                50.54438935687268\n                            ],\n                            [\n                                -3.494077164230716,\n                                50.54433797625729\n                            ],\n                            [\n                                -3.4941121538778503,\n                                50.544298797713545\n                            ],\n                            [\n                                -3.494129925477695,\n                                50.5442789081037\n                            ],\n                            [\n                                -3.4941449736694756,\n                                50.544268845779975\n                            ],\n                            [\n                                -3.494206643519693,\n                                50.54422764552352\n                            ],\n                            [\n                                -3.494267053391784,\n                                50.544169239552964\n                            ],\n                            [\n                                -3.494294707113916,\n                                50.5441403342836\n                            ],\n                            [\n                                -3.4943473077608287,\n                                50.54408540591825\n                            ],\n                            [\n                                -3.4943891186203526,\n                                50.54403936422885\n                            ],\n                            [\n                                -3.494408861275676,\n                                50.54401764990195\n                            ],\n                            [\n                                -3.494429580308757,\n                                50.543994882103355\n                            ],\n                            [\n                                -3.4944900146006663,\n                                50.543922535726686\n                            ],\n                            [\n                                -3.49453039189746,\n                                50.54387255381752\n                            ],\n                            [\n                                -3.4945634951983093,\n                                50.54383161206266\n                            ],\n                            [\n                                -3.494585780056369,\n                                50.543796740974685\n                            ],\n                            [\n                                -3.4946113861462806,\n                                50.54375671960618\n                            ],\n                            [\n                                -3.4946510317628245,\n                                50.543688087827384\n                            ],\n                            [\n                                -3.49466113797717,\n                                50.543670606296395\n                            ],\n                            [\n                                -3.494744128134704,\n                                50.543626470664904\n                            ],\n                            [\n                                -3.4947939933328462,\n                                50.54356476152298\n                            ],\n                            [\n                                -3.4947970850234653,\n                                50.54356093829861\n                            ],\n                            [\n                                -3.494797098410201,\n                                50.54356091892408\n                            ],\n                            [\n                                -3.4948975627984487,\n                                50.543415535672274\n                            ],\n                            [\n                                -3.494946995182298,\n                                50.54333987681437\n                            ],\n                            [\n                                -3.4949661177706455,\n                                50.54331274784943\n                            ],\n                            [\n                                -3.4950113323007392,\n                                50.543248629584504\n                            ],\n                            [\n                                -3.4950365155638927,\n                                50.54321049150274\n                            ],\n                            [\n                                -3.495063967815448,\n                                50.54316894540492\n                            ],\n                            [\n                                -3.4950741932160057,\n                                50.54310179427446\n                            ],\n                            [\n                                -3.4950585485900185,\n                                50.54307817641315\n                            ],\n                            [\n                                -3.4950316545830247,\n                                50.543037524219216\n                            ],\n                            [\n                                -3.4950152947532582,\n                                50.54301870761633\n                            ],\n                            [\n                                -3.494966607304184,\n                                50.542962616084296\n                            ],\n                            [\n                                -3.494925307511167,\n                                50.542917263014914\n                            ],\n                            [\n                                -3.494908574196268,\n                                50.542898850751264\n                            ],\n                            [\n                                -3.4948354671889987,\n                                50.542835503802706\n                            ],\n                            [\n                                -3.494761486977649,\n                                50.542777564140444\n                            ],\n                            [\n                                -3.494706876041309,\n                                50.54273603359379\n                            ],\n                            [\n                                -3.494663006006763,\n                                50.542702662450466\n                            ],\n                            [\n                                -3.4945961779965287,\n                                50.542633892571615\n                            ],\n                            [\n                                -3.4945463844757327,\n                                50.54256555148488\n                            ],\n                            [\n                                -3.494534430507274,\n                                50.54246958208424\n                            ],\n                            [\n                                -3.4946460579274827,\n                                50.54247420150835\n                            ],\n                            [\n                                -3.4947546689172864,\n                                50.542498132699656\n                            ],\n                            [\n                                -3.4947568928801256,\n                                50.542498745183416\n                            ],\n                            [\n                                -3.4948546447254514,\n                                50.54252570014107\n                            ],\n                            [\n                                -3.4948700202823586,\n                                50.54252990952418\n                            ],\n                            [\n                                -3.494896107910832,\n                                50.5425376389659\n                            ],\n                            [\n                                -3.4950174401310705,\n                                50.54257362949272\n                            ],\n                            [\n                                -3.4950182603434614,\n                                50.54257387279001\n                            ],\n                            [\n                                -3.495071726577514,\n                                50.54258829884187\n                            ],\n                            [\n                                -3.4951567667278733,\n                                50.54261127868712\n                            ],\n                            [\n                                -3.4952611311064246,\n                                50.542640147440316\n                            ],\n                            [\n                                -3.4953709021442383,\n                                50.54267083528823\n                            ],\n                            [\n                                -3.4955274905894274,\n                                50.54271009496514\n                            ],\n                            [\n                                -3.495486353254043,\n                                50.54018865550971\n                            ],\n                            [\n                                -3.495489796402525,\n                                50.54015502083866\n                            ],\n                            [\n                                -3.4955109806870865,\n                                50.53994841042957\n                            ],\n                            [\n                                -3.4956653203846444,\n                                50.53844085517391\n                            ],\n                            [\n                                -3.495695586970689,\n                                50.53814466095659\n                            ],\n                            [\n                                -3.495706531616241,\n                                50.53803773883665\n                            ],\n                            [\n                                -3.495706515359007,\n                                50.538037712975274\n                            ],\n                            [\n                                -3.4956656061419342,\n                                50.537972593861525\n                            ],\n                            [\n                                -3.495628860214498,\n                                50.53790975148147\n                            ],\n                            [\n                                -3.4956285118034693,\n                                50.537909211252476\n                            ],\n                            [\n                                -3.4956278774405636,\n                                50.537908127288254\n                            ],\n                            [\n                                -3.4956272132901587,\n                                50.53785507469094\n                            ],\n                            [\n                                -3.495627012495843,\n                                50.53783796307384\n                            ],\n                            [\n                                -3.495627277440869,\n                                50.53783725144052\n                            ],\n                            [\n                                -3.4956538362599714,\n                                50.537766046556904\n                            ],\n                            [\n                                -3.495673029297422,\n                                50.53772749575964\n                            ],\n                            [\n                                -3.4956863664037745,\n                                50.53770077181724\n                            ],\n                            [\n                                -3.495698449316848,\n                                50.53769275709296\n                            ],\n                            [\n                                -3.495770826829876,\n                                50.53764480330163\n                            ],\n                            [\n                                -3.495831284914198,\n                                50.53758199795361\n                            ],\n                            [\n                                -3.4958420007148594,\n                                50.53755964936809\n                            ],\n                            [\n                                -3.4958653243920668,\n                                50.53751113210375\n                            ],\n                            [\n                                -3.495895060226299,\n                                50.53744340633729\n                            ],\n                            [\n                                -3.495918367392493,\n                                50.53742062178594\n                            ],\n                            [\n                                -3.495953880709222,\n                                50.53738594614673\n                            ],\n                            [\n                                -3.495975842959922,\n                                50.53736296809089\n                            ],\n                            [\n                                -3.4960101740041347,\n                                50.53732711540484\n                            ],\n                            [\n                                -3.49601360680563,\n                                50.53729814206217\n                            ],\n                            [\n                                -3.496018860733193,\n                                50.537254228029695\n                            ],\n                            [\n                                -3.4960464394904567,\n                                50.53718479418959\n                            ],\n                            [\n                                -3.496041702649291,\n                                50.53718225414723\n                            ],\n                            [\n                                -3.4959579100802967,\n                                50.53713732187369\n                            ],\n                            [\n                                -3.4959620315496642,\n                                50.537068666171045\n                            ],\n                            [\n                                -3.496003580522346,\n                                50.53699704081\n                            ],\n                            [\n                                -3.4960920209243675,\n                                50.536949791683696\n                            ],\n                            [\n                                -3.496102282795845,\n                                50.53694898573457\n                            ],\n                            [\n                                -3.4962001734498895,\n                                50.53694133265612\n                            ],\n                            [\n                                -3.4962518213387974,\n                                50.53694262065937\n                            ],\n                            [\n                                -3.4963146546655235,\n                                50.53694423195291\n                            ],\n                            [\n                                -3.496391237277937,\n                                50.536925742216354\n                            ],\n                            [\n                                -3.4964188780700813,\n                                50.53691908624732\n                            ],\n                            [\n                                -3.4965004014869927,\n                                50.53687227904645\n                            ],\n                            [\n                                -3.496500542496698,\n                                50.53686511925491\n                            ],\n                            [\n                                -3.4965017501832616,\n                                50.536804397153375\n                            ],\n                            [\n                                -3.4966074826612425,\n                                50.53680947643833\n                            ],\n                            [\n                                -3.4966483488714326,\n                                50.536784535645296\n                            ],\n                            [\n                                -3.4966883753180125,\n                                50.53676014103043\n                            ],\n                            [\n                                -3.4967516917894965,\n                                50.53671089722366\n                            ],\n                            [\n                                -3.4967582711190452,\n                                50.53670578468268\n                            ],\n                            [\n                                -3.496764068784547,\n                                50.5367014344277\n                            ],\n                            [\n                                -3.4968326526230524,\n                                50.5366500395578\n                            ],\n                            [\n                                -3.496896892769343,\n                                50.53660130835403\n                            ],\n                            [\n                                -3.4969094938783676,\n                                50.53659176255478\n                            ],\n                            [\n                                -3.497024226633429,\n                                50.53651706162866\n                            ],\n                            [\n                                -3.497104512344419,\n                                50.53646864208278\n                            ],\n                            [\n                                -3.4971855140420516,\n                                50.53642367578558\n                            ],\n                            [\n                                -3.497273735004755,\n                                50.536363351314556\n                            ],\n                            [\n                                -3.4972786237509137,\n                                50.53636000899556\n                            ],\n                            [\n                                -3.4973777293963764,\n                                50.536292739533216\n                            ],\n                            [\n                                -3.4974186953118567,\n                                50.53624989200391\n                            ],\n                            [\n                                -3.497436778164881,\n                                50.53623100369919\n                            ],\n                            [\n                                -3.4974528149740594,\n                                50.53620597071334\n                            ],\n                            [\n                                -3.4974884030908884,\n                                50.536150521858076\n                            ],\n                            [\n                                -3.4976113989724915,\n                                50.535901050408036\n                            ],\n                            [\n                                -3.4976990291989054,\n                                50.53577314992629\n                            ],\n                            [\n                                -3.497736543011159,\n                                50.5357087411252\n                            ],\n                            [\n                                -3.497784107912559,\n                                50.53564178371631\n                            ],\n                            [\n                                -3.4978456455646163,\n                                50.53557535697712\n                            ],\n                            [\n                                -3.497945213762916,\n                                50.53546797884152\n                            ],\n                            [\n                                -3.497990505654435,\n                                50.53542074035423\n                            ],\n                            [\n                                -3.498042200120763,\n                                50.53536686637537\n                            ],\n                            [\n                                -3.4980954585793,\n                                50.53530599685818\n                            ],\n                            [\n                                -3.498103495317499,\n                                50.53529681821147\n                            ],\n                            [\n                                -3.4981742109873957,\n                                50.53520788823186\n                            ],\n                            [\n                                -3.4982206669494897,\n                                50.53515146520597\n                            ],\n                            [\n                                -3.4982326136148862,\n                                50.53513696888552\n                            ],\n                            [\n                                -3.498299620650678,\n                                50.53506505738238\n                            ],\n                            [\n                                -3.4983989718156185,\n                                50.53494956046212\n                            ],\n                            [\n                                -3.498545840535109,\n                                50.534779490438865\n                            ],\n                            [\n                                -3.498615329994914,\n                                50.534701341239405\n                            ],\n                            [\n                                -3.4986876388497374,\n                                50.53462756253428\n                            ],\n                            [\n                                -3.4988256174848917,\n                                50.53449182704768\n                            ],\n                            [\n                                -3.498892548429162,\n                                50.534429358995105\n                            ],\n                            [\n                                -3.4988939667287697,\n                                50.53442803706897\n                            ],\n                            [\n                                -3.498930181170608,\n                                50.534385830784416\n                            ],\n                            [\n                                -3.4990406625227637,\n                                50.534257069264925\n                            ],\n                            [\n                                -3.4990540890550745,\n                                50.53424312096173\n                            ],\n                            [\n                                -3.4991142964746467,\n                                50.534180620118335\n                            ],\n                            [\n                                -3.4991423903225733,\n                                50.534141435193085\n                            ],\n                            [\n                                -3.499170918560704,\n                                50.5341016919711\n                            ],\n                            [\n                                -3.4992288640294937,\n                                50.534020003713344\n                            ],\n                            [\n                                -3.4992407384119777,\n                                50.53400569641165\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.526535068685205,\n                        50.555491734357794\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        }\n    ]\n}"},{"id":"52e08f67-5dc9-4da9-aa6b-4c63e5116727","name":"addresses (geometry)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ]\n                ]\n            ]\n        }\n    },\n    \"lod\": [\n        2\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/geometry/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 09:03:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"TQ1\",\n            \"area_name\": \"Torquay (centre) TQ1\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.529830705303974,\n                                50.46687093461119\n                            ],\n                            [\n                                -3.530439228752908,\n                                50.46726222349603\n                            ],\n                            [\n                                -3.5307125893985956,\n                                50.467437916135744\n                            ],\n                            [\n                                -3.531118942482865,\n                                50.46769906064888\n                            ],\n                            [\n                                -3.531361574486243,\n                                50.467855100274285\n                            ],\n                            [\n                                -3.531644299619206,\n                                50.46800422609083\n                            ],\n                            [\n                                -3.5317412233108954,\n                                50.4680553741971\n                            ],\n                            [\n                                -3.531757836236634,\n                                50.46805884288547\n                            ],\n                            [\n                                -3.5317894169287967,\n                                50.4680689407056\n                            ],\n                            [\n                                -3.5318312182277203,\n                                50.46809356363361\n                            ],\n                            [\n                                -3.531877672720506,\n                                50.46811435693275\n                            ],\n                            [\n                                -3.532102952514764,\n                                50.46825830215993\n                            ],\n                            [\n                                -3.5321335114453367,\n                                50.4681971205218\n                            ],\n                            [\n                                -3.532204833310903,\n                                50.46822171431147\n                            ],\n                            [\n                                -3.532602127141755,\n                                50.468306391261365\n                            ],\n                            [\n                                -3.532730816613126,\n                                50.468290944676376\n                            ],\n                            [\n                                -3.532731645892357,\n                                50.46829480102976\n                            ],\n                            [\n                                -3.5324738442486874,\n                                50.46842811054499\n                            ],\n                            [\n                                -3.5325656726326877,\n                                50.46848678982749\n                            ],\n                            [\n                                -3.5327220504800345,\n                                50.46852968021217\n                            ],\n                            [\n                                -3.533448479628989,\n                                50.468890449501046\n                            ],\n                            [\n                                -3.533829179201376,\n                                50.46907955064833\n                            ],\n                            [\n                                -3.533599194353043,\n                                50.46997540187727\n                            ],\n                            [\n                                -3.5339292944470886,\n                                50.46969196776846\n                            ],\n                            [\n                                -3.5339747045275782,\n                                50.46963426826658\n                            ],\n                            [\n                                -3.534051046927943,\n                                50.469537425171026\n                            ],\n                            [\n                                -3.534101497339337,\n                                50.46950223327021\n                            ],\n                            [\n                                -3.5343404442844566,\n                                50.46933580231012\n                            ],\n                            [\n                                -3.5345712379313228,\n                                50.469437678625034\n                            ],\n                            [\n                                -3.5351501197483017,\n                                50.469693394640174\n                            ],\n                            [\n                                -3.5352697501631676,\n                                50.46974620983037\n                            ],\n                            [\n                                -3.5362593154696484,\n                                50.47007229909378\n                            ],\n                            [\n                                -3.5362668369914108,\n                                50.470074798950016\n                            ],\n                            [\n                                -3.53743436976196,\n                                50.47044608676137\n                            ],\n                            [\n                                -3.537483658878068,\n                                50.4704502920226\n                            ],\n                            [\n                                -3.5376180979975476,\n                                50.47046164615756\n                            ],\n                            [\n                                -3.537626284181876,\n                                50.4704559618954\n                            ],\n                            [\n                                -3.537663313676048,\n                                50.470458440428985\n                            ],\n                            [\n                                -3.53772100966172,\n                                50.47051414016787\n                            ],\n                            [\n                                -3.537759899133814,\n                                50.47054527490504\n                            ],\n                            [\n                                -3.5377799281488476,\n                                50.47055409378997\n                            ],\n                            [\n                                -3.538147681979071,\n                                50.47071547160577\n                            ],\n                            [\n                                -3.538346927803066,\n                                50.47077577507707\n                            ],\n                            [\n                                -3.5394723370304635,\n                                50.47114768941448\n                            ],\n                            [\n                                -3.5394997718098327,\n                                50.471212242726885\n                            ],\n                            [\n                                -3.5395027886563795,\n                                50.47121921787227\n                            ],\n                            [\n                                -3.5395211492243153,\n                                50.471219604484475\n                            ],\n                            [\n                                -3.5397319647158314,\n                                50.47122427054571\n                            ],\n                            [\n                                -3.53982576951534,\n                                50.47127914063371\n                            ],\n                            [\n                                -3.5398860466064757,\n                                50.47133219698177\n                            ],\n                            [\n                                -3.5396736206233115,\n                                50.47143499090649\n                            ],\n                            [\n                                -3.539601506224223,\n                                50.47151857004771\n                            ],\n                            [\n                                -3.540330805147315,\n                                50.471788989145864\n                            ],\n                            [\n                                -3.540356403285751,\n                                50.47177921589162\n                            ],\n                            [\n                                -3.5403919535946122,\n                                50.471761297510355\n                            ],\n                            [\n                                -3.5403523956750624,\n                                50.47169537598306\n                            ],\n                            [\n                                -3.540388186110215,\n                                50.471388307881696\n                            ],\n                            [\n                                -3.5405518664287032,\n                                50.47141212345623\n                            ],\n                            [\n                                -3.540691865655653,\n                                50.471383297647726\n                            ],\n                            [\n                                -3.5408018969764514,\n                                50.4713009244914\n                            ],\n                            [\n                                -3.5408063519754007,\n                                50.47125590612615\n                            ],\n                            [\n                                -3.540957693234528,\n                                50.47125390181498\n                            ],\n                            [\n                                -3.5409792630675376,\n                                50.47132437835012\n                            ],\n                            [\n                                -3.5409930594694603,\n                                50.47140888903532\n                            ],\n                            [\n                                -3.5414024668486705,\n                                50.47145740992815\n                            ],\n                            [\n                                -3.541434470387448,\n                                50.47145914441878\n                            ],\n                            [\n                                -3.541728665189524,\n                                50.47163039821568\n                            ],\n                            [\n                                -3.5424424373270202,\n                                50.472144666447356\n                            ],\n                            [\n                                -3.5422213676639562,\n                                50.47211387967807\n                            ],\n                            [\n                                -3.542344569668435,\n                                50.4724361986276\n                            ],\n                            [\n                                -3.5423299337686998,\n                                50.47253987382925\n                            ],\n                            [\n                                -3.5425855165405715,\n                                50.47262775332884\n                            ],\n                            [\n                                -3.5426214934484013,\n                                50.47274415809273\n                            ],\n                            [\n                                -3.54250859344075,\n                                50.47286352597764\n                            ],\n                            [\n                                -3.5425766386816684,\n                                50.47296197693596\n                            ],\n                            [\n                                -3.542771388434237,\n                                50.473087158862654\n                            ],\n                            [\n                                -3.542945547012992,\n                                50.473147337465\n                            ],\n                            [\n                                -3.54301293874323,\n                                50.47310795982887\n                            ],\n                            [\n                                -3.543215198465271,\n                                50.47307120030227\n                            ],\n                            [\n                                -3.5435443025506728,\n                                50.47312950265442\n                            ],\n                            [\n                                -3.5436087428130567,\n                                50.47321325121873\n                            ],\n                            [\n                                -3.5439457574025446,\n                                50.47327207704884\n                            ],\n                            [\n                                -3.54396736286181,\n                                50.473314501294404\n                            ],\n                            [\n                                -3.5442154754505157,\n                                50.473411640913014\n                            ],\n                            [\n                                -3.5443205900914103,\n                                50.47342103817822\n                            ],\n                            [\n                                -3.5443555226232557,\n                                50.47344125096477\n                            ],\n                            [\n                                -3.5445411204504778,\n                                50.47347439326577\n                            ],\n                            [\n                                -3.54461891943352,\n                                50.47346940324947\n                            ],\n                            [\n                                -3.5447066060305326,\n                                50.47351050039177\n                            ],\n                            [\n                                -3.5448872826922897,\n                                50.47355305190268\n                            ],\n                            [\n                                -3.5449649058991684,\n                                50.47354266778598\n                            ],\n                            [\n                                -3.545064994838883,\n                                50.473493870103894\n                            ],\n                            [\n                                -3.545375631036894,\n                                50.473523731712056\n                            ],\n                            [\n                                -3.5453821484894195,\n                                50.47352436464039\n                            ],\n                            [\n                                -3.5454164029454374,\n                                50.47349136156128\n                            ],\n                            [\n                                -3.5455866335194894,\n                                50.473338501305356\n                            ],\n                            [\n                                -3.545871218816,\n                                50.473584582780056\n                            ],\n                            [\n                                -3.5459368743283934,\n                                50.473599170564334\n                            ],\n                            [\n                                -3.546078186664508,\n                                50.47377073586031\n                            ],\n                            [\n                                -3.5465962098109594,\n                                50.47367860912776\n                            ],\n                            [\n                                -3.5466036065633264,\n                                50.47367725169148\n                            ],\n                            [\n                                -3.5466043123922972,\n                                50.47367383370689\n                            ],\n                            [\n                                -3.546718562456441,\n                                50.47360730869405\n                            ],\n                            [\n                                -3.547755862913533,\n                                50.47451833407305\n                            ],\n                            [\n                                -3.548518756939981,\n                                50.47521659686669\n                            ],\n                            [\n                                -3.5485694292729173,\n                                50.47526294138151\n                            ],\n                            [\n                                -3.54877605427947,\n                                50.47554799766797\n                            ],\n                            [\n                                -3.5489256919128054,\n                                50.47624749416448\n                            ],\n                            [\n                                -3.5490758827369224,\n                                50.47745389328681\n                            ],\n                            [\n                                -3.5490726343090406,\n                                50.477454116408225\n                            ],\n                            [\n                                -3.549072157651105,\n                                50.4774537630074\n                            ],\n                            [\n                                -3.548212007961667,\n                                50.47769601596178\n                            ],\n                            [\n                                -3.5482115724591,\n                                50.47770770453261\n                            ],\n                            [\n                                -3.5482073723030654,\n                                50.477831486322515\n                            ],\n                            [\n                                -3.5481881362313747,\n                                50.47784018733166\n                            ],\n                            [\n                                -3.548002904973832,\n                                50.47794353382615\n                            ],\n                            [\n                                -3.5477056672072265,\n                                50.47799729491038\n                            ],\n                            [\n                                -3.5475055328080645,\n                                50.477897285152515\n                            ],\n                            [\n                                -3.547381140708916,\n                                50.47793103790098\n                            ],\n                            [\n                                -3.547226277047964,\n                                50.477925092952965\n                            ],\n                            [\n                                -3.5470553243732206,\n                                50.4778822268674\n                            ],\n                            [\n                                -3.5469463813690236,\n                                50.47783791555474\n                            ],\n                            [\n                                -3.5469423486616214,\n                                50.47783527106995\n                            ],\n                            [\n                                -3.546811123316275,\n                                50.47776679310015\n                            ],\n                            [\n                                -3.546735477128622,\n                                50.47777058675554\n                            ],\n                            [\n                                -3.5466851547456537,\n                                50.47776693873893\n                            ],\n                            [\n                                -3.5466643631839005,\n                                50.477766855371605\n                            ],\n                            [\n                                -3.546578516045561,\n                                50.47777851907745\n                            ],\n                            [\n                                -3.5464316398534743,\n                                50.47793565699721\n                            ],\n                            [\n                                -3.5463369774757694,\n                                50.47796181855749\n                            ],\n                            [\n                                -3.546076269040297,\n                                50.478312699412264\n                            ],\n                            [\n                                -3.545970355980687,\n                                50.47831066199523\n                            ],\n                            [\n                                -3.5459628938717604,\n                                50.478310518445284\n                            ],\n                            [\n                                -3.545900471606259,\n                                50.47830305303891\n                            ],\n                            [\n                                -3.545139479039193,\n                                50.47821203905351\n                            ],\n                            [\n                                -3.5452208444951694,\n                                50.477977366035844\n                            ],\n                            [\n                                -3.5451980899338644,\n                                50.47792444370557\n                            ],\n                            [\n                                -3.545093655860027,\n                                50.477790152110416\n                            ],\n                            [\n                                -3.5449560292060465,\n                                50.47777121323477\n                            ],\n                            [\n                                -3.5449114266322668,\n                                50.477754087940575\n                            ],\n                            [\n                                -3.5448820960123655,\n                                50.47774585245425\n                            ],\n                            [\n                                -3.5448094787630757,\n                                50.47773188711778\n                            ],\n                            [\n                                -3.544640536748368,\n                                50.477739796018966\n                            ],\n                            [\n                                -3.5444680534527926,\n                                50.47770306215523\n                            ],\n                            [\n                                -3.5444505791816456,\n                                50.477694489306636\n                            ],\n                            [\n                                -3.544266612805043,\n                                50.47767255824994\n                            ],\n                            [\n                                -3.5440094023763344,\n                                50.47758929974924\n                            ],\n                            [\n                                -3.543915549657827,\n                                50.477644219330024\n                            ],\n                            [\n                                -3.5438142741422594,\n                                50.4776707453895\n                            ],\n                            [\n                                -3.543624585734386,\n                                50.47770158312549\n                            ],\n                            [\n                                -3.54351383664999,\n                                50.477698195762386\n                            ],\n                            [\n                                -3.5433315343677245,\n                                50.47767022439143\n                            ],\n                            [\n                                -3.543229076780239,\n                                50.47772840533218\n                            ],\n                            [\n                                -3.542913152981857,\n                                50.47771182870527\n                            ],\n                            [\n                                -3.5428013485868104,\n                                50.47768642017966\n                            ],\n                            [\n                                -3.542669082939062,\n                                50.477614362884694\n                            ],\n                            [\n                                -3.5425864787386305,\n                                50.477554229189394\n                            ],\n                            [\n                                -3.5426028931506095,\n                                50.47751597736232\n                            ],\n                            [\n                                -3.5426064455638775,\n                                50.47750387875406\n                            ],\n                            [\n                                -3.5425730192606286,\n                                50.47741225376578\n                            ],\n                            [\n                                -3.5422687087264952,\n                                50.47727783033637\n                            ],\n                            [\n                                -3.5420780003399037,\n                                50.477223616994344\n                            ],\n                            [\n                                -3.541955168833357,\n                                50.477209245134276\n                            ],\n                            [\n                                -3.541945706991905,\n                                50.47720433407319\n                            ],\n                            [\n                                -3.541864417441664,\n                                50.47717025507986\n                            ],\n                            [\n                                -3.541808897190471,\n                                50.47715669986354\n                            ],\n                            [\n                                -3.5418036384122127,\n                                50.47715578024486\n                            ],\n                            [\n                                -3.5414259513116435,\n                                50.477337365980716\n                            ],\n                            [\n                                -3.541393029883461,\n                                50.47739678256012\n                            ],\n                            [\n                                -3.541387119427051,\n                                50.4775118628382\n                            ],\n                            [\n                                -3.541397320722419,\n                                50.47758239091266\n                            ],\n                            [\n                                -3.5413567736256004,\n                                50.477621861623305\n                            ],\n                            [\n                                -3.541301923079504,\n                                50.477832527308344\n                            ],\n                            [\n                                -3.540614761659004,\n                                50.47767817704805\n                            ],\n                            [\n                                -3.540576801468433,\n                                50.47771877341302\n                            ],\n                            [\n                                -3.5405271995314727,\n                                50.47783002522411\n                            ],\n                            [\n                                -3.54051007888513,\n                                50.477921600530614\n                            ],\n                            [\n                                -3.5405694770996288,\n                                50.47802232556002\n                            ],\n                            [\n                                -3.541470909274416,\n                                50.47800139312527\n                            ],\n                            [\n                                -3.5420635017711217,\n                                50.47802051288653\n                            ],\n                            [\n                                -3.5431661519904987,\n                                50.47812277568306\n                            ],\n                            [\n                                -3.543163826458207,\n                                50.47893973697508\n                            ],\n                            [\n                                -3.543163116140947,\n                                50.47922818215891\n                            ],\n                            [\n                                -3.5427930006601422,\n                                50.4791608981124\n                            ],\n                            [\n                                -3.542738802695332,\n                                50.47910622476293\n                            ],\n                            [\n                                -3.5425099839512195,\n                                50.47908822224687\n                            ],\n                            [\n                                -3.542389172191521,\n                                50.47908235903826\n                            ],\n                            [\n                                -3.542250731606953,\n                                50.47907789854665\n                            ],\n                            [\n                                -3.5421652107940855,\n                                50.47907804276583\n                            ],\n                            [\n                                -3.5419268899193908,\n                                50.47908983513563\n                            ],\n                            [\n                                -3.5418139335668086,\n                                50.47902911381692\n                            ],\n                            [\n                                -3.5418116836509883,\n                                50.47902797445439\n                            ],\n                            [\n                                -3.5417591447195833,\n                                50.47899522320412\n                            ],\n                            [\n                                -3.5413037717528955,\n                                50.478754092416146\n                            ],\n                            [\n                                -3.5412303881090756,\n                                50.47873088051983\n                            ],\n                            [\n                                -3.54109695203366,\n                                50.47868005299908\n                            ],\n                            [\n                                -3.5410478393198503,\n                                50.478685011442046\n                            ],\n                            [\n                                -3.5396211139863754,\n                                50.47876288823604\n                            ],\n                            [\n                                -3.5395234183073936,\n                                50.478792591890276\n                            ],\n                            [\n                                -3.5393693225311713,\n                                50.478767388876655\n                            ],\n                            [\n                                -3.539164185873633,\n                                50.47883833754589\n                            ],\n                            [\n                                -3.539022762340467,\n                                50.47890602384118\n                            ],\n                            [\n                                -3.5389367650329535,\n                                50.478970458670716\n                            ],\n                            [\n                                -3.538883657055651,\n                                50.478963516466095\n                            ],\n                            [\n                                -3.5386170904617607,\n                                50.47904257046119\n                            ],\n                            [\n                                -3.538215554605948,\n                                50.47912772517079\n                            ],\n                            [\n                                -3.5382059326824034,\n                                50.47912830205532\n                            ],\n                            [\n                                -3.538176896332511,\n                                50.47912868591024\n                            ],\n                            [\n                                -3.537855462212872,\n                                50.47943323297592\n                            ],\n                            [\n                                -3.5378706943338423,\n                                50.47946566963908\n                            ],\n                            [\n                                -3.5378714409551124,\n                                50.47953165523395\n                            ],\n                            [\n                                -3.5378706517809095,\n                                50.4795468559529\n                            ],\n                            [\n                                -3.5378117010572416,\n                                50.479671261911406\n                            ],\n                            [\n                                -3.537779148274659,\n                                50.47972789350752\n                            ],\n                            [\n                                -3.5376958258693643,\n                                50.47983184615141\n                            ],\n                            [\n                                -3.5376863687882154,\n                                50.4798414144712\n                            ],\n                            [\n                                -3.5375660873144463,\n                                50.47993444249023\n                            ],\n                            [\n                                -3.537516458732062,\n                                50.479966117412914\n                            ],\n                            [\n                                -3.5374060828523373,\n                                50.47999913460183\n                            ],\n                            [\n                                -3.53727028810109,\n                                50.480076277632094\n                            ],\n                            [\n                                -3.537251024326422,\n                                50.4801059324035\n                            ],\n                            [\n                                -3.5371229642495283,\n                                50.4802455419382\n                            ],\n                            [\n                                -3.5371182241909893,\n                                50.48025019132149\n                            ],\n                            [\n                                -3.537093995096814,\n                                50.48027712362604\n                            ],\n                            [\n                                -3.5370645723603604,\n                                50.4803190540029\n                            ],\n                            [\n                                -3.5369975956763064,\n                                50.480386024131676\n                            ],\n                            [\n                                -3.5369244211328748,\n                                50.480451816974984\n                            ],\n                            [\n                                -3.536921814242514,\n                                50.48045400988625\n                            ],\n                            [\n                                -3.5369238237507217,\n                                50.48046207763342\n                            ],\n                            [\n                                -3.536948644878853,\n                                50.48057503386319\n                            ],\n                            [\n                                -3.536945619136494,\n                                50.480632525303065\n                            ],\n                            [\n                                -3.536914319981655,\n                                50.480806920994794\n                            ],\n                            [\n                                -3.536861365565507,\n                                50.480940321824185\n                            ],\n                            [\n                                -3.536831865659656,\n                                50.48099466439842\n                            ],\n                            [\n                                -3.536818881884382,\n                                50.481013713568714\n                            ],\n                            [\n                                -3.5368336478304747,\n                                50.48108913719295\n                            ],\n                            [\n                                -3.536833238303159,\n                                50.48109085139639\n                            ],\n                            [\n                                -3.53684799199635,\n                                50.48137009837658\n                            ],\n                            [\n                                -3.5369470833569974,\n                                50.48142273347077\n                            ],\n                            [\n                                -3.5374728766180694,\n                                50.481906966586216\n                            ],\n                            [\n                                -3.5375616479084155,\n                                50.481967292192074\n                            ],\n                            [\n                                -3.537691619635701,\n                                50.48206537723745\n                            ],\n                            [\n                                -3.537940978266177,\n                                50.48228236320964\n                            ],\n                            [\n                                -3.537772588588825,\n                                50.48234689679023\n                            ],\n                            [\n                                -3.537555750644197,\n                                50.48241225020515\n                            ],\n                            [\n                                -3.536627790563939,\n                                50.482538790953214\n                            ],\n                            [\n                                -3.5365558115977964,\n                                50.482559428594634\n                            ],\n                            [\n                                -3.536368510458994,\n                                50.48277543812315\n                            ],\n                            [\n                                -3.5361955832443064,\n                                50.48313395084374\n                            ],\n                            [\n                                -3.5361631796542476,\n                                50.48315271669594\n                            ],\n                            [\n                                -3.536202906190483,\n                                50.483345411824544\n                            ],\n                            [\n                                -3.5362512597207956,\n                                50.48347856298967\n                            ],\n                            [\n                                -3.536327375333175,\n                                50.48361062809109\n                            ],\n                            [\n                                -3.5363369751334917,\n                                50.48362020549029\n                            ],\n                            [\n                                -3.5364126522295907,\n                                50.48367441828954\n                            ],\n                            [\n                                -3.5364586326199645,\n                                50.48369439761766\n                            ],\n                            [\n                                -3.535771556925516,\n                                50.48349092113348\n                            ],\n                            [\n                                -3.5349995678356834,\n                                50.4831593580354\n                            ],\n                            [\n                                -3.534940890377272,\n                                50.48308811094036\n                            ],\n                            [\n                                -3.5348767103313357,\n                                50.48306585286565\n                            ],\n                            [\n                                -3.5348186366331764,\n                                50.483091971999194\n                            ],\n                            [\n                                -3.5347427614057825,\n                                50.483063752432706\n                            ],\n                            [\n                                -3.534730155650535,\n                                50.48310886896408\n                            ],\n                            [\n                                -3.5346136719740264,\n                                50.483168576218794\n                            ],\n                            [\n                                -3.534651062654994,\n                                50.483167543459984\n                            ],\n                            [\n                                -3.534739751850517,\n                                50.48329585223171\n                            ],\n                            [\n                                -3.5347382606616624,\n                                50.483249827469486\n                            ],\n                            [\n                                -3.5348791578987355,\n                                50.48324796898548\n                            ],\n                            [\n                                -3.534882070841114,\n                                50.48333786706313\n                            ],\n                            [\n                                -3.5347698168106123,\n                                50.48333934774891\n                            ],\n                            [\n                                -3.534825661193046,\n                                50.48342013858151\n                            ],\n                            [\n                                -3.5348815101776383,\n                                50.483551122890134\n                            ],\n                            [\n                                -3.5348815363943764,\n                                50.48355193197278\n                            ],\n                            [\n                                -3.5348418698572157,\n                                50.483564956378544\n                            ],\n                            [\n                                -3.5348406022482997,\n                                50.48356542278156\n                            ],\n                            [\n                                -3.534673588429429,\n                                50.4837014062107\n                            ],\n                            [\n                                -3.53466001314853,\n                                50.48371660465087\n                            ],\n                            [\n                                -3.534315576412656,\n                                50.48382571608513\n                            ],\n                            [\n                                -3.534333107073368,\n                                50.48386082097034\n                            ],\n                            [\n                                -3.534193129735479,\n                                50.48372662872231\n                            ],\n                            [\n                                -3.534230257873687,\n                                50.4842127315517\n                            ],\n                            [\n                                -3.534276908683033,\n                                50.48434698518794\n                            ],\n                            [\n                                -3.5341004072899875,\n                                50.48455619322794\n                            ],\n                            [\n                                -3.534079868782153,\n                                50.484596656620404\n                            ],\n                            [\n                                -3.5339097183136605,\n                                50.484636394270005\n                            ],\n                            [\n                                -3.5338014692044672,\n                                50.484681521345806\n                            ],\n                            [\n                                -3.5336959520021614,\n                                50.484797095524094\n                            ],\n                            [\n                                -3.5332847696614347,\n                                50.48472231809681\n                            ],\n                            [\n                                -3.533292388423728,\n                                50.48469901409422\n                            ],\n                            [\n                                -3.5333333893329018,\n                                50.48461917682477\n                            ],\n                            [\n                                -3.533333710830031,\n                                50.484525036083646\n                            ],\n                            [\n                                -3.533134080293507,\n                                50.48474884731249\n                            ],\n                            [\n                                -3.533026219129965,\n                                50.484903115444254\n                            ],\n                            [\n                                -3.5329235446898037,\n                                50.48502036024763\n                            ],\n                            [\n                                -3.532937357091547,\n                                50.485026833580626\n                            ],\n                            [\n                                -3.532978165572724,\n                                50.48502377773743\n                            ],\n                            [\n                                -3.533099859817555,\n                                50.48518887165055\n                            ],\n                            [\n                                -3.533067011567397,\n                                50.4853446696708\n                            ],\n                            [\n                                -3.53305247304616,\n                                50.485358882311424\n                            ],\n                            [\n                                -3.5330449010044087,\n                                50.485411945653\n                            ],\n                            [\n                                -3.5330257779556544,\n                                50.485446094647926\n                            ],\n                            [\n                                -3.533018635280409,\n                                50.485469743109\n                            ],\n                            [\n                                -3.5329734433632756,\n                                50.48551681765299\n                            ],\n                            [\n                                -3.532957959789778,\n                                50.485527094521174\n                            ],\n                            [\n                                -3.532937086801048,\n                                50.485564234457485\n                            ],\n                            [\n                                -3.5329135162503515,\n                                50.48562604352148\n                            ],\n                            [\n                                -3.532878504524684,\n                                50.48565752383758\n                            ],\n                            [\n                                -3.532820425594974,\n                                50.48573022010169\n                            ],\n                            [\n                                -3.532808238492211,\n                                50.485759600994854\n                            ],\n                            [\n                                -3.532781350259594,\n                                50.48578728687547\n                            ],\n                            [\n                                -3.532750818729104,\n                                50.485809984299635\n                            ],\n                            [\n                                -3.5327214132550666,\n                                50.485856589978134\n                            ],\n                            [\n                                -3.532708772254098,\n                                50.48588588690226\n                            ],\n                            [\n                                -3.5326745691811015,\n                                50.48591753637556\n                            ],\n                            [\n                                -3.5326715079906728,\n                                50.485919645235064\n                            ],\n                            [\n                                -3.5325964850827685,\n                                50.48601153215812\n                            ],\n                            [\n                                -3.532591992999557,\n                                50.48601995541298\n                            ],\n                            [\n                                -3.5325152132658637,\n                                50.48608587378806\n                            ],\n                            [\n                                -3.532498010809862,\n                                50.48609662291343\n                            ],\n                            [\n                                -3.532438419130311,\n                                50.48617662375201\n                            ],\n                            [\n                                -3.5324184436584436,\n                                50.48623847529585\n                            ],\n                            [\n                                -3.5323395296290983,\n                                50.486306849941656\n                            ],\n                            [\n                                -3.532327001641721,\n                                50.48632527201708\n                            ],\n                            [\n                                -3.532284800429109,\n                                50.48634326642134\n                            ],\n                            [\n                                -3.532267156846231,\n                                50.486372629169246\n                            ],\n                            [\n                                -3.5321230345804677,\n                                50.48661324519018\n                            ],\n                            [\n                                -3.532121210187189,\n                                50.48661785596992\n                            ],\n                            [\n                                -3.532112385390295,\n                                50.486639637851596\n                            ],\n                            [\n                                -3.532020052980519,\n                                50.4866993841723\n                            ],\n                            [\n                                -3.532008138931758,\n                                50.48671195226017\n                            ],\n                            [\n                                -3.531993795182067,\n                                50.48673569545945\n                            ],\n                            [\n                                -3.531921992271808,\n                                50.48678338973817\n                            ],\n                            [\n                                -3.5316894048918472,\n                                50.48690487085969\n                            ],\n                            [\n                                -3.531661527203395,\n                                50.486902000104784\n                            ],\n                            [\n                                -3.5316115047860928,\n                                50.4868969925426\n                            ],\n                            [\n                                -3.5314474837791696,\n                                50.486892496063916\n                            ],\n                            [\n                                -3.531144580731784,\n                                50.4869390131475\n                            ],\n                            [\n                                -3.531142862529266,\n                                50.486939935120695\n                            ],\n                            [\n                                -3.5309403566407265,\n                                50.48707890725234\n                            ],\n                            [\n                                -3.5309253781742957,\n                                50.48707954500775\n                            ],\n                            [\n                                -3.5307416357745818,\n                                50.48710516588645\n                            ],\n                            [\n                                -3.5306800470817166,\n                                50.48712350467876\n                            ],\n                            [\n                                -3.5306260985163345,\n                                50.48714445002594\n                            ],\n                            [\n                                -3.530571538606116,\n                                50.48717177988077\n                            ],\n                            [\n                                -3.5305662508758506,\n                                50.48717391797064\n                            ],\n                            [\n                                -3.5303869496925833,\n                                50.487282904882036\n                            ],\n                            [\n                                -3.5303852430820473,\n                                50.487284186437044\n                            ],\n                            [\n                                -3.5302707882193234,\n                                50.487339104918696\n                            ],\n                            [\n                                -3.530197626779606,\n                                50.48738061037142\n                            ],\n                            [\n                                -3.530173221994517,\n                                50.487402336164486\n                            ],\n                            [\n                                -3.5301430776642633,\n                                50.48742268945054\n                            ],\n                            [\n                                -3.530146287877706,\n                                50.48748234702189\n                            ],\n                            [\n                                -3.5301616310265156,\n                                50.487586804252736\n                            ],\n                            [\n                                -3.530161839560243,\n                                50.487607657762254\n                            ],\n                            [\n                                -3.530145439058295,\n                                50.48768645985552\n                            ],\n                            [\n                                -3.530058596545308,\n                                50.4877181711724\n                            ],\n                            [\n                                -3.5300155875610773,\n                                50.48770380725203\n                            ],\n                            [\n                                -3.529585855693384,\n                                50.48751228033369\n                            ],\n                            [\n                                -3.5294863220247077,\n                                50.48746791896451\n                            ],\n                            [\n                                -3.529303019155182,\n                                50.4873631509865\n                            ],\n                            [\n                                -3.52919599924563,\n                                50.487356732995636\n                            ],\n                            [\n                                -3.529108381247859,\n                                50.48745480886941\n                            ],\n                            [\n                                -3.529008321505003,\n                                50.48746574690239\n                            ],\n                            [\n                                -3.528890995462542,\n                                50.48751475694842\n                            ],\n                            [\n                                -3.528872795355693,\n                                50.48752695762017\n                            ],\n                            [\n                                -3.528813518839316,\n                                50.48758464818441\n                            ],\n                            [\n                                -3.528811018553429,\n                                50.48759016715406\n                            ],\n                            [\n                                -3.528780605090679,\n                                50.48759128622541\n                            ],\n                            [\n                                -3.528644379623375,\n                                50.487612942842986\n                            ],\n                            [\n                                -3.5285723316814828,\n                                50.48763484449058\n                            ],\n                            [\n                                -3.5285598093063557,\n                                50.48764301332672\n                            ],\n                            [\n                                -3.5284584500315663,\n                                50.4876822799301\n                            ],\n                            [\n                                -3.5284469939918175,\n                                50.48769466175741\n                            ],\n                            [\n                                -3.5283491712675823,\n                                50.487721209774044\n                            ],\n                            [\n                                -3.528333468803208,\n                                50.48772825118104\n                            ],\n                            [\n                                -3.528313393123997,\n                                50.487733011678195\n                            ],\n                            [\n                                -3.5282908134818682,\n                                50.487742742566276\n                            ],\n                            [\n                                -3.5282258519747596,\n                                50.487757528895244\n                            ],\n                            [\n                                -3.528226629609323,\n                                50.48778162862841\n                            ],\n                            [\n                                -3.5281647254558677,\n                                50.487782441621285\n                            ],\n                            [\n                                -3.5281367486177984,\n                                50.48780222629423\n                            ],\n                            [\n                                -3.5280739054065138,\n                                50.487875243504995\n                            ],\n                            [\n                                -3.5280480250794994,\n                                50.48793079530789\n                            ],\n                            [\n                                -3.5280070185645482,\n                                50.487945714617574\n                            ],\n                            [\n                                -3.5279646877802966,\n                                50.48797027449436\n                            ],\n                            [\n                                -3.527867111899119,\n                                50.48805868609408\n                            ],\n                            [\n                                -3.527712083050423,\n                                50.4880197195629\n                            ],\n                            [\n                                -3.527396331361574,\n                                50.488050206974414\n                            ],\n                            [\n                                -3.52732906971201,\n                                50.488217067419335\n                            ],\n                            [\n                                -3.5274024886622253,\n                                50.488276972664224\n                            ],\n                            [\n                                -3.5273283200183396,\n                                50.48830572753972\n                            ],\n                            [\n                                -3.5268581468999307,\n                                50.48815743217743\n                            ],\n                            [\n                                -3.5268424211804343,\n                                50.488167261713684\n                            ],\n                            [\n                                -3.526813481872022,\n                                50.488185259969384\n                            ],\n                            [\n                                -3.5267525042614993,\n                                50.48824800822032\n                            ],\n                            [\n                                -3.5269765543140164,\n                                50.48836527727182\n                            ],\n                            [\n                                -3.5269791830975397,\n                                50.48836767105732\n                            ],\n                            [\n                                -3.5270862009439994,\n                                50.48839188952867\n                            ],\n                            [\n                                -3.527172829510434,\n                                50.48843607156184\n                            ],\n                            [\n                                -3.5270044474337547,\n                                50.488534756064745\n                            ],\n                            [\n                                -3.5269842327693834,\n                                50.488542216244696\n                            ],\n                            [\n                                -3.5268818213897974,\n                                50.48857780787083\n                            ],\n                            [\n                                -3.5268239677538427,\n                                50.48860060140448\n                            ],\n                            [\n                                -3.526790034747659,\n                                50.488593581924164\n                            ],\n                            [\n                                -3.5265597267492574,\n                                50.48834341470813\n                            ],\n                            [\n                                -3.526457641741591,\n                                50.48840706182559\n                            ],\n                            [\n                                -3.5263716220211965,\n                                50.488507722777996\n                            ],\n                            [\n                                -3.526263157329348,\n                                50.488485411291194\n                            ],\n                            [\n                                -3.5264127672093197,\n                                50.488767386924934\n                            ],\n                            [\n                                -3.5262111428892857,\n                                50.488635163034424\n                            ],\n                            [\n                                -3.5261119241300887,\n                                50.48861848606335\n                            ],\n                            [\n                                -3.5260671392267646,\n                                50.4885380587441\n                            ],\n                            [\n                                -3.526064100260283,\n                                50.4885338715905\n                            ],\n                            [\n                                -3.5225995612130703,\n                                50.48983971389111\n                            ],\n                            [\n                                -3.5221568018527942,\n                                50.48999124824837\n                            ],\n                            [\n                                -3.5211900746109306,\n                                50.49029924975402\n                            ],\n                            [\n                                -3.5213635358402007,\n                                50.49041997890221\n                            ],\n                            [\n                                -3.5218783985108586,\n                                50.490786553951935\n                            ],\n                            [\n                                -3.5224887215442795,\n                                50.49073460937082\n                            ],\n                            [\n                                -3.5232511664256747,\n                                50.49067409601348\n                            ],\n                            [\n                                -3.524572354264174,\n                                50.49029220989215\n                            ],\n                            [\n                                -3.5247075597997553,\n                                50.49024952635678\n                            ],\n                            [\n                                -3.525595187665801,\n                                50.489958541251355\n                            ],\n                            [\n                                -3.526438613225184,\n                                50.489648891777186\n                            ],\n                            [\n                                -3.527404299434202,\n                                50.48919466854803\n                            ],\n                            [\n                                -3.527662743809078,\n                                50.48952403140638\n                            ],\n                            [\n                                -3.5277160861816927,\n                                50.489592114420745\n                            ],\n                            [\n                                -3.5276832529764235,\n                                50.48968083599482\n                            ],\n                            [\n                                -3.527700136733983,\n                                50.489739234849395\n                            ],\n                            [\n                                -3.5278594525364726,\n                                50.48992532596081\n                            ],\n                            [\n                                -3.5279394019455483,\n                                50.48995682416243\n                            ],\n                            [\n                                -3.528035716842724,\n                                50.49002758047122\n                            ],\n                            [\n                                -3.527460894213162,\n                                50.49022861639261\n                            ],\n                            [\n                                -3.5275475400551737,\n                                50.49039209848029\n                            ],\n                            [\n                                -3.5273142036372316,\n                                50.490502608263185\n                            ],\n                            [\n                                -3.5275984600978956,\n                                50.490583480088354\n                            ],\n                            [\n                                -3.5282923838502236,\n                                50.49078080827486\n                            ],\n                            [\n                                -3.5282840562723647,\n                                50.49089015432547\n                            ],\n                            [\n                                -3.5282316575735253,\n                                50.49091997287592\n                            ],\n                            [\n                                -3.528138844326239,\n                                50.490979641392045\n                            ],\n                            [\n                                -3.5279745427746287,\n                                50.49112897974771\n                            ],\n                            [\n                                -3.527957484895981,\n                                50.491187554424684\n                            ],\n                            [\n                                -3.5279618123460326,\n                                50.49121375001756\n                            ],\n                            [\n                                -3.5279588834378353,\n                                50.491259736948514\n                            ],\n                            [\n                                -3.527941677565373,\n                                50.49131372681203\n                            ],\n                            [\n                                -3.527919108369629,\n                                50.49134917926829\n                            ],\n                            [\n                                -3.527921475281207,\n                                50.491382775383634\n                            ],\n                            [\n                                -3.5279174249246124,\n                                50.49142328192745\n                            ],\n                            [\n                                -3.527902147463905,\n                                50.49146844169592\n                            ],\n                            [\n                                -3.527890159896726,\n                                50.49148972513838\n                            ],\n                            [\n                                -3.5278574491260484,\n                                50.49152764908538\n                            ],\n                            [\n                                -3.5278754757395556,\n                                50.49156769487828\n                            ],\n                            [\n                                -3.5278922695827992,\n                                50.4916376966577\n                            ],\n                            [\n                                -3.52784179513727,\n                                50.49172718949113\n                            ],\n                            [\n                                -3.5278107247080555,\n                                50.49176221392316\n                            ],\n                            [\n                                -3.527806174866346,\n                                50.4917833097659\n                            ],\n                            [\n                                -3.5277748441026864,\n                                50.491864016263804\n                            ],\n                            [\n                                -3.527775976930864,\n                                50.49187028793966\n                            ],\n                            [\n                                -3.5277739641929395,\n                                50.49191977034823\n                            ],\n                            [\n                                -3.527769333111649,\n                                50.491938349038435\n                            ],\n                            [\n                                -3.5277491068869757,\n                                50.491981325346266\n                            ],\n                            [\n                                -3.527736561268432,\n                                50.49199973813469\n                            ],\n                            [\n                                -3.527738640197281,\n                                50.49206417719438\n                            ],\n                            [\n                                -3.527731399133674,\n                                50.49211372824182\n                            ],\n                            [\n                                -3.527706296754634,\n                                50.49218211261209\n                            ],\n                            [\n                                -3.5276826893670608,\n                                50.49218889795373\n                            ],\n                            [\n                                -3.5276293142285606,\n                                50.49223176980377\n                            ],\n                            [\n                                -3.527544005622353,\n                                50.49230041387314\n                            ],\n                            [\n                                -3.5274757710800966,\n                                50.49234374152581\n                            ],\n                            [\n                                -3.527468270092735,\n                                50.49237082088085\n                            ],\n                            [\n                                -3.5274149156777264,\n                                50.49245018851247\n                            ],\n                            [\n                                -3.5273989896346203,\n                                50.49246433768404\n                            ],\n                            [\n                                -3.5273436743357927,\n                                50.492497341870916\n                            ],\n                            [\n                                -3.52728575790104,\n                                50.49251832870525\n                            ],\n                            [\n                                -3.5271642151521747,\n                                50.49254500710701\n                            ],\n                            [\n                                -3.5270948817202887,\n                                50.49255428108049\n                            ],\n                            [\n                                -3.5270169224484595,\n                                50.49240011903165\n                            ],\n                            [\n                                -3.526999017246837,\n                                50.49251903394275\n                            ],\n                            [\n                                -3.5270056544966577,\n                                50.492566154413026\n                            ],\n                            [\n                                -3.5233155275110906,\n                                50.49305795009604\n                            ],\n                            [\n                                -3.5234840064610897,\n                                50.49316049324622\n                            ],\n                            [\n                                -3.5244939460251863,\n                                50.49316426458603\n                            ],\n                            [\n                                -3.525907278498541,\n                                50.493136566735366\n                            ],\n                            [\n                                -3.5265660745146463,\n                                50.49323518414347\n                            ],\n                            [\n                                -3.52709959299079,\n                                50.493330774242935\n                            ],\n                            [\n                                -3.5271992968213532,\n                                50.49335517855719\n                            ],\n                            [\n                                -3.527257290772964,\n                                50.49336934685399\n                            ],\n                            [\n                                -3.527298307648934,\n                                50.49338300946114\n                            ],\n                            [\n                                -3.5276309040200404,\n                                50.49354579031038\n                            ],\n                            [\n                                -3.5275533235601477,\n                                50.49364166454898\n                            ],\n                            [\n                                -3.5275611839334178,\n                                50.493694335982624\n                            ],\n                            [\n                                -3.5274734943059207,\n                                50.49404982705059\n                            ],\n                            [\n                                -3.527326085105552,\n                                50.49412180427651\n                            ],\n                            [\n                                -3.52700690667641,\n                                50.494068721643664\n                            ],\n                            [\n                                -3.526823299466882,\n                                50.49403822316248\n                            ],\n                            [\n                                -3.5262333284458496,\n                                50.49394022443253\n                            ],\n                            [\n                                -3.5248137641872788,\n                                50.49439247099429\n                            ],\n                            [\n                                -3.5245524405234394,\n                                50.494475740345685\n                            ],\n                            [\n                                -3.5239157430840624,\n                                50.4948438070986\n                            ],\n                            [\n                                -3.5233487853077228,\n                                50.49532407018606\n                            ],\n                            [\n                                -3.5232560521477647,\n                                50.49548397658139\n                            ],\n                            [\n                                -3.5231608155297103,\n                                50.49548324458627\n                            ],\n                            [\n                                -3.522974206338049,\n                                50.49581845103266\n                            ],\n                            [\n                                -3.522963875190558,\n                                50.49590930491182\n                            ],\n                            [\n                                -3.523020252203714,\n                                50.4958911194428\n                            ],\n                            [\n                                -3.5234589567983,\n                                50.495955059497156\n                            ],\n                            [\n                                -3.5235212126955022,\n                                50.4959320391941\n                            ],\n                            [\n                                -3.52371740406869,\n                                50.49592317492128\n                            ],\n                            [\n                                -3.5239732094905523,\n                                50.496000650851855\n                            ],\n                            [\n                                -3.524104399941485,\n                                50.49597025203629\n                            ],\n                            [\n                                -3.524890658195697,\n                                50.49604375419935\n                            ],\n                            [\n                                -3.524829528972702,\n                                50.496239213206955\n                            ],\n                            [\n                                -3.5245660854497096,\n                                50.4963616145726\n                            ],\n                            [\n                                -3.5240789784800928,\n                                50.4964660886394\n                            ],\n                            [\n                                -3.5242144926474244,\n                                50.49681522690312\n                            ],\n                            [\n                                -3.524498660314262,\n                                50.49693917797588\n                            ],\n                            [\n                                -3.5245109675757536,\n                                50.496949629218406\n                            ],\n                            [\n                                -3.5247311971972413,\n                                50.49696203303048\n                            ],\n                            [\n                                -3.524780510470919,\n                                50.49697360922672\n                            ],\n                            [\n                                -3.5249654211426154,\n                                50.49703682167033\n                            ],\n                            [\n                                -3.524939052735883,\n                                50.49713876816371\n                            ],\n                            [\n                                -3.524845623359082,\n                                50.497500708637915\n                            ],\n                            [\n                                -3.5247013226416097,\n                                50.498059331512685\n                            ],\n                            [\n                                -3.5248316467450254,\n                                50.49809555900992\n                            ],\n                            [\n                                -3.5248533981024868,\n                                50.49810327831716\n                            ],\n                            [\n                                -3.5251015909148706,\n                                50.49814579441323\n                            ],\n                            [\n                                -3.525111780451774,\n                                50.498148269023325\n                            ],\n                            [\n                                -3.5252930529045456,\n                                50.498167109142\n                            ],\n                            [\n                                -3.52556423115859,\n                                50.49821273155929\n                            ],\n                            [\n                                -3.526207468483757,\n                                50.49837459146923\n                            ],\n                            [\n                                -3.526523378983263,\n                                50.49851654924485\n                            ],\n                            [\n                                -3.5265345449755454,\n                                50.498667810389065\n                            ],\n                            [\n                                -3.5263488169528334,\n                                50.4990299824331\n                            ],\n                            [\n                                -3.5255131384080975,\n                                50.49978737479747\n                            ],\n                            [\n                                -3.524878102432,\n                                50.50027771067638\n                            ],\n                            [\n                                -3.5246600700576,\n                                50.5004460949754\n                            ],\n                            [\n                                -3.524179761045461,\n                                50.50085716248101\n                            ],\n                            [\n                                -3.5242452785081926,\n                                50.500887952890885\n                            ],\n                            [\n                                -3.524365932661932,\n                                50.50094463315338\n                            ],\n                            [\n                                -3.524464308553603,\n                                50.5009343508715\n                            ],\n                            [\n                                -3.5248799761335765,\n                                50.500704037551216\n                            ],\n                            [\n                                -3.525089056593183,\n                                50.50062937573643\n                            ],\n                            [\n                                -3.5252987010214425,\n                                50.500572675398345\n                            ],\n                            [\n                                -3.525552106402655,\n                                50.50056036910575\n                            ],\n                            [\n                                -3.525631922807713,\n                                50.50084712750822\n                            ],\n                            [\n                                -3.5256750871276163,\n                                50.5009346720918\n                            ],\n                            [\n                                -3.525665952080234,\n                                50.50097587469817\n                            ],\n                            [\n                                -3.5257210177275033,\n                                50.50099997515004\n                            ],\n                            [\n                                -3.526111580053524,\n                                50.50131816553167\n                            ],\n                            [\n                                -3.5261107463485377,\n                                50.50136097708891\n                            ],\n                            [\n                                -3.5262063469895812,\n                                50.50207199080954\n                            ],\n                            [\n                                -3.5262543480211814,\n                                50.50216558739697\n                            ],\n                            [\n                                -3.526289981004666,\n                                50.50220666157398\n                            ],\n                            [\n                                -3.5264406349143584,\n                                50.50221655716279\n                            ],\n                            [\n                                -3.5264468351979397,\n                                50.50221773494164\n                            ],\n                            [\n                                -3.527211522141176,\n                                50.502455854088595\n                            ],\n                            [\n                                -3.527414990153479,\n                                50.50240903407431\n                            ],\n                            [\n                                -3.527969935234326,\n                                50.50231894483193\n                            ],\n                            [\n                                -3.5281728855029404,\n                                50.50229937195072\n                            ],\n                            [\n                                -3.528221299170074,\n                                50.50229729721389\n                            ],\n                            [\n                                -3.5284639215579894,\n                                50.50210188125772\n                            ],\n                            [\n                                -3.528806268084534,\n                                50.50189473113797\n                            ],\n                            [\n                                -3.5289953764666713,\n                                50.50181384028783\n                            ],\n                            [\n                                -3.5293057689997207,\n                                50.50172291034153\n                            ],\n                            [\n                                -3.529538494581186,\n                                50.50168577495179\n                            ],\n                            [\n                                -3.529813610663942,\n                                50.50167577320277\n                            ],\n                            [\n                                -3.530713463260967,\n                                50.501825690753606\n                            ],\n                            [\n                                -3.531785187948164,\n                                50.502098044742766\n                            ],\n                            [\n                                -3.532505809872757,\n                                50.50232106930099\n                            ],\n                            [\n                                -3.5330904421524636,\n                                50.5028139898295\n                            ],\n                            [\n                                -3.5333829739592173,\n                                50.502885655138826\n                            ],\n                            [\n                                -3.534232775073029,\n                                50.50300041945091\n                            ],\n                            [\n                                -3.5342565096907363,\n                                50.50199283886613\n                            ],\n                            [\n                                -3.534294082156333,\n                                50.501803351517296\n                            ],\n                            [\n                                -3.534365634403564,\n                                50.5014427711235\n                            ],\n                            [\n                                -3.534583231168509,\n                                50.501197056097084\n                            ],\n                            [\n                                -3.5347356402893597,\n                                50.501114121579896\n                            ],\n                            [\n                                -3.5348526618884155,\n                                50.501087495009905\n                            ],\n                            [\n                                -3.5349036714825237,\n                                50.50107593994196\n                            ],\n                            [\n                                -3.5352137338322884,\n                                50.50107184994669\n                            ],\n                            [\n                                -3.535341519817997,\n                                50.501097135977574\n                            ],\n                            [\n                                -3.535642471836472,\n                                50.501246020685876\n                            ],\n                            [\n                                -3.5357624959955958,\n                                50.50146929540727\n                            ],\n                            [\n                                -3.535785590724819,\n                                50.501747810972596\n                            ],\n                            [\n                                -3.535872245460925,\n                                50.501809604734895\n                            ],\n                            [\n                                -3.536142623231982,\n                                50.50188695166623\n                            ],\n                            [\n                                -3.538088570741202,\n                                50.50231996851791\n                            ],\n                            [\n                                -3.5382861981196743,\n                                50.502326349971895\n                            ],\n                            [\n                                -3.53859347394225,\n                                50.50223237856114\n                            ],\n                            [\n                                -3.538856843684294,\n                                50.50209393785597\n                            ],\n                            [\n                                -3.5389837577867715,\n                                50.502092259546366\n                            ],\n                            [\n                                -3.5389181806047443,\n                                50.50224606336828\n                            ],\n                            [\n                                -3.5390892898306063,\n                                50.5027384049569\n                            ],\n                            [\n                                -3.5390900488671693,\n                                50.5028940296057\n                            ],\n                            [\n                                -3.5390915922653083,\n                                50.503242053488556\n                            ],\n                            [\n                                -3.5391490920479414,\n                                50.503708916524786\n                            ],\n                            [\n                                -3.5390136504439353,\n                                50.50431328954432\n                            ],\n                            [\n                                -3.539162225193732,\n                                50.50454517679907\n                            ],\n                            [\n                                -3.5395059852104707,\n                                50.50471146364851\n                            ],\n                            [\n                                -3.540841136178526,\n                                50.50570052178484\n                            ],\n                            [\n                                -3.53917940052249,\n                                50.50722950054805\n                            ],\n                            [\n                                -3.5371358119514387,\n                                50.50657831083298\n                            ],\n                            [\n                                -3.5364413995754322,\n                                50.50623090175084\n                            ],\n                            [\n                                -3.5362649335354317,\n                                50.506142692618795\n                            ],\n                            [\n                                -3.534854320182865,\n                                50.505685497937456\n                            ],\n                            [\n                                -3.534399684833036,\n                                50.5054592509113\n                            ],\n                            [\n                                -3.533409003177944,\n                                50.50381148415548\n                            ],\n                            [\n                                -3.5312260543611513,\n                                50.50391323737775\n                            ],\n                            [\n                                -3.528261934708431,\n                                50.50470115278976\n                            ],\n                            [\n                                -3.528041153321885,\n                                50.505890237512155\n                            ],\n                            [\n                                -3.528007289500874,\n                                50.50593249344583\n                            ],\n                            [\n                                -3.52802567662042,\n                                50.506077004208805\n                            ],\n                            [\n                                -3.528101110217978,\n                                50.50667059039093\n                            ],\n                            [\n                                -3.528312499764761,\n                                50.50696551205167\n                            ],\n                            [\n                                -3.528755544061784,\n                                50.50729748402346\n                            ],\n                            [\n                                -3.5288065051476214,\n                                50.50733089137139\n                            ],\n                            [\n                                -3.528843672620603,\n                                50.50735116935933\n                            ],\n                            [\n                                -3.529894227386461,\n                                50.50771372823773\n                            ],\n                            [\n                                -3.5306517363459555,\n                                50.507833869229245\n                            ],\n                            [\n                                -3.5308635186485406,\n                                50.50852177493651\n                            ],\n                            [\n                                -3.5309351190032414,\n                                50.508625042038595\n                            ],\n                            [\n                                -3.5319076258621975,\n                                50.51039003875617\n                            ],\n                            [\n                                -3.5319042751385905,\n                                50.51042290053955\n                            ],\n                            [\n                                -3.5317944883496217,\n                                50.51136049024664\n                            ],\n                            [\n                                -3.5317510000534593,\n                                50.51154376775357\n                            ],\n                            [\n                                -3.5315679829746074,\n                                50.512166015735126\n                            ],\n                            [\n                                -3.5302040895858746,\n                                50.511690522250824\n                            ],\n                            [\n                                -3.527709382157913,\n                                50.510820779218875\n                            ],\n                            [\n                                -3.5273137317329963,\n                                50.51075808845313\n                            ],\n                            [\n                                -3.526721197392154,\n                                50.510543873894484\n                            ],\n                            [\n                                -3.5254670829223005,\n                                50.51009062810292\n                            ],\n                            [\n                                -3.524697067921139,\n                                50.510117086974624\n                            ],\n                            [\n                                -3.5238327533690748,\n                                50.510020870638066\n                            ],\n                            [\n                                -3.5238236191467287,\n                                50.51002233927777\n                            ],\n                            [\n                                -3.523112566150995,\n                                50.50984265571583\n                            ],\n                            [\n                                -3.5222879232638795,\n                                50.50955188975034\n                            ],\n                            [\n                                -3.521889818883532,\n                                50.509383384986556\n                            ],\n                            [\n                                -3.521836265392928,\n                                50.50924778724793\n                            ],\n                            [\n                                -3.5217578789761697,\n                                50.50929780938537\n                            ],\n                            [\n                                -3.5211203709120342,\n                                50.50964789143236\n                            ],\n                            [\n                                -3.521225124205953,\n                                50.50983542382667\n                            ],\n                            [\n                                -3.521274960070854,\n                                50.5100686330057\n                            ],\n                            [\n                                -3.522224612341884,\n                                50.511531103177184\n                            ],\n                            [\n                                -3.522719129210086,\n                                50.51251939803467\n                            ],\n                            [\n                                -3.522291522731457,\n                                50.5128990176977\n                            ],\n                            [\n                                -3.522289783177731,\n                                50.512899310259115\n                            ],\n                            [\n                                -3.5218027391119926,\n                                50.51265285179798\n                            ],\n                            [\n                                -3.5203257382547957,\n                                50.51270794104211\n                            ],\n                            [\n                                -3.520704856272964,\n                                50.513037639647656\n                            ],\n                            [\n                                -3.52092037011674,\n                                50.51336047256733\n                            ],\n                            [\n                                -3.5218263453425775,\n                                50.51471742777477\n                            ],\n                            [\n                                -3.5218240307977418,\n                                50.51473975316002\n                            ],\n                            [\n                                -3.521764933258854,\n                                50.515039383029986\n                            ],\n                            [\n                                -3.521631684813467,\n                                50.51550309014505\n                            ],\n                            [\n                                -3.5216264626911986,\n                                50.515532378603815\n                            ],\n                            [\n                                -3.5212329737791905,\n                                50.51606961036292\n                            ],\n                            [\n                                -3.5214525863204105,\n                                50.51667857371419\n                            ],\n                            [\n                                -3.52159925187432,\n                                50.516989813178384\n                            ],\n                            [\n                                -3.521668968690519,\n                                50.51744349173148\n                            ],\n                            [\n                                -3.5198165004204087,\n                                50.520702662804794\n                            ],\n                            [\n                                -3.522254093908605,\n                                50.52173750013575\n                            ],\n                            [\n                                -3.5224011540441715,\n                                50.52179995273011\n                            ],\n                            [\n                                -3.5226922382574597,\n                                50.52203692117391\n                            ],\n                            [\n                                -3.5242945526883847,\n                                50.52234583228261\n                            ],\n                            [\n                                -3.525301890964924,\n                                50.52291722745456\n                            ],\n                            [\n                                -3.5254686256258565,\n                                50.52301601325481\n                            ],\n                            [\n                                -3.526034472355747,\n                                50.52379018315487\n                            ],\n                            [\n                                -3.5264488232874176,\n                                50.5249225640646\n                            ],\n                            [\n                                -3.526533157957877,\n                                50.52515324963026\n                            ],\n                            [\n                                -3.5264051432531627,\n                                50.52520887203598\n                            ],\n                            [\n                                -3.5259789702362134,\n                                50.52517022078683\n                            ],\n                            [\n                                -3.5217198859151035,\n                                50.52507916200474\n                            ],\n                            [\n                                -3.5205011413169993,\n                                50.52505300860008\n                            ],\n                            [\n                                -3.519976539957619,\n                                50.52496995179034\n                            ],\n                            [\n                                -3.51955531373508,\n                                50.52486810450989\n                            ],\n                            [\n                                -3.5190238936919034,\n                                50.52473954399457\n                            ],\n                            [\n                                -3.518468728268706,\n                                50.52465391141358\n                            ],\n                            [\n                                -3.518002999707763,\n                                50.524582030120655\n                            ],\n                            [\n                                -3.5178436010943357,\n                                50.52454095773039\n                            ],\n                            [\n                                -3.5178155746973716,\n                                50.524533678672846\n                            ],\n                            [\n                                -3.5178118200038626,\n                                50.52453273834258\n                            ],\n                            [\n                                -3.5177042595223513,\n                                50.524505010741294\n                            ],\n                            [\n                                -3.5171335838627256,\n                                50.5243055624832\n                            ],\n                            [\n                                -3.5167473216072,\n                                50.524139682727466\n                            ],\n                            [\n                                -3.516646013807231,\n                                50.524060078662764\n                            ],\n                            [\n                                -3.5156268862819395,\n                                50.5230750849566\n                            ],\n                            [\n                                -3.5152793283479156,\n                                50.52279180682366\n                            ],\n                            [\n                                -3.5144458056649235,\n                                50.52187631690779\n                            ],\n                            [\n                                -3.514171015122991,\n                                50.52166401925448\n                            ],\n                            [\n                                -3.5129871653011957,\n                                50.521089597691365\n                            ],\n                            [\n                                -3.5127832475232204,\n                                50.520990746791405\n                            ],\n                            [\n                                -3.512781010378133,\n                                50.52098960670377\n                            ],\n                            [\n                                -3.5119675060151607,\n                                50.520694386827294\n                            ],\n                            [\n                                -3.511507849033199,\n                                50.521320922970816\n                            ],\n                            [\n                                -3.511443442225587,\n                                50.52147829257949\n                            ],\n                            [\n                                -3.5113115827436174,\n                                50.52180017614787\n                            ],\n                            [\n                                -3.5112508973403256,\n                                50.522106745694956\n                            ],\n                            [\n                                -3.5111058468528142,\n                                50.522423404115514\n                            ],\n                            [\n                                -3.510084023729481,\n                                50.52400154770209\n                            ],\n                            [\n                                -3.509239621336332,\n                                50.5262788615312\n                            ],\n                            [\n                                -3.5086607627507984,\n                                50.52714976635287\n                            ],\n                            [\n                                -3.5085638212014576,\n                                50.52733111898837\n                            ],\n                            [\n                                -3.5083411837296143,\n                                50.52774741154251\n                            ],\n                            [\n                                -3.50808073418121,\n                                50.527984637037925\n                            ],\n                            [\n                                -3.5077307463496017,\n                                50.52807008625063\n                            ],\n                            [\n                                -3.5074630007129763,\n                                50.52808254776553\n                            ],\n                            [\n                                -3.506544627912168,\n                                50.528040494833576\n                            ],\n                            [\n                                -3.5059937568999398,\n                                50.52802065196241\n                            ],\n                            [\n                                -3.5058264505683345,\n                                50.52808575350808\n                            ],\n                            [\n                                -3.5057717712773044,\n                                50.52814049421426\n                            ],\n                            [\n                                -3.505727675840981,\n                                50.52839605012773\n                            ],\n                            [\n                                -3.505700288421716,\n                                50.528555095813715\n                            ],\n                            [\n                                -3.5055914950309295,\n                                50.52868237700751\n                            ],\n                            [\n                                -3.505123220609139,\n                                50.52903917312614\n                            ],\n                            [\n                                -3.5050854749897673,\n                                50.52918360314421\n                            ],\n                            [\n                                -3.5051607991894964,\n                                50.529335474678376\n                            ],\n                            [\n                                -3.5057102202982393,\n                                50.52975112890296\n                            ],\n                            [\n                                -3.505944112507061,\n                                50.53000893425183\n                            ],\n                            [\n                                -3.5060112191111243,\n                                50.53034081871391\n                            ],\n                            [\n                                -3.505966155582706,\n                                50.53070112613555\n                            ],\n                            [\n                                -3.505739706536955,\n                                50.53107557064787\n                            ],\n                            [\n                                -3.5057248911697596,\n                                50.5310999459786\n                            ],\n                            [\n                                -3.5048442245422433,\n                                50.5322445590777\n                            ],\n                            [\n                                -3.503995510346965,\n                                50.53344746218806\n                            ],\n                            [\n                                -3.5037436579876617,\n                                50.53322899802848\n                            ],\n                            [\n                                -3.500090025126332,\n                                50.53169570452997\n                            ],\n                            [\n                                -3.5000894122664143,\n                                50.531676385283546\n                            ],\n                            [\n                                -3.500105032050714,\n                                50.53161900297311\n                            ],\n                            [\n                                -3.500109624334711,\n                                50.531602305716305\n                            ],\n                            [\n                                -3.5001164772835494,\n                                50.53157992237957\n                            ],\n                            [\n                                -3.500128799197757,\n                                50.53153912171091\n                            ],\n                            [\n                                -3.5001965025403106,\n                                50.531430296824354\n                            ],\n                            [\n                                -3.500207744323465,\n                                50.53142713385413\n                            ],\n                            [\n                                -3.5002409360479714,\n                                50.53141782835754\n                            ],\n                            [\n                                -3.5003403524707166,\n                                50.53139416199314\n                            ],\n                            [\n                                -3.500377579459413,\n                                50.53132804718804\n                            ],\n                            [\n                                -3.500379601702999,\n                                50.531309419145444\n                            ],\n                            [\n                                -3.5003853358414605,\n                                50.53125676323543\n                            ],\n                            [\n                                -3.5003947130674997,\n                                50.5312116646995\n                            ],\n                            [\n                                -3.500400162411155,\n                                50.531185514047074\n                            ],\n                            [\n                                -3.5004110667726143,\n                                50.53115165899739\n                            ],\n                            [\n                                -3.500421986453648,\n                                50.53111779007141\n                            ],\n                            [\n                                -3.50042532007508,\n                                50.53110729147501\n                            ],\n                            [\n                                -3.500446417404067,\n                                50.53104106590511\n                            ],\n                            [\n                                -3.500440633101585,\n                                50.530953929976\n                            ],\n                            [\n                                -3.5004267289933573,\n                                50.53087147643351\n                            ],\n                            [\n                                -3.5003853632703117,\n                                50.530678612262584\n                            ],\n                            [\n                                -3.5003860910350366,\n                                50.53065128170229\n                            ],\n                            [\n                                -3.500387369863595,\n                                50.530604884222456\n                            ],\n                            [\n                                -3.500427430212254,\n                                50.530537815524895\n                            ],\n                            [\n                                -3.500427567077323,\n                                50.530537646611975\n                            ],\n                            [\n                                -3.50049001163487,\n                                50.530460581565805\n                            ],\n                            [\n                                -3.500535726845823,\n                                50.53039342194726\n                            ],\n                            [\n                                -3.500537847913126,\n                                50.53038571565845\n                            ],\n                            [\n                                -3.500539968171477,\n                                50.53037812319071\n                            ],\n                            [\n                                -3.50054472361029,\n                                50.530360734770674\n                            ],\n                            [\n                                -3.5005548302196683,\n                                50.53032401523651\n                            ],\n                            [\n                                -3.5005601010774035,\n                                50.53030183154992\n                            ],\n                            [\n                                -3.500562276820676,\n                                50.53029278354569\n                            ],\n                            [\n                                -3.5005664124725793,\n                                50.53027527089568\n                            ],\n                            [\n                                -3.500568958119553,\n                                50.530264558380395\n                            ],\n                            [\n                                -3.500573501533747,\n                                50.53024544066542\n                            ],\n                            [\n                                -3.5006025032136554,\n                                50.53017671575665\n                            ],\n                            [\n                                -3.5006320022015665,\n                                50.530140014176276\n                            ],\n                            [\n                                -3.500651369685158,\n                                50.530115945845964\n                            ],\n                            [\n                                -3.5006729378968955,\n                                50.53009682378533\n                            ],\n                            [\n                                -3.500718479678433,\n                                50.530056505585314\n                            ],\n                            [\n                                -3.5008031993499893,\n                                50.53000954611983\n                            ],\n                            [\n                                -3.5008277234672587,\n                                50.52999326883634\n                            ],\n                            [\n                                -3.500858392082725,\n                                50.52997295916218\n                            ],\n                            [\n                                -3.500879176120113,\n                                50.52995911834257\n                            ],\n                            [\n                                -3.5008874924965694,\n                                50.52995359853568\n                            ],\n                            [\n                                -3.500947934535207,\n                                50.529921413128214\n                            ],\n                            [\n                                -3.5009721448014948,\n                                50.52990852845662\n                            ],\n                            [\n                                -3.5010787276489683,\n                                50.52988359986527\n                            ],\n                            [\n                                -3.501201565501313,\n                                50.52987203280768\n                            ],\n                            [\n                                -3.5012850227029286,\n                                50.5298222203247\n                            ],\n                            [\n                                -3.501383614478367,\n                                50.5297264803281\n                            ],\n                            [\n                                -3.5013874527394613,\n                                50.52972270073125\n                            ],\n                            [\n                                -3.501391236816511,\n                                50.52971902528286\n                            ],\n                            [\n                                -3.5014545290410295,\n                                50.5296642619134\n                            ],\n                            [\n                                -3.5014545775845742,\n                                50.52966421991308\n                            ],\n                            [\n                                -3.5014619424353906,\n                                50.529657847776036\n                            ],\n                            [\n                                -3.501467313820717,\n                                50.529653200402386\n                            ],\n                            [\n                                -3.501501945790162,\n                                50.52962433612299\n                            ],\n                            [\n                                -3.501541995690092,\n                                50.529590990887186\n                            ],\n                            [\n                                -3.501602706241314,\n                                50.52953537570687\n                            ],\n                            [\n                                -3.5016137988533393,\n                                50.529525221045155\n                            ],\n                            [\n                                -3.5017183465679182,\n                                50.529418467752585\n                            ],\n                            [\n                                -3.5017885242371625,\n                                50.52934462456516\n                            ],\n                            [\n                                -3.5018304872702055,\n                                50.52930186899337\n                            ],\n                            [\n                                -3.501850342050403,\n                                50.52928167247224\n                            ],\n                            [\n                                -3.501883977837325,\n                                50.52924932377063\n                            ],\n                            [\n                                -3.5019176628521205,\n                                50.52921695855611\n                            ],\n                            [\n                                -3.5020071742802754,\n                                50.52909439047993\n                            ],\n                            [\n                                -3.50206900305334,\n                                50.529010681303426\n                            ],\n                            [\n                                -3.5021104324750163,\n                                50.5289546470981\n                            ],\n                            [\n                                -3.5022370674184953,\n                                50.52880285633077\n                            ],\n                            [\n                                -3.502283121700069,\n                                50.528736725870345\n                            ],\n                            [\n                                -3.502391711398281,\n                                50.52860630269141\n                            ],\n                            [\n                                -3.502435366085914,\n                                50.52854772960577\n                            ],\n                            [\n                                -3.5024416056228396,\n                                50.52853936714466\n                            ],\n                            [\n                                -3.502446448833603,\n                                50.52853240779503\n                            ],\n                            [\n                                -3.502490090020699,\n                                50.52846980566001\n                            ],\n                            [\n                                -3.502544981868637,\n                                50.52837765955864\n                            ],\n                            [\n                                -3.502578180577628,\n                                50.5283154882142\n                            ],\n                            [\n                                -3.5026114196039457,\n                                50.52825324837991\n                            ],\n                            [\n                                -3.5026325523072854,\n                                50.52819489554604\n                            ],\n                            [\n                                -3.502643705017065,\n                                50.5281641101149\n                            ],\n                            [\n                                -3.502643709960167,\n                                50.52816408633617\n                            ],\n                            [\n                                -3.502663177036033,\n                                50.528070460617265\n                            ],\n                            [\n                                -3.5026762084427947,\n                                50.52799213834451\n                            ],\n                            [\n                                -3.5026769858283995,\n                                50.52796200261754\n                            ],\n                            [\n                                -3.5026780988307014,\n                                50.527921082797825\n                            ],\n                            [\n                                -3.5026581459509183,\n                                50.527827744409656\n                            ],\n                            [\n                                -3.502653639541918,\n                                50.52780946686545\n                            ],\n                            [\n                                -3.5026356276591106,\n                                50.527736255838946\n                            ],\n                            [\n                                -3.5026393233170747,\n                                50.52769492068045\n                            ],\n                            [\n                                -3.502641693495093,\n                                50.5276687258229\n                            ],\n                            [\n                                -3.502695867757307,\n                                50.527597993571696\n                            ],\n                            [\n                                -3.5027111704495995,\n                                50.52755084618126\n                            ],\n                            [\n                                -3.5027189875843505,\n                                50.52752679884936\n                            ],\n                            [\n                                -3.502717666417053,\n                                50.527396409273855\n                            ],\n                            [\n                                -3.50271805873697,\n                                50.52734968014129\n                            ],\n                            [\n                                -3.5027182846790166,\n                                50.5273261705701\n                            ],\n                            [\n                                -3.50272154380155,\n                                50.527271163537904\n                            ],\n                            [\n                                -3.5027227698266468,\n                                50.52725065337298\n                            ],\n                            [\n                                -3.502725985975195,\n                                50.52724289177527\n                            ],\n                            [\n                                -3.502751600231355,\n                                50.527181114989475\n                            ],\n                            [\n                                -3.5028049300715947,\n                                50.527083385916136\n                            ],\n                            [\n                                -3.502819707115885,\n                                50.527061854529315\n                            ],\n                            [\n                                -3.502854730227376,\n                                50.527010893352724\n                            ],\n                            [\n                                -3.5028678349039355,\n                                50.52700051675309\n                            ],\n                            [\n                                -3.502895336347034,\n                                50.52697882863247\n                            ],\n                            [\n                                -3.5029274708992726,\n                                50.52695349254003\n                            ],\n                            [\n                                -3.5029369716168057,\n                                50.52694878314625\n                            ],\n                            [\n                                -3.5029370299059663,\n                                50.526948752718596\n                            ],\n                            [\n                                -3.503005315848007,\n                                50.5269149909668\n                            ],\n                            [\n                                -3.50304829039492,\n                                50.52689376205148\n                            ],\n                            [\n                                -3.503117771574719,\n                                50.526861666124034\n                            ],\n                            [\n                                -3.503133376799252,\n                                50.52685438030083\n                            ],\n                            [\n                                -3.5031359423690094,\n                                50.52685319336544\n                            ],\n                            [\n                                -3.5031411254492304,\n                                50.526852352802685\n                            ],\n                            [\n                                -3.5031453755256994,\n                                50.526851686531224\n                            ],\n                            [\n                                -3.503186518996111,\n                                50.52684499278581\n                            ],\n                            [\n                                -3.503242618742285,\n                                50.52683589707339\n                            ],\n                            [\n                                -3.503350905353422,\n                                50.52682487537886\n                            ],\n                            [\n                                -3.5034453237807415,\n                                50.5267814760215\n                            ],\n                            [\n                                -3.503528260676663,\n                                50.526727522561075\n                            ],\n                            [\n                                -3.5036053266146756,\n                                50.52667085687839\n                            ],\n                            [\n                                -3.5036291479303046,\n                                50.52664634963757\n                            ],\n                            [\n                                -3.503665439649397,\n                                50.52660904998779\n                            ],\n                            [\n                                -3.5036878062891628,\n                                50.52658035273234\n                            ],\n                            [\n                                -3.5037208839712495,\n                                50.52653796807035\n                            ],\n                            [\n                                -3.5037553780211503,\n                                50.52647357819506\n                            ],\n                            [\n                                -3.503768492730608,\n                                50.526421461110715\n                            ],\n                            [\n                                -3.503774055758016,\n                                50.526399409792695\n                            ],\n                            [\n                                -3.5037733362635817,\n                                50.52639142381063\n                            ],\n                            [\n                                -3.503770110402317,\n                                50.5263579726914\n                            ],\n                            [\n                                -3.5037674631966773,\n                                50.52633006466176\n                            ],\n                            [\n                                -3.503732706796519,\n                                50.52626909305583\n                            ],\n                            [\n                                -3.5037301083911947,\n                                50.526264534512094\n                            ],\n                            [\n                                -3.5036931446873383,\n                                50.52624351006573\n                            ],\n                            [\n                                -3.5036508362917713,\n                                50.52621938567033\n                            ],\n                            [\n                                -3.503540593527725,\n                                50.52620965778881\n                            ],\n                            [\n                                -3.5034277200798685,\n                                50.52620815691908\n                            ],\n                            [\n                                -3.503349821615222,\n                                50.52617316603636\n                            ],\n                            [\n                                -3.5033374915462576,\n                                50.52616761919452\n                            ],\n                            [\n                                -3.5033230586059236,\n                                50.52613968473389\n                            ],\n                            [\n                                -3.503316368266162,\n                                50.52612669250342\n                            ],\n                            [\n                                -3.5033109570729635,\n                                50.52611626334336\n                            ],\n                            [\n                                -3.5033041176499626,\n                                50.526103026783915\n                            ],\n                            [\n                                -3.5033139622998486,\n                                50.52607677745756\n                            ],\n                            [\n                                -3.503331343486123,\n                                50.52603056474535\n                            ],\n                            [\n                                -3.5034408213241743,\n                                50.52584447684942\n                            ],\n                            [\n                                -3.503485595522711,\n                                50.52574931318599\n                            ],\n                            [\n                                -3.5034884698254087,\n                                50.525741991503075\n                            ],\n                            [\n                                -3.5035115703652115,\n                                50.52568322571588\n                            ],\n                            [\n                                -3.503521913422592,\n                                50.52564909573585\n                            ],\n                            [\n                                -3.5035357589134293,\n                                50.52560355404373\n                            ],\n                            [\n                                -3.5035585797877467,\n                                50.525527461487926\n                            ],\n                            [\n                                -3.503581090866123,\n                                50.525445176362496\n                            ],\n                            [\n                                -3.5035863422094113,\n                                50.525401152045696\n                            ],\n                            [\n                                -3.5035898545584394,\n                                50.52537202641791\n                            ],\n                            [\n                                -3.503587251064688,\n                                50.525290128676595\n                            ],\n                            [\n                                -3.5035878966788574,\n                                50.525253433207745\n                            ],\n                            [\n                                -3.503588764544547,\n                                50.525207260402865\n                            ],\n                            [\n                                -3.503600124658016,\n                                50.525121701764206\n                            ],\n                            [\n                                -3.5036246394551633,\n                                50.52506874316125\n                            ],\n                            [\n                                -3.5036357434034526,\n                                50.52504478733163\n                            ],\n                            [\n                                -3.5036896921381673,\n                                50.52496665577863\n                            ],\n                            [\n                                -3.5037629342463683,\n                                50.524878561884364\n                            ],\n                            [\n                                -3.5038000029276524,\n                                50.52484839927951\n                            ],\n                            [\n                                -3.5038370736750983,\n                                50.52481825545537\n                            ],\n                            [\n                                -3.5039380047717423,\n                                50.52475841222338\n                            ],\n                            [\n                                -3.503970189742756,\n                                50.52472768905766\n                            ],\n                            [\n                                -3.5039981151808908,\n                                50.52470104799303\n                            ],\n                            [\n                                -3.50404814671225,\n                                50.524632859805266\n                            ],\n                            [\n                                -3.5040783568576614,\n                                50.524566906322505\n                            ],\n                            [\n                                -3.504088931497808,\n                                50.5244957204985\n                            ],\n                            [\n                                -3.5040593592676044,\n                                50.52443848658443\n                            ],\n                            [\n                                -3.504049723974274,\n                                50.524419808818145\n                            ],\n                            [\n                                -3.5040496958177503,\n                                50.52441978396998\n                            ],\n                            [\n                                -3.503951280858956,\n                                50.52433291695668\n                            ],\n                            [\n                                -3.5039451707393567,\n                                50.524325463796096\n                            ],\n                            [\n                                -3.5039002045270338,\n                                50.5242706219594\n                            ],\n                            [\n                                -3.503889566051186,\n                                50.52421104033854\n                            ],\n                            [\n                                -3.5038881893048557,\n                                50.52420332545885\n                            ],\n                            [\n                                -3.5039001307035615,\n                                50.52416153539358\n                            ],\n                            [\n                                -3.5039109570620255,\n                                50.52412382493246\n                            ],\n                            [\n                                -3.503918326767562,\n                                50.524110239357654\n                            ],\n                            [\n                                -3.5039183255328856,\n                                50.524110200525456\n                            ],\n                            [\n                                -3.5039346719924396,\n                                50.52408021312139\n                            ],\n                            [\n                                -3.50394690720513,\n                                50.5240578152978\n                            ],\n                            [\n                                -3.5040289715317474,\n                                50.523979248323315\n                            ],\n                            [\n                                -3.504097080501733,\n                                50.52390814642002\n                            ],\n                            [\n                                -3.504140108108961,\n                                50.52384555275259\n                            ],\n                            [\n                                -3.504159149345487,\n                                50.52377887119808\n                            ],\n                            [\n                                -3.50417885018583,\n                                50.523685020541436\n                            ],\n                            [\n                                -3.5041807590667586,\n                                50.52367919256716\n                            ],\n                            [\n                                -3.5042070043285642,\n                                50.52359924478259\n                            ],\n                            [\n                                -3.504290378475835,\n                                50.523474955373416\n                            ],\n                            [\n                                -3.5043037206231085,\n                                50.52345827036882\n                            ],\n                            [\n                                -3.504348640455683,\n                                50.52340211890627\n                            ],\n                            [\n                                -3.5044025186225927,\n                                50.52332230610436\n                            ],\n                            [\n                                -3.5044481899282123,\n                                50.523251588571945\n                            ],\n                            [\n                                -3.5044824578195137,\n                                50.523180091799965\n                            ],\n                            [\n                                -3.504484526936427,\n                                50.523174940375625\n                            ],\n                            [\n                                -3.5044991545295816,\n                                50.52313863146684\n                            ],\n                            [\n                                -3.5045151118147304,\n                                50.52309879444738\n                            ],\n                            [\n                                -3.5045347474879143,\n                                50.523049908499985\n                            ],\n                            [\n                                -3.5045497354455737,\n                                50.52300957968439\n                            ],\n                            [\n                                -3.504560650246683,\n                                50.52298031418723\n                            ],\n                            [\n                                -3.5046057112686384,\n                                50.52289431976102\n                            ],\n                            [\n                                -3.50464284249261,\n                                50.52284511916723\n                            ],\n                            [\n                                -3.5046517106306148,\n                                50.52283337734644\n                            ],\n                            [\n                                -3.5047647499496066,\n                                50.522753734205544\n                            ],\n                            [\n                                -3.5048435399807216,\n                                50.522707758269426\n                            ],\n                            [\n                                -3.5048813183505243,\n                                50.52269055257119\n                            ],\n                            [\n                                -3.5049492253465564,\n                                50.52265962522958\n                            ],\n                            [\n                                -3.5049759911725125,\n                                50.52265196527485\n                            ],\n                            [\n                                -3.5050191551305656,\n                                50.522639645641576\n                            ],\n                            [\n                                -3.505047589286949,\n                                50.52263147475004\n                            ],\n                            [\n                                -3.50505421553753,\n                                50.52262957835968\n                            ],\n                            [\n                                -3.505105866152893,\n                                50.52262929894002\n                            ],\n                            [\n                                -3.5051856750264756,\n                                50.52262886746657\n                            ],\n                            [\n                                -3.5052338181751512,\n                                50.52260649640433\n                            ],\n                            [\n                                -3.5052750640771273,\n                                50.5225873303084\n                            ],\n                            [\n                                -3.5053059055547235,\n                                50.522555846534196\n                            ],\n                            [\n                                -3.5053669406461374,\n                                50.5224936341717\n                            ],\n                            [\n                                -3.505398837951266,\n                                50.52242848589729\n                            ],\n                            [\n                                -3.5053634494369588,\n                                50.522391482551356\n                            ],\n                            [\n                                -3.505340289560036,\n                                50.52236722349223\n                            ],\n                            [\n                                -3.5053378202716092,\n                                50.522364357459395\n                            ],\n                            [\n                                -3.5053331966293415,\n                                50.522358897243095\n                            ],\n                            [\n                                -3.5052889017099793,\n                                50.5223075412466\n                            ],\n                            [\n                                -3.5052883373842505,\n                                50.522257802115874\n                            ],\n                            [\n                                -3.5052880788513363,\n                                50.52223380461518\n                            ],\n                            [\n                                -3.5052772471045164,\n                                50.52216380491123\n                            ],\n                            [\n                                -3.505285713330639,\n                                50.5221485764432\n                            ],\n                            [\n                                -3.5053211477197115,\n                                50.522084893077356\n                            ],\n                            [\n                                -3.505376874477478,\n                                50.52202292611109\n                            ],\n                            [\n                                -3.5054542203331067,\n                                50.521973112038424\n                            ],\n                            [\n                                -3.505455380498622,\n                                50.52197236511163\n                            ],\n                            [\n                                -3.5055532761547883,\n                                50.521941509985105\n                            ],\n                            [\n                                -3.505667848905391,\n                                50.52190497094411\n                            ],\n                            [\n                                -3.50576383594769,\n                                50.52186956260168\n                            ],\n                            [\n                                -3.505763888857136,\n                                50.52186952678302\n                            ],\n                            [\n                                -3.5058439880702603,\n                                50.52181533765114\n                            ],\n                            [\n                                -3.5058924076531515,\n                                50.52174986754191\n                            ],\n                            [\n                                -3.5058970864424523,\n                                50.521702338081475\n                            ],\n                            [\n                                -3.505900843063701,\n                                50.52166431946655\n                            ],\n                            [\n                                -3.5059081935537675,\n                                50.52158501797562\n                            ],\n                            [\n                                -3.505890705511093,\n                                50.52151781044071\n                            ],\n                            [\n                                -3.5058688880108213,\n                                50.52144975956079\n                            ],\n                            [\n                                -3.5058527808962245,\n                                50.521382451578035\n                            ],\n                            [\n                                -3.5058560902256986,\n                                50.521378726630765\n                            ],\n                            [\n                                -3.5058775649430607,\n                                50.52135455301594\n                            ],\n                            [\n                                -3.5059319488493133,\n                                50.52129339982149\n                            ],\n                            [\n                                -3.5060016200880675,\n                                50.521224165181394\n                            ],\n                            [\n                                -3.5060288841879026,\n                                50.52114912977671\n                            ],\n                            [\n                                -3.5059970743104794,\n                                50.521070299005714\n                            ],\n                            [\n                                -3.5059948740210345,\n                                50.52100118488861\n                            ],\n                            [\n                                -3.5060116064339706,\n                                50.52090197612539\n                            ],\n                            [\n                                -3.506045673951648,\n                                50.52084363841966\n                            ],\n                            [\n                                -3.506054509296414,\n                                50.520828537066755\n                            ],\n                            [\n                                -3.506100988628839,\n                                50.520783680256656\n                            ],\n                            [\n                                -3.506114893828506,\n                                50.5207702687635\n                            ],\n                            [\n                                -3.5061907732253315,\n                                50.520717052160556\n                            ],\n                            [\n                                -3.50621929429205,\n                                50.52064777539917\n                            ],\n                            [\n                                -3.506223495751188,\n                                50.52063757518739\n                            ],\n                            [\n                                -3.506212226334139,\n                                50.52060287725492\n                            ],\n                            [\n                                -3.50619239906944,\n                                50.5205417103989\n                            ],\n                            [\n                                -3.506166333838747,\n                                50.52047182675403\n                            ],\n                            [\n                                -3.50624251675862,\n                                50.520424181333745\n                            ],\n                            [\n                                -3.5063435510804357,\n                                50.520460556833136\n                            ],\n                            [\n                                -3.5064468398759807,\n                                50.52042153691557\n                            ],\n                            [\n                                -3.506465731848365,\n                                50.520354739943215\n                            ],\n                            [\n                                -3.50645852853044,\n                                50.52033145931509\n                            ],\n                            [\n                                -3.5064509321270663,\n                                50.52030684285608\n                            ],\n                            [\n                                -3.506447564497701,\n                                50.52029602364426\n                            ],\n                            [\n                                -3.5064435592973653,\n                                50.52028307833578\n                            ],\n                            [\n                                -3.5064069518438337,\n                                50.52021863310794\n                            ],\n                            [\n                                -3.506401400543311,\n                                50.52020885141744\n                            ],\n                            [\n                                -3.5063463866756837,\n                                50.52012873818817\n                            ],\n                            [\n                                -3.5063384773619544,\n                                50.520113844860965\n                            ],\n                            [\n                                -3.506305567959699,\n                                50.520051840794274\n                            ],\n                            [\n                                -3.5062990185579217,\n                                50.520027927102646\n                            ],\n                            [\n                                -3.5062930964044745,\n                                50.52000630135235\n                            ],\n                            [\n                                -3.5062886171457945,\n                                50.51998994354144\n                            ],\n                            [\n                                -3.506286601471824,\n                                50.51998250296831\n                            ],\n                            [\n                                -3.506295620506278,\n                                50.519914871480545\n                            ],\n                            [\n                                -3.506352841624638,\n                                50.51985741736008\n                            ],\n                            [\n                                -3.506369538893243,\n                                50.51985072388204\n                            ],\n                            [\n                                -3.5063849199765516,\n                                50.51984457313371\n                            ],\n                            [\n                                -3.5064409155157863,\n                                50.51982211007701\n                            ],\n                            [\n                                -3.506454382426578,\n                                50.51981671134544\n                            ],\n                            [\n                                -3.5065938159096426,\n                                50.51984610973638\n                            ],\n                            [\n                                -3.506604267265577,\n                                50.5198483132986\n                            ],\n                            [\n                                -3.506623245329109,\n                                50.519852361540494\n                            ],\n                            [\n                                -3.5066359894364663,\n                                50.5198550014951\n                            ],\n                            [\n                                -3.506643268610268,\n                                50.51985653617803\n                            ],\n                            [\n                                -3.5067408912069955,\n                                50.51982568355532\n                            ],\n                            [\n                                -3.5067496824435036,\n                                50.519801771304024\n                            ],\n                            [\n                                -3.5067717882008074,\n                                50.51974164331603\n                            ],\n                            [\n                                -3.5067846118218373,\n                                50.519665931267376\n                            ],\n                            [\n                                -3.506707134220162,\n                                50.519585182680906\n                            ],\n                            [\n                                -3.5066992001826995,\n                                50.519552683379786\n                            ],\n                            [\n                                -3.5066859382814712,\n                                50.5194981204565\n                            ],\n                            [\n                                -3.5066909919348115,\n                                50.5194578817744\n                            ],\n                            [\n                                -3.506694791321926,\n                                50.51942795489407\n                            ],\n                            [\n                                -3.506728309610859,\n                                50.51936852779078\n                            ],\n                            [\n                                -3.506747935383724,\n                                50.51933376969193\n                            ],\n                            [\n                                -3.5067905708301543,\n                                50.51926308582518\n                            ],\n                            [\n                                -3.50680036549049,\n                                50.51924552047666\n                            ],\n                            [\n                                -3.506835780637685,\n                                50.519181587139926\n                            ],\n                            [\n                                -3.506846756557092,\n                                50.51917529341433\n                            ],\n                            [\n                                -3.5069158545105776,\n                                50.5191356796455\n                            ],\n                            [\n                                -3.507146776735686,\n                                50.519126394079905\n                            ],\n                            [\n                                -3.507250496721283,\n                                50.51911076013479\n                            ],\n                            [\n                                -3.5073291589923956,\n                                50.51906487245936\n                            ],\n                            [\n                                -3.5073470161601352,\n                                50.519049014125244\n                            ],\n                            [\n                                -3.5073806198174817,\n                                50.51901920662573\n                            ],\n                            [\n                                -3.5073897616930467,\n                                50.519011097048704\n                            ],\n                            [\n                                -3.507411513957848,\n                                50.51899188422445\n                            ],\n                            [\n                                -3.5074976113609484,\n                                50.51890885559186\n                            ],\n                            [\n                                -3.5075595345350954,\n                                50.51884346158484\n                            ],\n                            [\n                                -3.507588992596051,\n                                50.518812367018256\n                            ],\n                            [\n                                -3.5076351569501445,\n                                50.51876018007615\n                            ],\n                            [\n                                -3.507655709972128,\n                                50.51873694604135\n                            ],\n                            [\n                                -3.5076942615755797,\n                                50.518678055678784\n                            ],\n                            [\n                                -3.507697248152738,\n                                50.51867349788048\n                            ],\n                            [\n                                -3.507712764039703,\n                                50.51857962877802\n                            ],\n                            [\n                                -3.507726824635419,\n                                50.518494097579946\n                            ],\n                            [\n                                -3.5077277809667526,\n                                50.51848299039226\n                            ],\n                            [\n                                -3.507728409279962,\n                                50.51847609888602\n                            ],\n                            [\n                                -3.507730607026773,\n                                50.518450174844894\n                            ],\n                            [\n                                -3.5077331052084846,\n                                50.51842116823823\n                            ],\n                            [\n                                -3.5077189414341583,\n                                50.51834883339435\n                            ],\n                            [\n                                -3.507712900137334,\n                                50.518317877921575\n                            ],\n                            [\n                                -3.507688756876037,\n                                50.51822468444638\n                            ],\n                            [\n                                -3.507687170242453,\n                                50.5182189074261\n                            ],\n                            [\n                                -3.5076515689420926,\n                                50.518089102334905\n                            ],\n                            [\n                                -3.507625911339849,\n                                50.5179744967632\n                            ],\n                            [\n                                -3.5076217769454536,\n                                50.51795794947603\n                            ],\n                            [\n                                -3.5076066991733206,\n                                50.517897481790975\n                            ],\n                            [\n                                -3.5075878960235602,\n                                50.517854730915516\n                            ],\n                            [\n                                -3.507566973547328,\n                                50.517807080284165\n                            ],\n                            [\n                                -3.5075627636413134,\n                                50.517770710598725\n                            ],\n                            [\n                                -3.507559217219759,\n                                50.51773985481826\n                            ],\n                            [\n                                -3.5075949871677374,\n                                50.517717671354326\n                            ],\n                            [\n                                -3.5076421874664585,\n                                50.5176884699976\n                            ],\n                            [\n                                -3.5076903312130026,\n                                50.51767551007662\n                            ],\n                            [\n                                -3.50773196491647,\n                                50.51766434639911\n                            ],\n                            [\n                                -3.50773204289747,\n                                50.51766428159481\n                            ],\n                            [\n                                -3.5077320782165775,\n                                50.517664272087146\n                            ],\n                            [\n                                -3.507935613198284,\n                                50.5176094823476\n                            ],\n                            [\n                                -3.507936619959686,\n                                50.517609265552906\n                            ],\n                            [\n                                -3.507937953593162,\n                                50.51760900234208\n                            ],\n                            [\n                                -3.508010327194418,\n                                50.517593396960876\n                            ],\n                            [\n                                -3.50804629067172,\n                                50.51758565431627\n                            ],\n                            [\n                                -3.5080905800766953,\n                                50.51755059276156\n                            ],\n                            [\n                                -3.5081023481689617,\n                                50.51754127657667\n                            ],\n                            [\n                                -3.508153471767495,\n                                50.51750082306414\n                            ],\n                            [\n                                -3.5083011872963668,\n                                50.51749369257533\n                            ],\n                            [\n                                -3.508404735598447,\n                                50.51750951934786\n                            ],\n                            [\n                                -3.5084947458818547,\n                                50.51746529149235\n                            ],\n                            [\n                                -3.508550838370965,\n                                50.5174080128288\n                            ],\n                            [\n                                -3.508565447014795,\n                                50.51737457283808\n                            ],\n                            [\n                                -3.508590119433786,\n                                50.51731817764551\n                            ],\n                            [\n                                -3.508592968532104,\n                                50.51731166524944\n                            ],\n                            [\n                                -3.508595712077645,\n                                50.5173054709688\n                            ],\n                            [\n                                -3.508696971768465,\n                                50.517147355326486\n                            ],\n                            [\n                                -3.5087002406124856,\n                                50.5171416883561\n                            ],\n                            [\n                                -3.5087787931230707,\n                                50.51700560808148\n                            ],\n                            [\n                                -3.5088231336242415,\n                                50.51692750859515\n                            ],\n                            [\n                                -3.5088451458585737,\n                                50.516861390214764\n                            ],\n                            [\n                                -3.5088571137499827,\n                                50.51678550910782\n                            ],\n                            [\n                                -3.5088432703923855,\n                                50.51671218614648\n                            ],\n                            [\n                                -3.508840310002683,\n                                50.51669648364456\n                            ],\n                            [\n                                -3.508839615881114,\n                                50.51669577997569\n                            ],\n                            [\n                                -3.508838395997458,\n                                50.516694497496935\n                            ],\n                            [\n                                -3.5088183820742427,\n                                50.51667345199054\n                            ],\n                            [\n                                -3.508813353332547,\n                                50.5166681525802\n                            ],\n                            [\n                                -3.5088029167836807,\n                                50.51665718957158\n                            ],\n                            [\n                                -3.5087835359420714,\n                                50.51663680977468\n                            ],\n                            [\n                                -3.5087731593574345,\n                                50.51663156241633\n                            ],\n                            [\n                                -3.5087045386701,\n                                50.51659682310523\n                            ],\n                            [\n                                -3.5086768805579602,\n                                50.51659736150456\n                            ],\n                            [\n                                -3.5086177322795096,\n                                50.51659902757032\n                            ],\n                            [\n                                -3.5066072104972963,\n                                50.51662776908326\n                            ],\n                            [\n                                -3.5034244316903425,\n                                50.51667434839109\n                            ],\n                            [\n                                -3.5018558038398764,\n                                50.51669727200944\n                            ],\n                            [\n                                -3.495623903971597,\n                                50.516786512957346\n                            ],\n                            [\n                                -3.4955970352764667,\n                                50.51673562132943\n                            ],\n                            [\n                                -3.4945891040505113,\n                                50.51482609847994\n                            ],\n                            [\n                                -3.492704932562197,\n                                50.51125703573346\n                            ],\n                            [\n                                -3.492638418699611,\n                                50.51113102062362\n                            ],\n                            [\n                                -3.4917273588106355,\n                                50.50940337061229\n                            ],\n                            [\n                                -3.4917188458669086,\n                                50.50938722680615\n                            ],\n                            [\n                                -3.4899272540725903,\n                                50.50597254561565\n                            ],\n                            [\n                                -3.487875234606303,\n                                50.50206083233519\n                            ],\n                            [\n                                -3.4860290000521097,\n                                50.498544573268255\n                            ],\n                            [\n                                -3.4844259852337034,\n                                50.495580014477554\n                            ],\n                            [\n                                -3.483959285886715,\n                                50.4946839813865\n                            ],\n                            [\n                                -3.48155339470589,\n                                50.490064849276344\n                            ],\n                            [\n                                -3.4812729931371975,\n                                50.489536023268265\n                            ],\n                            [\n                                -3.4796415179717464,\n                                50.48645886264946\n                            ],\n                            [\n                                -3.479179104461233,\n                                50.485586615722454\n                            ],\n                            [\n                                -3.4791729389228205,\n                                50.48557498533892\n                            ],\n                            [\n                                -3.479024225681976,\n                                50.48529024053334\n                            ],\n                            [\n                                -3.478194555924503,\n                                50.48369334733016\n                            ],\n                            [\n                                -3.478189082513153,\n                                50.48368282239517\n                            ],\n                            [\n                                -3.477310023548103,\n                                50.482006821787195\n                            ],\n                            [\n                                -3.477269455935241,\n                                50.481929808405106\n                            ],\n                            [\n                                -3.4748451807660867,\n                                50.47728470948001\n                            ],\n                            [\n                                -3.4738800392752163,\n                                50.475478501602716\n                            ],\n                            [\n                                -3.4738800113107784,\n                                50.475477602595554\n                            ],\n                            [\n                                -3.4731412471484173,\n                                50.47409141677093\n                            ],\n                            [\n                                -3.473140800567441,\n                                50.47409056867822\n                            ],\n                            [\n                                -3.4725555108497836,\n                                50.47299324678137\n                            ],\n                            [\n                                -3.472121323352297,\n                                50.472194463488606\n                            ],\n                            [\n                                -3.4718526883727545,\n                                50.47170023198437\n                            ],\n                            [\n                                -3.4717738196488286,\n                                50.47155512809971\n                            ],\n                            [\n                                -3.4704354310629975,\n                                50.46909346666895\n                            ],\n                            [\n                                -3.4701911592043286,\n                                50.46864414464395\n                            ],\n                            [\n                                -3.4699212997358977,\n                                50.46814720318891\n                            ],\n                            [\n                                -3.4698025239247627,\n                                50.467928602822504\n                            ],\n                            [\n                                -3.4690444143831556,\n                                50.466436291679265\n                            ],\n                            [\n                                -3.4688151549513417,\n                                50.46598498062516\n                            ],\n                            [\n                                -3.46772445866335,\n                                50.463935658841045\n                            ],\n                            [\n                                -3.467578990299931,\n                                50.463188099492804\n                            ],\n                            [\n                                -3.4674179088009134,\n                                50.46236024387358\n                            ],\n                            [\n                                -3.4669970251038205,\n                                50.460404751215364\n                            ],\n                            [\n                                -3.466781053061266,\n                                50.45940122947066\n                            ],\n                            [\n                                -3.46640872111657,\n                                50.45693988407973\n                            ],\n                            [\n                                -3.466288696562548,\n                                50.456146381990685\n                            ],\n                            [\n                                -3.4662420500569295,\n                                50.45583689957455\n                            ],\n                            [\n                                -3.4662267330622427,\n                                50.45573527453478\n                            ],\n                            [\n                                -3.465559617581562,\n                                50.450103766336774\n                            ],\n                            [\n                                -3.464899463316926,\n                                50.44423740300555\n                            ],\n                            [\n                                -3.464216954247049,\n                                50.43855122158471\n                            ],\n                            [\n                                -3.463609000021861,\n                                50.43354490515195\n                            ],\n                            [\n                                -3.4632358822837666,\n                                50.43052948929766\n                            ],\n                            [\n                                -3.4631122504544205,\n                                50.4299308877755\n                            ],\n                            [\n                                -3.468835221887507,\n                                50.42983412626868\n                            ],\n                            [\n                                -3.488055951515314,\n                                50.430367910745154\n                            ],\n                            [\n                                -3.488197767613575,\n                                50.430373830969664\n                            ],\n                            [\n                                -3.496803898657293,\n                                50.429177719924695\n                            ],\n                            [\n                                -3.506885430849429,\n                                50.42794641407826\n                            ],\n                            [\n                                -3.512385992801882,\n                                50.42805637226919\n                            ],\n                            [\n                                -3.5220823508327173,\n                                50.43457604881839\n                            ],\n                            [\n                                -3.522319998077611,\n                                50.434727405868315\n                            ],\n                            [\n                                -3.5230582807168944,\n                                50.4351902259654\n                            ],\n                            [\n                                -3.528309981289194,\n                                50.43840689044976\n                            ],\n                            [\n                                -3.5285190542099736,\n                                50.438531638185815\n                            ],\n                            [\n                                -3.5288820637501033,\n                                50.440032072700774\n                            ],\n                            [\n                                -3.5298251241924943,\n                                50.44368652485024\n                            ],\n                            [\n                                -3.5307265915499424,\n                                50.44701856037951\n                            ],\n                            [\n                                -3.531264467711557,\n                                50.44797397815975\n                            ],\n                            [\n                                -3.5341621542590023,\n                                50.45431500129451\n                            ],\n                            [\n                                -3.5340809818794385,\n                                50.45514136876661\n                            ],\n                            [\n                                -3.5340796113732136,\n                                50.45516736961006\n                            ],\n                            [\n                                -3.534066440304497,\n                                50.45556449778304\n                            ],\n                            [\n                                -3.5311311114938255,\n                                50.45740813718595\n                            ],\n                            [\n                                -3.529983193259363,\n                                50.45816617154337\n                            ],\n                            [\n                                -3.528972879678527,\n                                50.4584011751543\n                            ],\n                            [\n                                -3.52651566770348,\n                                50.459134302328835\n                            ],\n                            [\n                                -3.524857559294708,\n                                50.458833893403856\n                            ],\n                            [\n                                -3.5248542976596253,\n                                50.45883717387801\n                            ],\n                            [\n                                -3.5250044700169085,\n                                50.459034811156826\n                            ],\n                            [\n                                -3.5249933093090315,\n                                50.459124957183064\n                            ],\n                            [\n                                -3.5248853014633825,\n                                50.45927022678047\n                            ],\n                            [\n                                -3.524478711420709,\n                                50.4596884280282\n                            ],\n                            [\n                                -3.524498285545916,\n                                50.45969383754971\n                            ],\n                            [\n                                -3.5250010544017476,\n                                50.45984621149381\n                            ],\n                            [\n                                -3.525205571235823,\n                                50.45989144878605\n                            ],\n                            [\n                                -3.524991257020864,\n                                50.46032125097595\n                            ],\n                            [\n                                -3.5249826558846458,\n                                50.46033943201367\n                            ],\n                            [\n                                -3.5249745048269117,\n                                50.46041452812315\n                            ],\n                            [\n                                -3.524883586183303,\n                                50.460505989355646\n                            ],\n                            [\n                                -3.524871367666001,\n                                50.46051990083338\n                            ],\n                            [\n                                -3.5247923811921593,\n                                50.460653826622014\n                            ],\n                            [\n                                -3.524773792634628,\n                                50.460689586269474\n                            ],\n                            [\n                                -3.524729857287702,\n                                50.46073584095712\n                            ],\n                            [\n                                -3.5246760910910857,\n                                50.46081593275634\n                            ],\n                            [\n                                -3.524663396220138,\n                                50.46083299823981\n                            ],\n                            [\n                                -3.52462784038686,\n                                50.460876085222466\n                            ],\n                            [\n                                -3.5247007102058237,\n                                50.461129759160876\n                            ],\n                            [\n                                -3.5247929049042614,\n                                50.46125883323569\n                            ],\n                            [\n                                -3.5248076825968346,\n                                50.461281114746456\n                            ],\n                            [\n                                -3.524812221603883,\n                                50.46131009583\n                            ],\n                            [\n                                -3.524812491029605,\n                                50.461332927237066\n                            ],\n                            [\n                                -3.5248402347268297,\n                                50.461574340547465\n                            ],\n                            [\n                                -3.5248528141350093,\n                                50.461683772579676\n                            ],\n                            [\n                                -3.5249046812905243,\n                                50.46172157668968\n                            ],\n                            [\n                                -3.525009777408581,\n                                50.46183950920455\n                            ],\n                            [\n                                -3.5252291786683583,\n                                50.461939403784534\n                            ],\n                            [\n                                -3.525246873095942,\n                                50.46196956143322\n                            ],\n                            [\n                                -3.525353827850155,\n                                50.46205501110444\n                            ],\n                            [\n                                -3.5253774311476036,\n                                50.462073948100766\n                            ],\n                            [\n                                -3.5253809961725673,\n                                50.46207614977736\n                            ],\n                            [\n                                -3.525456610029644,\n                                50.46210491842896\n                            ],\n                            [\n                                -3.5253870984855475,\n                                50.4621685876856\n                            ],\n                            [\n                                -3.5253488853420056,\n                                50.46229505408693\n                            ],\n                            [\n                                -3.5253791053002854,\n                                50.46232432799902\n                            ],\n                            [\n                                -3.5253800637434276,\n                                50.46232521480001\n                            ],\n                            [\n                                -3.5254268200850247,\n                                50.46237054144152\n                            ],\n                            [\n                                -3.5255795924296445,\n                                50.46251850775173\n                            ],\n                            [\n                                -3.525801058590472,\n                                50.462733196404265\n                            ],\n                            [\n                                -3.525843392506197,\n                                50.46277417397801\n                            ],\n                            [\n                                -3.5262161290478806,\n                                50.463039652687534\n                            ],\n                            [\n                                -3.5263163492610063,\n                                50.46311097981921\n                            ],\n                            [\n                                -3.526463439347538,\n                                50.4632157779412\n                            ],\n                            [\n                                -3.526571782453295,\n                                50.46347805985441\n                            ],\n                            [\n                                -3.526692606253455,\n                                50.46377039662318\n                            ],\n                            [\n                                -3.5266974148158425,\n                                50.46379676592526\n                            ],\n                            [\n                                -3.526708673173698,\n                                50.46385802697986\n                            ],\n                            [\n                                -3.5267177191195707,\n                                50.46390790409591\n                            ],\n                            [\n                                -3.5267202404822013,\n                                50.46392144245987\n                            ],\n                            [\n                                -3.5267717142303665,\n                                50.46420281751553\n                            ],\n                            [\n                                -3.526805423271114,\n                                50.46438759081378\n                            ],\n                            [\n                                -3.5268041643827157,\n                                50.46438787714462\n                            ],\n                            [\n                                -3.526803310040137,\n                                50.46442259493313\n                            ],\n                            [\n                                -3.526802406864506,\n                                50.46445623412178\n                            ],\n                            [\n                                -3.5268163183615777,\n                                50.46445506225355\n                            ],\n                            [\n                                -3.5268287286072617,\n                                50.46454813677618\n                            ],\n                            [\n                                -3.5268495339603,\n                                50.4647036790836\n                            ],\n                            [\n                                -3.526784011585428,\n                                50.46481207627363\n                            ],\n                            [\n                                -3.526806104712804,\n                                50.46487724227654\n                            ],\n                            [\n                                -3.526729087751976,\n                                50.46490306649728\n                            ],\n                            [\n                                -3.526688846971713,\n                                50.46496653225615\n                            ],\n                            [\n                                -3.52671910121715,\n                                50.46502916289079\n                            ],\n                            [\n                                -3.5267948424956286,\n                                50.46506521388252\n                            ],\n                            [\n                                -3.5268107521053405,\n                                50.465032457005705\n                            ],\n                            [\n                                -3.52685721831743,\n                                50.46498204026338\n                            ],\n                            [\n                                -3.526951603048454,\n                                50.46499059566088\n                            ],\n                            [\n                                -3.526901767741118,\n                                50.46506337965877\n                            ],\n                            [\n                                -3.5268897941843256,\n                                50.465080866889956\n                            ],\n                            [\n                                -3.527086975444994,\n                                50.46507827893343\n                            ],\n                            [\n                                -3.5271086852982365,\n                                50.46508654036891\n                            ],\n                            [\n                                -3.527201182905464,\n                                50.46512173919353\n                            ],\n                            [\n                                -3.5272867699490673,\n                                50.465207851350044\n                            ],\n                            [\n                                -3.52732077369219,\n                                50.465242064616774\n                            ],\n                            [\n                                -3.527492360499823,\n                                50.46541470778493\n                            ],\n                            [\n                                -3.5278969866266965,\n                                50.46565711802933\n                            ],\n                            [\n                                -3.528153386633811,\n                                50.46581072443529\n                            ],\n                            [\n                                -3.5281605031334125,\n                                50.465815118803334\n                            ],\n                            [\n                                -3.528152795871848,\n                                50.46582124579515\n                            ],\n                            [\n                                -3.5282060282448984,\n                                50.4658434804504\n                            ],\n                            [\n                                -3.5284669682429914,\n                                50.46600593192287\n                            ],\n                            [\n                                -3.52858362530841,\n                                50.466078489149865\n                            ],\n                            [\n                                -3.5290448313117784,\n                                50.46636563137746\n                            ],\n                            [\n                                -3.5293429770681994,\n                                50.466557351973734\n                            ],\n                            [\n                                -3.529828100807371,\n                                50.46686926006049\n                            ],\n                            [\n                                -3.529830705303974,\n                                50.46687093461119\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5026045184840195,\n                        50.47044824582258\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ2\",\n            \"area_name\": \"Torquay (west TQ2\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.569316067035129,\n                                50.48684711908344\n                            ],\n                            [\n                                -3.569061323544662,\n                                50.48697777893864\n                            ],\n                            [\n                                -3.569051558310992,\n                                50.48697449302171\n                            ],\n                            [\n                                -3.5689263609043795,\n                                50.48693185135356\n                            ],\n                            [\n                                -3.568850782578431,\n                                50.48690616816218\n                            ],\n                            [\n                                -3.5685745756600995,\n                                50.4868135965919\n                            ],\n                            [\n                                -3.5682755306577203,\n                                50.486715846037136\n                            ],\n                            [\n                                -3.5680820478247814,\n                                50.48665398694617\n                            ],\n                            [\n                                -3.56743987915439,\n                                50.48677997952373\n                            ],\n                            [\n                                -3.5674695436094126,\n                                50.486791622449466\n                            ],\n                            [\n                                -3.5678820204596913,\n                                50.4870191183352\n                            ],\n                            [\n                                -3.568201796728698,\n                                50.48719543802466\n                            ],\n                            [\n                                -3.5683013241755295,\n                                50.487221068665356\n                            ],\n                            [\n                                -3.5681625989399937,\n                                50.48728587602153\n                            ],\n                            [\n                                -3.5681364581860984,\n                                50.48734916602127\n                            ],\n                            [\n                                -3.5682110244540963,\n                                50.48747412646408\n                            ],\n                            [\n                                -3.5683244304181283,\n                                50.48749058536574\n                            ],\n                            [\n                                -3.568538442262035,\n                                50.48756861675826\n                            ],\n                            [\n                                -3.5689195168310466,\n                                50.48758145762793\n                            ],\n                            [\n                                -3.569971174967802,\n                                50.48783710131202\n                            ],\n                            [\n                                -3.570355715228917,\n                                50.487957787812945\n                            ],\n                            [\n                                -3.5712541916783893,\n                                50.488269431160504\n                            ],\n                            [\n                                -3.572583812230253,\n                                50.4888270734948\n                            ],\n                            [\n                                -3.573101217173629,\n                                50.489125864710495\n                            ],\n                            [\n                                -3.5749323414834646,\n                                50.490351224904735\n                            ],\n                            [\n                                -3.5749580029441828,\n                                50.49037506156862\n                            ],\n                            [\n                                -3.5752959796324455,\n                                50.49068805318835\n                            ],\n                            [\n                                -3.575504926754116,\n                                50.49103596855178\n                            ],\n                            [\n                                -3.575418547984847,\n                                50.49125930871476\n                            ],\n                            [\n                                -3.5752661136931927,\n                                50.491191779351404\n                            ],\n                            [\n                                -3.575020192204457,\n                                50.49115086836493\n                            ],\n                            [\n                                -3.5744822106961345,\n                                50.49087070214603\n                            ],\n                            [\n                                -3.5743202099404354,\n                                50.49091353641848\n                            ],\n                            [\n                                -3.5741547915067344,\n                                50.49094814252058\n                            ],\n                            [\n                                -3.5739426757578023,\n                                50.49098050205181\n                            ],\n                            [\n                                -3.5734446309210526,\n                                50.49098894636872\n                            ],\n                            [\n                                -3.5731262673702227,\n                                50.490954137304186\n                            ],\n                            [\n                                -3.5727615958357655,\n                                50.49090458309261\n                            ],\n                            [\n                                -3.5727044665831067,\n                                50.49089555213271\n                            ],\n                            [\n                                -3.5725464709113766,\n                                50.49085993197899\n                            ],\n                            [\n                                -3.5725375577787655,\n                                50.4908577140772\n                            ],\n                            [\n                                -3.5722506806681604,\n                                50.49080179167071\n                            ],\n                            [\n                                -3.571982075293931,\n                                50.49073907433226\n                            ],\n                            [\n                                -3.571516915253749,\n                                50.490596458170145\n                            ],\n                            [\n                                -3.5714336345095092,\n                                50.49058104350957\n                            ],\n                            [\n                                -3.571064354472297,\n                                50.4905007968763\n                            ],\n                            [\n                                -3.5702269848144383,\n                                50.490238224300676\n                            ],\n                            [\n                                -3.5700640042759653,\n                                50.4901852203388\n                            ],\n                            [\n                                -3.5698296443663855,\n                                50.49024016781533\n                            ],\n                            [\n                                -3.5692161394609747,\n                                50.49037692639108\n                            ],\n                            [\n                                -3.56826134596218,\n                                50.49057663276049\n                            ],\n                            [\n                                -3.5674731127457924,\n                                50.4907341738393\n                            ],\n                            [\n                                -3.5669144653887126,\n                                50.49083943189984\n                            ],\n                            [\n                                -3.566672891629315,\n                                50.490740453608176\n                            ],\n                            [\n                                -3.565887236029039,\n                                50.4906559926466\n                            ],\n                            [\n                                -3.5656019280083315,\n                                50.490503117039104\n                            ],\n                            [\n                                -3.565138593652712,\n                                50.490172366392265\n                            ],\n                            [\n                                -3.5644252398063547,\n                                50.489608954785545\n                            ],\n                            [\n                                -3.5628775792653444,\n                                50.48953237741678\n                            ],\n                            [\n                                -3.562324016518583,\n                                50.48948523749313\n                            ],\n                            [\n                                -3.562229720945528,\n                                50.48945970238085\n                            ],\n                            [\n                                -3.562228113777253,\n                                50.4894955996808\n                            ],\n                            [\n                                -3.5622211306338043,\n                                50.48965015959741\n                            ],\n                            [\n                                -3.5621303732876246,\n                                50.49031698998457\n                            ],\n                            [\n                                -3.562179184569582,\n                                50.4905141413034\n                            ],\n                            [\n                                -3.5621727194590624,\n                                50.490748090279524\n                            ],\n                            [\n                                -3.562033141852578,\n                                50.491217589413694\n                            ],\n                            [\n                                -3.5620012303352073,\n                                50.49153279589189\n                            ],\n                            [\n                                -3.5620063400173447,\n                                50.491546658482264\n                            ],\n                            [\n                                -3.5621870135260645,\n                                50.49203398284102\n                            ],\n                            [\n                                -3.5625556194788333,\n                                50.49252372100511\n                            ],\n                            [\n                                -3.5627037396987844,\n                                50.49316926639019\n                            ],\n                            [\n                                -3.562652143413024,\n                                50.49331382183473\n                            ],\n                            [\n                                -3.5626446066327473,\n                                50.49351181050054\n                            ],\n                            [\n                                -3.562727900937524,\n                                50.49370058402604\n                            ],\n                            [\n                                -3.5626597209719573,\n                                50.494036873103774\n                            ],\n                            [\n                                -3.5627073216441127,\n                                50.49411598063201\n                            ],\n                            [\n                                -3.562762117765465,\n                                50.494603195595914\n                            ],\n                            [\n                                -3.562769056861958,\n                                50.494637440186196\n                            ],\n                            [\n                                -3.562537361335607,\n                                50.494961175381924\n                            ],\n                            [\n                                -3.5623974824961278,\n                                50.4954217839189\n                            ],\n                            [\n                                -3.562303871503033,\n                                50.49557588790151\n                            ],\n                            [\n                                -3.5622552254052833,\n                                50.4958103939944\n                            ],\n                            [\n                                -3.562315439729194,\n                                50.49592647611601\n                            ],\n                            [\n                                -3.562518087327929,\n                                50.496085677012516\n                            ],\n                            [\n                                -3.5627842154197236,\n                                50.496459818784636\n                            ],\n                            [\n                                -3.5631289077556816,\n                                50.49669930392808\n                            ],\n                            [\n                                -3.5631274047282386,\n                                50.496738338586894\n                            ],\n                            [\n                                -3.562597517768082,\n                                50.49687924469848\n                            ],\n                            [\n                                -3.5623867093257675,\n                                50.496937727963626\n                            ],\n                            [\n                                -3.560769003089623,\n                                50.49745521132305\n                            ],\n                            [\n                                -3.5600316234503047,\n                                50.49775586357874\n                            ],\n                            [\n                                -3.558156631564331,\n                                50.49761780357367\n                            ],\n                            [\n                                -3.558185212552162,\n                                50.4964516370971\n                            ],\n                            [\n                                -3.558142556636623,\n                                50.49611989288232\n                            ],\n                            [\n                                -3.557935296971725,\n                                50.49497550068085\n                            ],\n                            [\n                                -3.5576878042653473,\n                                50.494972248505476\n                            ],\n                            [\n                                -3.5575173217955696,\n                                50.49493856483919\n                            ],\n                            [\n                                -3.5572432490086623,\n                                50.49488334241299\n                            ],\n                            [\n                                -3.5566798941687137,\n                                50.49476995131269\n                            ],\n                            [\n                                -3.556508650740247,\n                                50.494709214456876\n                            ],\n                            [\n                                -3.556097619290555,\n                                50.494642780404966\n                            ],\n                            [\n                                -3.555816267886409,\n                                50.49413980411277\n                            ],\n                            [\n                                -3.5557584815427865,\n                                50.49403655612661\n                            ],\n                            [\n                                -3.5559527987843134,\n                                50.4937029017219\n                            ],\n                            [\n                                -3.5559145894023865,\n                                50.49363292037396\n                            ],\n                            [\n                                -3.5556448766380457,\n                                50.49356163620687\n                            ],\n                            [\n                                -3.5555386230173025,\n                                50.49362887215765\n                            ],\n                            [\n                                -3.5550837622213134,\n                                50.49367513530377\n                            ],\n                            [\n                                -3.554973086698449,\n                                50.49367472561807\n                            ],\n                            [\n                                -3.5542871073040048,\n                                50.49376625401432\n                            ],\n                            [\n                                -3.5541819210814256,\n                                50.49378446805487\n                            ],\n                            [\n                                -3.554287235529564,\n                                50.4942413418808\n                            ],\n                            [\n                                -3.5543065827736173,\n                                50.49452277356774\n                            ],\n                            [\n                                -3.5542471309388644,\n                                50.494900023818644\n                            ],\n                            [\n                                -3.5536008241141888,\n                                50.49503587849821\n                            ],\n                            [\n                                -3.552709421516709,\n                                50.49493987924764\n                            ],\n                            [\n                                -3.552200331031374,\n                                50.4948927271159\n                            ],\n                            [\n                                -3.5514957054590286,\n                                50.49490212383731\n                            ],\n                            [\n                                -3.5514928029200394,\n                                50.49490261221838\n                            ],\n                            [\n                                -3.551459525631914,\n                                50.49490854201463\n                            ],\n                            [\n                                -3.5510050829008177,\n                                50.494989579979844\n                            ],\n                            [\n                                -3.549054937789113,\n                                50.49566255892514\n                            ],\n                            [\n                                -3.5490534445093203,\n                                50.49566302848538\n                            ],\n                            [\n                                -3.5483460781985587,\n                                50.4958666422964\n                            ],\n                            [\n                                -3.548201200557906,\n                                50.49590831279338\n                            ],\n                            [\n                                -3.5480834647639954,\n                                50.49594827298902\n                            ],\n                            [\n                                -3.54692037191198,\n                                50.49634334376839\n                            ],\n                            [\n                                -3.546576933904499,\n                                50.496459933464955\n                            ],\n                            [\n                                -3.546551638312772,\n                                50.49646854379779\n                            ],\n                            [\n                                -3.5447009422650058,\n                                50.497096966885074\n                            ],\n                            [\n                                -3.545056208292681,\n                                50.497182249835525\n                            ],\n                            [\n                                -3.545228044091018,\n                                50.49726088397967\n                            ],\n                            [\n                                -3.5461324095830498,\n                                50.497795711930834\n                            ],\n                            [\n                                -3.5460386886410604,\n                                50.49781305571634\n                            ],\n                            [\n                                -3.5453896005162644,\n                                50.498161088287006\n                            ],\n                            [\n                                -3.5448164926828922,\n                                50.49928790174225\n                            ],\n                            [\n                                -3.5446815307089343,\n                                50.500524977907475\n                            ],\n                            [\n                                -3.5446794263587647,\n                                50.500528333484134\n                            ],\n                            [\n                                -3.544116990584118,\n                                50.500308501603534\n                            ],\n                            [\n                                -3.543524542014331,\n                                50.49999187091297\n                            ],\n                            [\n                                -3.5433223592084278,\n                                50.49987056621549\n                            ],\n                            [\n                                -3.542535540736126,\n                                50.4993755202233\n                            ],\n                            [\n                                -3.542053735999068,\n                                50.49932868137524\n                            ],\n                            [\n                                -3.5419715779064456,\n                                50.499333187617324\n                            ],\n                            [\n                                -3.5419290063407485,\n                                50.49943616219699\n                            ],\n                            [\n                                -3.5418919772774373,\n                                50.49959848425071\n                            ],\n                            [\n                                -3.541874722014302,\n                                50.5012355357478\n                            ],\n                            [\n                                -3.5416283330212446,\n                                50.50189541588286\n                            ],\n                            [\n                                -3.5415936444344487,\n                                50.50256139490353\n                            ],\n                            [\n                                -3.5416076143055144,\n                                50.502769088553954\n                            ],\n                            [\n                                -3.5416482260113527,\n                                50.50337004434173\n                            ],\n                            [\n                                -3.5415520651524264,\n                                50.50388399084241\n                            ],\n                            [\n                                -3.5414734282450735,\n                                50.504064851025596\n                            ],\n                            [\n                                -3.5413832473016438,\n                                50.504326878623594\n                            ],\n                            [\n                                -3.541388518223687,\n                                50.50448873902739\n                            ],\n                            [\n                                -3.5414953883545763,\n                                50.50473916296538\n                            ],\n                            [\n                                -3.5416870418273194,\n                                50.5049973673518\n                            ],\n                            [\n                                -3.5418365100511338,\n                                50.505256211273085\n                            ],\n                            [\n                                -3.5423124820592684,\n                                50.50644607418742\n                            ],\n                            [\n                                -3.5425321067062536,\n                                50.50669500277553\n                            ],\n                            [\n                                -3.5424067577858716,\n                                50.5067416232769\n                            ],\n                            [\n                                -3.5422660699904553,\n                                50.506752481423106\n                            ],\n                            [\n                                -3.5417946584007676,\n                                50.506569825725364\n                            ],\n                            [\n                                -3.5410088978266345,\n                                50.505824804769105\n                            ],\n                            [\n                                -3.540841136178526,\n                                50.50570052178484\n                            ],\n                            [\n                                -3.5395059852104707,\n                                50.50471146364851\n                            ],\n                            [\n                                -3.539162225193732,\n                                50.50454517679907\n                            ],\n                            [\n                                -3.5390136504439353,\n                                50.50431328954432\n                            ],\n                            [\n                                -3.5391490920479414,\n                                50.503708916524786\n                            ],\n                            [\n                                -3.5390915922653083,\n                                50.503242053488556\n                            ],\n                            [\n                                -3.5390900488671693,\n                                50.5028940296057\n                            ],\n                            [\n                                -3.5390892898306063,\n                                50.5027384049569\n                            ],\n                            [\n                                -3.5389181806047443,\n                                50.50224606336828\n                            ],\n                            [\n                                -3.5389837577867715,\n                                50.502092259546366\n                            ],\n                            [\n                                -3.538856843684294,\n                                50.50209393785597\n                            ],\n                            [\n                                -3.53859347394225,\n                                50.50223237856114\n                            ],\n                            [\n                                -3.5382861981196743,\n                                50.502326349971895\n                            ],\n                            [\n                                -3.538088570741202,\n                                50.50231996851791\n                            ],\n                            [\n                                -3.536142623231982,\n                                50.50188695166623\n                            ],\n                            [\n                                -3.535872245460925,\n                                50.501809604734895\n                            ],\n                            [\n                                -3.535785590724819,\n                                50.501747810972596\n                            ],\n                            [\n                                -3.5357624959955958,\n                                50.50146929540727\n                            ],\n                            [\n                                -3.535642471836472,\n                                50.501246020685876\n                            ],\n                            [\n                                -3.535341519817997,\n                                50.501097135977574\n                            ],\n                            [\n                                -3.5352137338322884,\n                                50.50107184994669\n                            ],\n                            [\n                                -3.5349036714825237,\n                                50.50107593994196\n                            ],\n                            [\n                                -3.5348526618884155,\n                                50.501087495009905\n                            ],\n                            [\n                                -3.5347356402893597,\n                                50.501114121579896\n                            ],\n                            [\n                                -3.534583231168509,\n                                50.501197056097084\n                            ],\n                            [\n                                -3.534365634403564,\n                                50.5014427711235\n                            ],\n                            [\n                                -3.534294082156333,\n                                50.501803351517296\n                            ],\n                            [\n                                -3.5342565096907363,\n                                50.50199283886613\n                            ],\n                            [\n                                -3.534232775073029,\n                                50.50300041945091\n                            ],\n                            [\n                                -3.5333829739592173,\n                                50.502885655138826\n                            ],\n                            [\n                                -3.5330904421524636,\n                                50.5028139898295\n                            ],\n                            [\n                                -3.532505809872757,\n                                50.50232106930099\n                            ],\n                            [\n                                -3.531785187948164,\n                                50.502098044742766\n                            ],\n                            [\n                                -3.530713463260967,\n                                50.501825690753606\n                            ],\n                            [\n                                -3.529813610663942,\n                                50.50167577320277\n                            ],\n                            [\n                                -3.529538494581186,\n                                50.50168577495179\n                            ],\n                            [\n                                -3.5293057689997207,\n                                50.50172291034153\n                            ],\n                            [\n                                -3.5289953764666713,\n                                50.50181384028783\n                            ],\n                            [\n                                -3.528806268084534,\n                                50.50189473113797\n                            ],\n                            [\n                                -3.5284639215579894,\n                                50.50210188125772\n                            ],\n                            [\n                                -3.528221299170074,\n                                50.50229729721389\n                            ],\n                            [\n                                -3.5281728855029404,\n                                50.50229937195072\n                            ],\n                            [\n                                -3.527969935234326,\n                                50.50231894483193\n                            ],\n                            [\n                                -3.527414990153479,\n                                50.50240903407431\n                            ],\n                            [\n                                -3.527211522141176,\n                                50.502455854088595\n                            ],\n                            [\n                                -3.5264468351979397,\n                                50.50221773494164\n                            ],\n                            [\n                                -3.5264406349143584,\n                                50.50221655716279\n                            ],\n                            [\n                                -3.526289981004666,\n                                50.50220666157398\n                            ],\n                            [\n                                -3.5262543480211814,\n                                50.50216558739697\n                            ],\n                            [\n                                -3.5262063469895812,\n                                50.50207199080954\n                            ],\n                            [\n                                -3.5261107463485377,\n                                50.50136097708891\n                            ],\n                            [\n                                -3.526111580053524,\n                                50.50131816553167\n                            ],\n                            [\n                                -3.5257210177275033,\n                                50.50099997515004\n                            ],\n                            [\n                                -3.525665952080234,\n                                50.50097587469817\n                            ],\n                            [\n                                -3.5256750871276163,\n                                50.5009346720918\n                            ],\n                            [\n                                -3.525631922807713,\n                                50.50084712750822\n                            ],\n                            [\n                                -3.525552106402655,\n                                50.50056036910575\n                            ],\n                            [\n                                -3.5252987010214425,\n                                50.500572675398345\n                            ],\n                            [\n                                -3.525089056593183,\n                                50.50062937573643\n                            ],\n                            [\n                                -3.5248799761335765,\n                                50.500704037551216\n                            ],\n                            [\n                                -3.524464308553603,\n                                50.5009343508715\n                            ],\n                            [\n                                -3.524365932661932,\n                                50.50094463315338\n                            ],\n                            [\n                                -3.5242452785081926,\n                                50.500887952890885\n                            ],\n                            [\n                                -3.524179761045461,\n                                50.50085716248101\n                            ],\n                            [\n                                -3.5246600700576,\n                                50.5004460949754\n                            ],\n                            [\n                                -3.524878102432,\n                                50.50027771067638\n                            ],\n                            [\n                                -3.5255131384080975,\n                                50.49978737479747\n                            ],\n                            [\n                                -3.5263488169528334,\n                                50.4990299824331\n                            ],\n                            [\n                                -3.5265345449755454,\n                                50.498667810389065\n                            ],\n                            [\n                                -3.526523378983263,\n                                50.49851654924485\n                            ],\n                            [\n                                -3.526207468483757,\n                                50.49837459146923\n                            ],\n                            [\n                                -3.52556423115859,\n                                50.49821273155929\n                            ],\n                            [\n                                -3.5252930529045456,\n                                50.498167109142\n                            ],\n                            [\n                                -3.525111780451774,\n                                50.498148269023325\n                            ],\n                            [\n                                -3.5251015909148706,\n                                50.49814579441323\n                            ],\n                            [\n                                -3.5248533981024868,\n                                50.49810327831716\n                            ],\n                            [\n                                -3.5248316467450254,\n                                50.49809555900992\n                            ],\n                            [\n                                -3.5247013226416097,\n                                50.498059331512685\n                            ],\n                            [\n                                -3.524845623359082,\n                                50.497500708637915\n                            ],\n                            [\n                                -3.524939052735883,\n                                50.49713876816371\n                            ],\n                            [\n                                -3.5249654211426154,\n                                50.49703682167033\n                            ],\n                            [\n                                -3.524780510470919,\n                                50.49697360922672\n                            ],\n                            [\n                                -3.5247311971972413,\n                                50.49696203303048\n                            ],\n                            [\n                                -3.5245109675757536,\n                                50.496949629218406\n                            ],\n                            [\n                                -3.524498660314262,\n                                50.49693917797588\n                            ],\n                            [\n                                -3.5242144926474244,\n                                50.49681522690312\n                            ],\n                            [\n                                -3.5240789784800928,\n                                50.4964660886394\n                            ],\n                            [\n                                -3.5245660854497096,\n                                50.4963616145726\n                            ],\n                            [\n                                -3.524829528972702,\n                                50.496239213206955\n                            ],\n                            [\n                                -3.524890658195697,\n                                50.49604375419935\n                            ],\n                            [\n                                -3.524104399941485,\n                                50.49597025203629\n                            ],\n                            [\n                                -3.5239732094905523,\n                                50.496000650851855\n                            ],\n                            [\n                                -3.52371740406869,\n                                50.49592317492128\n                            ],\n                            [\n                                -3.5235212126955022,\n                                50.4959320391941\n                            ],\n                            [\n                                -3.5234589567983,\n                                50.495955059497156\n                            ],\n                            [\n                                -3.523020252203714,\n                                50.4958911194428\n                            ],\n                            [\n                                -3.522963875190558,\n                                50.49590930491182\n                            ],\n                            [\n                                -3.522974206338049,\n                                50.49581845103266\n                            ],\n                            [\n                                -3.5231608155297103,\n                                50.49548324458627\n                            ],\n                            [\n                                -3.5232560521477647,\n                                50.49548397658139\n                            ],\n                            [\n                                -3.5233487853077228,\n                                50.49532407018606\n                            ],\n                            [\n                                -3.5239157430840624,\n                                50.4948438070986\n                            ],\n                            [\n                                -3.5245524405234394,\n                                50.494475740345685\n                            ],\n                            [\n                                -3.5248137641872788,\n                                50.49439247099429\n                            ],\n                            [\n                                -3.5262333284458496,\n                                50.49394022443253\n                            ],\n                            [\n                                -3.526823299466882,\n                                50.49403822316248\n                            ],\n                            [\n                                -3.52700690667641,\n                                50.494068721643664\n                            ],\n                            [\n                                -3.527326085105552,\n                                50.49412180427651\n                            ],\n                            [\n                                -3.5274734943059207,\n                                50.49404982705059\n                            ],\n                            [\n                                -3.5275611839334178,\n                                50.493694335982624\n                            ],\n                            [\n                                -3.5275533235601477,\n                                50.49364166454898\n                            ],\n                            [\n                                -3.5276309040200404,\n                                50.49354579031038\n                            ],\n                            [\n                                -3.527298307648934,\n                                50.49338300946114\n                            ],\n                            [\n                                -3.527257290772964,\n                                50.49336934685399\n                            ],\n                            [\n                                -3.5271992968213532,\n                                50.49335517855719\n                            ],\n                            [\n                                -3.52709959299079,\n                                50.493330774242935\n                            ],\n                            [\n                                -3.5265660745146463,\n                                50.49323518414347\n                            ],\n                            [\n                                -3.525907278498541,\n                                50.493136566735366\n                            ],\n                            [\n                                -3.5244939460251863,\n                                50.49316426458603\n                            ],\n                            [\n                                -3.5234840064610897,\n                                50.49316049324622\n                            ],\n                            [\n                                -3.5233155275110906,\n                                50.49305795009604\n                            ],\n                            [\n                                -3.5270056544966577,\n                                50.492566154413026\n                            ],\n                            [\n                                -3.526999017246837,\n                                50.49251903394275\n                            ],\n                            [\n                                -3.5270169224484595,\n                                50.49240011903165\n                            ],\n                            [\n                                -3.5270948817202887,\n                                50.49255428108049\n                            ],\n                            [\n                                -3.5271642151521747,\n                                50.49254500710701\n                            ],\n                            [\n                                -3.52728575790104,\n                                50.49251832870525\n                            ],\n                            [\n                                -3.5273436743357927,\n                                50.492497341870916\n                            ],\n                            [\n                                -3.5273989896346203,\n                                50.49246433768404\n                            ],\n                            [\n                                -3.5274149156777264,\n                                50.49245018851247\n                            ],\n                            [\n                                -3.527468270092735,\n                                50.49237082088085\n                            ],\n                            [\n                                -3.5274757710800966,\n                                50.49234374152581\n                            ],\n                            [\n                                -3.527544005622353,\n                                50.49230041387314\n                            ],\n                            [\n                                -3.5276293142285606,\n                                50.49223176980377\n                            ],\n                            [\n                                -3.5276826893670608,\n                                50.49218889795373\n                            ],\n                            [\n                                -3.527706296754634,\n                                50.49218211261209\n                            ],\n                            [\n                                -3.527731399133674,\n                                50.49211372824182\n                            ],\n                            [\n                                -3.527738640197281,\n                                50.49206417719438\n                            ],\n                            [\n                                -3.527736561268432,\n                                50.49199973813469\n                            ],\n                            [\n                                -3.5277491068869757,\n                                50.491981325346266\n                            ],\n                            [\n                                -3.527769333111649,\n                                50.491938349038435\n                            ],\n                            [\n                                -3.5277739641929395,\n                                50.49191977034823\n                            ],\n                            [\n                                -3.527775976930864,\n                                50.49187028793966\n                            ],\n                            [\n                                -3.5277748441026864,\n                                50.491864016263804\n                            ],\n                            [\n                                -3.527806174866346,\n                                50.4917833097659\n                            ],\n                            [\n                                -3.5278107247080555,\n                                50.49176221392316\n                            ],\n                            [\n                                -3.52784179513727,\n                                50.49172718949113\n                            ],\n                            [\n                                -3.5278922695827992,\n                                50.4916376966577\n                            ],\n                            [\n                                -3.5278754757395556,\n                                50.49156769487828\n                            ],\n                            [\n                                -3.5278574491260484,\n                                50.49152764908538\n                            ],\n                            [\n                                -3.527890159896726,\n                                50.49148972513838\n                            ],\n                            [\n                                -3.527902147463905,\n                                50.49146844169592\n                            ],\n                            [\n                                -3.5279174249246124,\n                                50.49142328192745\n                            ],\n                            [\n                                -3.527921475281207,\n                                50.491382775383634\n                            ],\n                            [\n                                -3.527919108369629,\n                                50.49134917926829\n                            ],\n                            [\n                                -3.527941677565373,\n                                50.49131372681203\n                            ],\n                            [\n                                -3.5279588834378353,\n                                50.491259736948514\n                            ],\n                            [\n                                -3.5279618123460326,\n                                50.49121375001756\n                            ],\n                            [\n                                -3.527957484895981,\n                                50.491187554424684\n                            ],\n                            [\n                                -3.5279745427746287,\n                                50.49112897974771\n                            ],\n                            [\n                                -3.528138844326239,\n                                50.490979641392045\n                            ],\n                            [\n                                -3.5282316575735253,\n                                50.49091997287592\n                            ],\n                            [\n                                -3.5282840562723647,\n                                50.49089015432547\n                            ],\n                            [\n                                -3.5282923838502236,\n                                50.49078080827486\n                            ],\n                            [\n                                -3.5275984600978956,\n                                50.490583480088354\n                            ],\n                            [\n                                -3.5273142036372316,\n                                50.490502608263185\n                            ],\n                            [\n                                -3.5275475400551737,\n                                50.49039209848029\n                            ],\n                            [\n                                -3.527460894213162,\n                                50.49022861639261\n                            ],\n                            [\n                                -3.528035716842724,\n                                50.49002758047122\n                            ],\n                            [\n                                -3.5279394019455483,\n                                50.48995682416243\n                            ],\n                            [\n                                -3.5278594525364726,\n                                50.48992532596081\n                            ],\n                            [\n                                -3.527700136733983,\n                                50.489739234849395\n                            ],\n                            [\n                                -3.5276832529764235,\n                                50.48968083599482\n                            ],\n                            [\n                                -3.5277160861816927,\n                                50.489592114420745\n                            ],\n                            [\n                                -3.527662743809078,\n                                50.48952403140638\n                            ],\n                            [\n                                -3.527404299434202,\n                                50.48919466854803\n                            ],\n                            [\n                                -3.526438613225184,\n                                50.489648891777186\n                            ],\n                            [\n                                -3.525595187665801,\n                                50.489958541251355\n                            ],\n                            [\n                                -3.5247075597997553,\n                                50.49024952635678\n                            ],\n                            [\n                                -3.524572354264174,\n                                50.49029220989215\n                            ],\n                            [\n                                -3.5232511664256747,\n                                50.49067409601348\n                            ],\n                            [\n                                -3.5224887215442795,\n                                50.49073460937082\n                            ],\n                            [\n                                -3.5218783985108586,\n                                50.490786553951935\n                            ],\n                            [\n                                -3.5213635358402007,\n                                50.49041997890221\n                            ],\n                            [\n                                -3.5211900746109306,\n                                50.49029924975402\n                            ],\n                            [\n                                -3.5221568018527942,\n                                50.48999124824837\n                            ],\n                            [\n                                -3.5225995612130703,\n                                50.48983971389111\n                            ],\n                            [\n                                -3.526064100260283,\n                                50.4885338715905\n                            ],\n                            [\n                                -3.5260671392267646,\n                                50.4885380587441\n                            ],\n                            [\n                                -3.5261119241300887,\n                                50.48861848606335\n                            ],\n                            [\n                                -3.5262111428892857,\n                                50.488635163034424\n                            ],\n                            [\n                                -3.5264127672093197,\n                                50.488767386924934\n                            ],\n                            [\n                                -3.526263157329348,\n                                50.488485411291194\n                            ],\n                            [\n                                -3.5263716220211965,\n                                50.488507722777996\n                            ],\n                            [\n                                -3.526457641741591,\n                                50.48840706182559\n                            ],\n                            [\n                                -3.5265597267492574,\n                                50.48834341470813\n                            ],\n                            [\n                                -3.526790034747659,\n                                50.488593581924164\n                            ],\n                            [\n                                -3.5268239677538427,\n                                50.48860060140448\n                            ],\n                            [\n                                -3.5268818213897974,\n                                50.48857780787083\n                            ],\n                            [\n                                -3.5269842327693834,\n                                50.488542216244696\n                            ],\n                            [\n                                -3.5270044474337547,\n                                50.488534756064745\n                            ],\n                            [\n                                -3.527172829510434,\n                                50.48843607156184\n                            ],\n                            [\n                                -3.5270862009439994,\n                                50.48839188952867\n                            ],\n                            [\n                                -3.5269791830975397,\n                                50.48836767105732\n                            ],\n                            [\n                                -3.5269765543140164,\n                                50.48836527727182\n                            ],\n                            [\n                                -3.5267525042614993,\n                                50.48824800822032\n                            ],\n                            [\n                                -3.526813481872022,\n                                50.488185259969384\n                            ],\n                            [\n                                -3.5268424211804343,\n                                50.488167261713684\n                            ],\n                            [\n                                -3.5268581468999307,\n                                50.48815743217743\n                            ],\n                            [\n                                -3.5273283200183396,\n                                50.48830572753972\n                            ],\n                            [\n                                -3.5274024886622253,\n                                50.488276972664224\n                            ],\n                            [\n                                -3.52732906971201,\n                                50.488217067419335\n                            ],\n                            [\n                                -3.527396331361574,\n                                50.488050206974414\n                            ],\n                            [\n                                -3.527712083050423,\n                                50.4880197195629\n                            ],\n                            [\n                                -3.527867111899119,\n                                50.48805868609408\n                            ],\n                            [\n                                -3.5279646877802966,\n                                50.48797027449436\n                            ],\n                            [\n                                -3.5280070185645482,\n                                50.487945714617574\n                            ],\n                            [\n                                -3.5280480250794994,\n                                50.48793079530789\n                            ],\n                            [\n                                -3.5280739054065138,\n                                50.487875243504995\n                            ],\n                            [\n                                -3.5281367486177984,\n                                50.48780222629423\n                            ],\n                            [\n                                -3.5281647254558677,\n                                50.487782441621285\n                            ],\n                            [\n                                -3.528226629609323,\n                                50.48778162862841\n                            ],\n                            [\n                                -3.5282258519747596,\n                                50.487757528895244\n                            ],\n                            [\n                                -3.5282908134818682,\n                                50.487742742566276\n                            ],\n                            [\n                                -3.528313393123997,\n                                50.487733011678195\n                            ],\n                            [\n                                -3.528333468803208,\n                                50.48772825118104\n                            ],\n                            [\n                                -3.5283491712675823,\n                                50.487721209774044\n                            ],\n                            [\n                                -3.5284469939918175,\n                                50.48769466175741\n                            ],\n                            [\n                                -3.5284584500315663,\n                                50.4876822799301\n                            ],\n                            [\n                                -3.5285598093063557,\n                                50.48764301332672\n                            ],\n                            [\n                                -3.5285723316814828,\n                                50.48763484449058\n                            ],\n                            [\n                                -3.528644379623375,\n                                50.487612942842986\n                            ],\n                            [\n                                -3.528780605090679,\n                                50.48759128622541\n                            ],\n                            [\n                                -3.528811018553429,\n                                50.48759016715406\n                            ],\n                            [\n                                -3.528813518839316,\n                                50.48758464818441\n                            ],\n                            [\n                                -3.528872795355693,\n                                50.48752695762017\n                            ],\n                            [\n                                -3.528890995462542,\n                                50.48751475694842\n                            ],\n                            [\n                                -3.529008321505003,\n                                50.48746574690239\n                            ],\n                            [\n                                -3.529108381247859,\n                                50.48745480886941\n                            ],\n                            [\n                                -3.52919599924563,\n                                50.487356732995636\n                            ],\n                            [\n                                -3.529303019155182,\n                                50.4873631509865\n                            ],\n                            [\n                                -3.5294863220247077,\n                                50.48746791896451\n                            ],\n                            [\n                                -3.529585855693384,\n                                50.48751228033369\n                            ],\n                            [\n                                -3.5300155875610773,\n                                50.48770380725203\n                            ],\n                            [\n                                -3.530058596545308,\n                                50.4877181711724\n                            ],\n                            [\n                                -3.530145439058295,\n                                50.48768645985552\n                            ],\n                            [\n                                -3.530161839560243,\n                                50.487607657762254\n                            ],\n                            [\n                                -3.5301616310265156,\n                                50.487586804252736\n                            ],\n                            [\n                                -3.530146287877706,\n                                50.48748234702189\n                            ],\n                            [\n                                -3.5301430776642633,\n                                50.48742268945054\n                            ],\n                            [\n                                -3.530173221994517,\n                                50.487402336164486\n                            ],\n                            [\n                                -3.530197626779606,\n                                50.48738061037142\n                            ],\n                            [\n                                -3.5302707882193234,\n                                50.487339104918696\n                            ],\n                            [\n                                -3.5303852430820473,\n                                50.487284186437044\n                            ],\n                            [\n                                -3.5303869496925833,\n                                50.487282904882036\n                            ],\n                            [\n                                -3.5305662508758506,\n                                50.48717391797064\n                            ],\n                            [\n                                -3.530571538606116,\n                                50.48717177988077\n                            ],\n                            [\n                                -3.5306260985163345,\n                                50.48714445002594\n                            ],\n                            [\n                                -3.5306800470817166,\n                                50.48712350467876\n                            ],\n                            [\n                                -3.5307416357745818,\n                                50.48710516588645\n                            ],\n                            [\n                                -3.5309253781742957,\n                                50.48707954500775\n                            ],\n                            [\n                                -3.5309403566407265,\n                                50.48707890725234\n                            ],\n                            [\n                                -3.531142862529266,\n                                50.486939935120695\n                            ],\n                            [\n                                -3.531144580731784,\n                                50.4869390131475\n                            ],\n                            [\n                                -3.5314474837791696,\n                                50.486892496063916\n                            ],\n                            [\n                                -3.5316115047860928,\n                                50.4868969925426\n                            ],\n                            [\n                                -3.531661527203395,\n                                50.486902000104784\n                            ],\n                            [\n                                -3.5316894048918472,\n                                50.48690487085969\n                            ],\n                            [\n                                -3.531921992271808,\n                                50.48678338973817\n                            ],\n                            [\n                                -3.531993795182067,\n                                50.48673569545945\n                            ],\n                            [\n                                -3.532008138931758,\n                                50.48671195226017\n                            ],\n                            [\n                                -3.532020052980519,\n                                50.4866993841723\n                            ],\n                            [\n                                -3.532112385390295,\n                                50.486639637851596\n                            ],\n                            [\n                                -3.532121210187189,\n                                50.48661785596992\n                            ],\n                            [\n                                -3.5321230345804677,\n                                50.48661324519018\n                            ],\n                            [\n                                -3.532267156846231,\n                                50.486372629169246\n                            ],\n                            [\n                                -3.532284800429109,\n                                50.48634326642134\n                            ],\n                            [\n                                -3.532327001641721,\n                                50.48632527201708\n                            ],\n                            [\n                                -3.5323395296290983,\n                                50.486306849941656\n                            ],\n                            [\n                                -3.5324184436584436,\n                                50.48623847529585\n                            ],\n                            [\n                                -3.532438419130311,\n                                50.48617662375201\n                            ],\n                            [\n                                -3.532498010809862,\n                                50.48609662291343\n                            ],\n                            [\n                                -3.5325152132658637,\n                                50.48608587378806\n                            ],\n                            [\n                                -3.532591992999557,\n                                50.48601995541298\n                            ],\n                            [\n                                -3.5325964850827685,\n                                50.48601153215812\n                            ],\n                            [\n                                -3.5326715079906728,\n                                50.485919645235064\n                            ],\n                            [\n                                -3.5326745691811015,\n                                50.48591753637556\n                            ],\n                            [\n                                -3.532708772254098,\n                                50.48588588690226\n                            ],\n                            [\n                                -3.5327214132550666,\n                                50.485856589978134\n                            ],\n                            [\n                                -3.532750818729104,\n                                50.485809984299635\n                            ],\n                            [\n                                -3.532781350259594,\n                                50.48578728687547\n                            ],\n                            [\n                                -3.532808238492211,\n                                50.485759600994854\n                            ],\n                            [\n                                -3.532820425594974,\n                                50.48573022010169\n                            ],\n                            [\n                                -3.532878504524684,\n                                50.48565752383758\n                            ],\n                            [\n                                -3.5329135162503515,\n                                50.48562604352148\n                            ],\n                            [\n                                -3.532937086801048,\n                                50.485564234457485\n                            ],\n                            [\n                                -3.532957959789778,\n                                50.485527094521174\n                            ],\n                            [\n                                -3.5329734433632756,\n                                50.48551681765299\n                            ],\n                            [\n                                -3.533018635280409,\n                                50.485469743109\n                            ],\n                            [\n                                -3.5330257779556544,\n                                50.485446094647926\n                            ],\n                            [\n                                -3.5330449010044087,\n                                50.485411945653\n                            ],\n                            [\n                                -3.53305247304616,\n                                50.485358882311424\n                            ],\n                            [\n                                -3.533067011567397,\n                                50.4853446696708\n                            ],\n                            [\n                                -3.533099859817555,\n                                50.48518887165055\n                            ],\n                            [\n                                -3.532978165572724,\n                                50.48502377773743\n                            ],\n                            [\n                                -3.532937357091547,\n                                50.485026833580626\n                            ],\n                            [\n                                -3.5329235446898037,\n                                50.48502036024763\n                            ],\n                            [\n                                -3.533026219129965,\n                                50.484903115444254\n                            ],\n                            [\n                                -3.533134080293507,\n                                50.48474884731249\n                            ],\n                            [\n                                -3.533333710830031,\n                                50.484525036083646\n                            ],\n                            [\n                                -3.5333333893329018,\n                                50.48461917682477\n                            ],\n                            [\n                                -3.533292388423728,\n                                50.48469901409422\n                            ],\n                            [\n                                -3.5332847696614347,\n                                50.48472231809681\n                            ],\n                            [\n                                -3.5336959520021614,\n                                50.484797095524094\n                            ],\n                            [\n                                -3.5338014692044672,\n                                50.484681521345806\n                            ],\n                            [\n                                -3.5339097183136605,\n                                50.484636394270005\n                            ],\n                            [\n                                -3.534079868782153,\n                                50.484596656620404\n                            ],\n                            [\n                                -3.5341004072899875,\n                                50.48455619322794\n                            ],\n                            [\n                                -3.534276908683033,\n                                50.48434698518794\n                            ],\n                            [\n                                -3.534230257873687,\n                                50.4842127315517\n                            ],\n                            [\n                                -3.534193129735479,\n                                50.48372662872231\n                            ],\n                            [\n                                -3.534333107073368,\n                                50.48386082097034\n                            ],\n                            [\n                                -3.534315576412656,\n                                50.48382571608513\n                            ],\n                            [\n                                -3.53466001314853,\n                                50.48371660465087\n                            ],\n                            [\n                                -3.534673588429429,\n                                50.4837014062107\n                            ],\n                            [\n                                -3.5348406022482997,\n                                50.48356542278156\n                            ],\n                            [\n                                -3.5348418698572157,\n                                50.483564956378544\n                            ],\n                            [\n                                -3.5348815363943764,\n                                50.48355193197278\n                            ],\n                            [\n                                -3.5348815101776383,\n                                50.483551122890134\n                            ],\n                            [\n                                -3.534825661193046,\n                                50.48342013858151\n                            ],\n                            [\n                                -3.5347698168106123,\n                                50.48333934774891\n                            ],\n                            [\n                                -3.534882070841114,\n                                50.48333786706313\n                            ],\n                            [\n                                -3.5348791578987355,\n                                50.48324796898548\n                            ],\n                            [\n                                -3.5347382606616624,\n                                50.483249827469486\n                            ],\n                            [\n                                -3.534739751850517,\n                                50.48329585223171\n                            ],\n                            [\n                                -3.534651062654994,\n                                50.483167543459984\n                            ],\n                            [\n                                -3.5346136719740264,\n                                50.483168576218794\n                            ],\n                            [\n                                -3.534730155650535,\n                                50.48310886896408\n                            ],\n                            [\n                                -3.5347427614057825,\n                                50.483063752432706\n                            ],\n                            [\n                                -3.5348186366331764,\n                                50.483091971999194\n                            ],\n                            [\n                                -3.5348767103313357,\n                                50.48306585286565\n                            ],\n                            [\n                                -3.534940890377272,\n                                50.48308811094036\n                            ],\n                            [\n                                -3.5349995678356834,\n                                50.4831593580354\n                            ],\n                            [\n                                -3.535771556925516,\n                                50.48349092113348\n                            ],\n                            [\n                                -3.5364586326199645,\n                                50.48369439761766\n                            ],\n                            [\n                                -3.5364126522295907,\n                                50.48367441828954\n                            ],\n                            [\n                                -3.5363369751334917,\n                                50.48362020549029\n                            ],\n                            [\n                                -3.536327375333175,\n                                50.48361062809109\n                            ],\n                            [\n                                -3.5362512597207956,\n                                50.48347856298967\n                            ],\n                            [\n                                -3.536202906190483,\n                                50.483345411824544\n                            ],\n                            [\n                                -3.5361631796542476,\n                                50.48315271669594\n                            ],\n                            [\n                                -3.5361955832443064,\n                                50.48313395084374\n                            ],\n                            [\n                                -3.536368510458994,\n                                50.48277543812315\n                            ],\n                            [\n                                -3.5365558115977964,\n                                50.482559428594634\n                            ],\n                            [\n                                -3.536627790563939,\n                                50.482538790953214\n                            ],\n                            [\n                                -3.537555750644197,\n                                50.48241225020515\n                            ],\n                            [\n                                -3.537772588588825,\n                                50.48234689679023\n                            ],\n                            [\n                                -3.537940978266177,\n                                50.48228236320964\n                            ],\n                            [\n                                -3.537691619635701,\n                                50.48206537723745\n                            ],\n                            [\n                                -3.5375616479084155,\n                                50.481967292192074\n                            ],\n                            [\n                                -3.5374728766180694,\n                                50.481906966586216\n                            ],\n                            [\n                                -3.5369470833569974,\n                                50.48142273347077\n                            ],\n                            [\n                                -3.53684799199635,\n                                50.48137009837658\n                            ],\n                            [\n                                -3.536833238303159,\n                                50.48109085139639\n                            ],\n                            [\n                                -3.5368336478304747,\n                                50.48108913719295\n                            ],\n                            [\n                                -3.536818881884382,\n                                50.481013713568714\n                            ],\n                            [\n                                -3.536831865659656,\n                                50.48099466439842\n                            ],\n                            [\n                                -3.536861365565507,\n                                50.480940321824185\n                            ],\n                            [\n                                -3.536914319981655,\n                                50.480806920994794\n                            ],\n                            [\n                                -3.536945619136494,\n                                50.480632525303065\n                            ],\n                            [\n                                -3.536948644878853,\n                                50.48057503386319\n                            ],\n                            [\n                                -3.5369238237507217,\n                                50.48046207763342\n                            ],\n                            [\n                                -3.536921814242514,\n                                50.48045400988625\n                            ],\n                            [\n                                -3.5369244211328748,\n                                50.480451816974984\n                            ],\n                            [\n                                -3.5369975956763064,\n                                50.480386024131676\n                            ],\n                            [\n                                -3.5370645723603604,\n                                50.4803190540029\n                            ],\n                            [\n                                -3.537093995096814,\n                                50.48027712362604\n                            ],\n                            [\n                                -3.5371182241909893,\n                                50.48025019132149\n                            ],\n                            [\n                                -3.5371229642495283,\n                                50.4802455419382\n                            ],\n                            [\n                                -3.537251024326422,\n                                50.4801059324035\n                            ],\n                            [\n                                -3.53727028810109,\n                                50.480076277632094\n                            ],\n                            [\n                                -3.5374060828523373,\n                                50.47999913460183\n                            ],\n                            [\n                                -3.537516458732062,\n                                50.479966117412914\n                            ],\n                            [\n                                -3.5375660873144463,\n                                50.47993444249023\n                            ],\n                            [\n                                -3.5376863687882154,\n                                50.4798414144712\n                            ],\n                            [\n                                -3.5376958258693643,\n                                50.47983184615141\n                            ],\n                            [\n                                -3.537779148274659,\n                                50.47972789350752\n                            ],\n                            [\n                                -3.5378117010572416,\n                                50.479671261911406\n                            ],\n                            [\n                                -3.5378706517809095,\n                                50.4795468559529\n                            ],\n                            [\n                                -3.5378714409551124,\n                                50.47953165523395\n                            ],\n                            [\n                                -3.5378706943338423,\n                                50.47946566963908\n                            ],\n                            [\n                                -3.537855462212872,\n                                50.47943323297592\n                            ],\n                            [\n                                -3.538176896332511,\n                                50.47912868591024\n                            ],\n                            [\n                                -3.5382059326824034,\n                                50.47912830205532\n                            ],\n                            [\n                                -3.538215554605948,\n                                50.47912772517079\n                            ],\n                            [\n                                -3.5386170904617607,\n                                50.47904257046119\n                            ],\n                            [\n                                -3.538883657055651,\n                                50.478963516466095\n                            ],\n                            [\n                                -3.5389367650329535,\n                                50.478970458670716\n                            ],\n                            [\n                                -3.539022762340467,\n                                50.47890602384118\n                            ],\n                            [\n                                -3.539164185873633,\n                                50.47883833754589\n                            ],\n                            [\n                                -3.5393693225311713,\n                                50.478767388876655\n                            ],\n                            [\n                                -3.5395234183073936,\n                                50.478792591890276\n                            ],\n                            [\n                                -3.5396211139863754,\n                                50.47876288823604\n                            ],\n                            [\n                                -3.5410478393198503,\n                                50.478685011442046\n                            ],\n                            [\n                                -3.54109695203366,\n                                50.47868005299908\n                            ],\n                            [\n                                -3.5412303881090756,\n                                50.47873088051983\n                            ],\n                            [\n                                -3.5413037717528955,\n                                50.478754092416146\n                            ],\n                            [\n                                -3.5417591447195833,\n                                50.47899522320412\n                            ],\n                            [\n                                -3.5418116836509883,\n                                50.47902797445439\n                            ],\n                            [\n                                -3.5418139335668086,\n                                50.47902911381692\n                            ],\n                            [\n                                -3.5419268899193908,\n                                50.47908983513563\n                            ],\n                            [\n                                -3.5421652107940855,\n                                50.47907804276583\n                            ],\n                            [\n                                -3.542250731606953,\n                                50.47907789854665\n                            ],\n                            [\n                                -3.542389172191521,\n                                50.47908235903826\n                            ],\n                            [\n                                -3.5425099839512195,\n                                50.47908822224687\n                            ],\n                            [\n                                -3.542738802695332,\n                                50.47910622476293\n                            ],\n                            [\n                                -3.5427930006601422,\n                                50.4791608981124\n                            ],\n                            [\n                                -3.543163116140947,\n                                50.47922818215891\n                            ],\n                            [\n                                -3.543163826458207,\n                                50.47893973697508\n                            ],\n                            [\n                                -3.5431661519904987,\n                                50.47812277568306\n                            ],\n                            [\n                                -3.5420635017711217,\n                                50.47802051288653\n                            ],\n                            [\n                                -3.541470909274416,\n                                50.47800139312527\n                            ],\n                            [\n                                -3.5405694770996288,\n                                50.47802232556002\n                            ],\n                            [\n                                -3.54051007888513,\n                                50.477921600530614\n                            ],\n                            [\n                                -3.5405271995314727,\n                                50.47783002522411\n                            ],\n                            [\n                                -3.540576801468433,\n                                50.47771877341302\n                            ],\n                            [\n                                -3.540614761659004,\n                                50.47767817704805\n                            ],\n                            [\n                                -3.541301923079504,\n                                50.477832527308344\n                            ],\n                            [\n                                -3.5413567736256004,\n                                50.477621861623305\n                            ],\n                            [\n                                -3.541397320722419,\n                                50.47758239091266\n                            ],\n                            [\n                                -3.541387119427051,\n                                50.4775118628382\n                            ],\n                            [\n                                -3.541393029883461,\n                                50.47739678256012\n                            ],\n                            [\n                                -3.5414259513116435,\n                                50.477337365980716\n                            ],\n                            [\n                                -3.5418036384122127,\n                                50.47715578024486\n                            ],\n                            [\n                                -3.541808897190471,\n                                50.47715669986354\n                            ],\n                            [\n                                -3.541864417441664,\n                                50.47717025507986\n                            ],\n                            [\n                                -3.541945706991905,\n                                50.47720433407319\n                            ],\n                            [\n                                -3.541955168833357,\n                                50.477209245134276\n                            ],\n                            [\n                                -3.5420780003399037,\n                                50.477223616994344\n                            ],\n                            [\n                                -3.5422687087264952,\n                                50.47727783033637\n                            ],\n                            [\n                                -3.5425730192606286,\n                                50.47741225376578\n                            ],\n                            [\n                                -3.5426064455638775,\n                                50.47750387875406\n                            ],\n                            [\n                                -3.5426028931506095,\n                                50.47751597736232\n                            ],\n                            [\n                                -3.5425864787386305,\n                                50.477554229189394\n                            ],\n                            [\n                                -3.542669082939062,\n                                50.477614362884694\n                            ],\n                            [\n                                -3.5428013485868104,\n                                50.47768642017966\n                            ],\n                            [\n                                -3.542913152981857,\n                                50.47771182870527\n                            ],\n                            [\n                                -3.543229076780239,\n                                50.47772840533218\n                            ],\n                            [\n                                -3.5433315343677245,\n                                50.47767022439143\n                            ],\n                            [\n                                -3.54351383664999,\n                                50.477698195762386\n                            ],\n                            [\n                                -3.543624585734386,\n                                50.47770158312549\n                            ],\n                            [\n                                -3.5438142741422594,\n                                50.4776707453895\n                            ],\n                            [\n                                -3.543915549657827,\n                                50.477644219330024\n                            ],\n                            [\n                                -3.5440094023763344,\n                                50.47758929974924\n                            ],\n                            [\n                                -3.544266612805043,\n                                50.47767255824994\n                            ],\n                            [\n                                -3.5444505791816456,\n                                50.477694489306636\n                            ],\n                            [\n                                -3.5444680534527926,\n                                50.47770306215523\n                            ],\n                            [\n                                -3.544640536748368,\n                                50.477739796018966\n                            ],\n                            [\n                                -3.5448094787630757,\n                                50.47773188711778\n                            ],\n                            [\n                                -3.5448820960123655,\n                                50.47774585245425\n                            ],\n                            [\n                                -3.5449114266322668,\n                                50.477754087940575\n                            ],\n                            [\n                                -3.5449560292060465,\n                                50.47777121323477\n                            ],\n                            [\n                                -3.545093655860027,\n                                50.477790152110416\n                            ],\n                            [\n                                -3.5451980899338644,\n                                50.47792444370557\n                            ],\n                            [\n                                -3.5452208444951694,\n                                50.477977366035844\n                            ],\n                            [\n                                -3.545139479039193,\n                                50.47821203905351\n                            ],\n                            [\n                                -3.545900471606259,\n                                50.47830305303891\n                            ],\n                            [\n                                -3.5459628938717604,\n                                50.478310518445284\n                            ],\n                            [\n                                -3.545970355980687,\n                                50.47831066199523\n                            ],\n                            [\n                                -3.546076269040297,\n                                50.478312699412264\n                            ],\n                            [\n                                -3.5463369774757694,\n                                50.47796181855749\n                            ],\n                            [\n                                -3.5464316398534743,\n                                50.47793565699721\n                            ],\n                            [\n                                -3.546578516045561,\n                                50.47777851907745\n                            ],\n                            [\n                                -3.5466643631839005,\n                                50.477766855371605\n                            ],\n                            [\n                                -3.5466851547456537,\n                                50.47776693873893\n                            ],\n                            [\n                                -3.546735477128622,\n                                50.47777058675554\n                            ],\n                            [\n                                -3.546811123316275,\n                                50.47776679310015\n                            ],\n                            [\n                                -3.5469423486616214,\n                                50.47783527106995\n                            ],\n                            [\n                                -3.5469463813690236,\n                                50.47783791555474\n                            ],\n                            [\n                                -3.5470553243732206,\n                                50.4778822268674\n                            ],\n                            [\n                                -3.547226277047964,\n                                50.477925092952965\n                            ],\n                            [\n                                -3.547381140708916,\n                                50.47793103790098\n                            ],\n                            [\n                                -3.5475055328080645,\n                                50.477897285152515\n                            ],\n                            [\n                                -3.5477056672072265,\n                                50.47799729491038\n                            ],\n                            [\n                                -3.548002904973832,\n                                50.47794353382615\n                            ],\n                            [\n                                -3.5481881362313747,\n                                50.47784018733166\n                            ],\n                            [\n                                -3.5482073723030654,\n                                50.477831486322515\n                            ],\n                            [\n                                -3.5482115724591,\n                                50.47770770453261\n                            ],\n                            [\n                                -3.548212007961667,\n                                50.47769601596178\n                            ],\n                            [\n                                -3.549072157651105,\n                                50.4774537630074\n                            ],\n                            [\n                                -3.5490726343090406,\n                                50.477454116408225\n                            ],\n                            [\n                                -3.5490758827369224,\n                                50.47745389328681\n                            ],\n                            [\n                                -3.5489256919128054,\n                                50.47624749416448\n                            ],\n                            [\n                                -3.54877605427947,\n                                50.47554799766797\n                            ],\n                            [\n                                -3.5485694292729173,\n                                50.47526294138151\n                            ],\n                            [\n                                -3.548518756939981,\n                                50.47521659686669\n                            ],\n                            [\n                                -3.547755862913533,\n                                50.47451833407305\n                            ],\n                            [\n                                -3.546718562456441,\n                                50.47360730869405\n                            ],\n                            [\n                                -3.5466043123922972,\n                                50.47367383370689\n                            ],\n                            [\n                                -3.5466036065633264,\n                                50.47367725169148\n                            ],\n                            [\n                                -3.5465962098109594,\n                                50.47367860912776\n                            ],\n                            [\n                                -3.546078186664508,\n                                50.47377073586031\n                            ],\n                            [\n                                -3.5459368743283934,\n                                50.473599170564334\n                            ],\n                            [\n                                -3.545871218816,\n                                50.473584582780056\n                            ],\n                            [\n                                -3.5455866335194894,\n                                50.473338501305356\n                            ],\n                            [\n                                -3.5454164029454374,\n                                50.47349136156128\n                            ],\n                            [\n                                -3.5453821484894195,\n                                50.47352436464039\n                            ],\n                            [\n                                -3.545375631036894,\n                                50.473523731712056\n                            ],\n                            [\n                                -3.545064994838883,\n                                50.473493870103894\n                            ],\n                            [\n                                -3.5449649058991684,\n                                50.47354266778598\n                            ],\n                            [\n                                -3.5448872826922897,\n                                50.47355305190268\n                            ],\n                            [\n                                -3.5447066060305326,\n                                50.47351050039177\n                            ],\n                            [\n                                -3.54461891943352,\n                                50.47346940324947\n                            ],\n                            [\n                                -3.5445411204504778,\n                                50.47347439326577\n                            ],\n                            [\n                                -3.5443555226232557,\n                                50.47344125096477\n                            ],\n                            [\n                                -3.5443205900914103,\n                                50.47342103817822\n                            ],\n                            [\n                                -3.5442154754505157,\n                                50.473411640913014\n                            ],\n                            [\n                                -3.54396736286181,\n                                50.473314501294404\n                            ],\n                            [\n                                -3.5439457574025446,\n                                50.47327207704884\n                            ],\n                            [\n                                -3.5436087428130567,\n                                50.47321325121873\n                            ],\n                            [\n                                -3.5435443025506728,\n                                50.47312950265442\n                            ],\n                            [\n                                -3.543215198465271,\n                                50.47307120030227\n                            ],\n                            [\n                                -3.54301293874323,\n                                50.47310795982887\n                            ],\n                            [\n                                -3.542945547012992,\n                                50.473147337465\n                            ],\n                            [\n                                -3.542771388434237,\n                                50.473087158862654\n                            ],\n                            [\n                                -3.5425766386816684,\n                                50.47296197693596\n                            ],\n                            [\n                                -3.54250859344075,\n                                50.47286352597764\n                            ],\n                            [\n                                -3.5426214934484013,\n                                50.47274415809273\n                            ],\n                            [\n                                -3.5425855165405715,\n                                50.47262775332884\n                            ],\n                            [\n                                -3.5423299337686998,\n                                50.47253987382925\n                            ],\n                            [\n                                -3.542344569668435,\n                                50.4724361986276\n                            ],\n                            [\n                                -3.5422213676639562,\n                                50.47211387967807\n                            ],\n                            [\n                                -3.5424424373270202,\n                                50.472144666447356\n                            ],\n                            [\n                                -3.541728665189524,\n                                50.47163039821568\n                            ],\n                            [\n                                -3.541434470387448,\n                                50.47145914441878\n                            ],\n                            [\n                                -3.5414024668486705,\n                                50.47145740992815\n                            ],\n                            [\n                                -3.5409930594694603,\n                                50.47140888903532\n                            ],\n                            [\n                                -3.5409792630675376,\n                                50.47132437835012\n                            ],\n                            [\n                                -3.540957693234528,\n                                50.47125390181498\n                            ],\n                            [\n                                -3.5408063519754007,\n                                50.47125590612615\n                            ],\n                            [\n                                -3.5408018969764514,\n                                50.4713009244914\n                            ],\n                            [\n                                -3.540691865655653,\n                                50.471383297647726\n                            ],\n                            [\n                                -3.5405518664287032,\n                                50.47141212345623\n                            ],\n                            [\n                                -3.540388186110215,\n                                50.471388307881696\n                            ],\n                            [\n                                -3.5403523956750624,\n                                50.47169537598306\n                            ],\n                            [\n                                -3.5403919535946122,\n                                50.471761297510355\n                            ],\n                            [\n                                -3.540356403285751,\n                                50.47177921589162\n                            ],\n                            [\n                                -3.540330805147315,\n                                50.471788989145864\n                            ],\n                            [\n                                -3.539601506224223,\n                                50.47151857004771\n                            ],\n                            [\n                                -3.5396736206233115,\n                                50.47143499090649\n                            ],\n                            [\n                                -3.5398860466064757,\n                                50.47133219698177\n                            ],\n                            [\n                                -3.53982576951534,\n                                50.47127914063371\n                            ],\n                            [\n                                -3.5397319647158314,\n                                50.47122427054571\n                            ],\n                            [\n                                -3.5395211492243153,\n                                50.471219604484475\n                            ],\n                            [\n                                -3.5395027886563795,\n                                50.47121921787227\n                            ],\n                            [\n                                -3.5394997718098327,\n                                50.471212242726885\n                            ],\n                            [\n                                -3.5394723370304635,\n                                50.47114768941448\n                            ],\n                            [\n                                -3.538346927803066,\n                                50.47077577507707\n                            ],\n                            [\n                                -3.538147681979071,\n                                50.47071547160577\n                            ],\n                            [\n                                -3.5377799281488476,\n                                50.47055409378997\n                            ],\n                            [\n                                -3.537759899133814,\n                                50.47054527490504\n                            ],\n                            [\n                                -3.53772100966172,\n                                50.47051414016787\n                            ],\n                            [\n                                -3.537663313676048,\n                                50.470458440428985\n                            ],\n                            [\n                                -3.537626284181876,\n                                50.4704559618954\n                            ],\n                            [\n                                -3.5376180979975476,\n                                50.47046164615756\n                            ],\n                            [\n                                -3.537483658878068,\n                                50.4704502920226\n                            ],\n                            [\n                                -3.53743436976196,\n                                50.47044608676137\n                            ],\n                            [\n                                -3.5362668369914108,\n                                50.470074798950016\n                            ],\n                            [\n                                -3.5362593154696484,\n                                50.47007229909378\n                            ],\n                            [\n                                -3.5352697501631676,\n                                50.46974620983037\n                            ],\n                            [\n                                -3.5351501197483017,\n                                50.469693394640174\n                            ],\n                            [\n                                -3.5345712379313228,\n                                50.469437678625034\n                            ],\n                            [\n                                -3.5343404442844566,\n                                50.46933580231012\n                            ],\n                            [\n                                -3.534101497339337,\n                                50.46950223327021\n                            ],\n                            [\n                                -3.534051046927943,\n                                50.469537425171026\n                            ],\n                            [\n                                -3.5339747045275782,\n                                50.46963426826658\n                            ],\n                            [\n                                -3.5339292944470886,\n                                50.46969196776846\n                            ],\n                            [\n                                -3.533599194353043,\n                                50.46997540187727\n                            ],\n                            [\n                                -3.533829179201376,\n                                50.46907955064833\n                            ],\n                            [\n                                -3.533448479628989,\n                                50.468890449501046\n                            ],\n                            [\n                                -3.5327220504800345,\n                                50.46852968021217\n                            ],\n                            [\n                                -3.5325656726326877,\n                                50.46848678982749\n                            ],\n                            [\n                                -3.5324738442486874,\n                                50.46842811054499\n                            ],\n                            [\n                                -3.532731645892357,\n                                50.46829480102976\n                            ],\n                            [\n                                -3.532730816613126,\n                                50.468290944676376\n                            ],\n                            [\n                                -3.532602127141755,\n                                50.468306391261365\n                            ],\n                            [\n                                -3.532204833310903,\n                                50.46822171431147\n                            ],\n                            [\n                                -3.5321335114453367,\n                                50.4681971205218\n                            ],\n                            [\n                                -3.532102952514764,\n                                50.46825830215993\n                            ],\n                            [\n                                -3.531877672720506,\n                                50.46811435693275\n                            ],\n                            [\n                                -3.5318312182277203,\n                                50.46809356363361\n                            ],\n                            [\n                                -3.5317894169287967,\n                                50.4680689407056\n                            ],\n                            [\n                                -3.531757836236634,\n                                50.46805884288547\n                            ],\n                            [\n                                -3.5317412233108954,\n                                50.4680553741971\n                            ],\n                            [\n                                -3.531644299619206,\n                                50.46800422609083\n                            ],\n                            [\n                                -3.531361574486243,\n                                50.467855100274285\n                            ],\n                            [\n                                -3.531118942482865,\n                                50.46769906064888\n                            ],\n                            [\n                                -3.5307125893985956,\n                                50.467437916135744\n                            ],\n                            [\n                                -3.530439228752908,\n                                50.46726222349603\n                            ],\n                            [\n                                -3.529830705303974,\n                                50.46687093461119\n                            ],\n                            [\n                                -3.529828100807371,\n                                50.46686926006049\n                            ],\n                            [\n                                -3.5293429770681994,\n                                50.466557351973734\n                            ],\n                            [\n                                -3.5290448313117784,\n                                50.46636563137746\n                            ],\n                            [\n                                -3.52858362530841,\n                                50.466078489149865\n                            ],\n                            [\n                                -3.5284669682429914,\n                                50.46600593192287\n                            ],\n                            [\n                                -3.5282060282448984,\n                                50.4658434804504\n                            ],\n                            [\n                                -3.528152795871848,\n                                50.46582124579515\n                            ],\n                            [\n                                -3.5281605031334125,\n                                50.465815118803334\n                            ],\n                            [\n                                -3.528153386633811,\n                                50.46581072443529\n                            ],\n                            [\n                                -3.5278969866266965,\n                                50.46565711802933\n                            ],\n                            [\n                                -3.527492360499823,\n                                50.46541470778493\n                            ],\n                            [\n                                -3.52732077369219,\n                                50.465242064616774\n                            ],\n                            [\n                                -3.5272867699490673,\n                                50.465207851350044\n                            ],\n                            [\n                                -3.527201182905464,\n                                50.46512173919353\n                            ],\n                            [\n                                -3.5271086852982365,\n                                50.46508654036891\n                            ],\n                            [\n                                -3.527086975444994,\n                                50.46507827893343\n                            ],\n                            [\n                                -3.5268897941843256,\n                                50.465080866889956\n                            ],\n                            [\n                                -3.526901767741118,\n                                50.46506337965877\n                            ],\n                            [\n                                -3.526951603048454,\n                                50.46499059566088\n                            ],\n                            [\n                                -3.52685721831743,\n                                50.46498204026338\n                            ],\n                            [\n                                -3.5268107521053405,\n                                50.465032457005705\n                            ],\n                            [\n                                -3.5267948424956286,\n                                50.46506521388252\n                            ],\n                            [\n                                -3.52671910121715,\n                                50.46502916289079\n                            ],\n                            [\n                                -3.526688846971713,\n                                50.46496653225615\n                            ],\n                            [\n                                -3.526729087751976,\n                                50.46490306649728\n                            ],\n                            [\n                                -3.526806104712804,\n                                50.46487724227654\n                            ],\n                            [\n                                -3.526784011585428,\n                                50.46481207627363\n                            ],\n                            [\n                                -3.5268495339603,\n                                50.4647036790836\n                            ],\n                            [\n                                -3.5268287286072617,\n                                50.46454813677618\n                            ],\n                            [\n                                -3.5268163183615777,\n                                50.46445506225355\n                            ],\n                            [\n                                -3.526802406864506,\n                                50.46445623412178\n                            ],\n                            [\n                                -3.526803310040137,\n                                50.46442259493313\n                            ],\n                            [\n                                -3.5268041643827157,\n                                50.46438787714462\n                            ],\n                            [\n                                -3.526805423271114,\n                                50.46438759081378\n                            ],\n                            [\n                                -3.5267717142303665,\n                                50.46420281751553\n                            ],\n                            [\n                                -3.5267202404822013,\n                                50.46392144245987\n                            ],\n                            [\n                                -3.5267177191195707,\n                                50.46390790409591\n                            ],\n                            [\n                                -3.526708673173698,\n                                50.46385802697986\n                            ],\n                            [\n                                -3.5266974148158425,\n                                50.46379676592526\n                            ],\n                            [\n                                -3.526692606253455,\n                                50.46377039662318\n                            ],\n                            [\n                                -3.526571782453295,\n                                50.46347805985441\n                            ],\n                            [\n                                -3.526463439347538,\n                                50.4632157779412\n                            ],\n                            [\n                                -3.5263163492610063,\n                                50.46311097981921\n                            ],\n                            [\n                                -3.5262161290478806,\n                                50.463039652687534\n                            ],\n                            [\n                                -3.525843392506197,\n                                50.46277417397801\n                            ],\n                            [\n                                -3.525801058590472,\n                                50.462733196404265\n                            ],\n                            [\n                                -3.5255795924296445,\n                                50.46251850775173\n                            ],\n                            [\n                                -3.5254268200850247,\n                                50.46237054144152\n                            ],\n                            [\n                                -3.5253800637434276,\n                                50.46232521480001\n                            ],\n                            [\n                                -3.5253791053002854,\n                                50.46232432799902\n                            ],\n                            [\n                                -3.5253488853420056,\n                                50.46229505408693\n                            ],\n                            [\n                                -3.5253870984855475,\n                                50.4621685876856\n                            ],\n                            [\n                                -3.525456610029644,\n                                50.46210491842896\n                            ],\n                            [\n                                -3.5253809961725673,\n                                50.46207614977736\n                            ],\n                            [\n                                -3.5253774311476036,\n                                50.462073948100766\n                            ],\n                            [\n                                -3.525353827850155,\n                                50.46205501110444\n                            ],\n                            [\n                                -3.525246873095942,\n                                50.46196956143322\n                            ],\n                            [\n                                -3.5252291786683583,\n                                50.461939403784534\n                            ],\n                            [\n                                -3.525009777408581,\n                                50.46183950920455\n                            ],\n                            [\n                                -3.5249046812905243,\n                                50.46172157668968\n                            ],\n                            [\n                                -3.5248528141350093,\n                                50.461683772579676\n                            ],\n                            [\n                                -3.5248402347268297,\n                                50.461574340547465\n                            ],\n                            [\n                                -3.524812491029605,\n                                50.461332927237066\n                            ],\n                            [\n                                -3.524812221603883,\n                                50.46131009583\n                            ],\n                            [\n                                -3.5248076825968346,\n                                50.461281114746456\n                            ],\n                            [\n                                -3.5247929049042614,\n                                50.46125883323569\n                            ],\n                            [\n                                -3.5247007102058237,\n                                50.461129759160876\n                            ],\n                            [\n                                -3.52462784038686,\n                                50.460876085222466\n                            ],\n                            [\n                                -3.524663396220138,\n                                50.46083299823981\n                            ],\n                            [\n                                -3.5246760910910857,\n                                50.46081593275634\n                            ],\n                            [\n                                -3.524729857287702,\n                                50.46073584095712\n                            ],\n                            [\n                                -3.524773792634628,\n                                50.460689586269474\n                            ],\n                            [\n                                -3.5247923811921593,\n                                50.460653826622014\n                            ],\n                            [\n                                -3.524871367666001,\n                                50.46051990083338\n                            ],\n                            [\n                                -3.524883586183303,\n                                50.460505989355646\n                            ],\n                            [\n                                -3.5249745048269117,\n                                50.46041452812315\n                            ],\n                            [\n                                -3.5249826558846458,\n                                50.46033943201367\n                            ],\n                            [\n                                -3.524991257020864,\n                                50.46032125097595\n                            ],\n                            [\n                                -3.525205571235823,\n                                50.45989144878605\n                            ],\n                            [\n                                -3.5250010544017476,\n                                50.45984621149381\n                            ],\n                            [\n                                -3.524498285545916,\n                                50.45969383754971\n                            ],\n                            [\n                                -3.524478711420709,\n                                50.4596884280282\n                            ],\n                            [\n                                -3.5248853014633825,\n                                50.45927022678047\n                            ],\n                            [\n                                -3.5249933093090315,\n                                50.459124957183064\n                            ],\n                            [\n                                -3.5250044700169085,\n                                50.459034811156826\n                            ],\n                            [\n                                -3.5248542976596253,\n                                50.45883717387801\n                            ],\n                            [\n                                -3.524857559294708,\n                                50.458833893403856\n                            ],\n                            [\n                                -3.52651566770348,\n                                50.459134302328835\n                            ],\n                            [\n                                -3.528972879678527,\n                                50.4584011751543\n                            ],\n                            [\n                                -3.529983193259363,\n                                50.45816617154337\n                            ],\n                            [\n                                -3.5311311114938255,\n                                50.45740813718595\n                            ],\n                            [\n                                -3.534066440304497,\n                                50.45556449778304\n                            ],\n                            [\n                                -3.5340796113732136,\n                                50.45516736961006\n                            ],\n                            [\n                                -3.5340809818794385,\n                                50.45514136876661\n                            ],\n                            [\n                                -3.5341621542590023,\n                                50.45431500129451\n                            ],\n                            [\n                                -3.531264467711557,\n                                50.44797397815975\n                            ],\n                            [\n                                -3.5307265915499424,\n                                50.44701856037951\n                            ],\n                            [\n                                -3.5298251241924943,\n                                50.44368652485024\n                            ],\n                            [\n                                -3.5288820637501033,\n                                50.440032072700774\n                            ],\n                            [\n                                -3.5285190542099736,\n                                50.438531638185815\n                            ],\n                            [\n                                -3.5340848646005676,\n                                50.43939497386987\n                            ],\n                            [\n                                -3.5341862510039297,\n                                50.43943867724769\n                            ],\n                            [\n                                -3.5392620328535274,\n                                50.44233816310381\n                            ],\n                            [\n                                -3.5399996296346803,\n                                50.44281050862096\n                            ],\n                            [\n                                -3.5416735835488633,\n                                50.4439022430601\n                            ],\n                            [\n                                -3.5450368349677044,\n                                50.44601514141509\n                            ],\n                            [\n                                -3.5454094885042293,\n                                50.44607914614976\n                            ],\n                            [\n                                -3.5542619591247706,\n                                50.448281197751164\n                            ],\n                            [\n                                -3.554177794804186,\n                                50.44840271210606\n                            ],\n                            [\n                                -3.55396734279979,\n                                50.4487212029836\n                            ],\n                            [\n                                -3.5536930808435443,\n                                50.4491695605403\n                            ],\n                            [\n                                -3.5535717331986785,\n                                50.449378971948136\n                            ],\n                            [\n                                -3.553460679530744,\n                                50.44958059210436\n                            ],\n                            [\n                                -3.5531028269666067,\n                                50.45026393688646\n                            ],\n                            [\n                                -3.5529383993240375,\n                                50.45054476617987\n                            ],\n                            [\n                                -3.5532142216781644,\n                                50.45062271976891\n                            ],\n                            [\n                                -3.553230278438754,\n                                50.45063041985147\n                            ],\n                            [\n                                -3.553356510309227,\n                                50.450761355649995\n                            ],\n                            [\n                                -3.5538839205617583,\n                                50.451382073153916\n                            ],\n                            [\n                                -3.554023312196514,\n                                50.45147129049709\n                            ],\n                            [\n                                -3.5545030627819814,\n                                50.45173596024754\n                            ],\n                            [\n                                -3.554928443972333,\n                                50.45194346223387\n                            ],\n                            [\n                                -3.554965526050177,\n                                50.451958696583404\n                            ],\n                            [\n                                -3.5552616205439977,\n                                50.45206254607992\n                            ],\n                            [\n                                -3.5554145013052607,\n                                50.45210635205249\n                            ],\n                            [\n                                -3.5557482255166257,\n                                50.45245803155199\n                            ],\n                            [\n                                -3.555805953180795,\n                                50.452511293752934\n                            ],\n                            [\n                                -3.555885500581026,\n                                50.45260274819319\n                            ],\n                            [\n                                -3.5561731335792537,\n                                50.452887697996275\n                            ],\n                            [\n                                -3.556218764507936,\n                                50.45292602136691\n                            ],\n                            [\n                                -3.5564563805003586,\n                                50.452989557839544\n                            ],\n                            [\n                                -3.5568935432118964,\n                                50.45321891165823\n                            ],\n                            [\n                                -3.5570980914986756,\n                                50.45334654685442\n                            ],\n                            [\n                                -3.5572978050629285,\n                                50.45347577534357\n                            ],\n                            [\n                                -3.557388097228171,\n                                50.45354424989414\n                            ],\n                            [\n                                -3.557460101135016,\n                                50.45355128135113\n                            ],\n                            [\n                                -3.557656100784262,\n                                50.45358111548442\n                            ],\n                            [\n                                -3.558048665662249,\n                                50.45365840286273\n                            ],\n                            [\n                                -3.5583168412355866,\n                                50.453711183500644\n                            ],\n                            [\n                                -3.5588576168999353,\n                                50.45374987834747\n                            ],\n                            [\n                                -3.5589633605180646,\n                                50.45363481680769\n                            ],\n                            [\n                                -3.558972254204886,\n                                50.453643961149126\n                            ],\n                            [\n                                -3.5589773225604677,\n                                50.453670865372125\n                            ],\n                            [\n                                -3.558983084747901,\n                                50.45367645419255\n                            ],\n                            [\n                                -3.5590239665953605,\n                                50.45369406463719\n                            ],\n                            [\n                                -3.559062740909984,\n                                50.45371826872177\n                            ],\n                            [\n                                -3.5591444169522406,\n                                50.45374010807196\n                            ],\n                            [\n                                -3.559174910663827,\n                                50.45374553630215\n                            ],\n                            [\n                                -3.5591913372610766,\n                                50.453750712370336\n                            ],\n                            [\n                                -3.5592379722934653,\n                                50.45377705947001\n                            ],\n                            [\n                                -3.5592485624586283,\n                                50.45377781689998\n                            ],\n                            [\n                                -3.5592635858920247,\n                                50.45378615956416\n                            ],\n                            [\n                                -3.5593446753546614,\n                                50.45381114544207\n                            ],\n                            [\n                                -3.5594191992083064,\n                                50.45386993670106\n                            ],\n                            [\n                                -3.559551065496599,\n                                50.45393839191445\n                            ],\n                            [\n                                -3.559639385881731,\n                                50.45396777750808\n                            ],\n                            [\n                                -3.55971742270894,\n                                50.453985168390886\n                            ],\n                            [\n                                -3.559981071553303,\n                                50.45409806590726\n                            ],\n                            [\n                                -3.560192056071707,\n                                50.45417390453641\n                            ],\n                            [\n                                -3.5604198596592216,\n                                50.454227860328565\n                            ],\n                            [\n                                -3.5605020964971605,\n                                50.454259845109505\n                            ],\n                            [\n                                -3.5608485310093703,\n                                50.45434681650813\n                            ],\n                            [\n                                -3.5608961620579054,\n                                50.45436100807116\n                            ],\n                            [\n                                -3.560910519865142,\n                                50.45436666134089\n                            ],\n                            [\n                                -3.5609319429771165,\n                                50.454378965094335\n                            ],\n                            [\n                                -3.5609541381104006,\n                                50.45438990043443\n                            ],\n                            [\n                                -3.560964112453337,\n                                50.45439291439997\n                            ],\n                            [\n                                -3.560974761968417,\n                                50.45439546961963\n                            ],\n                            [\n                                -3.561034534492171,\n                                50.45441174664008\n                            ],\n                            [\n                                -3.5610679651525925,\n                                50.454421640816925\n                            ],\n                            [\n                                -3.561089189499796,\n                                50.45442405412461\n                            ],\n                            [\n                                -3.561109754194741,\n                                50.45442782533729\n                            ],\n                            [\n                                -3.5611294873971087,\n                                50.45443115801877\n                            ],\n                            [\n                                -3.5611535976362325,\n                                50.45443308290243\n                            ],\n                            [\n                                -3.561176905978883,\n                                50.454435468227985\n                            ],\n                            [\n                                -3.5611931907827703,\n                                50.45443974654635\n                            ],\n                            [\n                                -3.5612096027408073,\n                                50.45444446384795\n                            ],\n                            [\n                                -3.5612206363460377,\n                                50.454458256031884\n                            ],\n                            [\n                                -3.561243841106822,\n                                50.4544574949346\n                            ],\n                            [\n                                -3.5612646130254304,\n                                50.45446755893808\n                            ],\n                            [\n                                -3.5612852868088636,\n                                50.45447806494686\n                            ],\n                            [\n                                -3.5613289324397908,\n                                50.454498704350094\n                            ],\n                            [\n                                -3.5613410934062486,\n                                50.45450437805695\n                            ],\n                            [\n                                -3.5614453852111025,\n                                50.45452546258279\n                            ],\n                            [\n                                -3.5615254621619568,\n                                50.454541017138844\n                            ],\n                            [\n                                -3.561609173808043,\n                                50.4545574312151\n                            ],\n                            [\n                                -3.5616892219793783,\n                                50.454572536359464\n                            ],\n                            [\n                                -3.561777145410757,\n                                50.45458979314712\n                            ],\n                            [\n                                -3.5618427495715292,\n                                50.45460347322534\n                            ],\n                            [\n                                -3.5618399611438223,\n                                50.45461376349412\n                            ],\n                            [\n                                -3.561764011308473,\n                                50.454900162629485\n                            ],\n                            [\n                                -3.561981116335979,\n                                50.4549426481211\n                            ],\n                            [\n                                -3.561999689235443,\n                                50.454945816360436\n                            ],\n                            [\n                                -3.562128400255919,\n                                50.45496404517201\n                            ],\n                            [\n                                -3.5623957169071567,\n                                50.45499381306683\n                            ],\n                            [\n                                -3.562783821917372,\n                                50.45502708422344\n                            ],\n                            [\n                                -3.5628288881553907,\n                                50.455033943601755\n                            ],\n                            [\n                                -3.563286385469821,\n                                50.45512822955831\n                            ],\n                            [\n                                -3.5633444936683754,\n                                50.4551435384534\n                            ],\n                            [\n                                -3.5636248173080647,\n                                50.45523318875888\n                            ],\n                            [\n                                -3.5640114287415394,\n                                50.455368437639734\n                            ],\n                            [\n                                -3.5642031657329305,\n                                50.45544164980212\n                            ],\n                            [\n                                -3.5644974358091144,\n                                50.455566626672116\n                            ],\n                            [\n                                -3.564711529767577,\n                                50.45567991911521\n                            ],\n                            [\n                                -3.564712988788768,\n                                50.455681869114784\n                            ],\n                            [\n                                -3.565076275762358,\n                                50.45619433674486\n                            ],\n                            [\n                                -3.5652990265384887,\n                                50.45658038990953\n                            ],\n                            [\n                                -3.5656614086747482,\n                                50.4573538744007\n                            ],\n                            [\n                                -3.5657673514728825,\n                                50.457789866759214\n                            ],\n                            [\n                                -3.565846384987502,\n                                50.4579706918584\n                            ],\n                            [\n                                -3.5660218058608386,\n                                50.45827034847372\n                            ],\n                            [\n                                -3.5671730706250333,\n                                50.459971520201435\n                            ],\n                            [\n                                -3.567243471016751,\n                                50.460066507737395\n                            ],\n                            [\n                                -3.567795358240222,\n                                50.46019295213973\n                            ],\n                            [\n                                -3.5683443863290103,\n                                50.46039045580642\n                            ],\n                            [\n                                -3.5693443821136777,\n                                50.46079227337276\n                            ],\n                            [\n                                -3.569408346433709,\n                                50.46081865246821\n                            ],\n                            [\n                                -3.5695050672940143,\n                                50.4608173476754\n                            ],\n                            [\n                                -3.5694871230602394,\n                                50.46085112730068\n                            ],\n                            [\n                                -3.5696305123922,\n                                50.46091168111153\n                            ],\n                            [\n                                -3.5702782202015753,\n                                50.46120521919561\n                            ],\n                            [\n                                -3.5704088489814643,\n                                50.4613474992518\n                            ],\n                            [\n                                -3.5706262611220665,\n                                50.46464143292948\n                            ],\n                            [\n                                -3.569907139694434,\n                                50.467268900116224\n                            ],\n                            [\n                                -3.5700160689249363,\n                                50.46803176889903\n                            ],\n                            [\n                                -3.570214312653952,\n                                50.46832760345459\n                            ],\n                            [\n                                -3.570690690067185,\n                                50.46900125885334\n                            ],\n                            [\n                                -3.571410399629307,\n                                50.46971091950295\n                            ],\n                            [\n                                -3.573373831616692,\n                                50.47035773364134\n                            ],\n                            [\n                                -3.573851430053882,\n                                50.47050987795655\n                            ],\n                            [\n                                -3.5751039872835073,\n                                50.47050065323036\n                            ],\n                            [\n                                -3.5791535016556444,\n                                50.47060067714883\n                            ],\n                            [\n                                -3.5803375977262406,\n                                50.47045441578346\n                            ],\n                            [\n                                -3.581523372884261,\n                                50.47097138734668\n                            ],\n                            [\n                                -3.581528355002908,\n                                50.47099568357275\n                            ],\n                            [\n                                -3.5817267958018206,\n                                50.47108208661225\n                            ],\n                            [\n                                -3.5818028144028102,\n                                50.47149725483337\n                            ],\n                            [\n                                -3.5818064190318903,\n                                50.47150771946804\n                            ],\n                            [\n                                -3.582083956171878,\n                                50.47232079012739\n                            ],\n                            [\n                                -3.5823281761678727,\n                                50.47288409035594\n                            ],\n                            [\n                                -3.582574578359384,\n                                50.47308763022235\n                            ],\n                            [\n                                -3.582718157716152,\n                                50.47316659352646\n                            ],\n                            [\n                                -3.582763132848095,\n                                50.473246907057266\n                            ],\n                            [\n                                -3.5827714134645774,\n                                50.47335558224684\n                            ],\n                            [\n                                -3.5827883010189407,\n                                50.4735793227027\n                            ],\n                            [\n                                -3.5829077860600824,\n                                50.47385875940657\n                            ],\n                            [\n                                -3.582987072059526,\n                                50.47404433601798\n                            ],\n                            [\n                                -3.5833138319929905,\n                                50.474966250165465\n                            ],\n                            [\n                                -3.583317525709184,\n                                50.47498948459375\n                            ],\n                            [\n                                -3.583327864192242,\n                                50.47505551955997\n                            ],\n                            [\n                                -3.5831971442844943,\n                                50.475205559515715\n                            ],\n                            [\n                                -3.5832773966708933,\n                                50.475983007166576\n                            ],\n                            [\n                                -3.5831757858538373,\n                                50.47673982457743\n                            ],\n                            [\n                                -3.582943549937061,\n                                50.47738153688976\n                            ],\n                            [\n                                -3.5827780254666015,\n                                50.47768264924501\n                            ],\n                            [\n                                -3.5829366974024666,\n                                50.47772230237893\n                            ],\n                            [\n                                -3.5829471399371142,\n                                50.47772521816876\n                            ],\n                            [\n                                -3.582982977705687,\n                                50.4777335444239\n                            ],\n                            [\n                                -3.5837789919980385,\n                                50.477917911124116\n                            ],\n                            [\n                                -3.584332827542891,\n                                50.47804613095116\n                            ],\n                            [\n                                -3.5842969766988633,\n                                50.47823552273728\n                            ],\n                            [\n                                -3.584301103541938,\n                                50.478275479505086\n                            ],\n                            [\n                                -3.584311876445245,\n                                50.47837846354538\n                            ],\n                            [\n                                -3.5843176512455797,\n                                50.47843313854234\n                            ],\n                            [\n                                -3.584318449779141,\n                                50.47843636540017\n                            ],\n                            [\n                                -3.58451100287649,\n                                50.47915896808871\n                            ],\n                            [\n                                -3.5850695404580297,\n                                50.479843857199334\n                            ],\n                            [\n                                -3.585069783918724,\n                                50.479844393504465\n                            ],\n                            [\n                                -3.5853163691662973,\n                                50.48047903784108\n                            ],\n                            [\n                                -3.585372590670061,\n                                50.480558117844595\n                            ],\n                            [\n                                -3.585983809504292,\n                                50.48141706818932\n                            ],\n                            [\n                                -3.5861150344172232,\n                                50.48160139496728\n                            ],\n                            [\n                                -3.5863898929951508,\n                                50.48181352352727\n                            ],\n                            [\n                                -3.58683269975674,\n                                50.481987314406865\n                            ],\n                            [\n                                -3.5860215865174845,\n                                50.482600959742555\n                            ],\n                            [\n                                -3.5860162025400277,\n                                50.48260687003628\n                            ],\n                            [\n                                -3.58593658306024,\n                                50.482693377364996\n                            ],\n                            [\n                                -3.5859128125713093,\n                                50.48271932438276\n                            ],\n                            [\n                                -3.585874144160122,\n                                50.482827829686265\n                            ],\n                            [\n                                -3.58552282949022,\n                                50.48285959843908\n                            ],\n                            [\n                                -3.585135249774459,\n                                50.483071760983066\n                            ],\n                            [\n                                -3.5848440431213673,\n                                50.48311466142179\n                            ],\n                            [\n                                -3.58447303606232,\n                                50.48316925138538\n                            ],\n                            [\n                                -3.5844620381102748,\n                                50.483170840137966\n                            ],\n                            [\n                                -3.5843369949765296,\n                                50.48322648696646\n                            ],\n                            [\n                                -3.5843191370899143,\n                                50.48323833198122\n                            ],\n                            [\n                                -3.584102556762164,\n                                50.48338253563139\n                            ],\n                            [\n                                -3.5838725857282454,\n                                50.48357779844759\n                            ],\n                            [\n                                -3.5833612970626167,\n                                50.48401166047016\n                            ],\n                            [\n                                -3.5833487563359494,\n                                50.48402234474151\n                            ],\n                            [\n                                -3.5829836176929275,\n                                50.48448604485837\n                            ],\n                            [\n                                -3.5828405451028313,\n                                50.48461818380244\n                            ],\n                            [\n                                -3.582805828184864,\n                                50.48465030484155\n                            ],\n                            [\n                                -3.5822665493815764,\n                                50.48496342465664\n                            ],\n                            [\n                                -3.5816792430854076,\n                                50.48517541324143\n                            ],\n                            [\n                                -3.5814434726713817,\n                                50.48526044240401\n                            ],\n                            [\n                                -3.582008129730392,\n                                50.485891318374385\n                            ],\n                            [\n                                -3.5826239754227993,\n                                50.48615438218772\n                            ],\n                            [\n                                -3.5830979094625612,\n                                50.486709518838936\n                            ],\n                            [\n                                -3.5827055737141134,\n                                50.48693711687976\n                            ],\n                            [\n                                -3.5826437715026698,\n                                50.48697293391855\n                            ],\n                            [\n                                -3.5810713777504026,\n                                50.48758790178706\n                            ],\n                            [\n                                -3.5810680400823016,\n                                50.48758884650626\n                            ],\n                            [\n                                -3.5806526120248554,\n                                50.487710472958845\n                            ],\n                            [\n                                -3.5802781342904817,\n                                50.487895477858245\n                            ],\n                            [\n                                -3.579422747118058,\n                                50.48845563404974\n                            ],\n                            [\n                                -3.579272558324096,\n                                50.488601616352355\n                            ],\n                            [\n                                -3.57895419156717,\n                                50.48835409584136\n                            ],\n                            [\n                                -3.578865423516752,\n                                50.488229433804044\n                            ],\n                            [\n                                -3.578862897724115,\n                                50.48822344231087\n                            ],\n                            [\n                                -3.5788351676975476,\n                                50.48815872231924\n                            ],\n                            [\n                                -3.578773642432964,\n                                50.48801479484746\n                            ],\n                            [\n                                -3.5787063961278407,\n                                50.48774067151818\n                            ],\n                            [\n                                -3.578654760181221,\n                                50.48753053324287\n                            ],\n                            [\n                                -3.5786492547101783,\n                                50.48750831260338\n                            ],\n                            [\n                                -3.5776380589522216,\n                                50.48786467710173\n                            ],\n                            [\n                                -3.577490598931323,\n                                50.48783790551297\n                            ],\n                            [\n                                -3.577482533356639,\n                                50.48783657586802\n                            ],\n                            [\n                                -3.5773871795271632,\n                                50.48782132015295\n                            ],\n                            [\n                                -3.577370098485194,\n                                50.487821461765016\n                            ],\n                            [\n                                -3.577339656992826,\n                                50.48787419963891\n                            ],\n                            [\n                                -3.577337561499818,\n                                50.48787773557885\n                            ],\n                            [\n                                -3.5773089562014473,\n                                50.4879051853123\n                            ],\n                            [\n                                -3.5773027565653073,\n                                50.48791120517737\n                            ],\n                            [\n                                -3.57726003871797,\n                                50.48794073486879\n                            ],\n                            [\n                                -3.577213380170592,\n                                50.48800178683648\n                            ],\n                            [\n                                -3.577165703905918,\n                                50.48806403075025\n                            ],\n                            [\n                                -3.577120667271456,\n                                50.48813908183808\n                            ],\n                            [\n                                -3.577056855126807,\n                                50.48821970263789\n                            ],\n                            [\n                                -3.576975704576074,\n                                50.48834101193796\n                            ],\n                            [\n                                -3.5767837162412346,\n                                50.48862818260022\n                            ],\n                            [\n                                -3.576768508384077,\n                                50.488649874569255\n                            ],\n                            [\n                                -3.5767014945081916,\n                                50.48874572886632\n                            ],\n                            [\n                                -3.5767006213612906,\n                                50.48874744949592\n                            ],\n                            [\n                                -3.5766759043943894,\n                                50.48879390397876\n                            ],\n                            [\n                                -3.576622190650391,\n                                50.488894614470425\n                            ],\n                            [\n                                -3.5766097920737394,\n                                50.488902876769984\n                            ],\n                            [\n                                -3.5765916108970495,\n                                50.488908519314194\n                            ],\n                            [\n                                -3.5765239875755173,\n                                50.48890943552482\n                            ],\n                            [\n                                -3.576522597667367,\n                                50.48890918454566\n                            ],\n                            [\n                                -3.5764916319963627,\n                                50.488904297809206\n                            ],\n                            [\n                                -3.5764502665899127,\n                                50.48889784316031\n                            ],\n                            [\n                                -3.5764081023262286,\n                                50.48888475299289\n                            ],\n                            [\n                                -3.576392592519171,\n                                50.48888001658859\n                            ],\n                            [\n                                -3.576391893077431,\n                                50.48887975625388\n                            ],\n                            [\n                                -3.576368988216291,\n                                50.48886927414012\n                            ],\n                            [\n                                -3.575985675013798,\n                                50.488747601511456\n                            ],\n                            [\n                                -3.5759391364537634,\n                                50.48881953367189\n                            ],\n                            [\n                                -3.5757296468687705,\n                                50.489143624761894\n                            ],\n                            [\n                                -3.575968023236035,\n                                50.489401222084\n                            ],\n                            [\n                                -3.5759716004594186,\n                                50.48940746920761\n                            ],\n                            [\n                                -3.5759916137677745,\n                                50.4894428940471\n                            ],\n                            [\n                                -3.5759993848620932,\n                                50.489456549118636\n                            ],\n                            [\n                                -3.5760031059800923,\n                                50.489487877650646\n                            ],\n                            [\n                                -3.5760032456350217,\n                                50.48948868518988\n                            ],\n                            [\n                                -3.576003080873129,\n                                50.48949093584003\n                            ],\n                            [\n                                -3.575999648314915,\n                                50.489548343986016\n                            ],\n                            [\n                                -3.5759693210739294,\n                                50.489569431187974\n                            ],\n                            [\n                                -3.5759530983404764,\n                                50.489578015018495\n                            ],\n                            [\n                                -3.5759291016890926,\n                                50.489590652354245\n                            ],\n                            [\n                                -3.575925671984504,\n                                50.48959222772823\n                            ],\n                            [\n                                -3.575910221661181,\n                                50.48959945204058\n                            ],\n                            [\n                                -3.575659876425048,\n                                50.48971559591409\n                            ],\n                            [\n                                -3.575537793980493,\n                                50.48977757852505\n                            ],\n                            [\n                                -3.575525102809121,\n                                50.489780448463534\n                            ],\n                            [\n                                -3.5755039887285154,\n                                50.48977803623946\n                            ],\n                            [\n                                -3.5754687510182706,\n                                50.48976340396676\n                            ],\n                            [\n                                -3.575456016154372,\n                                50.48975818018295\n                            ],\n                            [\n                                -3.575452484741501,\n                                50.48975669907081\n                            ],\n                            [\n                                -3.5754197270386063,\n                                50.48974330131411\n                            ],\n                            [\n                                -3.575406097445318,\n                                50.489728556344396\n                            ],\n                            [\n                                -3.575403321396825,\n                                50.4897256260163\n                            ],\n                            [\n                                -3.5754023964857424,\n                                50.48972536872821\n                            ],\n                            [\n                                -3.575393957425976,\n                                50.48972341443711\n                            ],\n                            [\n                                -3.575367938110667,\n                                50.489717210312655\n                            ],\n                            [\n                                -3.5752879353289253,\n                                50.489691411307014\n                            ],\n                            [\n                                -3.5752873315303315,\n                                50.48969105973415\n                            ],\n                            [\n                                -3.575211292458255,\n                                50.48963777631175\n                            ],\n                            [\n                                -3.575107962423406,\n                                50.48959260581232\n                            ],\n                            [\n                                -3.5750899241525387,\n                                50.48958475567448\n                            ],\n                            [\n                                -3.5750896816098954,\n                                50.489584669020836\n                            ],\n                            [\n                                -3.5750777650170864,\n                                50.48958285171567\n                            ],\n                            [\n                                -3.5750496297609473,\n                                50.4895859306518\n                            ],\n                            [\n                                -3.5750286571663543,\n                                50.489588193137024\n                            ],\n                            [\n                                -3.574953019651313,\n                                50.48955756816902\n                            ],\n                            [\n                                -3.5748673667009347,\n                                50.48952294161309\n                            ],\n                            [\n                                -3.5748626777019092,\n                                50.48952183589704\n                            ],\n                            [\n                                -3.574835973770033,\n                                50.48951581179969\n                            ],\n                            [\n                                -3.574789011511869,\n                                50.489505124336794\n                            ],\n                            [\n                                -3.5747831281675406,\n                                50.48950286560363\n                            ],\n                            [\n                                -3.5747647445345527,\n                                50.489495649646706\n                            ],\n                            [\n                                -3.5747377784384584,\n                                50.48948513223809\n                            ],\n                            [\n                                -3.574726240926504,\n                                50.489473515656506\n                            ],\n                            [\n                                -3.5747260883080227,\n                                50.4894375520215\n                            ],\n                            [\n                                -3.574731255953232,\n                                50.48942507081844\n                            ],\n                            [\n                                -3.5747340532787253,\n                                50.48941846758051\n                            ],\n                            [\n                                -3.5747285097135744,\n                                50.48941243589716\n                            ],\n                            [\n                                -3.574720156564354,\n                                50.48940967096421\n                            ],\n                            [\n                                -3.5747035877715696,\n                                50.48941124423776\n                            ],\n                            [\n                                -3.574638685541686,\n                                50.48943423796847\n                            ],\n                            [\n                                -3.57459793478041,\n                                50.489442883714474\n                            ],\n                            [\n                                -3.5745742272362984,\n                                50.48944302464526\n                            ],\n                            [\n                                -3.5745535595846625,\n                                50.489436648992246\n                            ],\n                            [\n                                -3.574546165502197,\n                                50.489434320752935\n                            ],\n                            [\n                                -3.5745352123240686,\n                                50.48942331680916\n                            ],\n                            [\n                                -3.574519456043068,\n                                50.489407350392646\n                            ],\n                            [\n                                -3.5745098423960564,\n                                50.48935946325358\n                            ],\n                            [\n                                -3.5745047339907914,\n                                50.48935252630412\n                            ],\n                            [\n                                -3.5744980398148845,\n                                50.48934326346272\n                            ],\n                            [\n                                -3.5744973143301637,\n                                50.4893426437221\n                            ],\n                            [\n                                -3.5744880824448764,\n                                50.48933422464838\n                            ],\n                            [\n                                -3.5744786224127925,\n                                50.48932572771792\n                            ],\n                            [\n                                -3.574456816434554,\n                                50.48931648947486\n                            ],\n                            [\n                                -3.574435594183711,\n                                50.48930742320308\n                            ],\n                            [\n                                -3.574415741693834,\n                                50.48929079270215\n                            ],\n                            [\n                                -3.57440665244884,\n                                50.4892832710594\n                            ],\n                            [\n                                -3.574403778701113,\n                                50.48928079171321\n                            ],\n                            [\n                                -3.5743904570110687,\n                                50.48926469340832\n                            ],\n                            [\n                                -3.57432319257768,\n                                50.48914665315519\n                            ],\n                            [\n                                -3.5743228342701743,\n                                50.4891358745882\n                            ],\n                            [\n                                -3.5743378867543485,\n                                50.48912388922211\n                            ],\n                            [\n                                -3.5743388048203255,\n                                50.48912351705406\n                            ],\n                            [\n                                -3.57434822588073,\n                                50.48912024180431\n                            ],\n                            [\n                                -3.5743853437715543,\n                                50.489107067517324\n                            ],\n                            [\n                                -3.574396706874017,\n                                50.4890994490243\n                            ],\n                            [\n                                -3.574397728703073,\n                                50.48909880564164\n                            ],\n                            [\n                                -3.5743974537589773,\n                                50.489090535181795\n                            ],\n                            [\n                                -3.5743972010375242,\n                                50.48907911663545\n                            ],\n                            [\n                                -3.5743843762855456,\n                                50.489067787246775\n                            ],\n                            [\n                                -3.574384141861042,\n                                50.48906752060833\n                            ],\n                            [\n                                -3.5743363064839078,\n                                50.48907635205601\n                            ],\n                            [\n                                -3.5743190171424697,\n                                50.48907702666304\n                            ],\n                            [\n                                -3.57430277084759,\n                                50.48907769614941\n                            ],\n                            [\n                                -3.5742122831822627,\n                                50.48906552877218\n                            ],\n                            [\n                                -3.5740604590694147,\n                                50.489030088009514\n                            ],\n                            [\n                                -3.5739864891708195,\n                                50.48900420650561\n                            ],\n                            [\n                                -3.5739561220693123,\n                                50.488989328021006\n                            ],\n                            [\n                                -3.5739548636742917,\n                                50.4889900645364\n                            ],\n                            [\n                                -3.5739473474609995,\n                                50.488994663039875\n                            ],\n                            [\n                                -3.5739415426998318,\n                                50.48899815915254\n                            ],\n                            [\n                                -3.5739215784329694,\n                                50.489037542678254\n                            ],\n                            [\n                                -3.5739132218186933,\n                                50.489044850648796\n                            ],\n                            [\n                                -3.5738845753825657,\n                                50.48903975197588\n                            ],\n                            [\n                                -3.5735309189479265,\n                                50.488817237799545\n                            ],\n                            [\n                                -3.5734415260237307,\n                                50.48876459248466\n                            ],\n                            [\n                                -3.5734200609141284,\n                                50.488752021780016\n                            ],\n                            [\n                                -3.5734249908124824,\n                                50.48874637904135\n                            ],\n                            [\n                                -3.5735786814862145,\n                                50.48856861833946\n                            ],\n                            [\n                                -3.573581226586173,\n                                50.48856120910905\n                            ],\n                            [\n                                -3.5736619477768103,\n                                50.48848270892172\n                            ],\n                            [\n                                -3.5737317686634635,\n                                50.48838376058382\n                            ],\n                            [\n                                -3.573773509610712,\n                                50.488324755155475\n                            ],\n                            [\n                                -3.573798208094101,\n                                50.48830184698665\n                            ],\n                            [\n                                -3.573909390304946,\n                                50.48817788531289\n                            ],\n                            [\n                                -3.572838652382945,\n                                50.48753367551637\n                            ],\n                            [\n                                -3.5725084117086205,\n                                50.48745929133087\n                            ],\n                            [\n                                -3.572191978325157,\n                                50.48703046780525\n                            ],\n                            [\n                                -3.5716632720214183,\n                                50.48685625270674\n                            ],\n                            [\n                                -3.5711553857113,\n                                50.48672438411465\n                            ],\n                            [\n                                -3.570636372184008,\n                                50.48662799066352\n                            ],\n                            [\n                                -3.5700335893040447,\n                                50.48654324782222\n                            ],\n                            [\n                                -3.5699298979387217,\n                                50.48653232553704\n                            ],\n                            [\n                                -3.569316067035129,\n                                50.48684711908344\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5512105819467608,\n                        50.47382939694494\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        }\n    ]\n}"},{"id":"73f90752-aec4-464f-a95e-526a56b2eacf","name":"addresses (name simplified)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"TQ1\",\n    \"lod\": [2],\n    \"simplified\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/geometry/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 09:02:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"TQ1\",\n            \"area_name\": \"Torquay (centre) TQ1\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.529830705303974,\n                                50.46687093461119\n                            ],\n                            [\n                                -3.532102952514764,\n                                50.46825830215993\n                            ],\n                            [\n                                -3.532730816613126,\n                                50.468290944676376\n                            ],\n                            [\n                                -3.5324738442486874,\n                                50.46842811054499\n                            ],\n                            [\n                                -3.533829179201376,\n                                50.46907955064833\n                            ],\n                            [\n                                -3.533599194353043,\n                                50.46997540187727\n                            ],\n                            [\n                                -3.5343404442844566,\n                                50.46933580231012\n                            ],\n                            [\n                                -3.5397319647158314,\n                                50.47122427054571\n                            ],\n                            [\n                                -3.5398860466064757,\n                                50.47133219698177\n                            ],\n                            [\n                                -3.539601506224223,\n                                50.47151857004771\n                            ],\n                            [\n                                -3.540330805147315,\n                                50.471788989145864\n                            ],\n                            [\n                                -3.540388186110215,\n                                50.471388307881696\n                            ],\n                            [\n                                -3.540957693234528,\n                                50.47125390181498\n                            ],\n                            [\n                                -3.5409930594694603,\n                                50.47140888903532\n                            ],\n                            [\n                                -3.541434470387448,\n                                50.47145914441878\n                            ],\n                            [\n                                -3.5424424373270202,\n                                50.472144666447356\n                            ],\n                            [\n                                -3.5422213676639562,\n                                50.47211387967807\n                            ],\n                            [\n                                -3.5423299337686998,\n                                50.47253987382925\n                            ],\n                            [\n                                -3.5425855165405715,\n                                50.47262775332884\n                            ],\n                            [\n                                -3.54250859344075,\n                                50.47286352597764\n                            ],\n                            [\n                                -3.542771388434237,\n                                50.473087158862654\n                            ],\n                            [\n                                -3.5435443025506728,\n                                50.47312950265442\n                            ],\n                            [\n                                -3.5448872826922897,\n                                50.47355305190268\n                            ],\n                            [\n                                -3.5453821484894195,\n                                50.47352436464039\n                            ],\n                            [\n                                -3.5455866335194894,\n                                50.473338501305356\n                            ],\n                            [\n                                -3.546078186664508,\n                                50.47377073586031\n                            ],\n                            [\n                                -3.546718562456441,\n                                50.47360730869405\n                            ],\n                            [\n                                -3.54877605427947,\n                                50.47554799766797\n                            ],\n                            [\n                                -3.5490758827369224,\n                                50.47745389328681\n                            ],\n                            [\n                                -3.548212007961667,\n                                50.47769601596178\n                            ],\n                            [\n                                -3.548002904973832,\n                                50.47794353382615\n                            ],\n                            [\n                                -3.5466643631839005,\n                                50.477766855371605\n                            ],\n                            [\n                                -3.546076269040297,\n                                50.478312699412264\n                            ],\n                            [\n                                -3.545139479039193,\n                                50.47821203905351\n                            ],\n                            [\n                                -3.5452208444951694,\n                                50.477977366035844\n                            ],\n                            [\n                                -3.545093655860027,\n                                50.477790152110416\n                            ],\n                            [\n                                -3.5440094023763344,\n                                50.47758929974924\n                            ],\n                            [\n                                -3.542913152981857,\n                                50.47771182870527\n                            ],\n                            [\n                                -3.5425730192606286,\n                                50.47741225376578\n                            ],\n                            [\n                                -3.5418036384122127,\n                                50.47715578024486\n                            ],\n                            [\n                                -3.5414259513116435,\n                                50.477337365980716\n                            ],\n                            [\n                                -3.541301923079504,\n                                50.477832527308344\n                            ],\n                            [\n                                -3.540614761659004,\n                                50.47767817704805\n                            ],\n                            [\n                                -3.5405694770996288,\n                                50.47802232556002\n                            ],\n                            [\n                                -3.5431661519904987,\n                                50.47812277568306\n                            ],\n                            [\n                                -3.543163116140947,\n                                50.47922818215891\n                            ],\n                            [\n                                -3.5419268899193908,\n                                50.47908983513563\n                            ],\n                            [\n                                -3.54109695203366,\n                                50.47868005299908\n                            ],\n                            [\n                                -3.5393693225311713,\n                                50.478767388876655\n                            ],\n                            [\n                                -3.538176896332511,\n                                50.47912868591024\n                            ],\n                            [\n                                -3.5376958258693643,\n                                50.47983184615141\n                            ],\n                            [\n                                -3.536921814242514,\n                                50.48045400988625\n                            ],\n                            [\n                                -3.536818881884382,\n                                50.481013713568714\n                            ],\n                            [\n                                -3.53684799199635,\n                                50.48137009837658\n                            ],\n                            [\n                                -3.537940978266177,\n                                50.48228236320964\n                            ],\n                            [\n                                -3.5365558115977964,\n                                50.482559428594634\n                            ],\n                            [\n                                -3.5361631796542476,\n                                50.48315271669594\n                            ],\n                            [\n                                -3.5364586326199645,\n                                50.48369439761766\n                            ],\n                            [\n                                -3.5347427614057825,\n                                50.483063752432706\n                            ],\n                            [\n                                -3.5346136719740264,\n                                50.483168576218794\n                            ],\n                            [\n                                -3.5348791578987355,\n                                50.48324796898548\n                            ],\n                            [\n                                -3.5347698168106123,\n                                50.48333934774891\n                            ],\n                            [\n                                -3.5348815363943764,\n                                50.48355193197278\n                            ],\n                            [\n                                -3.534333107073368,\n                                50.48386082097034\n                            ],\n                            [\n                                -3.534193129735479,\n                                50.48372662872231\n                            ],\n                            [\n                                -3.534276908683033,\n                                50.48434698518794\n                            ],\n                            [\n                                -3.534079868782153,\n                                50.484596656620404\n                            ],\n                            [\n                                -3.5336959520021614,\n                                50.484797095524094\n                            ],\n                            [\n                                -3.5332847696614347,\n                                50.48472231809681\n                            ],\n                            [\n                                -3.533333710830031,\n                                50.484525036083646\n                            ],\n                            [\n                                -3.5329235446898037,\n                                50.48502036024763\n                            ],\n                            [\n                                -3.533099859817555,\n                                50.48518887165055\n                            ],\n                            [\n                                -3.533018635280409,\n                                50.485469743109\n                            ],\n                            [\n                                -3.531921992271808,\n                                50.48678338973817\n                            ],\n                            [\n                                -3.5305662508758506,\n                                50.48717391797064\n                            ],\n                            [\n                                -3.5301430776642633,\n                                50.48742268945054\n                            ],\n                            [\n                                -3.530058596545308,\n                                50.4877181711724\n                            ],\n                            [\n                                -3.52919599924563,\n                                50.487356732995636\n                            ],\n                            [\n                                -3.5281647254558677,\n                                50.487782441621285\n                            ],\n                            [\n                                -3.527867111899119,\n                                50.48805868609408\n                            ],\n                            [\n                                -3.527396331361574,\n                                50.488050206974414\n                            ],\n                            [\n                                -3.5273283200183396,\n                                50.48830572753972\n                            ],\n                            [\n                                -3.5268581468999307,\n                                50.48815743217743\n                            ],\n                            [\n                                -3.5267525042614993,\n                                50.48824800822032\n                            ],\n                            [\n                                -3.527172829510434,\n                                50.48843607156184\n                            ],\n                            [\n                                -3.5268239677538427,\n                                50.48860060140448\n                            ],\n                            [\n                                -3.5265597267492574,\n                                50.48834341470813\n                            ],\n                            [\n                                -3.526263157329348,\n                                50.488485411291194\n                            ],\n                            [\n                                -3.5264127672093197,\n                                50.488767386924934\n                            ],\n                            [\n                                -3.526064100260283,\n                                50.4885338715905\n                            ],\n                            [\n                                -3.5211900746109306,\n                                50.49029924975402\n                            ],\n                            [\n                                -3.5218783985108586,\n                                50.490786553951935\n                            ],\n                            [\n                                -3.5232511664256747,\n                                50.49067409601348\n                            ],\n                            [\n                                -3.525595187665801,\n                                50.489958541251355\n                            ],\n                            [\n                                -3.527404299434202,\n                                50.48919466854803\n                            ],\n                            [\n                                -3.528035716842724,\n                                50.49002758047122\n                            ],\n                            [\n                                -3.527460894213162,\n                                50.49022861639261\n                            ],\n                            [\n                                -3.5275475400551737,\n                                50.49039209848029\n                            ],\n                            [\n                                -3.5273142036372316,\n                                50.490502608263185\n                            ],\n                            [\n                                -3.5282923838502236,\n                                50.49078080827486\n                            ],\n                            [\n                                -3.5279745427746287,\n                                50.49112897974771\n                            ],\n                            [\n                                -3.527706296754634,\n                                50.49218211261209\n                            ],\n                            [\n                                -3.5273436743357927,\n                                50.492497341870916\n                            ],\n                            [\n                                -3.5270948817202887,\n                                50.49255428108049\n                            ],\n                            [\n                                -3.5270169224484595,\n                                50.49240011903165\n                            ],\n                            [\n                                -3.5270056544966577,\n                                50.492566154413026\n                            ],\n                            [\n                                -3.5233155275110906,\n                                50.49305795009604\n                            ],\n                            [\n                                -3.525907278498541,\n                                50.493136566735366\n                            ],\n                            [\n                                -3.5276309040200404,\n                                50.49354579031038\n                            ],\n                            [\n                                -3.527326085105552,\n                                50.49412180427651\n                            ],\n                            [\n                                -3.5262333284458496,\n                                50.49394022443253\n                            ],\n                            [\n                                -3.5245524405234394,\n                                50.494475740345685\n                            ],\n                            [\n                                -3.5231608155297103,\n                                50.49548324458627\n                            ],\n                            [\n                                -3.522974206338049,\n                                50.49581845103266\n                            ],\n                            [\n                                -3.524890658195697,\n                                50.49604375419935\n                            ],\n                            [\n                                -3.524829528972702,\n                                50.496239213206955\n                            ],\n                            [\n                                -3.5240789784800928,\n                                50.4964660886394\n                            ],\n                            [\n                                -3.5242144926474244,\n                                50.49681522690312\n                            ],\n                            [\n                                -3.5249654211426154,\n                                50.49703682167033\n                            ],\n                            [\n                                -3.5247013226416097,\n                                50.498059331512685\n                            ],\n                            [\n                                -3.526523378983263,\n                                50.49851654924485\n                            ],\n                            [\n                                -3.5263488169528334,\n                                50.4990299824331\n                            ],\n                            [\n                                -3.524179761045461,\n                                50.50085716248101\n                            ],\n                            [\n                                -3.524464308553603,\n                                50.5009343508715\n                            ],\n                            [\n                                -3.525552106402655,\n                                50.50056036910575\n                            ],\n                            [\n                                -3.525665952080234,\n                                50.50097587469817\n                            ],\n                            [\n                                -3.526111580053524,\n                                50.50131816553167\n                            ],\n                            [\n                                -3.526289981004666,\n                                50.50220666157398\n                            ],\n                            [\n                                -3.527211522141176,\n                                50.502455854088595\n                            ],\n                            [\n                                -3.528221299170074,\n                                50.50229729721389\n                            ],\n                            [\n                                -3.5289953764666713,\n                                50.50181384028783\n                            ],\n                            [\n                                -3.529813610663942,\n                                50.50167577320277\n                            ],\n                            [\n                                -3.531785187948164,\n                                50.502098044742766\n                            ],\n                            [\n                                -3.532505809872757,\n                                50.50232106930099\n                            ],\n                            [\n                                -3.5330904421524636,\n                                50.5028139898295\n                            ],\n                            [\n                                -3.534232775073029,\n                                50.50300041945091\n                            ],\n                            [\n                                -3.534365634403564,\n                                50.5014427711235\n                            ],\n                            [\n                                -3.5349036714825237,\n                                50.50107593994196\n                            ],\n                            [\n                                -3.535642471836472,\n                                50.501246020685876\n                            ],\n                            [\n                                -3.535785590724819,\n                                50.501747810972596\n                            ],\n                            [\n                                -3.536142623231982,\n                                50.50188695166623\n                            ],\n                            [\n                                -3.538088570741202,\n                                50.50231996851791\n                            ],\n                            [\n                                -3.5389837577867715,\n                                50.502092259546366\n                            ],\n                            [\n                                -3.5391490920479414,\n                                50.503708916524786\n                            ],\n                            [\n                                -3.5390136504439353,\n                                50.50431328954432\n                            ],\n                            [\n                                -3.540841136178526,\n                                50.50570052178484\n                            ],\n                            [\n                                -3.53917940052249,\n                                50.50722950054805\n                            ],\n                            [\n                                -3.534399684833036,\n                                50.5054592509113\n                            ],\n                            [\n                                -3.533409003177944,\n                                50.50381148415548\n                            ],\n                            [\n                                -3.5312260543611513,\n                                50.50391323737775\n                            ],\n                            [\n                                -3.528261934708431,\n                                50.50470115278976\n                            ],\n                            [\n                                -3.528007289500874,\n                                50.50593249344583\n                            ],\n                            [\n                                -3.528101110217978,\n                                50.50667059039093\n                            ],\n                            [\n                                -3.528843672620603,\n                                50.50735116935933\n                            ],\n                            [\n                                -3.5306517363459555,\n                                50.507833869229245\n                            ],\n                            [\n                                -3.5308635186485406,\n                                50.50852177493651\n                            ],\n                            [\n                                -3.5319076258621975,\n                                50.51039003875617\n                            ],\n                            [\n                                -3.5315679829746074,\n                                50.512166015735126\n                            ],\n                            [\n                                -3.5254670829223005,\n                                50.51009062810292\n                            ],\n                            [\n                                -3.5238236191467287,\n                                50.51002233927777\n                            ],\n                            [\n                                -3.5222879232638795,\n                                50.50955188975034\n                            ],\n                            [\n                                -3.521836265392928,\n                                50.50924778724793\n                            ],\n                            [\n                                -3.5211203709120342,\n                                50.50964789143236\n                            ],\n                            [\n                                -3.522719129210086,\n                                50.51251939803467\n                            ],\n                            [\n                                -3.522289783177731,\n                                50.512899310259115\n                            ],\n                            [\n                                -3.5218027391119926,\n                                50.51265285179798\n                            ],\n                            [\n                                -3.5203257382547957,\n                                50.51270794104211\n                            ],\n                            [\n                                -3.520704856272964,\n                                50.513037639647656\n                            ],\n                            [\n                                -3.5218263453425775,\n                                50.51471742777477\n                            ],\n                            [\n                                -3.5216264626911986,\n                                50.515532378603815\n                            ],\n                            [\n                                -3.5212329737791905,\n                                50.51606961036292\n                            ],\n                            [\n                                -3.521668968690519,\n                                50.51744349173148\n                            ],\n                            [\n                                -3.5198165004204087,\n                                50.520702662804794\n                            ],\n                            [\n                                -3.5226922382574597,\n                                50.52203692117391\n                            ],\n                            [\n                                -3.5242945526883847,\n                                50.52234583228261\n                            ],\n                            [\n                                -3.5254686256258565,\n                                50.52301601325481\n                            ],\n                            [\n                                -3.526034472355747,\n                                50.52379018315487\n                            ],\n                            [\n                                -3.526533157957877,\n                                50.52515324963026\n                            ],\n                            [\n                                -3.5205011413169993,\n                                50.52505300860008\n                            ],\n                            [\n                                -3.5177042595223513,\n                                50.524505010741294\n                            ],\n                            [\n                                -3.516646013807231,\n                                50.524060078662764\n                            ],\n                            [\n                                -3.514171015122991,\n                                50.52166401925448\n                            ],\n                            [\n                                -3.5119675060151607,\n                                50.520694386827294\n                            ],\n                            [\n                                -3.511507849033199,\n                                50.521320922970816\n                            ],\n                            [\n                                -3.5111058468528142,\n                                50.522423404115514\n                            ],\n                            [\n                                -3.510084023729481,\n                                50.52400154770209\n                            ],\n                            [\n                                -3.509239621336332,\n                                50.5262788615312\n                            ],\n                            [\n                                -3.5083411837296143,\n                                50.52774741154251\n                            ],\n                            [\n                                -3.5077307463496017,\n                                50.52807008625063\n                            ],\n                            [\n                                -3.5058264505683345,\n                                50.52808575350808\n                            ],\n                            [\n                                -3.505700288421716,\n                                50.528555095813715\n                            ],\n                            [\n                                -3.505123220609139,\n                                50.52903917312614\n                            ],\n                            [\n                                -3.5051607991894964,\n                                50.529335474678376\n                            ],\n                            [\n                                -3.505944112507061,\n                                50.53000893425183\n                            ],\n                            [\n                                -3.505966155582706,\n                                50.53070112613555\n                            ],\n                            [\n                                -3.503995510346965,\n                                50.53344746218806\n                            ],\n                            [\n                                -3.500090025126332,\n                                50.53169570452997\n                            ],\n                            [\n                                -3.500377579459413,\n                                50.53132804718804\n                            ],\n                            [\n                                -3.500387369863595,\n                                50.530604884222456\n                            ],\n                            [\n                                -3.500651369685158,\n                                50.530115945845964\n                            ],\n                            [\n                                -3.5012850227029286,\n                                50.5298222203247\n                            ],\n                            [\n                                -3.502490090020699,\n                                50.52846980566001\n                            ],\n                            [\n                                -3.502854730227376,\n                                50.527010893352724\n                            ],\n                            [\n                                -3.5037208839712495,\n                                50.52653796807035\n                            ],\n                            [\n                                -3.5037301083911947,\n                                50.526264534512094\n                            ],\n                            [\n                                -3.5033041176499626,\n                                50.526103026783915\n                            ],\n                            [\n                                -3.5036357434034526,\n                                50.52504478733163\n                            ],\n                            [\n                                -3.5040783568576614,\n                                50.524566906322505\n                            ],\n                            [\n                                -3.5039109570620255,\n                                50.52412382493246\n                            ],\n                            [\n                                -3.5046517106306148,\n                                50.52283337734644\n                            ],\n                            [\n                                -3.5052750640771273,\n                                50.5225873303084\n                            ],\n                            [\n                                -3.505398837951266,\n                                50.52242848589729\n                            ],\n                            [\n                                -3.5053211477197115,\n                                50.522084893077356\n                            ],\n                            [\n                                -3.5058924076531515,\n                                50.52174986754191\n                            ],\n                            [\n                                -3.5058527808962245,\n                                50.521382451578035\n                            ],\n                            [\n                                -3.506223495751188,\n                                50.52063757518739\n                            ],\n                            [\n                                -3.506166333838747,\n                                50.52047182675403\n                            ],\n                            [\n                                -3.506465731848365,\n                                50.520354739943215\n                            ],\n                            [\n                                -3.506295620506278,\n                                50.519914871480545\n                            ],\n                            [\n                                -3.5067408912069955,\n                                50.51982568355532\n                            ],\n                            [\n                                -3.506694791321926,\n                                50.51942795489407\n                            ],\n                            [\n                                -3.506835780637685,\n                                50.519181587139926\n                            ],\n                            [\n                                -3.5073291589923956,\n                                50.51906487245936\n                            ],\n                            [\n                                -3.507697248152738,\n                                50.51867349788048\n                            ],\n                            [\n                                -3.507559217219759,\n                                50.51773985481826\n                            ],\n                            [\n                                -3.5084947458818547,\n                                50.51746529149235\n                            ],\n                            [\n                                -3.508840310002683,\n                                50.51669648364456\n                            ],\n                            [\n                                -3.5087045386701,\n                                50.51659682310523\n                            ],\n                            [\n                                -3.495623903971597,\n                                50.516786512957346\n                            ],\n                            [\n                                -3.4698025239247627,\n                                50.467928602822504\n                            ],\n                            [\n                                -3.46772445866335,\n                                50.463935658841045\n                            ],\n                            [\n                                -3.466781053061266,\n                                50.45940122947066\n                            ],\n                            [\n                                -3.4631122504544205,\n                                50.4299308877755\n                            ],\n                            [\n                                -3.468835221887507,\n                                50.42983412626868\n                            ],\n                            [\n                                -3.488197767613575,\n                                50.430373830969664\n                            ],\n                            [\n                                -3.506885430849429,\n                                50.42794641407826\n                            ],\n                            [\n                                -3.512385992801882,\n                                50.42805637226919\n                            ],\n                            [\n                                -3.5220823508327173,\n                                50.43457604881839\n                            ],\n                            [\n                                -3.5285190542099736,\n                                50.438531638185815\n                            ],\n                            [\n                                -3.5307265915499424,\n                                50.44701856037951\n                            ],\n                            [\n                                -3.5341621542590023,\n                                50.45431500129451\n                            ],\n                            [\n                                -3.534066440304497,\n                                50.45556449778304\n                            ],\n                            [\n                                -3.529983193259363,\n                                50.45816617154337\n                            ],\n                            [\n                                -3.52651566770348,\n                                50.459134302328835\n                            ],\n                            [\n                                -3.524857559294708,\n                                50.458833893403856\n                            ],\n                            [\n                                -3.5249933093090315,\n                                50.459124957183064\n                            ],\n                            [\n                                -3.524478711420709,\n                                50.4596884280282\n                            ],\n                            [\n                                -3.525205571235823,\n                                50.45989144878605\n                            ],\n                            [\n                                -3.52462784038686,\n                                50.460876085222466\n                            ],\n                            [\n                                -3.5248528141350093,\n                                50.461683772579676\n                            ],\n                            [\n                                -3.525456610029644,\n                                50.46210491842896\n                            ],\n                            [\n                                -3.5253488853420056,\n                                50.46229505408693\n                            ],\n                            [\n                                -3.526463439347538,\n                                50.4632157779412\n                            ],\n                            [\n                                -3.5268163183615777,\n                                50.46445506225355\n                            ],\n                            [\n                                -3.52671910121715,\n                                50.46502916289079\n                            ],\n                            [\n                                -3.527201182905464,\n                                50.46512173919353\n                            ],\n                            [\n                                -3.529830705303974,\n                                50.46687093461119\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5026045184840195,\n                        50.47044824582258\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ10\",\n            \"area_name\": \"South Brent TQ10\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.79417041531711,\n                                    50.42195901963686\n                                ],\n                                [\n                                    -3.79591602032731,\n                                    50.42123462264929\n                                ],\n                                [\n                                    -3.7982349792253522,\n                                    50.42072512325399\n                                ],\n                                [\n                                    -3.7991438903904364,\n                                    50.41736149624523\n                                ],\n                                [\n                                    -3.7967174907341588,\n                                    50.41656694829349\n                                ],\n                                [\n                                    -3.798443659756279,\n                                    50.41608628770145\n                                ],\n                                [\n                                    -3.8006340013711406,\n                                    50.4151979406381\n                                ],\n                                [\n                                    -3.801388667581541,\n                                    50.414682644871874\n                                ],\n                                [\n                                    -3.8026742300040275,\n                                    50.41332264889452\n                                ],\n                                [\n                                    -3.8031089086313914,\n                                    50.413104434721\n                                ],\n                                [\n                                    -3.8007809681795584,\n                                    50.41017702441133\n                                ],\n                                [\n                                    -3.8002194613301707,\n                                    50.40887989944111\n                                ],\n                                [\n                                    -3.8046756448081696,\n                                    50.40843947863251\n                                ],\n                                [\n                                    -3.8068829763786494,\n                                    50.4079884574375\n                                ],\n                                [\n                                    -3.8081450102267786,\n                                    50.40745201075391\n                                ],\n                                [\n                                    -3.809982631844996,\n                                    50.40782470900143\n                                ],\n                                [\n                                    -3.8119842977665157,\n                                    50.40730467751342\n                                ],\n                                [\n                                    -3.8114995205404956,\n                                    50.405945349252825\n                                ],\n                                [\n                                    -3.8109987811227897,\n                                    50.405359535541166\n                                ],\n                                [\n                                    -3.8110042348057713,\n                                    50.40513458263298\n                                ],\n                                [\n                                    -3.8115884867122345,\n                                    50.4038483342311\n                                ],\n                                [\n                                    -3.8122614869569382,\n                                    50.40304633067134\n                                ],\n                                [\n                                    -3.812172963254274,\n                                    50.402067111917404\n                                ],\n                                [\n                                    -3.8117305805464556,\n                                    50.402052329505935\n                                ],\n                                [\n                                    -3.8091841280762586,\n                                    50.403510014407175\n                                ],\n                                [\n                                    -3.804299589981726,\n                                    50.4013783282082\n                                ],\n                                [\n                                    -3.805225463330105,\n                                    50.39858192503278\n                                ],\n                                [\n                                    -3.8005552488647103,\n                                    50.397167597978545\n                                ],\n                                [\n                                    -3.801685796494041,\n                                    50.39420008928554\n                                ],\n                                [\n                                    -3.801625581002112,\n                                    50.39301901185769\n                                ],\n                                [\n                                    -3.7984590986727613,\n                                    50.392137231392674\n                                ],\n                                [\n                                    -3.794985247248643,\n                                    50.39009518884125\n                                ],\n                                [\n                                    -3.7972930622958567,\n                                    50.38899630414529\n                                ],\n                                [\n                                    -3.800341571979129,\n                                    50.38634144551291\n                                ],\n                                [\n                                    -3.79963638529311,\n                                    50.38585162936199\n                                ],\n                                [\n                                    -3.8009476900712564,\n                                    50.385532805690524\n                                ],\n                                [\n                                    -3.8035070523686025,\n                                    50.38553117150347\n                                ],\n                                [\n                                    -3.8039082913240185,\n                                    50.38605831960663\n                                ],\n                                [\n                                    -3.8066766377238297,\n                                    50.38629649974071\n                                ],\n                                [\n                                    -3.8069307095296807,\n                                    50.38672503820868\n                                ],\n                                [\n                                    -3.8079084351937635,\n                                    50.387047025884804\n                                ],\n                                [\n                                    -3.8100618872161864,\n                                    50.38673685749621\n                                ],\n                                [\n                                    -3.8116646863122625,\n                                    50.3856926202711\n                                ],\n                                [\n                                    -3.8141542557505197,\n                                    50.384895192868925\n                                ],\n                                [\n                                    -3.8169204019449356,\n                                    50.38375945051712\n                                ],\n                                [\n                                    -3.8177363357510865,\n                                    50.38399342182403\n                                ],\n                                [\n                                    -3.8217309567175604,\n                                    50.38426933982981\n                                ],\n                                [\n                                    -3.8230583831292257,\n                                    50.38379518968778\n                                ],\n                                [\n                                    -3.823299019880714,\n                                    50.383894182323175\n                                ],\n                                [\n                                    -3.825381174203573,\n                                    50.38370578070291\n                                ],\n                                [\n                                    -3.8266159067806296,\n                                    50.38395676860251\n                                ],\n                                [\n                                    -3.827116337118723,\n                                    50.38471048544635\n                                ],\n                                [\n                                    -3.8297158271795513,\n                                    50.385535212433936\n                                ],\n                                [\n                                    -3.8343566368879194,\n                                    50.38602918263102\n                                ],\n                                [\n                                    -3.835565719104617,\n                                    50.38711461559324\n                                ],\n                                [\n                                    -3.8336139795545217,\n                                    50.38977208517816\n                                ],\n                                [\n                                    -3.831568272145071,\n                                    50.39120718131864\n                                ],\n                                [\n                                    -3.828036136655815,\n                                    50.39284480664012\n                                ],\n                                [\n                                    -3.826991087173051,\n                                    50.39602514211114\n                                ],\n                                [\n                                    -3.829680681446874,\n                                    50.39917671254648\n                                ],\n                                [\n                                    -3.832773593789423,\n                                    50.39945636832162\n                                ],\n                                [\n                                    -3.838700717838075,\n                                    50.39936279809809\n                                ],\n                                [\n                                    -3.8493297773315724,\n                                    50.39889572987733\n                                ],\n                                [\n                                    -3.8540585559269562,\n                                    50.39920850333703\n                                ],\n                                [\n                                    -3.863028478492015,\n                                    50.40049783579286\n                                ],\n                                [\n                                    -3.8668440255078815,\n                                    50.401332099814475\n                                ],\n                                [\n                                    -3.8695477025405727,\n                                    50.40239308842797\n                                ],\n                                [\n                                    -3.870578366818238,\n                                    50.40365995667204\n                                ],\n                                [\n                                    -3.8724165826732238,\n                                    50.405272129850225\n                                ],\n                                [\n                                    -3.8773267918544394,\n                                    50.40896875930395\n                                ],\n                                [\n                                    -3.8851551148214747,\n                                    50.41791623286317\n                                ],\n                                [\n                                    -3.893446122031482,\n                                    50.42900470567307\n                                ],\n                                [\n                                    -3.8989232784914156,\n                                    50.444436745854745\n                                ],\n                                [\n                                    -3.9004746666483605,\n                                    50.455156999180524\n                                ],\n                                [\n                                    -3.8946736212441375,\n                                    50.469101391399676\n                                ],\n                                [\n                                    -3.8858029592694594,\n                                    50.48013887940394\n                                ],\n                                [\n                                    -3.8831619317758816,\n                                    50.479951924073454\n                                ],\n                                [\n                                    -3.88212379013376,\n                                    50.47972137077855\n                                ],\n                                [\n                                    -3.881459901072212,\n                                    50.47915198004461\n                                ],\n                                [\n                                    -3.880602499463284,\n                                    50.47903546579054\n                                ],\n                                [\n                                    -3.88004883239768,\n                                    50.4787566071737\n                                ],\n                                [\n                                    -3.8792579941399103,\n                                    50.47800934010218\n                                ],\n                                [\n                                    -3.8785970450159613,\n                                    50.47769173463758\n                                ],\n                                [\n                                    -3.8768435706893514,\n                                    50.477724531655376\n                                ],\n                                [\n                                    -3.875151363510654,\n                                    50.4773471165991\n                                ],\n                                [\n                                    -3.87466669579391,\n                                    50.477031144604446\n                                ],\n                                [\n                                    -3.8738920870243048,\n                                    50.475797960017125\n                                ],\n                                [\n                                    -3.8730833846302986,\n                                    50.47513302698261\n                                ],\n                                [\n                                    -3.8739655680521046,\n                                    50.47444770916967\n                                ],\n                                [\n                                    -3.872741954012461,\n                                    50.47397719617388\n                                ],\n                                [\n                                    -3.868525076029263,\n                                    50.47336597292269\n                                ],\n                                [\n                                    -3.8675543222009767,\n                                    50.4728733653363\n                                ],\n                                [\n                                    -3.8668326804791477,\n                                    50.472084538912156\n                                ],\n                                [\n                                    -3.8661373129312397,\n                                    50.47160547925111\n                                ],\n                                [\n                                    -3.8644283601925506,\n                                    50.47115175631055\n                                ],\n                                [\n                                    -3.8642259886834482,\n                                    50.470940367488915\n                                ],\n                                [\n                                    -3.8631032534431617,\n                                    50.471694930948\n                                ],\n                                [\n                                    -3.8623971585618,\n                                    50.470743532404626\n                                ],\n                                [\n                                    -3.862295145820007,\n                                    50.46958500787497\n                                ],\n                                [\n                                    -3.8616351026111286,\n                                    50.46909474319178\n                                ],\n                                [\n                                    -3.8614510382499385,\n                                    50.46908231777322\n                                ],\n                                [\n                                    -3.8614393058033243,\n                                    50.46949970821627\n                                ],\n                                [\n                                    -3.8617215646652014,\n                                    50.47046158334508\n                                ],\n                                [\n                                    -3.8602106937681286,\n                                    50.470218253196265\n                                ],\n                                [\n                                    -3.854527293375575,\n                                    50.47148650459407\n                                ],\n                                [\n                                    -3.852242735659513,\n                                    50.471625133610466\n                                ],\n                                [\n                                    -3.8295408445104853,\n                                    50.45750564884194\n                                ],\n                                [\n                                    -3.8286990630096867,\n                                    50.45861467063537\n                                ],\n                                [\n                                    -3.828407054848533,\n                                    50.459540240107266\n                                ],\n                                [\n                                    -3.827873701860608,\n                                    50.45969599642729\n                                ],\n                                [\n                                    -3.8264388666864293,\n                                    50.4595040812116\n                                ],\n                                [\n                                    -3.825417663135221,\n                                    50.459208470055394\n                                ],\n                                [\n                                    -3.8248955081636415,\n                                    50.45876224364907\n                                ],\n                                [\n                                    -3.824415587454032,\n                                    50.45895706099394\n                                ],\n                                [\n                                    -3.823478610268422,\n                                    50.45875173317986\n                                ],\n                                [\n                                    -3.822581519514382,\n                                    50.458130280083864\n                                ],\n                                [\n                                    -3.821091777375716,\n                                    50.45643158684158\n                                ],\n                                [\n                                    -3.819791533643029,\n                                    50.45595723200937\n                                ],\n                                [\n                                    -3.8164630025205875,\n                                    50.45407565736895\n                                ],\n                                [\n                                    -3.812869759007805,\n                                    50.453979488491775\n                                ],\n                                [\n                                    -3.812740754279138,\n                                    50.45356699546384\n                                ],\n                                [\n                                    -3.809256098366074,\n                                    50.45397766567055\n                                ],\n                                [\n                                    -3.8088529197673853,\n                                    50.452113638825864\n                                ],\n                                [\n                                    -3.8081534819576066,\n                                    50.452226387157985\n                                ],\n                                [\n                                    -3.804323521940316,\n                                    50.45153031251665\n                                ],\n                                [\n                                    -3.80405113043513,\n                                    50.45214613333949\n                                ],\n                                [\n                                    -3.8026312593551967,\n                                    50.45407484788071\n                                ],\n                                [\n                                    -3.80176369672783,\n                                    50.45496971086552\n                                ],\n                                [\n                                    -3.8002741507005666,\n                                    50.45581125494442\n                                ],\n                                [\n                                    -3.7983590216965637,\n                                    50.45659048409709\n                                ],\n                                [\n                                    -3.797329750171523,\n                                    50.45518413833656\n                                ],\n                                [\n                                    -3.7984065402840237,\n                                    50.451608278408905\n                                ],\n                                [\n                                    -3.798647315841951,\n                                    50.44918327428847\n                                ],\n                                [\n                                    -3.794826261754861,\n                                    50.446244933840966\n                                ],\n                                [\n                                    -3.7963086433781097,\n                                    50.444477193116484\n                                ],\n                                [\n                                    -3.7969213389495042,\n                                    50.44280387921423\n                                ],\n                                [\n                                    -3.7968909802157613,\n                                    50.44125738241284\n                                ],\n                                [\n                                    -3.7970717781898173,\n                                    50.4404541738852\n                                ],\n                                [\n                                    -3.797989922278809,\n                                    50.43866815209595\n                                ],\n                                [\n                                    -3.797705337242304,\n                                    50.43859162335189\n                                ],\n                                [\n                                    -3.7969635351296755,\n                                    50.439457447117626\n                                ],\n                                [\n                                    -3.796603253620178,\n                                    50.44035343034052\n                                ],\n                                [\n                                    -3.796393933038783,\n                                    50.443009919025336\n                                ],\n                                [\n                                    -3.795810503945908,\n                                    50.444223952802844\n                                ],\n                                [\n                                    -3.795924297935847,\n                                    50.44429439921046\n                                ],\n                                [\n                                    -3.7948590840557217,\n                                    50.445623846396686\n                                ],\n                                [\n                                    -3.7929071395894036,\n                                    50.44689511059983\n                                ],\n                                [\n                                    -3.7933105745623945,\n                                    50.44601646289669\n                                ],\n                                [\n                                    -3.7936887497083416,\n                                    50.44558795343801\n                                ],\n                                [\n                                    -3.7930455322935726,\n                                    50.44496829529655\n                                ],\n                                [\n                                    -3.791717244306947,\n                                    50.444107340056775\n                                ],\n                                [\n                                    -3.791627750131613,\n                                    50.44472030554249\n                                ],\n                                [\n                                    -3.790875444439866,\n                                    50.44568524653606\n                                ],\n                                [\n                                    -3.7899003204344965,\n                                    50.4463478088423\n                                ],\n                                [\n                                    -3.7883033661793415,\n                                    50.448072185810005\n                                ],\n                                [\n                                    -3.786721395895302,\n                                    50.448973240520175\n                                ],\n                                [\n                                    -3.786305850914126,\n                                    50.452491457645856\n                                ],\n                                [\n                                    -3.7854119595082687,\n                                    50.45272852648688\n                                ],\n                                [\n                                    -3.7826198837258023,\n                                    50.45395524111254\n                                ],\n                                [\n                                    -3.7804835991222956,\n                                    50.453264785260444\n                                ],\n                                [\n                                    -3.7785135249145383,\n                                    50.454823804281425\n                                ],\n                                [\n                                    -3.778789101132581,\n                                    50.45559006216879\n                                ],\n                                [\n                                    -3.7762977873446695,\n                                    50.454929232258536\n                                ],\n                                [\n                                    -3.7732296917031203,\n                                    50.455397728076065\n                                ],\n                                [\n                                    -3.770696909005338,\n                                    50.456541162634466\n                                ],\n                                [\n                                    -3.7640211909599737,\n                                    50.45530387094766\n                                ],\n                                [\n                                    -3.762644392007089,\n                                    50.45468455578597\n                                ],\n                                [\n                                    -3.7558581691701005,\n                                    50.454901109321646\n                                ],\n                                [\n                                    -3.7525117000870725,\n                                    50.453820556121876\n                                ],\n                                [\n                                    -3.747680983577655,\n                                    50.45060564589682\n                                ],\n                                [\n                                    -3.7478412343943783,\n                                    50.44691491974447\n                                ],\n                                [\n                                    -3.747572468955716,\n                                    50.4444460712541\n                                ],\n                                [\n                                    -3.7490380441817006,\n                                    50.444397161042964\n                                ],\n                                [\n                                    -3.751098712278504,\n                                    50.444896824551975\n                                ],\n                                [\n                                    -3.7528714317444822,\n                                    50.44560759669335\n                                ],\n                                [\n                                    -3.754577061995525,\n                                    50.446022546583805\n                                ],\n                                [\n                                    -3.7567511643189895,\n                                    50.44616065267328\n                                ],\n                                [\n                                    -3.756110872075799,\n                                    50.445603687664246\n                                ],\n                                [\n                                    -3.756045591917927,\n                                    50.44536182008962\n                                ],\n                                [\n                                    -3.756666900415385,\n                                    50.44274423629864\n                                ],\n                                [\n                                    -3.7564240560066953,\n                                    50.4414762652896\n                                ],\n                                [\n                                    -3.761235337085958,\n                                    50.440192737780244\n                                ],\n                                [\n                                    -3.7618709797998404,\n                                    50.43627538427298\n                                ],\n                                [\n                                    -3.7631757834994515,\n                                    50.4355125714298\n                                ],\n                                [\n                                    -3.762440100819997,\n                                    50.435270974196904\n                                ],\n                                [\n                                    -3.7614108335639536,\n                                    50.43439848865209\n                                ],\n                                [\n                                    -3.760153101961924,\n                                    50.434070192638785\n                                ],\n                                [\n                                    -3.75975569991712,\n                                    50.433504183979665\n                                ],\n                                [\n                                    -3.7591671843790424,\n                                    50.43350409254366\n                                ],\n                                [\n                                    -3.75839929795981,\n                                    50.4329027597876\n                                ],\n                                [\n                                    -3.7579984898760963,\n                                    50.43289884423627\n                                ],\n                                [\n                                    -3.759632878746181,\n                                    50.431647980453576\n                                ],\n                                [\n                                    -3.761498351072238,\n                                    50.43169283693325\n                                ],\n                                [\n                                    -3.760169186271882,\n                                    50.43009083429458\n                                ],\n                                [\n                                    -3.7602063017076395,\n                                    50.429955309868916\n                                ],\n                                [\n                                    -3.7619580552808096,\n                                    50.42973098273955\n                                ],\n                                [\n                                    -3.7643360169051197,\n                                    50.42986072895047\n                                ],\n                                [\n                                    -3.76412603957258,\n                                    50.42692293680704\n                                ],\n                                [\n                                    -3.763792963170381,\n                                    50.42681263227563\n                                ],\n                                [\n                                    -3.7627973011490337,\n                                    50.4269001012925\n                                ],\n                                [\n                                    -3.7616935346179026,\n                                    50.42642050444227\n                                ],\n                                [\n                                    -3.7606739019390956,\n                                    50.426321667484146\n                                ],\n                                [\n                                    -3.758881393845904,\n                                    50.42569035288204\n                                ],\n                                [\n                                    -3.7571913582716068,\n                                    50.42367099541282\n                                ],\n                                [\n                                    -3.7634170335448234,\n                                    50.423143296661806\n                                ],\n                                [\n                                    -3.7672715670870343,\n                                    50.42231125757105\n                                ],\n                                [\n                                    -3.769592108039288,\n                                    50.42224900017441\n                                ],\n                                [\n                                    -3.774187843544246,\n                                    50.422920777073884\n                                ],\n                                [\n                                    -3.7755852182319813,\n                                    50.424883659269085\n                                ],\n                                [\n                                    -3.7758727393774003,\n                                    50.42461663740933\n                                ],\n                                [\n                                    -3.7763779212418345,\n                                    50.42456090399433\n                                ],\n                                [\n                                    -3.778116174370121,\n                                    50.423751194322485\n                                ],\n                                [\n                                    -3.780691822329637,\n                                    50.42310774562341\n                                ],\n                                [\n                                    -3.778801135370269,\n                                    50.4259531401666\n                                ],\n                                [\n                                    -3.781959098525261,\n                                    50.42685437942874\n                                ],\n                                [\n                                    -3.7846833193436504,\n                                    50.42694234678047\n                                ],\n                                [\n                                    -3.788648684896171,\n                                    50.422035445760706\n                                ],\n                                [\n                                    -3.785871869214379,\n                                    50.42027687183164\n                                ],\n                                [\n                                    -3.7877790542935577,\n                                    50.42033397522883\n                                ],\n                                [\n                                    -3.7911328498942085,\n                                    50.42079506409545\n                                ],\n                                [\n                                    -3.7927283168600194,\n                                    50.42129206848046\n                                ],\n                                [\n                                    -3.79417041531711,\n                                    50.42195901963686\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.817615801875863,\n                                    50.383364824215946\n                                ],\n                                [\n                                    -3.81766446300262,\n                                    50.383345095085126\n                                ],\n                                [\n                                    -3.8177344894742418,\n                                    50.383893643874515\n                                ],\n                                [\n                                    -3.8174088119277134,\n                                    50.38383570470545\n                                ],\n                                [\n                                    -3.81729734603043,\n                                    50.38349568258603\n                                ],\n                                [\n                                    -3.817615801875863,\n                                    50.383364824215946\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.835845589673596,\n                        50.433761117179856\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ11\",\n            \"area_name\": \"Buckfastleigh TQ11\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.8544694040304663,\n                                50.49688684417319\n                            ],\n                            [\n                                -3.8540663645398157,\n                                50.49661722569442\n                            ],\n                            [\n                                -3.8526747905904726,\n                                50.4965494784478\n                            ],\n                            [\n                                -3.8508997345996128,\n                                50.49622697376134\n                            ],\n                            [\n                                -3.850316639760362,\n                                50.4953773110239\n                            ],\n                            [\n                                -3.84978603156408,\n                                50.4952754191421\n                            ],\n                            [\n                                -3.8491869699526973,\n                                50.495430156695974\n                            ],\n                            [\n                                -3.848041204619948,\n                                50.496047452852196\n                            ],\n                            [\n                                -3.8472384499368357,\n                                50.496193084532145\n                            ],\n                            [\n                                -3.845650647516968,\n                                50.49703766111269\n                            ],\n                            [\n                                -3.8442561088264355,\n                                50.49702191688604\n                            ],\n                            [\n                                -3.8431619651912667,\n                                50.49765993148309\n                            ],\n                            [\n                                -3.8421884389805587,\n                                50.49761276853774\n                            ],\n                            [\n                                -3.8415836413914652,\n                                50.498326447263395\n                            ],\n                            [\n                                -3.8406106660894803,\n                                50.498323863074525\n                            ],\n                            [\n                                -3.8414250043307585,\n                                50.49895853063831\n                            ],\n                            [\n                                -3.8404182630918315,\n                                50.49954109133419\n                            ],\n                            [\n                                -3.8400797416369974,\n                                50.50026592955738\n                            ],\n                            [\n                                -3.84006630091094,\n                                50.500643867648385\n                            ],\n                            [\n                                -3.8428565423254177,\n                                50.500959548627165\n                            ],\n                            [\n                                -3.8429977671098086,\n                                50.50132604369101\n                            ],\n                            [\n                                -3.8424060325817653,\n                                50.50170414589335\n                            ],\n                            [\n                                -3.841775093883021,\n                                50.501795060944275\n                            ],\n                            [\n                                -3.8352360604900095,\n                                50.50147290080044\n                            ],\n                            [\n                                -3.835605155491729,\n                                50.501672175666755\n                            ],\n                            [\n                                -3.8345236742926088,\n                                50.50287365341004\n                            ],\n                            [\n                                -3.8337974171261524,\n                                50.50319422051939\n                            ],\n                            [\n                                -3.8328215688290217,\n                                50.50510766351099\n                            ],\n                            [\n                                -3.8322618529852264,\n                                50.50485024102581\n                            ],\n                            [\n                                -3.831081770196089,\n                                50.50496781168397\n                            ],\n                            [\n                                -3.8309331644583833,\n                                50.504772248644045\n                            ],\n                            [\n                                -3.8310222673627514,\n                                50.504433675113546\n                            ],\n                            [\n                                -3.829271499529707,\n                                50.50417195799648\n                            ],\n                            [\n                                -3.8285882992520097,\n                                50.50385047096699\n                            ],\n                            [\n                                -3.8238569554130026,\n                                50.50303215321615\n                            ],\n                            [\n                                -3.823814283274381,\n                                50.50338204517703\n                            ],\n                            [\n                                -3.8240786931753483,\n                                50.50365671986156\n                            ],\n                            [\n                                -3.824372350410548,\n                                50.50505521452931\n                            ],\n                            [\n                                -3.8248862322401234,\n                                50.50616333242442\n                            ],\n                            [\n                                -3.8209668675849784,\n                                50.50802982563996\n                            ],\n                            [\n                                -3.8181195504764194,\n                                50.50848758675449\n                            ],\n                            [\n                                -3.8184596733141474,\n                                50.50753108142837\n                            ],\n                            [\n                                -3.818270728080474,\n                                50.50591514727559\n                            ],\n                            [\n                                -3.8186662228884707,\n                                50.50482974794417\n                            ],\n                            [\n                                -3.8179875282283033,\n                                50.50396415250138\n                            ],\n                            [\n                                -3.81878687117754,\n                                50.503155209627856\n                            ],\n                            [\n                                -3.8185424337293763,\n                                50.50220990677711\n                            ],\n                            [\n                                -3.816874578683475,\n                                50.5019385325401\n                            ],\n                            [\n                                -3.815395697682188,\n                                50.50192177985599\n                            ],\n                            [\n                                -3.814876453617274,\n                                50.50183115364465\n                            ],\n                            [\n                                -3.814507912842314,\n                                50.50154989764636\n                            ],\n                            [\n                                -3.8100850991575608,\n                                50.50129850799145\n                            ],\n                            [\n                                -3.8055263442115863,\n                                50.49971628646654\n                            ],\n                            [\n                                -3.805230250502296,\n                                50.49975657697612\n                            ],\n                            [\n                                -3.805456510474124,\n                                50.50010138990448\n                            ],\n                            [\n                                -3.8051246878446374,\n                                50.50075678497243\n                            ],\n                            [\n                                -3.8050027892591523,\n                                50.50162750068461\n                            ],\n                            [\n                                -3.8052678266248594,\n                                50.50173578551258\n                            ],\n                            [\n                                -3.805770848346996,\n                                50.50235575202014\n                            ],\n                            [\n                                -3.8059732860449045,\n                                50.503041521963844\n                            ],\n                            [\n                                -3.8064719544558523,\n                                50.50350690361089\n                            ],\n                            [\n                                -3.80644397043844,\n                                50.50369705445733\n                            ],\n                            [\n                                -3.8070196269805914,\n                                50.50422058007592\n                            ],\n                            [\n                                -3.8072192839150283,\n                                50.504610484089234\n                            ],\n                            [\n                                -3.8073682807450244,\n                                50.50559514682052\n                            ],\n                            [\n                                -3.8072726680473274,\n                                50.50632834483193\n                            ],\n                            [\n                                -3.8075471368595775,\n                                50.50775135247523\n                            ],\n                            [\n                                -3.807739444197078,\n                                50.508073493032065\n                            ],\n                            [\n                                -3.808802643410235,\n                                50.50871864084596\n                            ],\n                            [\n                                -3.808477729232798,\n                                50.50908972244875\n                            ],\n                            [\n                                -3.8083452954926647,\n                                50.510422852365615\n                            ],\n                            [\n                                -3.8082224968539826,\n                                50.51053265072233\n                            ],\n                            [\n                                -3.8061900610092083,\n                                50.50975482104776\n                            ],\n                            [\n                                -3.8051002210908313,\n                                50.50965475718169\n                            ],\n                            [\n                                -3.8047502465402134,\n                                50.509723214157425\n                            ],\n                            [\n                                -3.8046460908400164,\n                                50.509949612622144\n                            ],\n                            [\n                                -3.8038697809206603,\n                                50.50919720770022\n                            ],\n                            [\n                                -3.802341658936904,\n                                50.506846473322426\n                            ],\n                            [\n                                -3.7996613121031246,\n                                50.503857082800764\n                            ],\n                            [\n                                -3.7994746840076146,\n                                50.50340123755581\n                            ],\n                            [\n                                -3.7998810600590325,\n                                50.501848001096306\n                            ],\n                            [\n                                -3.7996651045665097,\n                                50.50025044404752\n                            ],\n                            [\n                                -3.7994280717092392,\n                                50.49994831860215\n                            ],\n                            [\n                                -3.797182225982331,\n                                50.499848154261905\n                            ],\n                            [\n                                -3.7948678512051646,\n                                50.499056405070654\n                            ],\n                            [\n                                -3.793478250510862,\n                                50.498852957566875\n                            ],\n                            [\n                                -3.7916152677427375,\n                                50.498063269791864\n                            ],\n                            [\n                                -3.790664351582511,\n                                50.497161703337625\n                            ],\n                            [\n                                -3.78948008932315,\n                                50.49884861337408\n                            ],\n                            [\n                                -3.7921829322239295,\n                                50.501059508299704\n                            ],\n                            [\n                                -3.7911359536144023,\n                                50.50137611285722\n                            ],\n                            [\n                                -3.7907800624574555,\n                                50.500414490973434\n                            ],\n                            [\n                                -3.789149311338985,\n                                50.49950331631901\n                            ],\n                            [\n                                -3.787840070284547,\n                                50.499374186198786\n                            ],\n                            [\n                                -3.7858199407451116,\n                                50.498863749851736\n                            ],\n                            [\n                                -3.7812093033321656,\n                                50.49891786855995\n                            ],\n                            [\n                                -3.78116791758399,\n                                50.49864615956764\n                            ],\n                            [\n                                -3.7785070185270375,\n                                50.49870681651016\n                            ],\n                            [\n                                -3.776956027063034,\n                                50.49804223113922\n                            ],\n                            [\n                                -3.7761662526260165,\n                                50.497421932183386\n                            ],\n                            [\n                                -3.7759322085070353,\n                                50.497086445705946\n                            ],\n                            [\n                                -3.7757250049505244,\n                                50.49580862440536\n                            ],\n                            [\n                                -3.774982354593966,\n                                50.4945148770419\n                            ],\n                            [\n                                -3.773673323088259,\n                                50.49517168256493\n                            ],\n                            [\n                                -3.77051595170119,\n                                50.49265141471195\n                            ],\n                            [\n                                -3.7696227250741874,\n                                50.492763637974164\n                            ],\n                            [\n                                -3.769409015277698,\n                                50.493969112142196\n                            ],\n                            [\n                                -3.7696167942846155,\n                                50.4957556626947\n                            ],\n                            [\n                                -3.7677013710610927,\n                                50.4954340259436\n                            ],\n                            [\n                                -3.7658171961296314,\n                                50.49590302590657\n                            ],\n                            [\n                                -3.7656130885779775,\n                                50.494638352664346\n                            ],\n                            [\n                                -3.7658275889070216,\n                                50.493292255488\n                            ],\n                            [\n                                -3.7622500625019217,\n                                50.49292650643711\n                            ],\n                            [\n                                -3.7622709385469,\n                                50.492350576045745\n                            ],\n                            [\n                                -3.7627400241740134,\n                                50.491695914789545\n                            ],\n                            [\n                                -3.7627319131313297,\n                                50.489582459461886\n                            ],\n                            [\n                                -3.76083555880975,\n                                50.48952827629056\n                            ],\n                            [\n                                -3.7598515314879863,\n                                50.48842528373867\n                            ],\n                            [\n                                -3.7577134466064153,\n                                50.48817338776778\n                            ],\n                            [\n                                -3.7576930735693317,\n                                50.487699675496906\n                            ],\n                            [\n                                -3.7564213224054015,\n                                50.486633090234925\n                            ],\n                            [\n                                -3.7546821877436236,\n                                50.487509094381316\n                            ],\n                            [\n                                -3.7497608019774815,\n                                50.48943549377025\n                            ],\n                            [\n                                -3.7482915322977655,\n                                50.4884337491067\n                            ],\n                            [\n                                -3.7403149140340175,\n                                50.48466713260635\n                            ],\n                            [\n                                -3.741590119572032,\n                                50.483863565909985\n                            ],\n                            [\n                                -3.7421539926519913,\n                                50.481324800967386\n                            ],\n                            [\n                                -3.7438847751859377,\n                                50.480354250542554\n                            ],\n                            [\n                                -3.7431051805788704,\n                                50.479940020755336\n                            ],\n                            [\n                                -3.7420842273065396,\n                                50.47977539014049\n                            ],\n                            [\n                                -3.739072421687852,\n                                50.47836350880304\n                            ],\n                            [\n                                -3.738362828585207,\n                                50.478230157705504\n                            ],\n                            [\n                                -3.7377305565770076,\n                                50.478284562884916\n                            ],\n                            [\n                                -3.7363291733025163,\n                                50.47889009262122\n                            ],\n                            [\n                                -3.7357425340708827,\n                                50.47961976394154\n                            ],\n                            [\n                                -3.732050241775168,\n                                50.47874662538998\n                            ],\n                            [\n                                -3.7314125558308926,\n                                50.479534487018974\n                            ],\n                            [\n                                -3.730352605835462,\n                                50.478106710908555\n                            ],\n                            [\n                                -3.729810701971574,\n                                50.477838829402096\n                            ],\n                            [\n                                -3.730784434864461,\n                                50.47764227742148\n                            ],\n                            [\n                                -3.7305604459790835,\n                                50.47650164865997\n                            ],\n                            [\n                                -3.730174349388995,\n                                50.47615646075022\n                            ],\n                            [\n                                -3.729462797996508,\n                                50.47588174673903\n                            ],\n                            [\n                                -3.7305323681801745,\n                                50.47508081681789\n                            ],\n                            [\n                                -3.7306023495055904,\n                                50.47460755495282\n                            ],\n                            [\n                                -3.7304456219314663,\n                                50.474490394101146\n                            ],\n                            [\n                                -3.7306911844921915,\n                                50.47383289914031\n                            ],\n                            [\n                                -3.7292066717219425,\n                                50.47345198595494\n                            ],\n                            [\n                                -3.726851482598221,\n                                50.471377437201326\n                            ],\n                            [\n                                -3.7244348766195126,\n                                50.47118840828619\n                            ],\n                            [\n                                -3.7235653555837755,\n                                50.47088372095221\n                            ],\n                            [\n                                -3.7241298673430694,\n                                50.470080446107616\n                            ],\n                            [\n                                -3.7232526905945473,\n                                50.46893176308384\n                            ],\n                            [\n                                -3.7225260867329077,\n                                50.46653169987457\n                            ],\n                            [\n                                -3.7220105546288313,\n                                50.46413570258907\n                            ],\n                            [\n                                -3.7245535604066604,\n                                50.462843393273474\n                            ],\n                            [\n                                -3.725914845556755,\n                                50.46345870169961\n                            ],\n                            [\n                                -3.728093522195425,\n                                50.464117068756764\n                            ],\n                            [\n                                -3.7287199281307486,\n                                50.463489075986786\n                            ],\n                            [\n                                -3.729110628569249,\n                                50.46338427447433\n                            ],\n                            [\n                                -3.7308974447836745,\n                                50.463312752227765\n                            ],\n                            [\n                                -3.7327975662589172,\n                                50.462870776195246\n                            ],\n                            [\n                                -3.734522868863998,\n                                50.46304296623296\n                            ],\n                            [\n                                -3.734868331123572,\n                                50.46285789311087\n                            ],\n                            [\n                                -3.7319069102470217,\n                                50.46124717657098\n                            ],\n                            [\n                                -3.731474347945131,\n                                50.460974797102736\n                            ],\n                            [\n                                -3.731431435422387,\n                                50.46075425006259\n                            ],\n                            [\n                                -3.733978879884219,\n                                50.46192320196652\n                            ],\n                            [\n                                -3.739376250017609,\n                                50.46371785667311\n                            ],\n                            [\n                                -3.741753106670621,\n                                50.46386760499571\n                            ],\n                            [\n                                -3.74409564007424,\n                                50.46342493539883\n                            ],\n                            [\n                                -3.7436325140866145,\n                                50.46330051329157\n                            ],\n                            [\n                                -3.7450090091303117,\n                                50.462586106300236\n                            ],\n                            [\n                                -3.7479527978869744,\n                                50.46153659716663\n                            ],\n                            [\n                                -3.749665735444467,\n                                50.461275819771274\n                            ],\n                            [\n                                -3.7498138365787086,\n                                50.460919872540366\n                            ],\n                            [\n                                -3.749507659481341,\n                                50.46076676998642\n                            ],\n                            [\n                                -3.749746029296407,\n                                50.46014665550246\n                            ],\n                            [\n                                -3.7511829220495048,\n                                50.45890239030245\n                            ],\n                            [\n                                -3.751197999288121,\n                                50.45864690833338\n                            ],\n                            [\n                                -3.749389176694737,\n                                50.458116566203394\n                            ],\n                            [\n                                -3.748869127213233,\n                                50.45815135807053\n                            ],\n                            [\n                                -3.747674311544088,\n                                50.45784275569854\n                            ],\n                            [\n                                -3.749886263701541,\n                                50.45585155651712\n                            ],\n                            [\n                                -3.7525117000870725,\n                                50.453820556121876\n                            ],\n                            [\n                                -3.7558581691701005,\n                                50.454901109321646\n                            ],\n                            [\n                                -3.762644392007089,\n                                50.45468455578597\n                            ],\n                            [\n                                -3.7640211909599737,\n                                50.45530387094766\n                            ],\n                            [\n                                -3.770696909005338,\n                                50.456541162634466\n                            ],\n                            [\n                                -3.7732296917031203,\n                                50.455397728076065\n                            ],\n                            [\n                                -3.7762977873446695,\n                                50.454929232258536\n                            ],\n                            [\n                                -3.778789101132581,\n                                50.45559006216879\n                            ],\n                            [\n                                -3.7785135249145383,\n                                50.454823804281425\n                            ],\n                            [\n                                -3.7804835991222956,\n                                50.453264785260444\n                            ],\n                            [\n                                -3.7826198837258023,\n                                50.45395524111254\n                            ],\n                            [\n                                -3.7854119595082687,\n                                50.45272852648688\n                            ],\n                            [\n                                -3.786305850914126,\n                                50.452491457645856\n                            ],\n                            [\n                                -3.786721395895302,\n                                50.448973240520175\n                            ],\n                            [\n                                -3.7883033661793415,\n                                50.448072185810005\n                            ],\n                            [\n                                -3.7899003204344965,\n                                50.4463478088423\n                            ],\n                            [\n                                -3.790875444439866,\n                                50.44568524653606\n                            ],\n                            [\n                                -3.791627750131613,\n                                50.44472030554249\n                            ],\n                            [\n                                -3.791717244306947,\n                                50.444107340056775\n                            ],\n                            [\n                                -3.7930455322935726,\n                                50.44496829529655\n                            ],\n                            [\n                                -3.7936887497083416,\n                                50.44558795343801\n                            ],\n                            [\n                                -3.7933105745623945,\n                                50.44601646289669\n                            ],\n                            [\n                                -3.7929071395894036,\n                                50.44689511059983\n                            ],\n                            [\n                                -3.7948590840557217,\n                                50.445623846396686\n                            ],\n                            [\n                                -3.795924297935847,\n                                50.44429439921046\n                            ],\n                            [\n                                -3.795810503945908,\n                                50.444223952802844\n                            ],\n                            [\n                                -3.796393933038783,\n                                50.443009919025336\n                            ],\n                            [\n                                -3.796603253620178,\n                                50.44035343034052\n                            ],\n                            [\n                                -3.7969635351296755,\n                                50.439457447117626\n                            ],\n                            [\n                                -3.797705337242304,\n                                50.43859162335189\n                            ],\n                            [\n                                -3.797989922278809,\n                                50.43866815209595\n                            ],\n                            [\n                                -3.7970717781898173,\n                                50.4404541738852\n                            ],\n                            [\n                                -3.7968909802157613,\n                                50.44125738241284\n                            ],\n                            [\n                                -3.7969213389495042,\n                                50.44280387921423\n                            ],\n                            [\n                                -3.7963086433781097,\n                                50.444477193116484\n                            ],\n                            [\n                                -3.794826261754861,\n                                50.446244933840966\n                            ],\n                            [\n                                -3.798647315841951,\n                                50.44918327428847\n                            ],\n                            [\n                                -3.7984065402840237,\n                                50.451608278408905\n                            ],\n                            [\n                                -3.797329750171523,\n                                50.45518413833656\n                            ],\n                            [\n                                -3.7983590216965637,\n                                50.45659048409709\n                            ],\n                            [\n                                -3.8002741507005666,\n                                50.45581125494442\n                            ],\n                            [\n                                -3.80176369672783,\n                                50.45496971086552\n                            ],\n                            [\n                                -3.8026312593551967,\n                                50.45407484788071\n                            ],\n                            [\n                                -3.80405113043513,\n                                50.45214613333949\n                            ],\n                            [\n                                -3.804323521940316,\n                                50.45153031251665\n                            ],\n                            [\n                                -3.8081534819576066,\n                                50.452226387157985\n                            ],\n                            [\n                                -3.8088529197673853,\n                                50.452113638825864\n                            ],\n                            [\n                                -3.809256098366074,\n                                50.45397766567055\n                            ],\n                            [\n                                -3.812740754279138,\n                                50.45356699546384\n                            ],\n                            [\n                                -3.812869759007805,\n                                50.453979488491775\n                            ],\n                            [\n                                -3.8164630025205875,\n                                50.45407565736895\n                            ],\n                            [\n                                -3.819791533643029,\n                                50.45595723200937\n                            ],\n                            [\n                                -3.821091777375716,\n                                50.45643158684158\n                            ],\n                            [\n                                -3.822581519514382,\n                                50.458130280083864\n                            ],\n                            [\n                                -3.823478610268422,\n                                50.45875173317986\n                            ],\n                            [\n                                -3.824415587454032,\n                                50.45895706099394\n                            ],\n                            [\n                                -3.8248955081636415,\n                                50.45876224364907\n                            ],\n                            [\n                                -3.825417663135221,\n                                50.459208470055394\n                            ],\n                            [\n                                -3.8264388666864293,\n                                50.4595040812116\n                            ],\n                            [\n                                -3.827873701860608,\n                                50.45969599642729\n                            ],\n                            [\n                                -3.828407054848533,\n                                50.459540240107266\n                            ],\n                            [\n                                -3.8286990630096867,\n                                50.45861467063537\n                            ],\n                            [\n                                -3.8295408445104853,\n                                50.45750564884194\n                            ],\n                            [\n                                -3.852242735659513,\n                                50.471625133610466\n                            ],\n                            [\n                                -3.854527293375575,\n                                50.47148650459407\n                            ],\n                            [\n                                -3.8602106937681286,\n                                50.470218253196265\n                            ],\n                            [\n                                -3.8617215646652014,\n                                50.47046158334508\n                            ],\n                            [\n                                -3.8614393058033243,\n                                50.46949970821627\n                            ],\n                            [\n                                -3.8614510382499385,\n                                50.46908231777322\n                            ],\n                            [\n                                -3.8616351026111286,\n                                50.46909474319178\n                            ],\n                            [\n                                -3.862295145820007,\n                                50.46958500787497\n                            ],\n                            [\n                                -3.8623971585618,\n                                50.470743532404626\n                            ],\n                            [\n                                -3.8631032534431617,\n                                50.471694930948\n                            ],\n                            [\n                                -3.8642259886834482,\n                                50.470940367488915\n                            ],\n                            [\n                                -3.8644283601925506,\n                                50.47115175631055\n                            ],\n                            [\n                                -3.8661373129312397,\n                                50.47160547925111\n                            ],\n                            [\n                                -3.8668326804791477,\n                                50.472084538912156\n                            ],\n                            [\n                                -3.8675543222009767,\n                                50.4728733653363\n                            ],\n                            [\n                                -3.868525076029263,\n                                50.47336597292269\n                            ],\n                            [\n                                -3.872741954012461,\n                                50.47397719617388\n                            ],\n                            [\n                                -3.8739655680521046,\n                                50.47444770916967\n                            ],\n                            [\n                                -3.8730833846302986,\n                                50.47513302698261\n                            ],\n                            [\n                                -3.8738920870243048,\n                                50.475797960017125\n                            ],\n                            [\n                                -3.87466669579391,\n                                50.477031144604446\n                            ],\n                            [\n                                -3.875151363510654,\n                                50.4773471165991\n                            ],\n                            [\n                                -3.8768435706893514,\n                                50.477724531655376\n                            ],\n                            [\n                                -3.8785970450159613,\n                                50.47769173463758\n                            ],\n                            [\n                                -3.8792579941399103,\n                                50.47800934010218\n                            ],\n                            [\n                                -3.88004883239768,\n                                50.4787566071737\n                            ],\n                            [\n                                -3.880602499463284,\n                                50.47903546579054\n                            ],\n                            [\n                                -3.881459901072212,\n                                50.47915198004461\n                            ],\n                            [\n                                -3.88212379013376,\n                                50.47972137077855\n                            ],\n                            [\n                                -3.8831619317758816,\n                                50.479951924073454\n                            ],\n                            [\n                                -3.8858029592694594,\n                                50.48013887940394\n                            ],\n                            [\n                                -3.883978321679136,\n                                50.4824084584324\n                            ],\n                            [\n                                -3.874042134396111,\n                                50.50762506562914\n                            ],\n                            [\n                                -3.8733076777571176,\n                                50.50770441765403\n                            ],\n                            [\n                                -3.8720531478748663,\n                                50.50736476893318\n                            ],\n                            [\n                                -3.8715047350442866,\n                                50.507049809234246\n                            ],\n                            [\n                                -3.8712394839369124,\n                                50.506581939314216\n                            ],\n                            [\n                                -3.870443253838768,\n                                50.50585700546274\n                            ],\n                            [\n                                -3.87054071860036,\n                                50.505316046671304\n                            ],\n                            [\n                                -3.8700357382826023,\n                                50.50467211298664\n                            ],\n                            [\n                                -3.8683366223122584,\n                                50.50360660017659\n                            ],\n                            [\n                                -3.867621342586178,\n                                50.50334824692189\n                            ],\n                            [\n                                -3.866913092120377,\n                                50.50237479613467\n                            ],\n                            [\n                                -3.8661856129590584,\n                                50.501986254044105\n                            ],\n                            [\n                                -3.8660525217224224,\n                                50.50165112552974\n                            ],\n                            [\n                                -3.8653217001019575,\n                                50.50099730213519\n                            ],\n                            [\n                                -3.8617736431014045,\n                                50.49988488819905\n                            ],\n                            [\n                                -3.861362978981119,\n                                50.49948226185841\n                            ],\n                            [\n                                -3.860586853959956,\n                                50.4991079630535\n                            ],\n                            [\n                                -3.859733220932827,\n                                50.49891471324362\n                            ],\n                            [\n                                -3.8586548248300927,\n                                50.49910278297342\n                            ],\n                            [\n                                -3.8575265847327427,\n                                50.498918489910395\n                            ],\n                            [\n                                -3.85708093610718,\n                                50.498520814104424\n                            ],\n                            [\n                                -3.8549322830792705,\n                                50.49748484644893\n                            ],\n                            [\n                                -3.8544694040304663,\n                                50.49688684417319\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.8055186857811227,\n                        50.47844512766973\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ12\",\n            \"area_name\": \"Newton Abbot TQ12\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5600316234503047,\n                                50.49775586357874\n                            ],\n                            [\n                                -3.5631274047282386,\n                                50.496738338586894\n                            ],\n                            [\n                                -3.5622552254052833,\n                                50.4958103939944\n                            ],\n                            [\n                                -3.562769056861958,\n                                50.494637440186196\n                            ],\n                            [\n                                -3.5625556194788333,\n                                50.49252372100511\n                            ],\n                            [\n                                -3.5620012303352073,\n                                50.49153279589189\n                            ],\n                            [\n                                -3.562229720945528,\n                                50.48945970238085\n                            ],\n                            [\n                                -3.5644252398063547,\n                                50.489608954785545\n                            ],\n                            [\n                                -3.565887236029039,\n                                50.4906559926466\n                            ],\n                            [\n                                -3.5669144653887126,\n                                50.49083943189984\n                            ],\n                            [\n                                -3.5700640042759653,\n                                50.4901852203388\n                            ],\n                            [\n                                -3.5727615958357655,\n                                50.49090458309261\n                            ],\n                            [\n                                -3.5744822106961345,\n                                50.49087070214603\n                            ],\n                            [\n                                -3.575418547984847,\n                                50.49125930871476\n                            ],\n                            [\n                                -3.575504926754116,\n                                50.49103596855178\n                            ],\n                            [\n                                -3.5749323414834646,\n                                50.490351224904735\n                            ],\n                            [\n                                -3.572583812230253,\n                                50.4888270734948\n                            ],\n                            [\n                                -3.569971174967802,\n                                50.48783710131202\n                            ],\n                            [\n                                -3.5682110244540963,\n                                50.48747412646408\n                            ],\n                            [\n                                -3.5681364581860984,\n                                50.48734916602127\n                            ],\n                            [\n                                -3.5683013241755295,\n                                50.487221068665356\n                            ],\n                            [\n                                -3.56743987915439,\n                                50.48677997952373\n                            ],\n                            [\n                                -3.5680820478247814,\n                                50.48665398694617\n                            ],\n                            [\n                                -3.569061323544662,\n                                50.48697777893864\n                            ],\n                            [\n                                -3.5699298979387217,\n                                50.48653232553704\n                            ],\n                            [\n                                -3.572191978325157,\n                                50.48703046780525\n                            ],\n                            [\n                                -3.5725084117086205,\n                                50.48745929133087\n                            ],\n                            [\n                                -3.573909390304946,\n                                50.48817788531289\n                            ],\n                            [\n                                -3.5734200609141284,\n                                50.488752021780016\n                            ],\n                            [\n                                -3.5738845753825657,\n                                50.48903975197588\n                            ],\n                            [\n                                -3.574384141861042,\n                                50.48906752060833\n                            ],\n                            [\n                                -3.574546165502197,\n                                50.489434320752935\n                            ],\n                            [\n                                -3.575537793980493,\n                                50.48977757852505\n                            ],\n                            [\n                                -3.575999648314915,\n                                50.489548343986016\n                            ],\n                            [\n                                -3.5757296468687705,\n                                50.489143624761894\n                            ],\n                            [\n                                -3.575985675013798,\n                                50.488747601511456\n                            ],\n                            [\n                                -3.576622190650391,\n                                50.488894614470425\n                            ],\n                            [\n                                -3.577370098485194,\n                                50.487821461765016\n                            ],\n                            [\n                                -3.5776380589522216,\n                                50.48786467710173\n                            ],\n                            [\n                                -3.5786492547101783,\n                                50.48750831260338\n                            ],\n                            [\n                                -3.578865423516752,\n                                50.488229433804044\n                            ],\n                            [\n                                -3.579272558324096,\n                                50.488601616352355\n                            ],\n                            [\n                                -3.5802781342904817,\n                                50.487895477858245\n                            ],\n                            [\n                                -3.5830979094625612,\n                                50.486709518838936\n                            ],\n                            [\n                                -3.5826239754227993,\n                                50.48615438218772\n                            ],\n                            [\n                                -3.582008129730392,\n                                50.485891318374385\n                            ],\n                            [\n                                -3.5814434726713817,\n                                50.48526044240401\n                            ],\n                            [\n                                -3.582805828184864,\n                                50.48465030484155\n                            ],\n                            [\n                                -3.5843369949765296,\n                                50.48322648696646\n                            ],\n                            [\n                                -3.585874144160122,\n                                50.482827829686265\n                            ],\n                            [\n                                -3.587243664942278,\n                                50.481630963949826\n                            ],\n                            [\n                                -3.5876853079508266,\n                                50.480944853235734\n                            ],\n                            [\n                                -3.5882041987197253,\n                                50.48107622969886\n                            ],\n                            [\n                                -3.5892071312964835,\n                                50.48200786322172\n                            ],\n                            [\n                                -3.5904458955888856,\n                                50.48216698004616\n                            ],\n                            [\n                                -3.5909034808770817,\n                                50.480645637094746\n                            ],\n                            [\n                                -3.5913565628943043,\n                                50.48112513704186\n                            ],\n                            [\n                                -3.5929608095570593,\n                                50.48188559211694\n                            ],\n                            [\n                                -3.594277088727328,\n                                50.48288383435066\n                            ],\n                            [\n                                -3.596312487432755,\n                                50.48346749987111\n                            ],\n                            [\n                                -3.5969343663892634,\n                                50.48393567767488\n                            ],\n                            [\n                                -3.597978696988284,\n                                50.4843889676412\n                            ],\n                            [\n                                -3.5986738361790893,\n                                50.48368692200288\n                            ],\n                            [\n                                -3.5992582231590626,\n                                50.483876788848235\n                            ],\n                            [\n                                -3.6004721895372254,\n                                50.48350935188869\n                            ],\n                            [\n                                -3.6019013208468578,\n                                50.4836695147576\n                            ],\n                            [\n                                -3.6025775905152653,\n                                50.48476448546997\n                            ],\n                            [\n                                -3.602780497251676,\n                                50.48480170368146\n                            ],\n                            [\n                                -3.6028428633261416,\n                                50.485765320286156\n                            ],\n                            [\n                                -3.6030278609997914,\n                                50.485760982048326\n                            ],\n                            [\n                                -3.6037589442145586,\n                                50.48483111286379\n                            ],\n                            [\n                                -3.6053514505754687,\n                                50.48403519012558\n                            ],\n                            [\n                                -3.604357491839801,\n                                50.48200333451863\n                            ],\n                            [\n                                -3.6070404678641985,\n                                50.48055002487047\n                            ],\n                            [\n                                -3.6082705743828565,\n                                50.4788479031905\n                            ],\n                            [\n                                -3.6084692086462655,\n                                50.47765437124852\n                            ],\n                            [\n                                -3.6110444756438267,\n                                50.47556597877324\n                            ],\n                            [\n                                -3.607171682079172,\n                                50.47340087764619\n                            ],\n                            [\n                                -3.6054862957458953,\n                                50.472246580228976\n                            ],\n                            [\n                                -3.603735581241878,\n                                50.468084622799736\n                            ],\n                            [\n                                -3.6066677528078808,\n                                50.46697538867483\n                            ],\n                            [\n                                -3.6063890511890824,\n                                50.466403440386436\n                            ],\n                            [\n                                -3.6067933826361096,\n                                50.46530390412519\n                            ],\n                            [\n                                -3.607533562989115,\n                                50.46441749146398\n                            ],\n                            [\n                                -3.608559931815076,\n                                50.46556325441933\n                            ],\n                            [\n                                -3.611675171195732,\n                                50.467255887465825\n                            ],\n                            [\n                                -3.6121249536237157,\n                                50.46763644950102\n                            ],\n                            [\n                                -3.612815639301674,\n                                50.46847223414049\n                            ],\n                            [\n                                -3.6134700825493717,\n                                50.47035534292741\n                            ],\n                            [\n                                -3.6147370968859898,\n                                50.470763591587904\n                            ],\n                            [\n                                -3.61764178107819,\n                                50.468555292667325\n                            ],\n                            [\n                                -3.6271769870455643,\n                                50.46787206091025\n                            ],\n                            [\n                                -3.6270799419746877,\n                                50.467759233510215\n                            ],\n                            [\n                                -3.62728189400954,\n                                50.46761137582685\n                            ],\n                            [\n                                -3.62719106398968,\n                                50.46740909070636\n                            ],\n                            [\n                                -3.626230884887743,\n                                50.46678791701649\n                            ],\n                            [\n                                -3.62716808529256,\n                                50.46622878459488\n                            ],\n                            [\n                                -3.627131556021715,\n                                50.466112043963356\n                            ],\n                            [\n                                -3.6264997000035,\n                                50.46604230080755\n                            ],\n                            [\n                                -3.626574557469597,\n                                50.46453028605754\n                            ],\n                            [\n                                -3.627934543513561,\n                                50.46351297531073\n                            ],\n                            [\n                                -3.629275940318964,\n                                50.46277472404366\n                            ],\n                            [\n                                -3.630119759473382,\n                                50.46190846970799\n                            ],\n                            [\n                                -3.6300449490542515,\n                                50.46178364126088\n                            ],\n                            [\n                                -3.6316510645324898,\n                                50.46177910512799\n                            ],\n                            [\n                                -3.63370199494829,\n                                50.462011159855685\n                            ],\n                            [\n                                -3.6365835255271413,\n                                50.46140403479351\n                            ],\n                            [\n                                -3.6397573774338605,\n                                50.46151219259874\n                            ],\n                            [\n                                -3.6423658283563785,\n                                50.46116061599849\n                            ],\n                            [\n                                -3.6452921344346896,\n                                50.46103835100073\n                            ],\n                            [\n                                -3.645376721560965,\n                                50.46120951137659\n                            ],\n                            [\n                                -3.6447172312204894,\n                                50.461313154414064\n                            ],\n                            [\n                                -3.643020893504717,\n                                50.462528006891375\n                            ],\n                            [\n                                -3.640582394089642,\n                                50.465566831589825\n                            ],\n                            [\n                                -3.6379188530596247,\n                                50.466937119025566\n                            ],\n                            [\n                                -3.637019829128419,\n                                50.46813768574757\n                            ],\n                            [\n                                -3.6377260081197598,\n                                50.46856840536699\n                            ],\n                            [\n                                -3.6377781425144398,\n                                50.469196245058924\n                            ],\n                            [\n                                -3.63997377947011,\n                                50.46954672367741\n                            ],\n                            [\n                                -3.640638006485942,\n                                50.47032813500739\n                            ],\n                            [\n                                -3.6412317319966006,\n                                50.47155614167958\n                            ],\n                            [\n                                -3.642166262123862,\n                                50.47213907012516\n                            ],\n                            [\n                                -3.642498474179756,\n                                50.47281339114915\n                            ],\n                            [\n                                -3.6419120785855164,\n                                50.475269245509374\n                            ],\n                            [\n                                -3.6432298783168937,\n                                50.47542570472724\n                            ],\n                            [\n                                -3.6450638646792646,\n                                50.47506297241382\n                            ],\n                            [\n                                -3.6475650072189287,\n                                50.47398784063933\n                            ],\n                            [\n                                -3.6513593223979415,\n                                50.47281608835259\n                            ],\n                            [\n                                -3.654514114245375,\n                                50.47134751036916\n                            ],\n                            [\n                                -3.6581210002219704,\n                                50.47056140711967\n                            ],\n                            [\n                                -3.6608782991628885,\n                                50.46968256331079\n                            ],\n                            [\n                                -3.660922162139444,\n                                50.47033056809747\n                            ],\n                            [\n                                -3.6619105772898037,\n                                50.46970082056339\n                            ],\n                            [\n                                -3.662578794654348,\n                                50.46981715043304\n                            ],\n                            [\n                                -3.6640106922607845,\n                                50.46928067961714\n                            ],\n                            [\n                                -3.6638468791405376,\n                                50.46949952963802\n                            ],\n                            [\n                                -3.6639630389026396,\n                                50.469961902281554\n                            ],\n                            [\n                                -3.6637621196391525,\n                                50.4700041594085\n                            ],\n                            [\n                                -3.6637957102246825,\n                                50.47028258503639\n                            ],\n                            [\n                                -3.663961091152262,\n                                50.4703402803137\n                            ],\n                            [\n                                -3.6639636299644525,\n                                50.47056790344859\n                            ],\n                            [\n                                -3.663726828118174,\n                                50.470799578938745\n                            ],\n                            [\n                                -3.6638767390597016,\n                                50.471025085560115\n                            ],\n                            [\n                                -3.663666522959228,\n                                50.47104751826352\n                            ],\n                            [\n                                -3.6635356002919073,\n                                50.47143555598701\n                            ],\n                            [\n                                -3.6630441356744505,\n                                50.4716518131593\n                            ],\n                            [\n                                -3.6631462446122685,\n                                50.47187612426005\n                            ],\n                            [\n                                -3.662912136326274,\n                                50.47184350446376\n                            ],\n                            [\n                                -3.662439112503919,\n                                50.47247272330218\n                            ],\n                            [\n                                -3.6627846877438883,\n                                50.47264203030592\n                            ],\n                            [\n                                -3.662750070364445,\n                                50.47315232796651\n                            ],\n                            [\n                                -3.6630662373474907,\n                                50.473191869586316\n                            ],\n                            [\n                                -3.662994519474324,\n                                50.47336336263301\n                            ],\n                            [\n                                -3.6632215837209703,\n                                50.47348617358946\n                            ],\n                            [\n                                -3.6631885328078573,\n                                50.473799269520995\n                            ],\n                            [\n                                -3.663466735005468,\n                                50.47400533280159\n                            ],\n                            [\n                                -3.663420412419199,\n                                50.474562187795534\n                            ],\n                            [\n                                -3.6628763002496147,\n                                50.47480562937242\n                            ],\n                            [\n                                -3.662905307135215,\n                                50.47493701847377\n                            ],\n                            [\n                                -3.6644430536393395,\n                                50.474382482024645\n                            ],\n                            [\n                                -3.6647189694063056,\n                                50.47381199888639\n                            ],\n                            [\n                                -3.666135428656282,\n                                50.47257602595093\n                            ],\n                            [\n                                -3.671498141255496,\n                                50.47458398940423\n                            ],\n                            [\n                                -3.671682510286495,\n                                50.47591338166278\n                            ],\n                            [\n                                -3.6723622874237787,\n                                50.47664350361969\n                            ],\n                            [\n                                -3.6704144139569026,\n                                50.481306352235265\n                            ],\n                            [\n                                -3.6685515531309045,\n                                50.48205489376247\n                            ],\n                            [\n                                -3.667946454970598,\n                                50.482812174258626\n                            ],\n                            [\n                                -3.668162435886232,\n                                50.48608034210664\n                            ],\n                            [\n                                -3.6695505897373404,\n                                50.486780265869\n                            ],\n                            [\n                                -3.671642344806787,\n                                50.49023989220423\n                            ],\n                            [\n                                -3.670934023862013,\n                                50.491578515042846\n                            ],\n                            [\n                                -3.6747915783861624,\n                                50.49559983512458\n                            ],\n                            [\n                                -3.676255038652865,\n                                50.496166702342904\n                            ],\n                            [\n                                -3.677673851090995,\n                                50.49619120627211\n                            ],\n                            [\n                                -3.678031410639503,\n                                50.495934297577286\n                            ],\n                            [\n                                -3.6780821095191887,\n                                50.494980228714695\n                            ],\n                            [\n                                -3.678652948344556,\n                                50.49437839851295\n                            ],\n                            [\n                                -3.678458405632515,\n                                50.493661641473146\n                            ],\n                            [\n                                -3.6786032756744627,\n                                50.49258034596014\n                            ],\n                            [\n                                -3.679548563473237,\n                                50.491406483859826\n                            ],\n                            [\n                                -3.6800740098860807,\n                                50.490319683115835\n                            ],\n                            [\n                                -3.681168441721452,\n                                50.48898181073473\n                            ],\n                            [\n                                -3.681392379456466,\n                                50.49052551134231\n                            ],\n                            [\n                                -3.682046598421589,\n                                50.49147837968803\n                            ],\n                            [\n                                -3.6826769542347715,\n                                50.49295317354945\n                            ],\n                            [\n                                -3.6832656157884673,\n                                50.4936462448509\n                            ],\n                            [\n                                -3.686482711885869,\n                                50.495299438835474\n                            ],\n                            [\n                                -3.6897860527892705,\n                                50.49580915636085\n                            ],\n                            [\n                                -3.6921713006108594,\n                                50.4970605936927\n                            ],\n                            [\n                                -3.692841273504069,\n                                50.496475230247064\n                            ],\n                            [\n                                -3.694100097140692,\n                                50.496582787179754\n                            ],\n                            [\n                                -3.6943757535138215,\n                                50.496407937136496\n                            ],\n                            [\n                                -3.6950727223217816,\n                                50.4965776169034\n                            ],\n                            [\n                                -3.695201304322993,\n                                50.497412190941766\n                            ],\n                            [\n                                -3.6959878399044066,\n                                50.49811121954843\n                            ],\n                            [\n                                -3.697505529038108,\n                                50.499150408179474\n                            ],\n                            [\n                                -3.7009388578008275,\n                                50.50090794873206\n                            ],\n                            [\n                                -3.7016500232519056,\n                                50.50147317049057\n                            ],\n                            [\n                                -3.7004320101753487,\n                                50.50289404694387\n                            ],\n                            [\n                                -3.700135238858987,\n                                50.50366281676203\n                            ],\n                            [\n                                -3.699598933040461,\n                                50.50443517426957\n                            ],\n                            [\n                                -3.698216279290481,\n                                50.50559750382015\n                            ],\n                            [\n                                -3.6982129938325436,\n                                50.50629005292623\n                            ],\n                            [\n                                -3.69799527350026,\n                                50.50690481416193\n                            ],\n                            [\n                                -3.6959505858520356,\n                                50.50927305014259\n                            ],\n                            [\n                                -3.6959970760372283,\n                                50.50938926437322\n                            ],\n                            [\n                                -3.69710733836826,\n                                50.51046136717504\n                            ],\n                            [\n                                -3.7004417278566057,\n                                50.51167901406966\n                            ],\n                            [\n                                -3.699265881212173,\n                                50.513362703315416\n                            ],\n                            [\n                                -3.6993549605427365,\n                                50.5154608392978\n                            ],\n                            [\n                                -3.702607837648042,\n                                50.515907898025866\n                            ],\n                            [\n                                -3.7079641667814154,\n                                50.51764508912966\n                            ],\n                            [\n                                -3.7087315365099065,\n                                50.51871690600819\n                            ],\n                            [\n                                -3.707743124509718,\n                                50.52159699128655\n                            ],\n                            [\n                                -3.7080120279870488,\n                                50.52323248726389\n                            ],\n                            [\n                                -3.712861225241975,\n                                50.52336856396845\n                            ],\n                            [\n                                -3.717309714563853,\n                                50.52568872712805\n                            ],\n                            [\n                                -3.7134412508933483,\n                                50.528924750036836\n                            ],\n                            [\n                                -3.7129807981651894,\n                                50.52913975964182\n                            ],\n                            [\n                                -3.713897374256482,\n                                50.530342678012005\n                            ],\n                            [\n                                -3.7145154103787235,\n                                50.53150557611511\n                            ],\n                            [\n                                -3.7168753085077895,\n                                50.532817034928755\n                            ],\n                            [\n                                -3.717885536290177,\n                                50.53314433165512\n                            ],\n                            [\n                                -3.7175566805895794,\n                                50.53411619105468\n                            ],\n                            [\n                                -3.7161426295017312,\n                                50.534918199162945\n                            ],\n                            [\n                                -3.716670398077209,\n                                50.535508238726294\n                            ],\n                            [\n                                -3.7173676960109594,\n                                50.535396440242614\n                            ],\n                            [\n                                -3.719218762184376,\n                                50.536834219585955\n                            ],\n                            [\n                                -3.7192860280936917,\n                                50.537349771906186\n                            ],\n                            [\n                                -3.723172853815494,\n                                50.5387503859621\n                            ],\n                            [\n                                -3.7234831817656637,\n                                50.5394109587483\n                            ],\n                            [\n                                -3.7279478456036492,\n                                50.53985105921685\n                            ],\n                            [\n                                -3.7295502525412525,\n                                50.537732682001895\n                            ],\n                            [\n                                -3.733237933139608,\n                                50.53699656110131\n                            ],\n                            [\n                                -3.7349109513002894,\n                                50.537715122241416\n                            ],\n                            [\n                                -3.7397700289568614,\n                                50.53827890313715\n                            ],\n                            [\n                                -3.740753123418351,\n                                50.53853438598949\n                            ],\n                            [\n                                -3.742599043365537,\n                                50.53757815146323\n                            ],\n                            [\n                                -3.7436802312490753,\n                                50.53842700564792\n                            ],\n                            [\n                                -3.7440831924329756,\n                                50.53902355866344\n                            ],\n                            [\n                                -3.7446429385967375,\n                                50.54156937672141\n                            ],\n                            [\n                                -3.745905946747911,\n                                50.5417573315791\n                            ],\n                            [\n                                -3.750964488682717,\n                                50.54336826929268\n                            ],\n                            [\n                                -3.751252658858726,\n                                50.543005011536415\n                            ],\n                            [\n                                -3.753606840494215,\n                                50.54218077179503\n                            ],\n                            [\n                                -3.7556308093005013,\n                                50.54298877713306\n                            ],\n                            [\n                                -3.7542061746671607,\n                                50.544078767488074\n                            ],\n                            [\n                                -3.7534511856127977,\n                                50.54655444828243\n                            ],\n                            [\n                                -3.752599841026062,\n                                50.547196831706366\n                            ],\n                            [\n                                -3.7521524290781594,\n                                50.54787358318381\n                            ],\n                            [\n                                -3.74858339222667,\n                                50.546701394509746\n                            ],\n                            [\n                                -3.744878876519016,\n                                50.54957113317533\n                            ],\n                            [\n                                -3.745857864594045,\n                                50.549651761058854\n                            ],\n                            [\n                                -3.747270894148969,\n                                50.5500730157786\n                            ],\n                            [\n                                -3.7487312506668444,\n                                50.54994228927965\n                            ],\n                            [\n                                -3.749455710183338,\n                                50.55010134042031\n                            ],\n                            [\n                                -3.750399082673716,\n                                50.549958494336714\n                            ],\n                            [\n                                -3.751532179128959,\n                                50.550271062072795\n                            ],\n                            [\n                                -3.7513556519178057,\n                                50.55057025069908\n                            ],\n                            [\n                                -3.7514184867362537,\n                                50.55188237325566\n                            ],\n                            [\n                                -3.751647736575965,\n                                50.55235563693066\n                            ],\n                            [\n                                -3.7521428091852784,\n                                50.5527618712546\n                            ],\n                            [\n                                -3.7514676023499223,\n                                50.55359049828405\n                            ],\n                            [\n                                -3.750332335779647,\n                                50.554192085517386\n                            ],\n                            [\n                                -3.7498571392606634,\n                                50.55470291461999\n                            ],\n                            [\n                                -3.74910924473373,\n                                50.55509187319041\n                            ],\n                            [\n                                -3.7488540818294993,\n                                50.555446453345134\n                            ],\n                            [\n                                -3.7489076317156713,\n                                50.556129154371035\n                            ],\n                            [\n                                -3.747954292198217,\n                                50.556692117410435\n                            ],\n                            [\n                                -3.7465740065278186,\n                                50.557926996602056\n                            ],\n                            [\n                                -3.7459676660336605,\n                                50.559474027847095\n                            ],\n                            [\n                                -3.745979511308632,\n                                50.56017534252387\n                            ],\n                            [\n                                -3.7449682964100233,\n                                50.56070317329627\n                            ],\n                            [\n                                -3.743903150017769,\n                                50.56168146194492\n                            ],\n                            [\n                                -3.742789778211949,\n                                50.562120803535\n                            ],\n                            [\n                                -3.7422101902369724,\n                                50.56286702627669\n                            ],\n                            [\n                                -3.7409385639019797,\n                                50.56246328205805\n                            ],\n                            [\n                                -3.740028435130797,\n                                50.56190128226127\n                            ],\n                            [\n                                -3.7396180795758727,\n                                50.5614937311194\n                            ],\n                            [\n                                -3.7392909336101283,\n                                50.560690399124184\n                            ],\n                            [\n                                -3.7370368182828275,\n                                50.562801368093204\n                            ],\n                            [\n                                -3.735398909491708,\n                                50.56339961202098\n                            ],\n                            [\n                                -3.7355740182170685,\n                                50.56375179435699\n                            ],\n                            [\n                                -3.7344889169262587,\n                                50.56357555478667\n                            ],\n                            [\n                                -3.73397146735077,\n                                50.56313262439389\n                            ],\n                            [\n                                -3.733377233972613,\n                                50.561146165734954\n                            ],\n                            [\n                                -3.7324927421840517,\n                                50.5598579513803\n                            ],\n                            [\n                                -3.727727215477547,\n                                50.55664611636105\n                            ],\n                            [\n                                -3.7276489984925756,\n                                50.55697724739637\n                            ],\n                            [\n                                -3.728090450580861,\n                                50.55746538507617\n                            ],\n                            [\n                                -3.7285025177642073,\n                                50.5598515397116\n                            ],\n                            [\n                                -3.7283164971979406,\n                                50.56171600738301\n                            ],\n                            [\n                                -3.728487966359397,\n                                50.56292762046122\n                            ],\n                            [\n                                -3.7282659260880537,\n                                50.56419003503078\n                            ],\n                            [\n                                -3.72543291699345,\n                                50.56394425006759\n                            ],\n                            [\n                                -3.7271862054953715,\n                                50.56555508645701\n                            ],\n                            [\n                                -3.7277612607125024,\n                                50.565447658896964\n                            ],\n                            [\n                                -3.728234568053181,\n                                50.56603422669015\n                            ],\n                            [\n                                -3.7274211021185457,\n                                50.5659164666065\n                            ],\n                            [\n                                -3.726356554236403,\n                                50.566061190953086\n                            ],\n                            [\n                                -3.7249548962116314,\n                                50.56700157239758\n                            ],\n                            [\n                                -3.7237025490619677,\n                                50.56747552565932\n                            ],\n                            [\n                                -3.7208492658838956,\n                                50.56780617218638\n                            ],\n                            [\n                                -3.719099414270468,\n                                50.56783742010832\n                            ],\n                            [\n                                -3.7165972359365527,\n                                50.568353829956294\n                            ],\n                            [\n                                -3.7145789839496026,\n                                50.56961679318969\n                            ],\n                            [\n                                -3.714048989715195,\n                                50.56976800147693\n                            ],\n                            [\n                                -3.711954605998443,\n                                50.56968247506886\n                            ],\n                            [\n                                -3.7111891482131782,\n                                50.56952461117126\n                            ],\n                            [\n                                -3.7110763813323038,\n                                50.56937521077046\n                            ],\n                            [\n                                -3.710356972337941,\n                                50.569318446073304\n                            ],\n                            [\n                                -3.710102005044588,\n                                50.570971784326325\n                            ],\n                            [\n                                -3.708127479818711,\n                                50.57113357094077\n                            ],\n                            [\n                                -3.7066991501562585,\n                                50.571469296386205\n                            ],\n                            [\n                                -3.7061150072531657,\n                                50.57132501058068\n                            ],\n                            [\n                                -3.7059327518477763,\n                                50.57214605113982\n                            ],\n                            [\n                                -3.7065428470923703,\n                                50.57301437046242\n                            ],\n                            [\n                                -3.7060880681835786,\n                                50.57303514665288\n                            ],\n                            [\n                                -3.7051943561398564,\n                                50.572264126656385\n                            ],\n                            [\n                                -3.704798925171584,\n                                50.57213504851235\n                            ],\n                            [\n                                -3.7040443751987047,\n                                50.57112507074276\n                            ],\n                            [\n                                -3.7037617236775224,\n                                50.571000723871286\n                            ],\n                            [\n                                -3.7034949686075724,\n                                50.57034890791847\n                            ],\n                            [\n                                -3.703069092213178,\n                                50.57016956312151\n                            ],\n                            [\n                                -3.69861428460829,\n                                50.57100229759423\n                            ],\n                            [\n                                -3.698348457334968,\n                                50.57059771044823\n                            ],\n                            [\n                                -3.698301072061161,\n                                50.57015110180273\n                            ],\n                            [\n                                -3.696624917643364,\n                                50.56882381943901\n                            ],\n                            [\n                                -3.69353331617164,\n                                50.568603770791924\n                            ],\n                            [\n                                -3.693228957276642,\n                                50.56877903231322\n                            ],\n                            [\n                                -3.692837199724839,\n                                50.56848792945074\n                            ],\n                            [\n                                -3.690913322153687,\n                                50.5691814092879\n                            ],\n                            [\n                                -3.6886504844031607,\n                                50.56908837705018\n                            ],\n                            [\n                                -3.6867076182884295,\n                                50.56964719347521\n                            ],\n                            [\n                                -3.687017117542883,\n                                50.57040713379631\n                            ],\n                            [\n                                -3.6869684240556233,\n                                50.57101940778321\n                            ],\n                            [\n                                -3.687163501415653,\n                                50.57213183884344\n                            ],\n                            [\n                                -3.6886458515969083,\n                                50.57457533711559\n                            ],\n                            [\n                                -3.6875999608524457,\n                                50.57491166493792\n                            ],\n                            [\n                                -3.6872547700307363,\n                                50.57518109909614\n                            ],\n                            [\n                                -3.6865184224049377,\n                                50.57520569888886\n                            ],\n                            [\n                                -3.6861630321104397,\n                                50.575480044133116\n                            ],\n                            [\n                                -3.68507690536278,\n                                50.57547004689356\n                            ],\n                            [\n                                -3.6847692160744647,\n                                50.575919379278794\n                            ],\n                            [\n                                -3.684988443270715,\n                                50.57609747367911\n                            ],\n                            [\n                                -3.683231846819411,\n                                50.57596212084658\n                            ],\n                            [\n                                -3.682615586748718,\n                                50.57571352258967\n                            ],\n                            [\n                                -3.680832667348337,\n                                50.57565898015758\n                            ],\n                            [\n                                -3.680349135746239,\n                                50.57519671646514\n                            ],\n                            [\n                                -3.6791401043372067,\n                                50.575420689363\n                            ],\n                            [\n                                -3.678677913841148,\n                                50.57401530768159\n                            ],\n                            [\n                                -3.673325558592717,\n                                50.573924849263804\n                            ],\n                            [\n                                -3.6725786990075258,\n                                50.574908143589\n                            ],\n                            [\n                                -3.6709831903677905,\n                                50.57469899048467\n                            ],\n                            [\n                                -3.6704211494398575,\n                                50.57564483055389\n                            ],\n                            [\n                                -3.6681007361323186,\n                                50.57732426526381\n                            ],\n                            [\n                                -3.6619016458188156,\n                                50.5775280955224\n                            ],\n                            [\n                                -3.6613667511693575,\n                                50.57789122903808\n                            ],\n                            [\n                                -3.6651546483053368,\n                                50.57996727517038\n                            ],\n                            [\n                                -3.6675047545775366,\n                                50.58060212864947\n                            ],\n                            [\n                                -3.667196773222411,\n                                50.581480736948386\n                            ],\n                            [\n                                -3.6660234058085797,\n                                50.58164247337679\n                            ],\n                            [\n                                -3.6642034318444736,\n                                50.58223736482133\n                            ],\n                            [\n                                -3.662846921794576,\n                                50.58194547643886\n                            ],\n                            [\n                                -3.6597331426783803,\n                                50.58164428817573\n                            ],\n                            [\n                                -3.6586529852339713,\n                                50.58179148179348\n                            ],\n                            [\n                                -3.658159176357022,\n                                50.58123774549532\n                            ],\n                            [\n                                -3.657217536827964,\n                                50.581448957205986\n                            ],\n                            [\n                                -3.6570523780717106,\n                                50.581305926066335\n                            ],\n                            [\n                                -3.6572217119522623,\n                                50.58072862636149\n                            ],\n                            [\n                                -3.656757571053989,\n                                50.58033603213592\n                            ],\n                            [\n                                -3.6557712799925572,\n                                50.58047233922558\n                            ],\n                            [\n                                -3.6549259422620546,\n                                50.58032800352069\n                            ],\n                            [\n                                -3.6545264559474555,\n                                50.579918382930074\n                            ],\n                            [\n                                -3.6535937865658354,\n                                50.579966428760905\n                            ],\n                            [\n                                -3.6531893372011335,\n                                50.57968086002864\n                            ],\n                            [\n                                -3.65382383523812,\n                                50.579459213363336\n                            ],\n                            [\n                                -3.6537422940355797,\n                                50.57919594138171\n                            ],\n                            [\n                                -3.653480525684203,\n                                50.57910687199493\n                            ],\n                            [\n                                -3.652664231128843,\n                                50.57925180073295\n                            ],\n                            [\n                                -3.652645487188267,\n                                50.57878660244071\n                            ],\n                            [\n                                -3.65151968998055,\n                                50.578343398781456\n                            ],\n                            [\n                                -3.650265168209474,\n                                50.57834491719625\n                            ],\n                            [\n                                -3.6487663265797132,\n                                50.577829655769484\n                            ],\n                            [\n                                -3.6470408967022925,\n                                50.57772523397716\n                            ],\n                            [\n                                -3.6468066435105926,\n                                50.58000660096519\n                            ],\n                            [\n                                -3.645369144278899,\n                                50.584823192540426\n                            ],\n                            [\n                                -3.64562047457643,\n                                50.58505646013166\n                            ],\n                            [\n                                -3.6455839208864287,\n                                50.585628267943314\n                            ],\n                            [\n                                -3.6440780664395414,\n                                50.586347964433294\n                            ],\n                            [\n                                -3.643537649995361,\n                                50.586282223941176\n                            ],\n                            [\n                                -3.643868609380845,\n                                50.58605268516016\n                            ],\n                            [\n                                -3.6427696128395497,\n                                50.584916988551406\n                            ],\n                            [\n                                -3.642303683103345,\n                                50.583553243164566\n                            ],\n                            [\n                                -3.6406624338989144,\n                                50.58265236996275\n                            ],\n                            [\n                                -3.639822207067392,\n                                50.58201128026893\n                            ],\n                            [\n                                -3.638632501855853,\n                                50.58082610732828\n                            ],\n                            [\n                                -3.6387893950891326,\n                                50.579706228886835\n                            ],\n                            [\n                                -3.638073978455808,\n                                50.57946112973105\n                            ],\n                            [\n                                -3.640135937044465,\n                                50.57701279653197\n                            ],\n                            [\n                                -3.642618033637595,\n                                50.575015508433964\n                            ],\n                            [\n                                -3.641994407958205,\n                                50.574548947870156\n                            ],\n                            [\n                                -3.6415565921953688,\n                                50.57467003285211\n                            ],\n                            [\n                                -3.6406810399477187,\n                                50.57458994679492\n                            ],\n                            [\n                                -3.6400995354811463,\n                                50.57483190150301\n                            ],\n                            [\n                                -3.6376045896393236,\n                                50.57391666587208\n                            ],\n                            [\n                                -3.6368138316168848,\n                                50.57388364479071\n                            ],\n                            [\n                                -3.6364732548665315,\n                                50.573564932320735\n                            ],\n                            [\n                                -3.635008449344312,\n                                50.57415833235712\n                            ],\n                            [\n                                -3.6296341563354493,\n                                50.574154733268294\n                            ],\n                            [\n                                -3.6282457570157844,\n                                50.576811403902006\n                            ],\n                            [\n                                -3.627464360282836,\n                                50.57653408412621\n                            ],\n                            [\n                                -3.6267094549870618,\n                                50.57552837563662\n                            ],\n                            [\n                                -3.626126295139455,\n                                50.575410557520236\n                            ],\n                            [\n                                -3.625378412587541,\n                                50.57568641931303\n                            ],\n                            [\n                                -3.623726446699901,\n                                50.57686697110972\n                            ],\n                            [\n                                -3.6232840527052574,\n                                50.57695216643985\n                            ],\n                            [\n                                -3.622552293482685,\n                                50.57691876535241\n                            ],\n                            [\n                                -3.622385289493016,\n                                50.57628119872325\n                            ],\n                            [\n                                -3.6211644555941875,\n                                50.57445450897538\n                            ],\n                            [\n                                -3.621005993781006,\n                                50.57395303823038\n                            ],\n                            [\n                                -3.619045567483228,\n                                50.57401825098383\n                            ],\n                            [\n                                -3.617698428428123,\n                                50.575778899082735\n                            ],\n                            [\n                                -3.6204556076007943,\n                                50.57701117203863\n                            ],\n                            [\n                                -3.620446932498652,\n                                50.57843438372846\n                            ],\n                            [\n                                -3.619294184778908,\n                                50.579220146027495\n                            ],\n                            [\n                                -3.6144521491305035,\n                                50.58183921376052\n                            ],\n                            [\n                                -3.614359401346097,\n                                50.58150422998071\n                            ],\n                            [\n                                -3.6105567970913204,\n                                50.57915333084573\n                            ],\n                            [\n                                -3.608850086439569,\n                                50.57939135992116\n                            ],\n                            [\n                                -3.602428382274948,\n                                50.57758712926621\n                            ],\n                            [\n                                -3.5983792161196497,\n                                50.57686866487474\n                            ],\n                            [\n                                -3.597626908360742,\n                                50.576028351483785\n                            ],\n                            [\n                                -3.59522714685421,\n                                50.575773991727026\n                            ],\n                            [\n                                -3.5943572685018155,\n                                50.5781703163373\n                            ],\n                            [\n                                -3.5935633289461606,\n                                50.57975505835387\n                            ],\n                            [\n                                -3.593386254480489,\n                                50.579532615746466\n                            ],\n                            [\n                                -3.5904500647909674,\n                                50.580840851283355\n                            ],\n                            [\n                                -3.587782991061411,\n                                50.581335877686456\n                            ],\n                            [\n                                -3.587025881581731,\n                                50.58192180480111\n                            ],\n                            [\n                                -3.586237251796316,\n                                50.58325458483688\n                            ],\n                            [\n                                -3.584930846732797,\n                                50.58389292940905\n                            ],\n                            [\n                                -3.5799112963537882,\n                                50.58416803339581\n                            ],\n                            [\n                                -3.5789292465247,\n                                50.58437025460894\n                            ],\n                            [\n                                -3.5757819793800363,\n                                50.58614858800884\n                            ],\n                            [\n                                -3.5743350373059632,\n                                50.587238444799624\n                            ],\n                            [\n                                -3.5736289740803757,\n                                50.58385740845006\n                            ],\n                            [\n                                -3.572585787514073,\n                                50.58222571175451\n                            ],\n                            [\n                                -3.570577253051568,\n                                50.58086776260764\n                            ],\n                            [\n                                -3.5689143990918235,\n                                50.58013475928582\n                            ],\n                            [\n                                -3.5685206155510585,\n                                50.579762354034806\n                            ],\n                            [\n                                -3.5720796582775516,\n                                50.57932756099084\n                            ],\n                            [\n                                -3.5742517640095226,\n                                50.57881260704271\n                            ],\n                            [\n                                -3.575599881410204,\n                                50.57942392022206\n                            ],\n                            [\n                                -3.576100001263337,\n                                50.57917430781281\n                            ],\n                            [\n                                -3.5780650915841,\n                                50.5796513657397\n                            ],\n                            [\n                                -3.5798290023841153,\n                                50.57960047416548\n                            ],\n                            [\n                                -3.5829324523716117,\n                                50.5786409729614\n                            ],\n                            [\n                                -3.5847414152441917,\n                                50.57867030926302\n                            ],\n                            [\n                                -3.5855769979347767,\n                                50.5783171873969\n                            ],\n                            [\n                                -3.5860990005074904,\n                                50.577878333062245\n                            ],\n                            [\n                                -3.5883068953355064,\n                                50.5771737365304\n                            ],\n                            [\n                                -3.5891221693380313,\n                                50.576640949768304\n                            ],\n                            [\n                                -3.590749468103066,\n                                50.57631303713943\n                            ],\n                            [\n                                -3.5913885375695735,\n                                50.57599852299566\n                            ],\n                            [\n                                -3.591492769756028,\n                                50.5757362669848\n                            ],\n                            [\n                                -3.5912706755863226,\n                                50.575327604195444\n                            ],\n                            [\n                                -3.58744563414079,\n                                50.57484701273176\n                            ],\n                            [\n                                -3.5824263525798665,\n                                50.57537918108977\n                            ],\n                            [\n                                -3.580891201879585,\n                                50.57013051126343\n                            ],\n                            [\n                                -3.5695402304243973,\n                                50.56890037276798\n                            ],\n                            [\n                                -3.5675363159805125,\n                                50.56837038137526\n                            ],\n                            [\n                                -3.5672261516751993,\n                                50.568065088745776\n                            ],\n                            [\n                                -3.566758569906841,\n                                50.56324654532941\n                            ],\n                            [\n                                -3.565338954211622,\n                                50.56346389525757\n                            ],\n                            [\n                                -3.564462089496132,\n                                50.56256732322386\n                            ],\n                            [\n                                -3.562873281170214,\n                                50.56149140340491\n                            ],\n                            [\n                                -3.5636111303441664,\n                                50.5611757058607\n                            ],\n                            [\n                                -3.56409962829156,\n                                50.56057555987405\n                            ],\n                            [\n                                -3.566060044521185,\n                                50.55923616272974\n                            ],\n                            [\n                                -3.5686097745104886,\n                                50.55778989060508\n                            ],\n                            [\n                                -3.5693492785612553,\n                                50.55625100797672\n                            ],\n                            [\n                                -3.5697845824404504,\n                                50.55490502453413\n                            ],\n                            [\n                                -3.5722528426757627,\n                                50.5539904167872\n                            ],\n                            [\n                                -3.5748093023012575,\n                                50.55402779274016\n                            ],\n                            [\n                                -3.5761593714039837,\n                                50.5538745640176\n                            ],\n                            [\n                                -3.57676050889694,\n                                50.55369559942309\n                            ],\n                            [\n                                -3.5776728016062633,\n                                50.55311662560953\n                            ],\n                            [\n                                -3.578102165293608,\n                                50.55033176965794\n                            ],\n                            [\n                                -3.5775497774207388,\n                                50.54790143614996\n                            ],\n                            [\n                                -3.578963117170023,\n                                50.54727861538267\n                            ],\n                            [\n                                -3.5798052253674983,\n                                50.54575678759262\n                            ],\n                            [\n                                -3.5780514385171283,\n                                50.54585367550967\n                            ],\n                            [\n                                -3.5771145756607514,\n                                50.5456954488071\n                            ],\n                            [\n                                -3.5770077400531677,\n                                50.54587681304372\n                            ],\n                            [\n                                -3.57369502509061,\n                                50.54557988762158\n                            ],\n                            [\n                                -3.5729673783866267,\n                                50.54576963906569\n                            ],\n                            [\n                                -3.5724817572982808,\n                                50.54644161778301\n                            ],\n                            [\n                                -3.5711940436946987,\n                                50.54304898651892\n                            ],\n                            [\n                                -3.569136990567515,\n                                50.54337443042661\n                            ],\n                            [\n                                -3.5630001931305184,\n                                50.54520798879149\n                            ],\n                            [\n                                -3.5598220741945177,\n                                50.545744761139325\n                            ],\n                            [\n                                -3.5595681379526596,\n                                50.5455786794858\n                            ],\n                            [\n                                -3.5586277792460645,\n                                50.5456333550314\n                            ],\n                            [\n                                -3.559778871351105,\n                                50.54988722412115\n                            ],\n                            [\n                                -3.5593001352964775,\n                                50.54991063549683\n                            ],\n                            [\n                                -3.555042979413823,\n                                50.549601281894496\n                            ],\n                            [\n                                -3.553068254443188,\n                                50.547184792119644\n                            ],\n                            [\n                                -3.5537166891879566,\n                                50.54669574753784\n                            ],\n                            [\n                                -3.5536318550165134,\n                                50.54637356979704\n                            ],\n                            [\n                                -3.552874303795772,\n                                50.545886207313046\n                            ],\n                            [\n                                -3.551201974059276,\n                                50.54577543505979\n                            ],\n                            [\n                                -3.5509971452901983,\n                                50.545555636347025\n                            ],\n                            [\n                                -3.551349629191857,\n                                50.545576472151936\n                            ],\n                            [\n                                -3.5503375477557237,\n                                50.545296846023774\n                            ],\n                            [\n                                -3.5494989283595895,\n                                50.54526737888517\n                            ],\n                            [\n                                -3.5463759735556635,\n                                50.54364251458558\n                            ],\n                            [\n                                -3.542505151232575,\n                                50.54261072155469\n                            ],\n                            [\n                                -3.538206398860232,\n                                50.54302338174674\n                            ],\n                            [\n                                -3.535875825948935,\n                                50.543522045007975\n                            ],\n                            [\n                                -3.5332104150049846,\n                                50.544444234901924\n                            ],\n                            [\n                                -3.5325343920665193,\n                                50.5443787781052\n                            ],\n                            [\n                                -3.5300567716668523,\n                                50.5436498316034\n                            ],\n                            [\n                                -3.5294970411670374,\n                                50.54234108782562\n                            ],\n                            [\n                                -3.528539906342491,\n                                50.54100132523021\n                            ],\n                            [\n                                -3.52647056995479,\n                                50.54008406591396\n                            ],\n                            [\n                                -3.527377207540385,\n                                50.54007217317499\n                            ],\n                            [\n                                -3.5276880649171467,\n                                50.53964543242927\n                            ],\n                            [\n                                -3.52769081366014,\n                                50.53929465637915\n                            ],\n                            [\n                                -3.528075605659717,\n                                50.53908209720128\n                            ],\n                            [\n                                -3.5280611162560103,\n                                50.53834610118298\n                            ],\n                            [\n                                -3.5265990521338617,\n                                50.53869740833112\n                            ],\n                            [\n                                -3.5285411241344846,\n                                50.53591087924194\n                            ],\n                            [\n                                -3.5291109984828273,\n                                50.53477025852156\n                            ],\n                            [\n                                -3.529414302707391,\n                                50.53455040101214\n                            ],\n                            [\n                                -3.5293653344062412,\n                                50.533471860675036\n                            ],\n                            [\n                                -3.5298955228465,\n                                50.53328497687808\n                            ],\n                            [\n                                -3.5287159699991215,\n                                50.531717614368766\n                            ],\n                            [\n                                -3.5289363331403205,\n                                50.53155279067506\n                            ],\n                            [\n                                -3.528442254006065,\n                                50.52979659253891\n                            ],\n                            [\n                                -3.527139127820049,\n                                50.530515178074424\n                            ],\n                            [\n                                -3.525377674651811,\n                                50.52971083036911\n                            ],\n                            [\n                                -3.5214303651736416,\n                                50.52981652655093\n                            ],\n                            [\n                                -3.5173992832142544,\n                                50.528628034894936\n                            ],\n                            [\n                                -3.515168357974618,\n                                50.52857608311791\n                            ],\n                            [\n                                -3.513028878845747,\n                                50.52873887144294\n                            ],\n                            [\n                                -3.5114432473055874,\n                                50.52857057145269\n                            ],\n                            [\n                                -3.5089746807497164,\n                                50.5285846225039\n                            ],\n                            [\n                                -3.5091853645883897,\n                                50.52767353190691\n                            ],\n                            [\n                                -3.509239621336332,\n                                50.5262788615312\n                            ],\n                            [\n                                -3.510084023729481,\n                                50.52400154770209\n                            ],\n                            [\n                                -3.5111058468528142,\n                                50.522423404115514\n                            ],\n                            [\n                                -3.511507849033199,\n                                50.521320922970816\n                            ],\n                            [\n                                -3.5119675060151607,\n                                50.520694386827294\n                            ],\n                            [\n                                -3.514171015122991,\n                                50.52166401925448\n                            ],\n                            [\n                                -3.516646013807231,\n                                50.524060078662764\n                            ],\n                            [\n                                -3.5177042595223513,\n                                50.524505010741294\n                            ],\n                            [\n                                -3.5205011413169993,\n                                50.52505300860008\n                            ],\n                            [\n                                -3.526533157957877,\n                                50.52515324963026\n                            ],\n                            [\n                                -3.526034472355747,\n                                50.52379018315487\n                            ],\n                            [\n                                -3.5254686256258565,\n                                50.52301601325481\n                            ],\n                            [\n                                -3.5242945526883847,\n                                50.52234583228261\n                            ],\n                            [\n                                -3.5226922382574597,\n                                50.52203692117391\n                            ],\n                            [\n                                -3.5198165004204087,\n                                50.520702662804794\n                            ],\n                            [\n                                -3.521668968690519,\n                                50.51744349173148\n                            ],\n                            [\n                                -3.5212329737791905,\n                                50.51606961036292\n                            ],\n                            [\n                                -3.5216264626911986,\n                                50.515532378603815\n                            ],\n                            [\n                                -3.5218263453425775,\n                                50.51471742777477\n                            ],\n                            [\n                                -3.520704856272964,\n                                50.513037639647656\n                            ],\n                            [\n                                -3.5203257382547957,\n                                50.51270794104211\n                            ],\n                            [\n                                -3.5218027391119926,\n                                50.51265285179798\n                            ],\n                            [\n                                -3.522289783177731,\n                                50.512899310259115\n                            ],\n                            [\n                                -3.522719129210086,\n                                50.51251939803467\n                            ],\n                            [\n                                -3.5211203709120342,\n                                50.50964789143236\n                            ],\n                            [\n                                -3.521836265392928,\n                                50.50924778724793\n                            ],\n                            [\n                                -3.5222879232638795,\n                                50.50955188975034\n                            ],\n                            [\n                                -3.5238236191467287,\n                                50.51002233927777\n                            ],\n                            [\n                                -3.5254670829223005,\n                                50.51009062810292\n                            ],\n                            [\n                                -3.5315679829746074,\n                                50.512166015735126\n                            ],\n                            [\n                                -3.5319076258621975,\n                                50.51039003875617\n                            ],\n                            [\n                                -3.5308635186485406,\n                                50.50852177493651\n                            ],\n                            [\n                                -3.5306517363459555,\n                                50.507833869229245\n                            ],\n                            [\n                                -3.528843672620603,\n                                50.50735116935933\n                            ],\n                            [\n                                -3.528101110217978,\n                                50.50667059039093\n                            ],\n                            [\n                                -3.528007289500874,\n                                50.50593249344583\n                            ],\n                            [\n                                -3.528261934708431,\n                                50.50470115278976\n                            ],\n                            [\n                                -3.5312260543611513,\n                                50.50391323737775\n                            ],\n                            [\n                                -3.533409003177944,\n                                50.50381148415548\n                            ],\n                            [\n                                -3.534399684833036,\n                                50.5054592509113\n                            ],\n                            [\n                                -3.53917940052249,\n                                50.50722950054805\n                            ],\n                            [\n                                -3.540841136178526,\n                                50.50570052178484\n                            ],\n                            [\n                                -3.5417946584007676,\n                                50.506569825725364\n                            ],\n                            [\n                                -3.5422660699904553,\n                                50.506752481423106\n                            ],\n                            [\n                                -3.5425321067062536,\n                                50.50669500277553\n                            ],\n                            [\n                                -3.541388518223687,\n                                50.50448873902739\n                            ],\n                            [\n                                -3.5416482260113527,\n                                50.50337004434173\n                            ],\n                            [\n                                -3.5416283330212446,\n                                50.50189541588286\n                            ],\n                            [\n                                -3.541874722014302,\n                                50.5012355357478\n                            ],\n                            [\n                                -3.5419715779064456,\n                                50.499333187617324\n                            ],\n                            [\n                                -3.542535540736126,\n                                50.4993755202233\n                            ],\n                            [\n                                -3.5446794263587647,\n                                50.500528333484134\n                            ],\n                            [\n                                -3.5448164926828922,\n                                50.49928790174225\n                            ],\n                            [\n                                -3.5453896005162644,\n                                50.498161088287006\n                            ],\n                            [\n                                -3.5461324095830498,\n                                50.497795711930834\n                            ],\n                            [\n                                -3.5447009422650058,\n                                50.497096966885074\n                            ],\n                            [\n                                -3.5510050829008177,\n                                50.494989579979844\n                            ],\n                            [\n                                -3.552200331031374,\n                                50.4948927271159\n                            ],\n                            [\n                                -3.5536008241141888,\n                                50.49503587849821\n                            ],\n                            [\n                                -3.5542471309388644,\n                                50.494900023818644\n                            ],\n                            [\n                                -3.5541819210814256,\n                                50.49378446805487\n                            ],\n                            [\n                                -3.5559145894023865,\n                                50.49363292037396\n                            ],\n                            [\n                                -3.5557584815427865,\n                                50.49403655612661\n                            ],\n                            [\n                                -3.556097619290555,\n                                50.494642780404966\n                            ],\n                            [\n                                -3.557935296971725,\n                                50.49497550068085\n                            ],\n                            [\n                                -3.558185212552162,\n                                50.4964516370971\n                            ],\n                            [\n                                -3.558156631564331,\n                                50.49761780357367\n                            ],\n                            [\n                                -3.5600316234503047,\n                                50.49775586357874\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.631052488742328,\n                        50.52882598866017\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ13\",\n            \"area_name\": \"Ashburton TQ13\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.6378117400951875,\n                                50.62363072886601\n                            ],\n                            [\n                                -3.6364590955291556,\n                                50.62577915858449\n                            ],\n                            [\n                                -3.636989961096727,\n                                50.62966199298482\n                            ],\n                            [\n                                -3.6371561647648756,\n                                50.6344455416789\n                            ],\n                            [\n                                -3.63397696255642,\n                                50.63667318798333\n                            ],\n                            [\n                                -3.6266025348635464,\n                                50.63722423375764\n                            ],\n                            [\n                                -3.6173977136920192,\n                                50.63830401254677\n                            ],\n                            [\n                                -3.611277473706533,\n                                50.63950828898478\n                            ],\n                            [\n                                -3.605145589450894,\n                                50.64037660396903\n                            ],\n                            [\n                                -3.6010693250259322,\n                                50.64216794075975\n                            ],\n                            [\n                                -3.5946379226322973,\n                                50.644607098869855\n                            ],\n                            [\n                                -3.5848689289130298,\n                                50.644684408237254\n                            ],\n                            [\n                                -3.5750700154653394,\n                                50.641234987656766\n                            ],\n                            [\n                                -3.5715884290866797,\n                                50.637139824308406\n                            ],\n                            [\n                                -3.5653320099134245,\n                                50.63162661233009\n                            ],\n                            [\n                                -3.5575364429620135,\n                                50.62742106312956\n                            ],\n                            [\n                                -3.5525842905388405,\n                                50.62401679244933\n                            ],\n                            [\n                                -3.5504803481345246,\n                                50.62158194172632\n                            ],\n                            [\n                                -3.5499757856733,\n                                50.616942704756546\n                            ],\n                            [\n                                -3.550266542839383,\n                                50.61240490131952\n                            ],\n                            [\n                                -3.548404682182642,\n                                50.60660833507281\n                            ],\n                            [\n                                -3.547941040101349,\n                                50.60320001403379\n                            ],\n                            [\n                                -3.546173271698238,\n                                50.59757001015643\n                            ],\n                            [\n                                -3.537368914118249,\n                                50.5918651440609\n                            ],\n                            [\n                                -3.531214118662141,\n                                50.58646069349253\n                            ],\n                            [\n                                -3.529096674646216,\n                                50.58352187823173\n                            ],\n                            [\n                                -3.5243221065958275,\n                                50.58268880001227\n                            ],\n                            [\n                                -3.522545519003784,\n                                50.58287208332041\n                            ],\n                            [\n                                -3.523642816411056,\n                                50.58182413425821\n                            ],\n                            [\n                                -3.524616061953272,\n                                50.581343777844076\n                            ],\n                            [\n                                -3.524848410861906,\n                                50.58066623169713\n                            ],\n                            [\n                                -3.527199972167102,\n                                50.57800232968233\n                            ],\n                            [\n                                -3.532322334526317,\n                                50.57646816156215\n                            ],\n                            [\n                                -3.5344301525258395,\n                                50.57612670879021\n                            ],\n                            [\n                                -3.5370280642599883,\n                                50.574729771937314\n                            ],\n                            [\n                                -3.5445024673443726,\n                                50.575384843148505\n                            ],\n                            [\n                                -3.5514130021114276,\n                                50.57560783181416\n                            ],\n                            [\n                                -3.5539051404075415,\n                                50.5724282103658\n                            ],\n                            [\n                                -3.555232866037649,\n                                50.5730064933509\n                            ],\n                            [\n                                -3.5575561632594543,\n                                50.5732272735243\n                            ],\n                            [\n                                -3.557951573776845,\n                                50.57365373604612\n                            ],\n                            [\n                                -3.5601718817733228,\n                                50.575026952294934\n                            ],\n                            [\n                                -3.5615317054060607,\n                                50.5755753338544\n                            ],\n                            [\n                                -3.561964838106651,\n                                50.57626002999915\n                            ],\n                            [\n                                -3.565735660179849,\n                                50.57287705897783\n                            ],\n                            [\n                                -3.5675363159805125,\n                                50.56837038137526\n                            ],\n                            [\n                                -3.5695402304243973,\n                                50.56890037276798\n                            ],\n                            [\n                                -3.580891201879585,\n                                50.57013051126343\n                            ],\n                            [\n                                -3.5824263525798665,\n                                50.57537918108977\n                            ],\n                            [\n                                -3.58744563414079,\n                                50.57484701273176\n                            ],\n                            [\n                                -3.5912706755863226,\n                                50.575327604195444\n                            ],\n                            [\n                                -3.59144555480053,\n                                50.575592961373836\n                            ],\n                            [\n                                -3.5913885375695735,\n                                50.57599852299566\n                            ],\n                            [\n                                -3.590749468103066,\n                                50.57631303713943\n                            ],\n                            [\n                                -3.5891221693380313,\n                                50.576640949768304\n                            ],\n                            [\n                                -3.5883068953355064,\n                                50.5771737365304\n                            ],\n                            [\n                                -3.5860990005074904,\n                                50.577878333062245\n                            ],\n                            [\n                                -3.5855769979347767,\n                                50.5783171873969\n                            ],\n                            [\n                                -3.5847414152441917,\n                                50.57867030926302\n                            ],\n                            [\n                                -3.5829324523716117,\n                                50.5786409729614\n                            ],\n                            [\n                                -3.5798290023841153,\n                                50.57960047416548\n                            ],\n                            [\n                                -3.5780650915841,\n                                50.5796513657397\n                            ],\n                            [\n                                -3.576100001263337,\n                                50.57917430781281\n                            ],\n                            [\n                                -3.575599881410204,\n                                50.57942392022206\n                            ],\n                            [\n                                -3.5742517640095226,\n                                50.57881260704271\n                            ],\n                            [\n                                -3.5720796582775516,\n                                50.57932756099084\n                            ],\n                            [\n                                -3.5685206155510585,\n                                50.579762354034806\n                            ],\n                            [\n                                -3.5689143990918235,\n                                50.58013475928582\n                            ],\n                            [\n                                -3.570577253051568,\n                                50.58086776260764\n                            ],\n                            [\n                                -3.572585787514073,\n                                50.58222571175451\n                            ],\n                            [\n                                -3.5736289740803757,\n                                50.58385740845006\n                            ],\n                            [\n                                -3.5743350373059632,\n                                50.587238444799624\n                            ],\n                            [\n                                -3.5757819793800363,\n                                50.58614858800884\n                            ],\n                            [\n                                -3.5789292465247,\n                                50.58437025460894\n                            ],\n                            [\n                                -3.5799112963537882,\n                                50.58416803339581\n                            ],\n                            [\n                                -3.584930846732797,\n                                50.58389292940905\n                            ],\n                            [\n                                -3.586237251796316,\n                                50.58325458483688\n                            ],\n                            [\n                                -3.587025881581731,\n                                50.58192180480111\n                            ],\n                            [\n                                -3.587782991061411,\n                                50.581335877686456\n                            ],\n                            [\n                                -3.5904500647909674,\n                                50.580840851283355\n                            ],\n                            [\n                                -3.593386254480489,\n                                50.579532615746466\n                            ],\n                            [\n                                -3.5935633289461606,\n                                50.57975505835387\n                            ],\n                            [\n                                -3.5943572685018155,\n                                50.5781703163373\n                            ],\n                            [\n                                -3.59522714685421,\n                                50.575773991727026\n                            ],\n                            [\n                                -3.597626908360742,\n                                50.576028351483785\n                            ],\n                            [\n                                -3.5983792161196497,\n                                50.57686866487474\n                            ],\n                            [\n                                -3.602428382274948,\n                                50.57758712926621\n                            ],\n                            [\n                                -3.608850086439569,\n                                50.57939135992116\n                            ],\n                            [\n                                -3.6105567970913204,\n                                50.57915333084573\n                            ],\n                            [\n                                -3.614359401346097,\n                                50.58150422998071\n                            ],\n                            [\n                                -3.6144521491305035,\n                                50.58183921376052\n                            ],\n                            [\n                                -3.619294184778908,\n                                50.579220146027495\n                            ],\n                            [\n                                -3.620446932498652,\n                                50.57843438372846\n                            ],\n                            [\n                                -3.6204556076007943,\n                                50.57701117203863\n                            ],\n                            [\n                                -3.617698428428123,\n                                50.575778899082735\n                            ],\n                            [\n                                -3.619045567483228,\n                                50.57401825098383\n                            ],\n                            [\n                                -3.621005993781006,\n                                50.57395303823038\n                            ],\n                            [\n                                -3.6211644555941875,\n                                50.57445450897538\n                            ],\n                            [\n                                -3.622385289493016,\n                                50.57628119872325\n                            ],\n                            [\n                                -3.622552293482685,\n                                50.57691876535241\n                            ],\n                            [\n                                -3.6232840527052574,\n                                50.57695216643985\n                            ],\n                            [\n                                -3.623726446699901,\n                                50.57686697110972\n                            ],\n                            [\n                                -3.625378412587541,\n                                50.57568641931303\n                            ],\n                            [\n                                -3.626126295139455,\n                                50.575410557520236\n                            ],\n                            [\n                                -3.6267094549870618,\n                                50.57552837563662\n                            ],\n                            [\n                                -3.627464360282836,\n                                50.57653408412621\n                            ],\n                            [\n                                -3.6282457570157844,\n                                50.576811403902006\n                            ],\n                            [\n                                -3.6296341563354493,\n                                50.574154733268294\n                            ],\n                            [\n                                -3.635008449344312,\n                                50.57415833235712\n                            ],\n                            [\n                                -3.6364732548665315,\n                                50.573564932320735\n                            ],\n                            [\n                                -3.6368138316168848,\n                                50.57388364479071\n                            ],\n                            [\n                                -3.6376045896393236,\n                                50.57391666587208\n                            ],\n                            [\n                                -3.639964107566772,\n                                50.5748018008999\n                            ],\n                            [\n                                -3.6402255013803564,\n                                50.57483111629942\n                            ],\n                            [\n                                -3.6406810399477187,\n                                50.57458994679492\n                            ],\n                            [\n                                -3.6415565921953688,\n                                50.57467003285211\n                            ],\n                            [\n                                -3.641994407958205,\n                                50.574548947870156\n                            ],\n                            [\n                                -3.642618033637595,\n                                50.575015508433964\n                            ],\n                            [\n                                -3.640135937044465,\n                                50.57701279653197\n                            ],\n                            [\n                                -3.638073978455808,\n                                50.57946112973105\n                            ],\n                            [\n                                -3.6387893950891326,\n                                50.579706228886835\n                            ],\n                            [\n                                -3.638632501855853,\n                                50.58082610732828\n                            ],\n                            [\n                                -3.639822207067392,\n                                50.58201128026893\n                            ],\n                            [\n                                -3.6406624338989144,\n                                50.58265236996275\n                            ],\n                            [\n                                -3.642303683103345,\n                                50.583553243164566\n                            ],\n                            [\n                                -3.6427696128395497,\n                                50.584916988551406\n                            ],\n                            [\n                                -3.643868609380845,\n                                50.58605268516016\n                            ],\n                            [\n                                -3.643537649995361,\n                                50.586282223941176\n                            ],\n                            [\n                                -3.6440780664395414,\n                                50.586347964433294\n                            ],\n                            [\n                                -3.6455839208864287,\n                                50.585628267943314\n                            ],\n                            [\n                                -3.64562047457643,\n                                50.58505646013166\n                            ],\n                            [\n                                -3.645369144278899,\n                                50.584823192540426\n                            ],\n                            [\n                                -3.6468066435105926,\n                                50.58000660096519\n                            ],\n                            [\n                                -3.6470408967022925,\n                                50.57772523397716\n                            ],\n                            [\n                                -3.6487663265797132,\n                                50.577829655769484\n                            ],\n                            [\n                                -3.650265168209474,\n                                50.57834491719625\n                            ],\n                            [\n                                -3.65151968998055,\n                                50.578343398781456\n                            ],\n                            [\n                                -3.652645487188267,\n                                50.57878660244071\n                            ],\n                            [\n                                -3.652664231128843,\n                                50.57925180073295\n                            ],\n                            [\n                                -3.653480525684203,\n                                50.57910687199493\n                            ],\n                            [\n                                -3.6537422940355797,\n                                50.57919594138171\n                            ],\n                            [\n                                -3.65382383523812,\n                                50.579459213363336\n                            ],\n                            [\n                                -3.6531893372011335,\n                                50.57968086002864\n                            ],\n                            [\n                                -3.6535937865658354,\n                                50.579966428760905\n                            ],\n                            [\n                                -3.6545264559474555,\n                                50.579918382930074\n                            ],\n                            [\n                                -3.6549259422620546,\n                                50.58032800352069\n                            ],\n                            [\n                                -3.6557712799925572,\n                                50.58047233922558\n                            ],\n                            [\n                                -3.656757571053989,\n                                50.58033603213592\n                            ],\n                            [\n                                -3.6572217119522623,\n                                50.58072862636149\n                            ],\n                            [\n                                -3.6570523780717106,\n                                50.581305926066335\n                            ],\n                            [\n                                -3.657217536827964,\n                                50.581448957205986\n                            ],\n                            [\n                                -3.658159176357022,\n                                50.58123774549532\n                            ],\n                            [\n                                -3.6586529852339713,\n                                50.58179148179348\n                            ],\n                            [\n                                -3.6597331426783803,\n                                50.58164428817573\n                            ],\n                            [\n                                -3.662846921794576,\n                                50.58194547643886\n                            ],\n                            [\n                                -3.6642034318444736,\n                                50.58223736482133\n                            ],\n                            [\n                                -3.6660234058085797,\n                                50.58164247337679\n                            ],\n                            [\n                                -3.667196773222411,\n                                50.581480736948386\n                            ],\n                            [\n                                -3.6675047545775366,\n                                50.58060212864947\n                            ],\n                            [\n                                -3.6651546483053368,\n                                50.57996727517038\n                            ],\n                            [\n                                -3.6613667511693575,\n                                50.57789122903808\n                            ],\n                            [\n                                -3.6619016458188156,\n                                50.5775280955224\n                            ],\n                            [\n                                -3.6681007361323186,\n                                50.57732426526381\n                            ],\n                            [\n                                -3.6704211494398575,\n                                50.57564483055389\n                            ],\n                            [\n                                -3.6709831903677905,\n                                50.57469899048467\n                            ],\n                            [\n                                -3.6725786990075258,\n                                50.574908143589\n                            ],\n                            [\n                                -3.673325558592717,\n                                50.573924849263804\n                            ],\n                            [\n                                -3.678677913841148,\n                                50.57401530768159\n                            ],\n                            [\n                                -3.6791401043372067,\n                                50.575420689363\n                            ],\n                            [\n                                -3.680349135746239,\n                                50.57519671646514\n                            ],\n                            [\n                                -3.680832667348337,\n                                50.57565898015758\n                            ],\n                            [\n                                -3.682615586748718,\n                                50.57571352258967\n                            ],\n                            [\n                                -3.683231846819411,\n                                50.57596212084658\n                            ],\n                            [\n                                -3.684988443270715,\n                                50.57609747367911\n                            ],\n                            [\n                                -3.6847692160744647,\n                                50.575919379278794\n                            ],\n                            [\n                                -3.68507690536278,\n                                50.57547004689356\n                            ],\n                            [\n                                -3.6861630321104397,\n                                50.575480044133116\n                            ],\n                            [\n                                -3.6865184224049377,\n                                50.57520569888886\n                            ],\n                            [\n                                -3.6872547700307363,\n                                50.57518109909614\n                            ],\n                            [\n                                -3.6875999608524457,\n                                50.57491166493792\n                            ],\n                            [\n                                -3.6886458515969083,\n                                50.57457533711559\n                            ],\n                            [\n                                -3.687163501415653,\n                                50.57213183884344\n                            ],\n                            [\n                                -3.6869684240556233,\n                                50.57101940778321\n                            ],\n                            [\n                                -3.687017117542883,\n                                50.57040713379631\n                            ],\n                            [\n                                -3.6867076182884295,\n                                50.56964719347521\n                            ],\n                            [\n                                -3.6886504844031607,\n                                50.56908837705018\n                            ],\n                            [\n                                -3.690913322153687,\n                                50.5691814092879\n                            ],\n                            [\n                                -3.692837199724839,\n                                50.56848792945074\n                            ],\n                            [\n                                -3.693228957276642,\n                                50.56877903231322\n                            ],\n                            [\n                                -3.69353331617164,\n                                50.568603770791924\n                            ],\n                            [\n                                -3.696624917643364,\n                                50.56882381943901\n                            ],\n                            [\n                                -3.698301072061161,\n                                50.57015110180273\n                            ],\n                            [\n                                -3.698348457334968,\n                                50.57059771044823\n                            ],\n                            [\n                                -3.69861428460829,\n                                50.57100229759423\n                            ],\n                            [\n                                -3.703069092213178,\n                                50.57016956312151\n                            ],\n                            [\n                                -3.7034949686075724,\n                                50.57034890791847\n                            ],\n                            [\n                                -3.7037617236775224,\n                                50.571000723871286\n                            ],\n                            [\n                                -3.7040443751987047,\n                                50.57112507074276\n                            ],\n                            [\n                                -3.704798925171584,\n                                50.57213504851235\n                            ],\n                            [\n                                -3.7051943561398564,\n                                50.572264126656385\n                            ],\n                            [\n                                -3.7060880681835786,\n                                50.57303514665288\n                            ],\n                            [\n                                -3.7065428470923703,\n                                50.57301437046242\n                            ],\n                            [\n                                -3.7059327518477763,\n                                50.57214605113982\n                            ],\n                            [\n                                -3.7061150072531657,\n                                50.57132501058068\n                            ],\n                            [\n                                -3.7066991501562585,\n                                50.571469296386205\n                            ],\n                            [\n                                -3.708127479818711,\n                                50.57113357094077\n                            ],\n                            [\n                                -3.710102005044588,\n                                50.570971784326325\n                            ],\n                            [\n                                -3.710356972337941,\n                                50.569318446073304\n                            ],\n                            [\n                                -3.7110763813323038,\n                                50.56937521077046\n                            ],\n                            [\n                                -3.7111891482131782,\n                                50.56952461117126\n                            ],\n                            [\n                                -3.711954605998443,\n                                50.56968247506886\n                            ],\n                            [\n                                -3.714048989715195,\n                                50.56976800147693\n                            ],\n                            [\n                                -3.7145789839496026,\n                                50.56961679318969\n                            ],\n                            [\n                                -3.7165972359365527,\n                                50.568353829956294\n                            ],\n                            [\n                                -3.719099414270468,\n                                50.56783742010832\n                            ],\n                            [\n                                -3.7208492658838956,\n                                50.56780617218638\n                            ],\n                            [\n                                -3.7237025490619677,\n                                50.56747552565932\n                            ],\n                            [\n                                -3.7249548962116314,\n                                50.56700157239758\n                            ],\n                            [\n                                -3.726356554236403,\n                                50.566061190953086\n                            ],\n                            [\n                                -3.7274211021185457,\n                                50.5659164666065\n                            ],\n                            [\n                                -3.728234568053181,\n                                50.56603422669015\n                            ],\n                            [\n                                -3.7277612607125024,\n                                50.565447658896964\n                            ],\n                            [\n                                -3.7271862054953715,\n                                50.56555508645701\n                            ],\n                            [\n                                -3.72543291699345,\n                                50.56394425006759\n                            ],\n                            [\n                                -3.7282659260880537,\n                                50.56419003503078\n                            ],\n                            [\n                                -3.728487966359397,\n                                50.56292762046122\n                            ],\n                            [\n                                -3.7283164971979406,\n                                50.56171600738301\n                            ],\n                            [\n                                -3.7285025177642073,\n                                50.5598515397116\n                            ],\n                            [\n                                -3.728090450580861,\n                                50.55746538507617\n                            ],\n                            [\n                                -3.7276489984925756,\n                                50.55697724739637\n                            ],\n                            [\n                                -3.727727215477547,\n                                50.55664611636105\n                            ],\n                            [\n                                -3.7324927421840517,\n                                50.5598579513803\n                            ],\n                            [\n                                -3.733377233972613,\n                                50.561146165734954\n                            ],\n                            [\n                                -3.73397146735077,\n                                50.56313262439389\n                            ],\n                            [\n                                -3.7344889169262587,\n                                50.56357555478667\n                            ],\n                            [\n                                -3.7355740182170685,\n                                50.56375179435699\n                            ],\n                            [\n                                -3.735398909491708,\n                                50.56339961202098\n                            ],\n                            [\n                                -3.7370368182828275,\n                                50.562801368093204\n                            ],\n                            [\n                                -3.7392909336101283,\n                                50.560690399124184\n                            ],\n                            [\n                                -3.7396180795758727,\n                                50.5614937311194\n                            ],\n                            [\n                                -3.740028435130797,\n                                50.56190128226127\n                            ],\n                            [\n                                -3.7409385639019797,\n                                50.56246328205805\n                            ],\n                            [\n                                -3.7422101902369724,\n                                50.56286702627669\n                            ],\n                            [\n                                -3.742789778211949,\n                                50.562120803535\n                            ],\n                            [\n                                -3.743903150017769,\n                                50.56168146194492\n                            ],\n                            [\n                                -3.7449682964100233,\n                                50.56070317329627\n                            ],\n                            [\n                                -3.745979511308632,\n                                50.56017534252387\n                            ],\n                            [\n                                -3.7459676660336605,\n                                50.559474027847095\n                            ],\n                            [\n                                -3.7465740065278186,\n                                50.557926996602056\n                            ],\n                            [\n                                -3.747954292198217,\n                                50.556692117410435\n                            ],\n                            [\n                                -3.7489076317156713,\n                                50.556129154371035\n                            ],\n                            [\n                                -3.7488540818294993,\n                                50.555446453345134\n                            ],\n                            [\n                                -3.74910924473373,\n                                50.55509187319041\n                            ],\n                            [\n                                -3.7498571392606634,\n                                50.55470291461999\n                            ],\n                            [\n                                -3.750332335779647,\n                                50.554192085517386\n                            ],\n                            [\n                                -3.7514676023499223,\n                                50.55359049828405\n                            ],\n                            [\n                                -3.7521428091852784,\n                                50.5527618712546\n                            ],\n                            [\n                                -3.751647736575965,\n                                50.55235563693066\n                            ],\n                            [\n                                -3.7514184867362537,\n                                50.55188237325566\n                            ],\n                            [\n                                -3.7513556519178057,\n                                50.55057025069908\n                            ],\n                            [\n                                -3.751532179128959,\n                                50.550271062072795\n                            ],\n                            [\n                                -3.750399082673716,\n                                50.549958494336714\n                            ],\n                            [\n                                -3.749455710183338,\n                                50.55010134042031\n                            ],\n                            [\n                                -3.7487312506668444,\n                                50.54994228927965\n                            ],\n                            [\n                                -3.747270894148969,\n                                50.5500730157786\n                            ],\n                            [\n                                -3.745857864594045,\n                                50.549651761058854\n                            ],\n                            [\n                                -3.744878876519016,\n                                50.54957113317533\n                            ],\n                            [\n                                -3.74858339222667,\n                                50.546701394509746\n                            ],\n                            [\n                                -3.7521524290781594,\n                                50.54787358318381\n                            ],\n                            [\n                                -3.752599841026062,\n                                50.547196831706366\n                            ],\n                            [\n                                -3.7534511856127977,\n                                50.54655444828243\n                            ],\n                            [\n                                -3.7542061746671607,\n                                50.544078767488074\n                            ],\n                            [\n                                -3.7556308093005013,\n                                50.54298877713306\n                            ],\n                            [\n                                -3.753606840494215,\n                                50.54218077179503\n                            ],\n                            [\n                                -3.751252658858726,\n                                50.543005011536415\n                            ],\n                            [\n                                -3.750964488682717,\n                                50.54336826929268\n                            ],\n                            [\n                                -3.745905946747911,\n                                50.5417573315791\n                            ],\n                            [\n                                -3.7446429385967375,\n                                50.54156937672141\n                            ],\n                            [\n                                -3.7440831924329756,\n                                50.53902355866344\n                            ],\n                            [\n                                -3.7436802312490753,\n                                50.53842700564792\n                            ],\n                            [\n                                -3.742599043365537,\n                                50.53757815146323\n                            ],\n                            [\n                                -3.740753123418351,\n                                50.53853438598949\n                            ],\n                            [\n                                -3.7397700289568614,\n                                50.53827890313715\n                            ],\n                            [\n                                -3.7349109513002894,\n                                50.537715122241416\n                            ],\n                            [\n                                -3.733237933139608,\n                                50.53699656110131\n                            ],\n                            [\n                                -3.7295502525412525,\n                                50.537732682001895\n                            ],\n                            [\n                                -3.7279478456036492,\n                                50.53985105921685\n                            ],\n                            [\n                                -3.7234831817656637,\n                                50.5394109587483\n                            ],\n                            [\n                                -3.723172853815494,\n                                50.5387503859621\n                            ],\n                            [\n                                -3.7192860280936917,\n                                50.537349771906186\n                            ],\n                            [\n                                -3.719218762184376,\n                                50.536834219585955\n                            ],\n                            [\n                                -3.7173676960109594,\n                                50.535396440242614\n                            ],\n                            [\n                                -3.716670398077209,\n                                50.535508238726294\n                            ],\n                            [\n                                -3.7161426295017312,\n                                50.534918199162945\n                            ],\n                            [\n                                -3.7175566805895794,\n                                50.53411619105468\n                            ],\n                            [\n                                -3.717885536290177,\n                                50.53314433165512\n                            ],\n                            [\n                                -3.7168753085077895,\n                                50.532817034928755\n                            ],\n                            [\n                                -3.7145154103787235,\n                                50.53150557611511\n                            ],\n                            [\n                                -3.713897374256482,\n                                50.530342678012005\n                            ],\n                            [\n                                -3.7129807981651894,\n                                50.52913975964182\n                            ],\n                            [\n                                -3.7134412508933483,\n                                50.528924750036836\n                            ],\n                            [\n                                -3.717309714563853,\n                                50.52568872712805\n                            ],\n                            [\n                                -3.712861225241975,\n                                50.52336856396845\n                            ],\n                            [\n                                -3.7080120279870488,\n                                50.52323248726389\n                            ],\n                            [\n                                -3.707743124509718,\n                                50.52159699128655\n                            ],\n                            [\n                                -3.7087315365099065,\n                                50.51871690600819\n                            ],\n                            [\n                                -3.7079641667814154,\n                                50.51764508912966\n                            ],\n                            [\n                                -3.702607837648042,\n                                50.515907898025866\n                            ],\n                            [\n                                -3.6993549605427365,\n                                50.5154608392978\n                            ],\n                            [\n                                -3.699265881212173,\n                                50.513362703315416\n                            ],\n                            [\n                                -3.7004417278566057,\n                                50.51167901406966\n                            ],\n                            [\n                                -3.69710733836826,\n                                50.51046136717504\n                            ],\n                            [\n                                -3.6959505858520356,\n                                50.50927305014259\n                            ],\n                            [\n                                -3.69799527350026,\n                                50.50690481416193\n                            ],\n                            [\n                                -3.6982129938325436,\n                                50.50629005292623\n                            ],\n                            [\n                                -3.698216279290481,\n                                50.50559750382015\n                            ],\n                            [\n                                -3.699598933040461,\n                                50.50443517426957\n                            ],\n                            [\n                                -3.700135238858987,\n                                50.50366281676203\n                            ],\n                            [\n                                -3.7004320101753487,\n                                50.50289404694387\n                            ],\n                            [\n                                -3.7016500232519056,\n                                50.50147317049057\n                            ],\n                            [\n                                -3.7009388578008275,\n                                50.50090794873206\n                            ],\n                            [\n                                -3.698049432924968,\n                                50.499413733623925\n                            ],\n                            [\n                                -3.6984705488343073,\n                                50.49910000110242\n                            ],\n                            [\n                                -3.700411085437887,\n                                50.496190615214985\n                            ],\n                            [\n                                -3.701212800981811,\n                                50.49611056245783\n                            ],\n                            [\n                                -3.702833801407962,\n                                50.496397227712805\n                            ],\n                            [\n                                -3.70313192556768,\n                                50.494058656372175\n                            ],\n                            [\n                                -3.704108428832753,\n                                50.49454346042164\n                            ],\n                            [\n                                -3.708679135891052,\n                                50.49206949063903\n                            ],\n                            [\n                                -3.7095625604017224,\n                                50.49131519304197\n                            ],\n                            [\n                                -3.7138184963601573,\n                                50.49009711876214\n                            ],\n                            [\n                                -3.7150960589000044,\n                                50.49080244807737\n                            ],\n                            [\n                                -3.7160933795299824,\n                                50.49053239191991\n                            ],\n                            [\n                                -3.7159649992209154,\n                                50.49024558447303\n                            ],\n                            [\n                                -3.7155481501161995,\n                                50.49002694918832\n                            ],\n                            [\n                                -3.715379165070401,\n                                50.48964263544774\n                            ],\n                            [\n                                -3.7153168674722603,\n                                50.48869920544436\n                            ],\n                            [\n                                -3.714043827688822,\n                                50.48741388304461\n                            ],\n                            [\n                                -3.713927634850235,\n                                50.486929974610106\n                            ],\n                            [\n                                -3.7132463308105668,\n                                50.48615039786922\n                            ],\n                            [\n                                -3.713826799838991,\n                                50.48437480194693\n                            ],\n                            [\n                                -3.7135935928430945,\n                                50.48402614743048\n                            ],\n                            [\n                                -3.7131648176430043,\n                                50.48387736329981\n                            ],\n                            [\n                                -3.7131915374002986,\n                                50.48348198128351\n                            ],\n                            [\n                                -3.712000059802599,\n                                50.48298800399675\n                            ],\n                            [\n                                -3.7116463018649597,\n                                50.48269875156826\n                            ],\n                            [\n                                -3.711633296731496,\n                                50.48238406810882\n                            ],\n                            [\n                                -3.7113381513520696,\n                                50.48233086567629\n                            ],\n                            [\n                                -3.7109701080123445,\n                                50.48279492048908\n                            ],\n                            [\n                                -3.7103918810869567,\n                                50.482591231148135\n                            ],\n                            [\n                                -3.7103649448607627,\n                                50.482428074868864\n                            ],\n                            [\n                                -3.7077712445385087,\n                                50.481782931960744\n                            ],\n                            [\n                                -3.707883383644462,\n                                50.481550568074944\n                            ],\n                            [\n                                -3.708689962417396,\n                                50.48085521510569\n                            ],\n                            [\n                                -3.7130917011950695,\n                                50.480187896003144\n                            ],\n                            [\n                                -3.715265544296878,\n                                50.47949933026502\n                            ],\n                            [\n                                -3.718786410735626,\n                                50.477864460654764\n                            ],\n                            [\n                                -3.7180741283823866,\n                                50.477539700423684\n                            ],\n                            [\n                                -3.7196791381659597,\n                                50.47669616664337\n                            ],\n                            [\n                                -3.7216997918842667,\n                                50.47697594004903\n                            ],\n                            [\n                                -3.7265950374177303,\n                                50.477101298209746\n                            ],\n                            [\n                                -3.7282773621121748,\n                                50.477610580588845\n                            ],\n                            [\n                                -3.7282856343465673,\n                                50.47814642653053\n                            ],\n                            [\n                                -3.729810701971574,\n                                50.477838829402096\n                            ],\n                            [\n                                -3.730352605835462,\n                                50.478106710908555\n                            ],\n                            [\n                                -3.7314125558308926,\n                                50.479534487018974\n                            ],\n                            [\n                                -3.732050241775168,\n                                50.47874662538998\n                            ],\n                            [\n                                -3.7357425340708827,\n                                50.47961976394154\n                            ],\n                            [\n                                -3.7363291733025163,\n                                50.47889009262122\n                            ],\n                            [\n                                -3.7377305565770076,\n                                50.478284562884916\n                            ],\n                            [\n                                -3.738362828585207,\n                                50.478230157705504\n                            ],\n                            [\n                                -3.739072421687852,\n                                50.47836350880304\n                            ],\n                            [\n                                -3.740674930195458,\n                                50.479014064402456\n                            ],\n                            [\n                                -3.7420842273065396,\n                                50.47977539014049\n                            ],\n                            [\n                                -3.7431051805788704,\n                                50.479940020755336\n                            ],\n                            [\n                                -3.7438847751859377,\n                                50.480354250542554\n                            ],\n                            [\n                                -3.7421539926519913,\n                                50.481324800967386\n                            ],\n                            [\n                                -3.741590119572032,\n                                50.483863565909985\n                            ],\n                            [\n                                -3.7403149140340175,\n                                50.48466713260635\n                            ],\n                            [\n                                -3.7482915322977655,\n                                50.4884337491067\n                            ],\n                            [\n                                -3.7497608019774815,\n                                50.48943549377025\n                            ],\n                            [\n                                -3.7546821877436236,\n                                50.487509094381316\n                            ],\n                            [\n                                -3.7564213224054015,\n                                50.486633090234925\n                            ],\n                            [\n                                -3.7576930735693317,\n                                50.487699675496906\n                            ],\n                            [\n                                -3.7577134466064153,\n                                50.48817338776778\n                            ],\n                            [\n                                -3.7598515314879863,\n                                50.48842528373867\n                            ],\n                            [\n                                -3.76083555880975,\n                                50.48952827629056\n                            ],\n                            [\n                                -3.7627319131313297,\n                                50.489582459461886\n                            ],\n                            [\n                                -3.7627400241740134,\n                                50.491695914789545\n                            ],\n                            [\n                                -3.7622709385469,\n                                50.492350576045745\n                            ],\n                            [\n                                -3.7622500625019217,\n                                50.49292650643711\n                            ],\n                            [\n                                -3.7658275889070216,\n                                50.493292255488\n                            ],\n                            [\n                                -3.7656130885779775,\n                                50.494638352664346\n                            ],\n                            [\n                                -3.7658171961296314,\n                                50.49590302590657\n                            ],\n                            [\n                                -3.7677013710610927,\n                                50.4954340259436\n                            ],\n                            [\n                                -3.7696167942846155,\n                                50.4957556626947\n                            ],\n                            [\n                                -3.769409015277698,\n                                50.493969112142196\n                            ],\n                            [\n                                -3.7696227250741874,\n                                50.492763637974164\n                            ],\n                            [\n                                -3.77051595170119,\n                                50.49265141471195\n                            ],\n                            [\n                                -3.773673323088259,\n                                50.49517168256493\n                            ],\n                            [\n                                -3.774982354593966,\n                                50.4945148770419\n                            ],\n                            [\n                                -3.7757250049505244,\n                                50.49580862440536\n                            ],\n                            [\n                                -3.7759322085070353,\n                                50.497086445705946\n                            ],\n                            [\n                                -3.7761662526260165,\n                                50.497421932183386\n                            ],\n                            [\n                                -3.776956027063034,\n                                50.49804223113922\n                            ],\n                            [\n                                -3.7785070185270375,\n                                50.49870681651016\n                            ],\n                            [\n                                -3.78116791758399,\n                                50.49864615956764\n                            ],\n                            [\n                                -3.7812093033321656,\n                                50.49891786855995\n                            ],\n                            [\n                                -3.7858199407451116,\n                                50.498863749851736\n                            ],\n                            [\n                                -3.787840070284547,\n                                50.499374186198786\n                            ],\n                            [\n                                -3.789149311338985,\n                                50.49950331631901\n                            ],\n                            [\n                                -3.7907800624574555,\n                                50.500414490973434\n                            ],\n                            [\n                                -3.7911359536144023,\n                                50.50137611285722\n                            ],\n                            [\n                                -3.7921829322239295,\n                                50.501059508299704\n                            ],\n                            [\n                                -3.78948008932315,\n                                50.49884861337408\n                            ],\n                            [\n                                -3.790664351582511,\n                                50.497161703337625\n                            ],\n                            [\n                                -3.7916152677427375,\n                                50.498063269791864\n                            ],\n                            [\n                                -3.793478250510862,\n                                50.498852957566875\n                            ],\n                            [\n                                -3.7948678512051646,\n                                50.499056405070654\n                            ],\n                            [\n                                -3.797182225982331,\n                                50.499848154261905\n                            ],\n                            [\n                                -3.7994280717092392,\n                                50.49994831860215\n                            ],\n                            [\n                                -3.7996651045665097,\n                                50.50025044404752\n                            ],\n                            [\n                                -3.7998810600590325,\n                                50.501848001096306\n                            ],\n                            [\n                                -3.7994746840076146,\n                                50.50340123755581\n                            ],\n                            [\n                                -3.7996613121031246,\n                                50.503857082800764\n                            ],\n                            [\n                                -3.8029786557368013,\n                                50.50764608812401\n                            ],\n                            [\n                                -3.8038697809206603,\n                                50.50919720770022\n                            ],\n                            [\n                                -3.8046460908400164,\n                                50.509949612622144\n                            ],\n                            [\n                                -3.8047502465402134,\n                                50.509723214157425\n                            ],\n                            [\n                                -3.8051002210908313,\n                                50.50965475718169\n                            ],\n                            [\n                                -3.8061900610092083,\n                                50.50975482104776\n                            ],\n                            [\n                                -3.80808221088493,\n                                50.510552818130755\n                            ],\n                            [\n                                -3.8083452954926647,\n                                50.510422852365615\n                            ],\n                            [\n                                -3.808477729232798,\n                                50.50908972244875\n                            ],\n                            [\n                                -3.808802643410235,\n                                50.50871864084596\n                            ],\n                            [\n                                -3.807739444197078,\n                                50.508073493032065\n                            ],\n                            [\n                                -3.8075471368595775,\n                                50.50775135247523\n                            ],\n                            [\n                                -3.8072726680473274,\n                                50.50632834483193\n                            ],\n                            [\n                                -3.8073682807450244,\n                                50.50559514682052\n                            ],\n                            [\n                                -3.8072192839150283,\n                                50.504610484089234\n                            ],\n                            [\n                                -3.8070196269805914,\n                                50.50422058007592\n                            ],\n                            [\n                                -3.80644397043844,\n                                50.50369705445733\n                            ],\n                            [\n                                -3.8064719544558523,\n                                50.50350690361089\n                            ],\n                            [\n                                -3.8059732860449045,\n                                50.503041521963844\n                            ],\n                            [\n                                -3.805770848346996,\n                                50.50235575202014\n                            ],\n                            [\n                                -3.8052678266248594,\n                                50.50173578551258\n                            ],\n                            [\n                                -3.8050027892591523,\n                                50.50162750068461\n                            ],\n                            [\n                                -3.8051246878446374,\n                                50.50075678497243\n                            ],\n                            [\n                                -3.805456510474124,\n                                50.50010138990448\n                            ],\n                            [\n                                -3.805230250502296,\n                                50.49975657697612\n                            ],\n                            [\n                                -3.8055263442115863,\n                                50.49971628646654\n                            ],\n                            [\n                                -3.8100850991575608,\n                                50.50129850799145\n                            ],\n                            [\n                                -3.814507912842314,\n                                50.50154989764636\n                            ],\n                            [\n                                -3.814876453617274,\n                                50.50183115364465\n                            ],\n                            [\n                                -3.815395697682188,\n                                50.50192177985599\n                            ],\n                            [\n                                -3.816874578683475,\n                                50.5019385325401\n                            ],\n                            [\n                                -3.8185424337293763,\n                                50.50220990677711\n                            ],\n                            [\n                                -3.81878687117754,\n                                50.503155209627856\n                            ],\n                            [\n                                -3.8179875282283033,\n                                50.50396415250138\n                            ],\n                            [\n                                -3.8186662228884707,\n                                50.50482974794417\n                            ],\n                            [\n                                -3.818270728080474,\n                                50.50591514727559\n                            ],\n                            [\n                                -3.8184596733141474,\n                                50.50753108142837\n                            ],\n                            [\n                                -3.8181195504764194,\n                                50.50848758675449\n                            ],\n                            [\n                                -3.8209668675849784,\n                                50.50802982563996\n                            ],\n                            [\n                                -3.8248862322401234,\n                                50.50616333242442\n                            ],\n                            [\n                                -3.824372350410548,\n                                50.50505521452931\n                            ],\n                            [\n                                -3.8240786931753483,\n                                50.50365671986156\n                            ],\n                            [\n                                -3.823814283274381,\n                                50.50338204517703\n                            ],\n                            [\n                                -3.8238569554130026,\n                                50.50303215321615\n                            ],\n                            [\n                                -3.8285882992520097,\n                                50.50385047096699\n                            ],\n                            [\n                                -3.829271499529707,\n                                50.50417195799648\n                            ],\n                            [\n                                -3.8310222673627514,\n                                50.504433675113546\n                            ],\n                            [\n                                -3.8309331644583833,\n                                50.504772248644045\n                            ],\n                            [\n                                -3.831081770196089,\n                                50.50496781168397\n                            ],\n                            [\n                                -3.8322618529852264,\n                                50.50485024102581\n                            ],\n                            [\n                                -3.8328215688290217,\n                                50.50510766351099\n                            ],\n                            [\n                                -3.8337974171261524,\n                                50.50319422051939\n                            ],\n                            [\n                                -3.8345236742926088,\n                                50.50287365341004\n                            ],\n                            [\n                                -3.835605155491729,\n                                50.501672175666755\n                            ],\n                            [\n                                -3.8352360604900095,\n                                50.50147290080044\n                            ],\n                            [\n                                -3.841775093883021,\n                                50.501795060944275\n                            ],\n                            [\n                                -3.8424060325817653,\n                                50.50170414589335\n                            ],\n                            [\n                                -3.8429977671098086,\n                                50.50132604369101\n                            ],\n                            [\n                                -3.8428565423254177,\n                                50.500959548627165\n                            ],\n                            [\n                                -3.84006630091094,\n                                50.500643867648385\n                            ],\n                            [\n                                -3.8400797416369974,\n                                50.50026592955738\n                            ],\n                            [\n                                -3.8404182630918315,\n                                50.49954109133419\n                            ],\n                            [\n                                -3.8414250043307585,\n                                50.49895853063831\n                            ],\n                            [\n                                -3.8406106660894803,\n                                50.498323863074525\n                            ],\n                            [\n                                -3.8415836413914652,\n                                50.498326447263395\n                            ],\n                            [\n                                -3.8421884389805587,\n                                50.49761276853774\n                            ],\n                            [\n                                -3.8431619651912667,\n                                50.49765993148309\n                            ],\n                            [\n                                -3.8441790281506423,\n                                50.49703689922205\n                            ],\n                            [\n                                -3.845650647516968,\n                                50.49703766111269\n                            ],\n                            [\n                                -3.8473243849116794,\n                                50.496157912166474\n                            ],\n                            [\n                                -3.848058051650424,\n                                50.496041249304724\n                            ],\n                            [\n                                -3.849249565314428,\n                                50.49540757652544\n                            ],\n                            [\n                                -3.850104007525589,\n                                50.49528511377747\n                            ],\n                            [\n                                -3.8507220218946525,\n                                50.49582959843062\n                            ],\n                            [\n                                -3.8508997345996128,\n                                50.49622697376134\n                            ],\n                            [\n                                -3.854166411905633,\n                                50.49665159816256\n                            ],\n                            [\n                                -3.8549322830792705,\n                                50.49748484644893\n                            ],\n                            [\n                                -3.85708093610718,\n                                50.498520814104424\n                            ],\n                            [\n                                -3.8575265847327427,\n                                50.498918489910395\n                            ],\n                            [\n                                -3.8586548248300927,\n                                50.49910278297342\n                            ],\n                            [\n                                -3.859733220932827,\n                                50.49891471324362\n                            ],\n                            [\n                                -3.860586853959956,\n                                50.4991079630535\n                            ],\n                            [\n                                -3.861362978981119,\n                                50.49948226185841\n                            ],\n                            [\n                                -3.8617736431014045,\n                                50.49988488819905\n                            ],\n                            [\n                                -3.8653217001019575,\n                                50.50099730213519\n                            ],\n                            [\n                                -3.8660525217224224,\n                                50.50165112552974\n                            ],\n                            [\n                                -3.8661856129590584,\n                                50.501986254044105\n                            ],\n                            [\n                                -3.866913092120377,\n                                50.50237479613467\n                            ],\n                            [\n                                -3.867621342586178,\n                                50.50334824692189\n                            ],\n                            [\n                                -3.8683366223122584,\n                                50.50360660017659\n                            ],\n                            [\n                                -3.8700357382826023,\n                                50.50467211298664\n                            ],\n                            [\n                                -3.87054071860036,\n                                50.505316046671304\n                            ],\n                            [\n                                -3.870443253838768,\n                                50.50585700546274\n                            ],\n                            [\n                                -3.8712394839369124,\n                                50.506581939314216\n                            ],\n                            [\n                                -3.8715047350442866,\n                                50.507049809234246\n                            ],\n                            [\n                                -3.8720531478748663,\n                                50.50736476893318\n                            ],\n                            [\n                                -3.8733076777571176,\n                                50.50770441765403\n                            ],\n                            [\n                                -3.874042134396111,\n                                50.50762506562914\n                            ],\n                            [\n                                -3.864885282807513,\n                                50.52975711122906\n                            ],\n                            [\n                                -3.866248572749349,\n                                50.53582434548051\n                            ],\n                            [\n                                -3.8689891628479547,\n                                50.54354084495481\n                            ],\n                            [\n                                -3.8728947321582203,\n                                50.547537456636405\n                            ],\n                            [\n                                -3.877704359321695,\n                                50.55068353192264\n                            ],\n                            [\n                                -3.8816873013598867,\n                                50.55658888919714\n                            ],\n                            [\n                                -3.8816977078372252,\n                                50.56625955552909\n                            ],\n                            [\n                                -3.879258141757911,\n                                50.57561156466541\n                            ],\n                            [\n                                -3.878006029281781,\n                                50.58184023129697\n                            ],\n                            [\n                                -3.875961024608572,\n                                50.587007011388245\n                            ],\n                            [\n                                -3.872134243100317,\n                                50.589814620514495\n                            ],\n                            [\n                                -3.864909345268752,\n                                50.59207964876087\n                            ],\n                            [\n                                -3.8493818291960893,\n                                50.5931033370117\n                            ],\n                            [\n                                -3.83826560572493,\n                                50.5966222822513\n                            ],\n                            [\n                                -3.8313642005024464,\n                                50.6024618279943\n                            ],\n                            [\n                                -3.824197341264835,\n                                50.611170492236205\n                            ],\n                            [\n                                -3.831592153194515,\n                                50.61797914034235\n                            ],\n                            [\n                                -3.8493335736663488,\n                                50.6205641581883\n                            ],\n                            [\n                                -3.879522172844129,\n                                50.62461772181371\n                            ],\n                            [\n                                -3.9288683754166644,\n                                50.62882539735183\n                            ],\n                            [\n                                -3.9272387435178153,\n                                50.64864014952616\n                            ],\n                            [\n                                -3.9251094666010613,\n                                50.665468205012054\n                            ],\n                            [\n                                -3.923852507725541,\n                                50.67780380977823\n                            ],\n                            [\n                                -3.918836919931027,\n                                50.684435851101675\n                            ],\n                            [\n                                -3.9096625995806646,\n                                50.68850492424481\n                            ],\n                            [\n                                -3.9005961150411763,\n                                50.69092018265861\n                            ],\n                            [\n                                -3.892812673907262,\n                                50.69020720703203\n                            ],\n                            [\n                                -3.884560152494189,\n                                50.688773649119206\n                            ],\n                            [\n                                -3.878146135417258,\n                                50.687029995738534\n                            ],\n                            [\n                                -3.875224473899535,\n                                50.68668521840839\n                            ],\n                            [\n                                -3.8671432158191457,\n                                50.687318771610656\n                            ],\n                            [\n                                -3.8639078707255314,\n                                50.690169407134974\n                            ],\n                            [\n                                -3.8618214338300363,\n                                50.69311353218097\n                            ],\n                            [\n                                -3.8581715837671244,\n                                50.696642260278544\n                            ],\n                            [\n                                -3.846848930068824,\n                                50.702307974980855\n                            ],\n                            [\n                                -3.841292495356911,\n                                50.70446699086362\n                            ],\n                            [\n                                -3.835493656799,\n                                50.704950307134226\n                            ],\n                            [\n                                -3.8314371358310306,\n                                50.70490219693019\n                            ],\n                            [\n                                -3.8283343278504227,\n                                50.70444706298608\n                            ],\n                            [\n                                -3.8260068128955114,\n                                50.703532035332366\n                            ],\n                            [\n                                -3.823834122263235,\n                                50.70205466907051\n                            ],\n                            [\n                                -3.8212766382636696,\n                                50.69974369820872\n                            ],\n                            [\n                                -3.818515084199587,\n                                50.69670821154495\n                            ],\n                            [\n                                -3.813070986110185,\n                                50.69494584298433\n                            ],\n                            [\n                                -3.807526526640533,\n                                50.692848957703035\n                            ],\n                            [\n                                -3.793392302309493,\n                                50.69194779805997\n                            ],\n                            [\n                                -3.7903225552012914,\n                                50.692330905471195\n                            ],\n                            [\n                                -3.7860484357717263,\n                                50.691164998441366\n                            ],\n                            [\n                                -3.783190913911485,\n                                50.69249618452816\n                            ],\n                            [\n                                -3.781224597170442,\n                                50.694093568293596\n                            ],\n                            [\n                                -3.778750057956093,\n                                50.69390750094325\n                            ],\n                            [\n                                -3.7750820250564603,\n                                50.69245205023611\n                            ],\n                            [\n                                -3.772343218461067,\n                                50.692269863803205\n                            ],\n                            [\n                                -3.7677237623809994,\n                                50.69362745394206\n                            ],\n                            [\n                                -3.7648215715661033,\n                                50.69378337921459\n                            ],\n                            [\n                                -3.76196119766827,\n                                50.692707203067165\n                            ],\n                            [\n                                -3.757379302895319,\n                                50.692720384536734\n                            ],\n                            [\n                                -3.7516309565311885,\n                                50.69454218728623\n                            ],\n                            [\n                                -3.7484199694369322,\n                                50.69587782663056\n                            ],\n                            [\n                                -3.743112357453153,\n                                50.695341646941905\n                            ],\n                            [\n                                -3.7399984446497845,\n                                50.6945485238086\n                            ],\n                            [\n                                -3.738432933790167,\n                                50.69272470071592\n                            ],\n                            [\n                                -3.737461310035157,\n                                50.690276296712334\n                            ],\n                            [\n                                -3.714770468875863,\n                                50.68423128949209\n                            ],\n                            [\n                                -3.7081423053763403,\n                                50.68125005892337\n                            ],\n                            [\n                                -3.704839680462767,\n                                50.68006693859384\n                            ],\n                            [\n                                -3.700988613059888,\n                                50.67833204895449\n                            ],\n                            [\n                                -3.7018267515025745,\n                                50.67714433948119\n                            ],\n                            [\n                                -3.7046238851169275,\n                                50.67654375606516\n                            ],\n                            [\n                                -3.707877502140411,\n                                50.676384085174604\n                            ],\n                            [\n                                -3.708815571700292,\n                                50.67553075830372\n                            ],\n                            [\n                                -3.7078255925491206,\n                                50.665245774485975\n                            ],\n                            [\n                                -3.7056834149268676,\n                                50.66203060697761\n                            ],\n                            [\n                                -3.7046269138756966,\n                                50.65717620190884\n                            ],\n                            [\n                                -3.704985646849685,\n                                50.65006214300874\n                            ],\n                            [\n                                -3.7077576785439184,\n                                50.64638315598326\n                            ],\n                            [\n                                -3.708112360299975,\n                                50.64402699232126\n                            ],\n                            [\n                                -3.706826662218526,\n                                50.64012755597803\n                            ],\n                            [\n                                -3.699902942314283,\n                                50.636086564824836\n                            ],\n                            [\n                                -3.694802121603879,\n                                50.63375400941826\n                            ],\n                            [\n                                -3.6670792834813644,\n                                50.63129936955981\n                            ],\n                            [\n                                -3.663797000029627,\n                                50.63056264905044\n                            ],\n                            [\n                                -3.659695685939893,\n                                50.62905376752972\n                            ],\n                            [\n                                -3.657533479353547,\n                                50.62762927641322\n                            ],\n                            [\n                                -3.6562116519491816,\n                                50.625073155601605\n                            ],\n                            [\n                                -3.6555055960337572,\n                                50.622508358266096\n                            ],\n                            [\n                                -3.6548481798475607,\n                                50.61882330209789\n                            ],\n                            [\n                                -3.6533983239857557,\n                                50.61761950229172\n                            ],\n                            [\n                                -3.6520493536825387,\n                                50.61678504887489\n                            ],\n                            [\n                                -3.649876700291148,\n                                50.61629805296627\n                            ],\n                            [\n                                -3.6488181045328028,\n                                50.616215041973774\n                            ],\n                            [\n                                -3.647796066268527,\n                                50.61655138618049\n                            ],\n                            [\n                                -3.6447803067440976,\n                                50.61837125814598\n                            ],\n                            [\n                                -3.6410964110361412,\n                                50.619962569636435\n                            ],\n                            [\n                                -3.6387523642633712,\n                                50.62213659519661\n                            ],\n                            [\n                                -3.6378117400951875,\n                                50.62363072886601\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.761415567468491,\n                        50.601760916983544\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        },\n        {\n            \"name\": \"TQ14\",\n            \"area_name\": \"Teignmouth TQ14\",\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.4992407384119777,\n                                50.53400569641165\n                            ],\n                            [\n                                -3.4998796555617724,\n                                50.53329045395079\n                            ],\n                            [\n                                -3.500306369805067,\n                                50.532391067651176\n                            ],\n                            [\n                                -3.4999886954027293,\n                                50.531745818393475\n                            ],\n                            [\n                                -3.5001965025403106,\n                                50.531430296824354\n                            ],\n                            [\n                                -3.500090025126332,\n                                50.53169570452997\n                            ],\n                            [\n                                -3.503995510346965,\n                                50.53344746218806\n                            ],\n                            [\n                                -3.505966155582706,\n                                50.53070112613555\n                            ],\n                            [\n                                -3.505944112507061,\n                                50.53000893425183\n                            ],\n                            [\n                                -3.5050854749897673,\n                                50.52918360314421\n                            ],\n                            [\n                                -3.505700288421716,\n                                50.528555095813715\n                            ],\n                            [\n                                -3.5057717712773044,\n                                50.52814049421426\n                            ],\n                            [\n                                -3.5059937568999398,\n                                50.52802065196241\n                            ],\n                            [\n                                -3.50808073418121,\n                                50.527984637037925\n                            ],\n                            [\n                                -3.509239621336332,\n                                50.5262788615312\n                            ],\n                            [\n                                -3.5091853645883897,\n                                50.52767353190691\n                            ],\n                            [\n                                -3.5089746807497164,\n                                50.5285846225039\n                            ],\n                            [\n                                -3.5114432473055874,\n                                50.52857057145269\n                            ],\n                            [\n                                -3.513028878845747,\n                                50.52873887144294\n                            ],\n                            [\n                                -3.515168357974618,\n                                50.52857608311791\n                            ],\n                            [\n                                -3.5173992832142544,\n                                50.528628034894936\n                            ],\n                            [\n                                -3.5214303651736416,\n                                50.52981652655093\n                            ],\n                            [\n                                -3.525377674651811,\n                                50.52971083036911\n                            ],\n                            [\n                                -3.527139127820049,\n                                50.530515178074424\n                            ],\n                            [\n                                -3.528442254006065,\n                                50.52979659253891\n                            ],\n                            [\n                                -3.5289363331403205,\n                                50.53155279067506\n                            ],\n                            [\n                                -3.5287159699991215,\n                                50.531717614368766\n                            ],\n                            [\n                                -3.5298955228465,\n                                50.53328497687808\n                            ],\n                            [\n                                -3.5293653344062412,\n                                50.533471860675036\n                            ],\n                            [\n                                -3.529414302707391,\n                                50.53455040101214\n                            ],\n                            [\n                                -3.5291109984828273,\n                                50.53477025852156\n                            ],\n                            [\n                                -3.5285411241344846,\n                                50.53591087924194\n                            ],\n                            [\n                                -3.5265990521338617,\n                                50.53869740833112\n                            ],\n                            [\n                                -3.5280611162560103,\n                                50.53834610118298\n                            ],\n                            [\n                                -3.528075605659717,\n                                50.53908209720128\n                            ],\n                            [\n                                -3.52769081366014,\n                                50.53929465637915\n                            ],\n                            [\n                                -3.5276880649171467,\n                                50.53964543242927\n                            ],\n                            [\n                                -3.527377207540385,\n                                50.54007217317499\n                            ],\n                            [\n                                -3.52647056995479,\n                                50.54008406591396\n                            ],\n                            [\n                                -3.528539906342491,\n                                50.54100132523021\n                            ],\n                            [\n                                -3.5294970411670374,\n                                50.54234108782562\n                            ],\n                            [\n                                -3.5300567716668523,\n                                50.5436498316034\n                            ],\n                            [\n                                -3.5325343920665193,\n                                50.5443787781052\n                            ],\n                            [\n                                -3.5332104150049846,\n                                50.544444234901924\n                            ],\n                            [\n                                -3.535875825948935,\n                                50.543522045007975\n                            ],\n                            [\n                                -3.538206398860232,\n                                50.54302338174674\n                            ],\n                            [\n                                -3.542505151232575,\n                                50.54261072155469\n                            ],\n                            [\n                                -3.5463759735556635,\n                                50.54364251458558\n                            ],\n                            [\n                                -3.5494989283595895,\n                                50.54526737888517\n                            ],\n                            [\n                                -3.5503375477557237,\n                                50.545296846023774\n                            ],\n                            [\n                                -3.5507055734620496,\n                                50.54548300349912\n                            ],\n                            [\n                                -3.551244826103679,\n                                50.545538935615006\n                            ],\n                            [\n                                -3.551349629191857,\n                                50.545576472151936\n                            ],\n                            [\n                                -3.5509971452901983,\n                                50.545555636347025\n                            ],\n                            [\n                                -3.551201974059276,\n                                50.54577543505979\n                            ],\n                            [\n                                -3.552874303795772,\n                                50.545886207313046\n                            ],\n                            [\n                                -3.5536318550165134,\n                                50.54637356979704\n                            ],\n                            [\n                                -3.5537166891879566,\n                                50.54669574753784\n                            ],\n                            [\n                                -3.553068254443188,\n                                50.547184792119644\n                            ],\n                            [\n                                -3.555042979413823,\n                                50.549601281894496\n                            ],\n                            [\n                                -3.5593001352964775,\n                                50.54991063549683\n                            ],\n                            [\n                                -3.559778871351105,\n                                50.54988722412115\n                            ],\n                            [\n                                -3.5586277792460645,\n                                50.5456333550314\n                            ],\n                            [\n                                -3.5595681379526596,\n                                50.5455786794858\n                            ],\n                            [\n                                -3.5598220741945177,\n                                50.545744761139325\n                            ],\n                            [\n                                -3.5630001931305184,\n                                50.54520798879149\n                            ],\n                            [\n                                -3.569136990567515,\n                                50.54337443042661\n                            ],\n                            [\n                                -3.5711940436946987,\n                                50.54304898651892\n                            ],\n                            [\n                                -3.5724817572982808,\n                                50.54644161778301\n                            ],\n                            [\n                                -3.5729673783866267,\n                                50.54576963906569\n                            ],\n                            [\n                                -3.57369502509061,\n                                50.54557988762158\n                            ],\n                            [\n                                -3.5770077400531677,\n                                50.54587681304372\n                            ],\n                            [\n                                -3.5771145756607514,\n                                50.5456954488071\n                            ],\n                            [\n                                -3.5780514385171283,\n                                50.54585367550967\n                            ],\n                            [\n                                -3.5798052253674983,\n                                50.54575678759262\n                            ],\n                            [\n                                -3.578963117170023,\n                                50.54727861538267\n                            ],\n                            [\n                                -3.5775497774207388,\n                                50.54790143614996\n                            ],\n                            [\n                                -3.578102165293608,\n                                50.55033176965794\n                            ],\n                            [\n                                -3.5776728016062633,\n                                50.55311662560953\n                            ],\n                            [\n                                -3.57676050889694,\n                                50.55369559942309\n                            ],\n                            [\n                                -3.5761593714039837,\n                                50.5538745640176\n                            ],\n                            [\n                                -3.5748093023012575,\n                                50.55402779274016\n                            ],\n                            [\n                                -3.5722528426757627,\n                                50.5539904167872\n                            ],\n                            [\n                                -3.5697845824404504,\n                                50.55490502453413\n                            ],\n                            [\n                                -3.5693492785612553,\n                                50.55625100797672\n                            ],\n                            [\n                                -3.5686097745104886,\n                                50.55778989060508\n                            ],\n                            [\n                                -3.566060044521185,\n                                50.55923616272974\n                            ],\n                            [\n                                -3.56409962829156,\n                                50.56057555987405\n                            ],\n                            [\n                                -3.5636111303441664,\n                                50.5611757058607\n                            ],\n                            [\n                                -3.562873281170214,\n                                50.56149140340491\n                            ],\n                            [\n                                -3.564462089496132,\n                                50.56256732322386\n                            ],\n                            [\n                                -3.565338954211622,\n                                50.56346389525757\n                            ],\n                            [\n                                -3.566758569906841,\n                                50.56324654532941\n                            ],\n                            [\n                                -3.5672261516751993,\n                                50.568065088745776\n                            ],\n                            [\n                                -3.5675363159805125,\n                                50.56837038137526\n                            ],\n                            [\n                                -3.565735660179849,\n                                50.57287705897783\n                            ],\n                            [\n                                -3.561964838106651,\n                                50.57626002999915\n                            ],\n                            [\n                                -3.5615317054060607,\n                                50.5755753338544\n                            ],\n                            [\n                                -3.5601718817733228,\n                                50.575026952294934\n                            ],\n                            [\n                                -3.557951573776845,\n                                50.57365373604612\n                            ],\n                            [\n                                -3.5575561632594543,\n                                50.5732272735243\n                            ],\n                            [\n                                -3.555232866037649,\n                                50.5730064933509\n                            ],\n                            [\n                                -3.5539051404075415,\n                                50.5724282103658\n                            ],\n                            [\n                                -3.5514130021114276,\n                                50.57560783181416\n                            ],\n                            [\n                                -3.5445024673443726,\n                                50.575384843148505\n                            ],\n                            [\n                                -3.5370280642599883,\n                                50.574729771937314\n                            ],\n                            [\n                                -3.5344301525258395,\n                                50.57612670879021\n                            ],\n                            [\n                                -3.532322334526317,\n                                50.57646816156215\n                            ],\n                            [\n                                -3.527199972167102,\n                                50.57800232968233\n                            ],\n                            [\n                                -3.524848410861906,\n                                50.58066623169713\n                            ],\n                            [\n                                -3.524616061953272,\n                                50.581343777844076\n                            ],\n                            [\n                                -3.523642816411056,\n                                50.58182413425821\n                            ],\n                            [\n                                -3.522545519003784,\n                                50.58287208332041\n                            ],\n                            [\n                                -3.51715414362887,\n                                50.58283304061848\n                            ],\n                            [\n                                -3.515277533671039,\n                                50.582644205271066\n                            ],\n                            [\n                                -3.5193611175076622,\n                                50.57877947604964\n                            ],\n                            [\n                                -3.5224521608879598,\n                                50.576500176464094\n                            ],\n                            [\n                                -3.522535915107178,\n                                50.57364428112854\n                            ],\n                            [\n                                -3.5210742351629882,\n                                50.57192813306299\n                            ],\n                            [\n                                -3.518210559806131,\n                                50.57034228896593\n                            ],\n                            [\n                                -3.513258427415953,\n                                50.56939914372578\n                            ],\n                            [\n                                -3.5055218181713794,\n                                50.56933157807598\n                            ],\n                            [\n                                -3.496069044470673,\n                                50.570572882871524\n                            ],\n                            [\n                                -3.4918235720494106,\n                                50.56973177703454\n                            ],\n                            [\n                                -3.4893054239503223,\n                                50.567916833201416\n                            ],\n                            [\n                                -3.4857788198143376,\n                                50.56477136898662\n                            ],\n                            [\n                                -3.4842676983193352,\n                                50.56423087060918\n                            ],\n                            [\n                                -3.4834428139335674,\n                                50.56314278373776\n                            ],\n                            [\n                                -3.481666996486052,\n                                50.562563723490044\n                            ],\n                            [\n                                -3.475701686921954,\n                                50.562191657448416\n                            ],\n                            [\n                                -3.4744147457528984,\n                                50.56195013009992\n                            ],\n                            [\n                                -3.475119924653072,\n                                50.561653368029845\n                            ],\n                            [\n                                -3.47594738848776,\n                                50.560797488686624\n                            ],\n                            [\n                                -3.4771305363168934,\n                                50.56025550455642\n                            ],\n                            [\n                                -3.4788413146183514,\n                                50.55889012183917\n                            ],\n                            [\n                                -3.481587287941314,\n                                50.556143695025405\n                            ],\n                            [\n                                -3.4825517482842225,\n                                50.55489118568248\n                            ],\n                            [\n                                -3.4836285460961633,\n                                50.553981721961364\n                            ],\n                            [\n                                -3.484374041447927,\n                                50.5537608640901\n                            ],\n                            [\n                                -3.484970585150757,\n                                50.55329370595915\n                            ],\n                            [\n                                -3.485352890625737,\n                                50.5532402817805\n                            ],\n                            [\n                                -3.4864086116833453,\n                                50.552379582286314\n                            ],\n                            [\n                                -3.4870146852647297,\n                                50.55136369641488\n                            ],\n                            [\n                                -3.4891270076616827,\n                                50.54954605938219\n                            ],\n                            [\n                                -3.4910851117938146,\n                                50.54720698919255\n                            ],\n                            [\n                                -3.494429580308757,\n                                50.543994882103355\n                            ],\n                            [\n                                -3.4950741932160057,\n                                50.54310179427446\n                            ],\n                            [\n                                -3.494534430507274,\n                                50.54246958208424\n                            ],\n                            [\n                                -3.4955274905894274,\n                                50.54271009496514\n                            ],\n                            [\n                                -3.495627012495843,\n                                50.53783796307384\n                            ],\n                            [\n                                -3.4960101740041347,\n                                50.53732711540484\n                            ],\n                            [\n                                -3.4959620315496642,\n                                50.537068666171045\n                            ],\n                            [\n                                -3.4973777293963764,\n                                50.536292739533216\n                            ],\n                            [\n                                -3.4992407384119777,\n                                50.53400569641165\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"center\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.526535068685205,\n                        50.555491734357794\n                    ]\n                },\n                \"properties\": null\n            },\n            \"lod\": {\n                \"number\": 2,\n                \"id\": \"district\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ea1fd6fe-2a8d-44f1-a9f4-18c485011ad0"}],"id":"52491f00-03b6-4770-8288-8c6f7ffdc6bf","_postman_id":"52491f00-03b6-4770-8288-8c6f7ffdc6bf","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Land","item":[{"name":"search","event":[{"listen":"test","script":{"id":"67545a2b-f6a8-4277-a542-fc755573768f","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"009fa048-db9c-48e5-8fdd-cdfbf13b32b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"tenure\": [\n        \"Freehold\"\n    ],\n    \"ownership\": null,\n    \"max_area_sqft\": 130680,\n    \"min_area_sqft\": 43560,\n    \"max_density\": 100,\n    \"min_density\": 0,\n    \"limit\": 100,\n    \"offset\": null,\n    \"order_by\": null,\n    \"order_dir\": \"desc\",\n    \"planning_use_classes\": null,\n    \"proprietor_names\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/land/search","description":"<p>This endpoint returns the details for all land titles that match the search criteria in the request.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometry</code> <strong>GeoJson Feature (Mandatory if no areaId specified)</strong> <em>Polygon of MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>areaId</code> <strong>String (Mandatory if no geometry specified)</strong> Can be provided as an alternative to <code>geometry</code>. Postcode down to Sector level specified with space between in and outcode. Eg <code>E1</code> , <code>E1 1</code></p>\n<p><code>tenure</code> <strong>Array of Strings</strong> List of tenures to search for. Valid values: Freehold, Leasehold, Unkown</p>\n<p><code>ownership</code> <strong>Array of Strings</strong> List of ownership types required. Valid values:</p>\n<p><code>max_area_sqft</code> <strong>Integer</strong> Maximum area for a title that should be returned</p>\n<p><code>min_area_sqft</code> <strong>Integer</strong> Minimum area for a title that should be returned</p>\n<p><code>max_density</code> <strong>Integer</strong> Maximum build density for a title that should be returned. (Percentage)</p>\n<p><code>min_density</code> <strong>Integer</strong> Minimum build density for a title that should be returned. (Percentage)</p>\n<p><code>planning_use_classes</code> <strong>Array of Strings</strong> List of planning use classes for the title</p>\n<p><code>proprietor_names</code> <strong>Array of Strings</strong> List of names of proprietors to search for</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects containing the below</p>\n<blockquote>\n<p><code>title_no</code> <strong>string</strong> Land Registry title number</p>\n<p><code>tenure</code> <strong>string</strong> Title Tenure</p>\n<p><code>height</code> <strong>number</strong> Building height (in metres)</p>\n<p><code>planning_use_classes</code> <strong>Array of Strings</strong> Planning Use cases</p>\n<p><code>uprns</code> <strong>Array of Strings</strong> List of UPRNs associated with this title number<br /><code>property_address</code> <strong>Array of Strings</strong> Property address</p>\n<p><code>ownership</code> <strong>string</strong> What type of the organisation owns the freehold</p>\n<p><code>proprietors</code> <strong>Array of objects</strong> Proprietor details</p>\n<blockquote>\n<p><code>name</code> <strong>String</strong> Name of the proprietor</p>\n<p><code>company_registration_no</code> <strong>string</strong> Company registration number</p>\n<p><code>proprietorship_Category</code> <strong>string</strong> Proprietorship category</p>\n<p><code>country_incorporated</code> <strong>string</strong> Country the company is incorporated in</p>\n<p><code>address_1</code> <strong>string</strong> Proprietor address line 1</p>\n<p><code>address_2</code> <strong>string</strong> Proprietor address line 2</p>\n<p><code>address_3</code> <strong>string</strong> Proprietor address line 3</p>\n</blockquote>\n<p><code>is_foreign_co</code> <strong>boolean</strong> Is company registered abroad ?</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> <em>Polygon of MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>area_sqft</code> <strong>number</strong> Area size in sqft</p>\n<p><code>area_buildings_sqft</code> <strong>number</strong> The area of the buildings in the title in sqft</p>\n<p><code>density</code> <strong>number</strong> The size of the actual property itself compared to size of plot/land</p>\n<p><code>risk_level</code> <strong>integer</strong> Floor Risk</p>\n<p><code>has_defence</code> <strong>boolean</strong> Is there a flood defence ?</p>\n<p><code>is_listed</code> <strong>boolean</strong> Is it a listed building ?</p>\n<p><code>area_m2</code> <strong>number</strong> Area size in m2</p>\n<p><code>area_acre</code> <strong>number</strong> Area size in acre</p>\n<p><code>area_buildings_m2</code> <strong>number</strong> The area of the buildings in the title in n2</p>\n<p><code>area_buildings_acre</code> <strong>number</strong> The area of the buildings in the title in acre</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","land","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"52a3aaf0-1432-40c9-9009-054ac8e4aa5b","name":"search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n      \"type\": \"Feature\",\n      \"properties\": {},\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    },\n    \"tenure\": [\n        \"Freehold\"\n    ],\n    \"ownership\": null,\n    \"max_area_sqft\": 130680,\n    \"min_area_sqft\": 43560,\n    \"max_density\": 100,\n    \"min_density\": 0,\n    \"limit\": 100,\n    \"offset\": null,\n    \"order_by\": null,\n    \"order_dir\": \"desc\",\n    \"planning_use_classes\": null,\n    \"proprietor_names\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/land/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 09:04:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"title_no\": \"DN9943\",\n            \"tenure\": \"Freehold\",\n            \"height\": 6.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"land and buildings lying to the west of Innerbrook Road\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"HAMME CONSTRUCTION LIMITED\",\n                    \"company_registration_no\": \"3080982\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Gate House, Turnpike Road, High Wycombe, Buckinghamshire HP12 3NR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.547405894133212,\n                                    50.46884297832896\n                                ],\n                                [\n                                    -3.5474375262024,\n                                    50.46882863540092\n                                ],\n                                [\n                                    -3.5474293871587723,\n                                    50.46882234015087\n                                ],\n                                [\n                                    -3.547420611924637,\n                                    50.468815549715515\n                                ],\n                                [\n                                    -3.5474248741938865,\n                                    50.46881359536015\n                                ],\n                                [\n                                    -3.547462346054539,\n                                    50.46879641369495\n                                ],\n                                [\n                                    -3.5475160898992653,\n                                    50.4687717846666\n                                ],\n                                [\n                                    -3.5475682232736387,\n                                    50.46874789652909\n                                ],\n                                [\n                                    -3.547569444876098,\n                                    50.46874733166555\n                                ],\n                                [\n                                    -3.5476553293586304,\n                                    50.468707975099406\n                                ],\n                                [\n                                    -3.5476598954262553,\n                                    50.46871359836762\n                                ],\n                                [\n                                    -3.547662758315968,\n                                    50.46871712178284\n                                ],\n                                [\n                                    -3.5476820071233868,\n                                    50.46874085187858\n                                ],\n                                [\n                                    -3.547428105450726,\n                                    50.46886249599658\n                                ],\n                                [\n                                    -3.547405894133212,\n                                    50.46884297832896\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.546645964860848,\n                                    50.46933984782573\n                                ],\n                                [\n                                    -3.546644045697725,\n                                    50.46934149220026\n                                ],\n                                [\n                                    -3.546641962208937,\n                                    50.4693424192648\n                                ],\n                                [\n                                    -3.5466405976646844,\n                                    50.46934378645611\n                                ],\n                                [\n                                    -3.546639922727023,\n                                    50.46934469479625\n                                ],\n                                [\n                                    -3.546637193638196,\n                                    50.46934742917881\n                                ],\n                                [\n                                    -3.546636533369375,\n                                    50.469348787007924\n                                ],\n                                [\n                                    -3.546635873100516,\n                                    50.46935014483704\n                                ],\n                                [\n                                    -3.5466352128316214,\n                                    50.46935150266614\n                                ],\n                                [\n                                    -3.5466345525626894,\n                                    50.469352860495256\n                                ],\n                                [\n                                    -3.5466332320247127,\n                                    50.46935557615347\n                                ],\n                                [\n                                    -3.546632571755671,\n                                    50.46935693398256\n                                ],\n                                [\n                                    -3.54663191148659,\n                                    50.46935829181166\n                                ],\n                                [\n                                    -3.546631265886385,\n                                    50.469360099129716\n                                ],\n                                [\n                                    -3.5466306056172248,\n                                    50.4693614569588\n                                ],\n                                [\n                                    -3.5466299453480272,\n                                    50.46936281478787\n                                ],\n                                [\n                                    -3.5466292850787933,\n                                    50.46936417261698\n                                ],\n                                [\n                                    -3.54662595439433,\n                                    50.46937006278431\n                                ],\n                                [\n                                    -3.546623298647482,\n                                    50.46937504461151\n                                ],\n                                [\n                                    -3.546621361845093,\n                                    50.46938046656558\n                                ],\n                                [\n                                    -3.5466201146497185,\n                                    50.46938542966856\n                                ],\n                                [\n                                    -3.546618808778855,\n                                    50.4693885948156\n                                ],\n                                [\n                                    -3.5466182218529823,\n                                    50.46939220008955\n                                ],\n                                [\n                                    -3.546617620258222,\n                                    50.469395355874504\n                                ],\n                                [\n                                    -3.546617737608648,\n                                    50.46939895178642\n                                ],\n                                [\n                                    -3.546617136013779,\n                                    50.46940210757136\n                                ],\n                                [\n                                    -3.5466172386953922,\n                                    50.46940525399428\n                                ],\n                                [\n                                    -3.5466166957756218,\n                                    50.4694102077352\n                                ],\n                                [\n                                    -3.546616841876892,\n                                    50.46941468464549\n                                ],\n                                [\n                                    -3.5466170038205145,\n                                    50.46941964700392\n                                ],\n                                [\n                                    -3.5466177814413635,\n                                    50.46942188508681\n                                ],\n                                [\n                                    -3.5466178547854503,\n                                    50.469424132531756\n                                ],\n                                [\n                                    -3.5466193366832863,\n                                    50.469426361252566\n                                ],\n                                [\n                                    -3.546620114304361,\n                                    50.46942859933545\n                                ],\n                                [\n                                    -3.5466215815335875,\n                                    50.46943037856725\n                                ],\n                                [\n                                    -3.546623136776167,\n                                    50.469434854732945\n                                ],\n                                [\n                                    -3.5466231807827913,\n                                    50.469436203199905\n                                ],\n                                [\n                                    -3.5466239437353355,\n                                    50.46943799179377\n                                ],\n                                [\n                                    -3.54665340554659,\n                                    50.469498757169866\n                                ],\n                                [\n                                    -3.5466494287185837,\n                                    50.469499529529855\n                                ],\n                                [\n                                    -3.546598207678073,\n                                    50.46950952787224\n                                ],\n                                [\n                                    -3.5465322841932534,\n                                    50.46952240173998\n                                ],\n                                [\n                                    -3.5465098210698107,\n                                    50.46948177908505\n                                ],\n                                [\n                                    -3.546508368510923,\n                                    50.469480449340836\n                                ],\n                                [\n                                    -3.5465069012843227,\n                                    50.469478670107605\n                                ],\n                                [\n                                    -3.546505419390054,\n                                    50.46947644138531\n                                ],\n                                [\n                                    -3.5465032478860654,\n                                    50.46947467151338\n                                ],\n                                [\n                                    -3.5465010763822415,\n                                    50.46947290164142\n                                ],\n                                [\n                                    -3.54649890487858,\n                                    50.46947113176942\n                                ],\n                                [\n                                    -3.546494561871746,\n                                    50.46946759202527\n                                ],\n                                [\n                                    -3.546492390368572,\n                                    50.469465822153126\n                                ],\n                                [\n                                    -3.546490218865561,\n                                    50.46946405228095\n                                ],\n                                [\n                                    -3.5464873577528704,\n                                    50.469462741259\n                                ],\n                                [\n                                    -3.546485186250189,\n                                    50.469460971386724\n                                ],\n                                [\n                                    -3.546473741801667,\n                                    50.469455727298\n                                ],\n                                [\n                                    -3.546472318579507,\n                                    50.469455296531315\n                                ],\n                                [\n                                    -3.5464701764125954,\n                                    50.469454425636776\n                                ],\n                                [\n                                    -3.5464659214137972,\n                                    50.46945358282563\n                                ],\n                                [\n                                    -3.546463793914453,\n                                    50.46945316141996\n                                ],\n                                [\n                                    -3.546461666415147,\n                                    50.46945274001428\n                                ],\n                                [\n                                    -3.5464595535832086,\n                                    50.46945276809759\n                                ],\n                                [\n                                    -3.546457426083956,\n                                    50.46945234669183\n                                ],\n                                [\n                                    -3.546455298584739,\n                                    50.46945192528603\n                                ],\n                                [\n                                    -3.5464391002066975,\n                                    50.469452140589446\n                                ],\n                                [\n                                    -3.546407395993881,\n                                    50.46945220223749\n                                ],\n                                [\n                                    -3.5463982374553145,\n                                    50.46945223402943\n                                ],\n                                [\n                                    -3.546379926244728,\n                                    50.46945247740673\n                                ],\n                                [\n                                    -3.5463587832581296,\n                                    50.46945230873409\n                                ],\n                                [\n                                    -3.54633896082915,\n                                    50.46944942440267\n                                ],\n                                [\n                                    -3.546320532291034,\n                                    50.46944607185825\n                                ],\n                                [\n                                    -3.546298523706177,\n                                    50.46944096815533\n                                ],\n                                [\n                                    -3.546272979074804,\n                                    50.46943546175901\n                                ],\n                                [\n                                    -3.5462641515795004,\n                                    50.46943354650607\n                                ],\n                                [\n                                    -3.5462588689348955,\n                                    50.469432303635585\n                                ],\n                                [\n                                    -3.546249816072072,\n                                    50.46943039137669\n                                ],\n                                [\n                                    -3.546242103089251,\n                                    50.46942894696892\n                                ],\n                                [\n                                    -3.546237030541728,\n                                    50.46942852872379\n                                ],\n                                [\n                                    -3.5462288045860273,\n                                    50.46942863804529\n                                ],\n                                [\n                                    -3.5462185737551546,\n                                    50.469430788594565\n                                ],\n                                [\n                                    -3.546144633309731,\n                                    50.469456656727836\n                                ],\n                                [\n                                    -3.5460555618581724,\n                                    50.469487816302276\n                                ],\n                                [\n                                    -3.546025013524221,\n                                    50.469501712752084\n                                ],\n                                [\n                                    -3.545986970495427,\n                                    50.46951480941334\n                                ],\n                                [\n                                    -3.545991573828783,\n                                    50.46955656885266\n                                ],\n                                [\n                                    -3.5459945953150522,\n                                    50.46960599393781\n                                ],\n                                [\n                                    -3.5459948005971547,\n                                    50.469612286785264\n                                ],\n                                [\n                                    -3.54600113911567,\n                                    50.46961220256038\n                                ],\n                                [\n                                    -3.54600961597053,\n                                    50.469656069010654\n                                ],\n                                [\n                                    -3.5460138734663706,\n                                    50.46967858657122\n                                ],\n                                [\n                                    -3.54600548518407,\n                                    50.46967890488834\n                                ],\n                                [\n                                    -3.5460074020729917,\n                                    50.469717795064874\n                                ],\n                                [\n                                    -3.5459785851869223,\n                                    50.469719976711765\n                                ],\n                                [\n                                    -3.5459715570353296,\n                                    50.46972051978282\n                                ],\n                                [\n                                    -3.5459624453646947,\n                                    50.469721989906034\n                                ],\n                                [\n                                    -3.545953319030808,\n                                    50.46972301053947\n                                ],\n                                [\n                                    -3.5459477287666945,\n                                    50.469724433871164\n                                ],\n                                [\n                                    -3.545938631757067,\n                                    50.469726353481654\n                                ],\n                                [\n                                    -3.5459302536907273,\n                                    50.469728713222615\n                                ],\n                                [\n                                    -3.5459281555084003,\n                                    50.469729190785486\n                                ],\n                                [\n                                    -3.5459170043014923,\n                                    50.469732936424464\n                                ],\n                                [\n                                    -3.5459058824172636,\n                                    50.469737581040576\n                                ],\n                                [\n                                    -3.5459045178404667,\n                                    50.46973894822349\n                                ],\n                                [\n                                    -3.5458982819398432,\n                                    50.46974217886707\n                                ],\n                                [\n                                    -3.5458934839263,\n                                    50.46974628977313\n                                ],\n                                [\n                                    -3.5458892346753883,\n                                    50.46974994370376\n                                ],\n                                [\n                                    -3.5458897420036677,\n                                    50.46976463263372\n                                ],\n                                [\n                                    -3.5458918680910942,\n                                    50.46982635498129\n                                ],\n                                [\n                                    -3.545872118841603,\n                                    50.4698257180172\n                                ],\n                                [\n                                    -3.545832512884161,\n                                    50.46982676587573\n                                ],\n                                [\n                                    -3.5458031284237026,\n                                    50.469827534018606\n                                ],\n                                [\n                                    -3.545779887081264,\n                                    50.469827842802914\n                                ],\n                                [\n                                    -3.545777343765504,\n                                    50.469780974560265\n                                ],\n                                [\n                                    -3.5457735397989465,\n                                    50.46971100931231\n                                ],\n                                [\n                                    -3.545769299901257,\n                                    50.46963631918021\n                                ],\n                                [\n                                    -3.545769243581148,\n                                    50.46963545653531\n                                ],\n                                [\n                                    -3.5457672481537004,\n                                    50.469600200844816\n                                ],\n                                [\n                                    -3.545650673424656,\n                                    50.4695601987803\n                                ],\n                                [\n                                    -3.5456222176136927,\n                                    50.46956048686999\n                                ],\n                                [\n                                    -3.5453659955724115,\n                                    50.469562865105914\n                                ],\n                                [\n                                    -3.5453645093100494,\n                                    50.469544079065365\n                                ],\n                                [\n                                    -3.5453639230303953,\n                                    50.469526099495646\n                                ],\n                                [\n                                    -3.545363696204197,\n                                    50.46950877169\n                                ],\n                                [\n                                    -3.5453629434225697,\n                                    50.4694856859223\n                                ],\n                                [\n                                    -3.5453625822157737,\n                                    50.469476337294296\n                                ],\n                                [\n                                    -3.5454273033699866,\n                                    50.46949140543287\n                                ],\n                                [\n                                    -3.5454335094830696,\n                                    50.469483804282284\n                                ],\n                                [\n                                    -3.545453835457741,\n                                    50.46945891859329\n                                ],\n                                [\n                                    -3.5454469614279693,\n                                    50.469458569211426\n                                ],\n                                [\n                                    -3.5454404483601376,\n                                    50.4694576214517\n                                ],\n                                [\n                                    -3.545434462056442,\n                                    50.46945597418136\n                                ],\n                                [\n                                    -3.5454295239757263,\n                                    50.46945362946771\n                                ],\n                                [\n                                    -3.5454239943596377,\n                                    50.469449565824824\n                                ],\n                                [\n                                    -3.545421155377891,\n                                    50.469445475436125\n                                ],\n                                [\n                                    -3.5454186247002664,\n                                    50.469400711537276\n                                ],\n                                [\n                                    -3.5454034279939375,\n                                    50.469066915137496\n                                ],\n                                [\n                                    -3.5454216351604773,\n                                    50.46906737480223\n                                ],\n                                [\n                                    -3.5454405052223734,\n                                    50.46906785263991\n                                ],\n                                [\n                                    -3.5454857008168457,\n                                    50.46907272944669\n                                ],\n                                [\n                                    -3.545487793670372,\n                                    50.4690729534694\n                                ],\n                                [\n                                    -3.5455104784348057,\n                                    50.46907676224666\n                                ],\n                                [\n                                    -3.5455088930384746,\n                                    50.46910160586111\n                                ],\n                                [\n                                    -3.5455120465858285,\n                                    50.469133491531586\n                                ],\n                                [\n                                    -3.54551381955022,\n                                    50.4692094645685\n                                ],\n                                [\n                                    -3.545515432636259,\n                                    50.46923732354578\n                                ],\n                                [\n                                    -3.5455197275253814,\n                                    50.469369023889854\n                                ],\n                                [\n                                    -3.545652524836064,\n                                    50.46946574055813\n                                ],\n                                [\n                                    -3.545672223981084,\n                                    50.46946873456838\n                                ],\n                                [\n                                    -3.545743869260441,\n                                    50.4694796364075\n                                ],\n                                [\n                                    -3.545762215672776,\n                                    50.469480471904134\n                                ],\n                                [\n                                    -3.5457783994047785,\n                                    50.46947980720567\n                                ],\n                                [\n                                    -3.5457882446349323,\n                                    50.46947922671845\n                                ],\n                                [\n                                    -3.5457917542957604,\n                                    50.46947882034189\n                                ],\n                                [\n                                    -3.545805088660555,\n                                    50.46947720419179\n                                ],\n                                [\n                                    -3.5458191302345248,\n                                    50.46947566858077\n                                ],\n                                [\n                                    -3.5458373534902394,\n                                    50.46947272835672\n                                ],\n                                [\n                                    -3.5458555474204,\n                                    50.46946888915153\n                                ],\n                                [\n                                    -3.545875824857018,\n                                    50.46946412289257\n                                ],\n                                [\n                                    -3.545898288532529,\n                                    50.469457259035465\n                                ],\n                                [\n                                    -3.5459204734229246,\n                                    50.469450488815056\n                                ],\n                                [\n                                    -3.5459351166258726,\n                                    50.46944579740838\n                                ],\n                                [\n                                    -3.5459560250088926,\n                                    50.46943877433203\n                                ],\n                                [\n                                    -3.5459949659963077,\n                                    50.469422967644896\n                                ],\n                                [\n                                    -3.5460269228426218,\n                                    50.46940905248624\n                                ],\n                                [\n                                    -3.5460671403625557,\n                                    50.46938918165637\n                                ],\n                                [\n                                    -3.5460733762055616,\n                                    50.46938595100407\n                                ],\n                                [\n                                    -3.546085187603904,\n                                    50.46938084752463\n                                ],\n                                [\n                                    -3.5460962800595506,\n                                    50.4693753039138\n                                ],\n                                [\n                                    -3.5460997427854366,\n                                    50.469373459162924\n                                ],\n                                [\n                                    -3.546110101633521,\n                                    50.469367025931504\n                                ],\n                                [\n                                    -3.546119756202734,\n                                    50.46936060205819\n                                ],\n                                [\n                                    -3.5461287064933735,\n                                    50.46935418754319\n                                ],\n                                [\n                                    -3.546150642085472,\n                                    50.46933545899779\n                                ],\n                                [\n                                    -3.546122501587396,\n                                    50.46927197783327\n                                ],\n                                [\n                                    -3.546142296529799,\n                                    50.46924853806678\n                                ],\n                                [\n                                    -3.546154385359394,\n                                    50.469234230359106\n                                ],\n                                [\n                                    -3.5461977516447187,\n                                    50.469180870143674\n                                ],\n                                [\n                                    -3.5462031573473403,\n                                    50.4691742239244\n                                ],\n                                [\n                                    -3.546258726753949,\n                                    50.46910531332398\n                                ],\n                                [\n                                    -3.546283064509667,\n                                    50.469075130853774\n                                ],\n                                [\n                                    -3.546308125297192,\n                                    50.469044219274366\n                                ],\n                                [\n                                    -3.5463101647825566,\n                                    50.46904194374855\n                                ],\n                                [\n                                    -3.5463107760415005,\n                                    50.469041243111256\n                                ],\n                                [\n                                    -3.546320347540669,\n                                    50.46903011663001\n                                ],\n                                [\n                                    -3.546330559625512,\n                                    50.46901918848874\n                                ],\n                                [\n                                    -3.54633397831867,\n                                    50.46901599526385\n                                ],\n                                [\n                                    -3.546360711573894,\n                                    50.46899315575625\n                                ],\n                                [\n                                    -3.546362090782591,\n                                    50.468992238057204\n                                ],\n                                [\n                                    -3.5463737553892627,\n                                    50.4689826396586\n                                ],\n                                [\n                                    -3.5463844601076953,\n                                    50.468974717847615\n                                ],\n                                [\n                                    -3.546386138927824,\n                                    50.46897348138731\n                                ],\n                                [\n                                    -3.546401310208866,\n                                    50.46896338669393\n                                ],\n                                [\n                                    -3.54642066310278,\n                                    50.468951887366764\n                                ],\n                                [\n                                    -3.546433134625167,\n                                    50.46894542602496\n                                ],\n                                [\n                                    -3.546469888903856,\n                                    50.46892739981997\n                                ],\n                                [\n                                    -3.546474041184901,\n                                    50.468925096208096\n                                ],\n                                [\n                                    -3.5464802804546514,\n                                    50.468922405108636\n                                ],\n                                [\n                                    -3.546505307953451,\n                                    50.4689116397714\n                                ],\n                                [\n                                    -3.5465157253164743,\n                                    50.46890700446098\n                                ],\n                                [\n                                    -3.5465477256658535,\n                                    50.4688944376298\n                                ],\n                                [\n                                    -3.546585689388807,\n                                    50.46888238510219\n                                ],\n                                [\n                                    -3.546621644747906,\n                                    50.46887097083002\n                                ],\n                                [\n                                    -3.546634771758978,\n                                    50.46886689307176\n                                ],\n                                [\n                                    -3.5467032520293262,\n                                    50.46884560304069\n                                ],\n                                [\n                                    -3.5467032815085777,\n                                    50.46882491718356\n                                ],\n                                [\n                                    -3.5467032081619996,\n                                    50.468822669738486\n                                ],\n                                [\n                                    -3.546704910224388,\n                                    50.46881005595861\n                                ],\n                                [\n                                    -3.54670557048408,\n                                    50.46880869812905\n                                ],\n                                [\n                                    -3.5467067296406256,\n                                    50.46880103809081\n                                ],\n                                [\n                                    -3.5467086077336116,\n                                    50.46879381817904\n                                ],\n                                [\n                                    -3.5467100077795792,\n                                    50.46879051687341\n                                ],\n                                [\n                                    -3.5467118796913377,\n                                    50.46878613005316\n                                ],\n                                [\n                                    -3.5467178513614286,\n                                    50.468774808564824\n                                ],\n                                [\n                                    -3.546719171879096,\n                                    50.46877209290558\n                                ],\n                                [\n                                    -3.5467252168932015,\n                                    50.46876301886198\n                                ],\n                                [\n                                    -3.546731261905025,\n                                    50.468753944818054\n                                ],\n                                [\n                                    -3.5467366613262246,\n                                    50.46874667809256\n                                ],\n                                [\n                                    -3.5467396679771257,\n                                    50.46874338240904\n                                ],\n                                [\n                                    -3.5467441442063348,\n                                    50.46873848430064\n                                ],\n                                [\n                                    -3.5467530356168493,\n                                    50.46873027178274\n                                ],\n                                [\n                                    -3.5467688083191415,\n                                    50.468717021256595\n                                ],\n                                [\n                                    -3.5467715667046327,\n                                    50.46871518584905\n                                ],\n                                [\n                                    -3.546781866638322,\n                                    50.46870695460323\n                                ],\n                                [\n                                    -3.546792181238541,\n                                    50.46869917284552\n                                ],\n                                [\n                                    -3.5467997814629566,\n                                    50.468694574962164\n                                ],\n                                [\n                                    -3.546805865162279,\n                                    50.468691004532495\n                                ],\n                                [\n                                    -3.546811533929728,\n                                    50.468687673454646\n                                ],\n                                [\n                                    -3.5468510609144537,\n                                    50.46866826121208\n                                ],\n                                [\n                                    -3.546878759423376,\n                                    50.46865428551208\n                                ],\n                                [\n                                    -3.5468995819326765,\n                                    50.4686437828504\n                                ],\n                                [\n                                    -3.546900961120784,\n                                    50.46864286514513\n                                ],\n                                [\n                                    -3.54690650721497,\n                                    50.46864009330184\n                                ],\n                                [\n                                    -3.546907862927002,\n                                    50.468639319807494\n                                ],\n                                [\n                                    -3.5469207714171054,\n                                    50.46854522716806\n                                ],\n                                [\n                                    -3.5469181277925195,\n                                    50.46854280704224\n                                ],\n                                [\n                                    -3.5469000223861697,\n                                    50.46852775850871\n                                ],\n                                [\n                                    -3.5468631073450965,\n                                    50.4684976707962\n                                ],\n                                [\n                                    -3.5468319731550095,\n                                    50.468472003055965\n                                ],\n                                [\n                                    -3.5468534913461847,\n                                    50.46846209372941\n                                ],\n                                [\n                                    -3.5468837541300915,\n                                    50.4684481109156\n                                ],\n                                [\n                                    -3.5469023584117023,\n                                    50.46843958937395\n                                ],\n                                [\n                                    -3.5469284572145177,\n                                    50.468427550584266\n                                ],\n                                [\n                                    -3.5469323658621543,\n                                    50.468430736340494\n                                ],\n                                [\n                                    -3.5469717663501834,\n                                    50.468463579025396\n                                ],\n                                [\n                                    -3.5470142010921877,\n                                    50.46849871970883\n                                ],\n                                [\n                                    -3.547025498644964,\n                                    50.46850810279109\n                                ],\n                                [\n                                    -3.5471527648916745,\n                                    50.46852169975577\n                                ],\n                                [\n                                    -3.547270053781997,\n                                    50.46846707728984\n                                ],\n                                [\n                                    -3.547293969478743,\n                                    50.46848744470414\n                                ],\n                                [\n                                    -3.547354306982264,\n                                    50.46845804235061\n                                ],\n                                [\n                                    -3.5474097908923534,\n                                    50.46843104287566\n                                ],\n                                [\n                                    -3.547426575952936,\n                                    50.46844880699592\n                                ],\n                                [\n                                    -3.5473731901440226,\n                                    50.46847532889056\n                                ],\n                                [\n                                    -3.5473128673055965,\n                                    50.4685051807428\n                                ],\n                                [\n                                    -3.5473404657835923,\n                                    50.468530445694306\n                                ],\n                                [\n                                    -3.5473260548425607,\n                                    50.46853792223269\n                                ],\n                                [\n                                    -3.5473092875556778,\n                                    50.46854659928528\n                                ],\n                                [\n                                    -3.5472749257381437,\n                                    50.468562354515534\n                                ],\n                                [\n                                    -3.5472426467542646,\n                                    50.46857716468129\n                                ],\n                                [\n                                    -3.5472221116294063,\n                                    50.468586971069755\n                                ],\n                                [\n                                    -3.5471864524440226,\n                                    50.46860399364814\n                                ],\n                                [\n                                    -3.547150314332905,\n                                    50.4686210225841\n                                ],\n                                [\n                                    -3.5471177573797332,\n                                    50.46863638502565\n                                ],\n                                [\n                                    -3.546951286631532,\n                                    50.468716843576345\n                                ],\n                                [\n                                    -3.546915867877367,\n                                    50.4687326037585\n                                ],\n                                [\n                                    -3.5468943437095106,\n                                    50.468742333301535\n                                ],\n                                [\n                                    -3.5468708974537577,\n                                    50.468757934287936\n                                ],\n                                [\n                                    -3.546852381052234,\n                                    50.468773469726166\n                                ],\n                                [\n                                    -3.546925283431657,\n                                    50.4688375877185\n                                ],\n                                [\n                                    -3.5469430553185823,\n                                    50.468853207284255\n                                ],\n                                [\n                                    -3.5469941734379193,\n                                    50.46889879110096\n                                ],\n                                [\n                                    -3.547006046236835,\n                                    50.46890938967675\n                                ],\n                                [\n                                    -3.54701054768992,\n                                    50.46891346691612\n                                ],\n                                [\n                                    -3.5470301498545296,\n                                    50.468931193634496\n                                ],\n                                [\n                                    -3.5470579831782914,\n                                    50.46894206563998\n                                ],\n                                [\n                                    -3.547071021268944,\n                                    50.4689477831331\n                                ],\n                                [\n                                    -3.5471494796470706,\n                                    50.46898221991017\n                                ],\n                                [\n                                    -3.547164100613098,\n                                    50.468989805017145\n                                ],\n                                [\n                                    -3.5471731314278845,\n                                    50.46899449654537\n                                ],\n                                [\n                                    -3.5471939808132023,\n                                    50.46900726012645\n                                ],\n                                [\n                                    -3.547222738604467,\n                                    50.46902486505955\n                                ],\n                                [\n                                    -3.547225643733515,\n                                    50.469027524530254\n                                ],\n                                [\n                                    -3.547228519514087,\n                                    50.46902928502308\n                                ],\n                                [\n                                    -3.5472321142400984,\n                                    50.46903148563901\n                                ],\n                                [\n                                    -3.547235694291973,\n                                    50.46903323676594\n                                ],\n                                [\n                                    -3.5472399786149595,\n                                    50.469034978527006\n                                ],\n                                [\n                                    -3.5472435439928383,\n                                    50.46903628016483\n                                ],\n                                [\n                                    -3.5472478136417935,\n                                    50.4690375724367\n                                ],\n                                [\n                                    -3.547252068616348,\n                                    50.46903841521956\n                                ],\n                                [\n                                    -3.5472563235910504,\n                                    50.46903925800224\n                                ],\n                                [\n                                    -3.5472626913786507,\n                                    50.4690400726871\n                                ],\n                                [\n                                    -3.5472676506246095,\n                                    50.46904090610347\n                                ],\n                                [\n                                    -3.547273299466843,\n                                    50.46904128066481\n                                ],\n                                [\n                                    -3.5472761165505595,\n                                    50.469041243200934\n                                ],\n                                [\n                                    -3.5472796232303057,\n                                    50.46904074688209\n                                ],\n                                [\n                                    -3.547282410964143,\n                                    50.469039810440314\n                                ],\n                                [\n                                    -3.5472852133728168,\n                                    50.46903932348734\n                                ],\n                                [\n                                    -3.5472873115105417,\n                                    50.46903884590036\n                                ],\n                                [\n                                    -3.5472971126027257,\n                                    50.46903691681981\n                                ],\n                                [\n                                    -3.5473187870989773,\n                                    50.46903265336155\n                                ],\n                                [\n                                    -3.5473425283193323,\n                                    50.46902651870851\n                                ],\n                                [\n                                    -3.5473866196556494,\n                                    50.46901138053623\n                                ],\n                                [\n                                    -3.547388292000116,\n                                    50.46901080967987\n                                ],\n                                [\n                                    -3.5474277462834958,\n                                    50.469062969921524\n                                ],\n                                [\n                                    -3.5474491035744684,\n                                    50.46909128576971\n                                ],\n                                [\n                                    -3.547445450167963,\n                                    50.469091604171524\n                                ],\n                                [\n                                    -3.5474349447991846,\n                                    50.46909354263154\n                                ],\n                                [\n                                    -3.5474244394295242,\n                                    50.46909548109062\n                                ],\n                                [\n                                    -3.54741814501305,\n                                    50.469096913858934\n                                ],\n                                [\n                                    -3.547407668994202,\n                                    50.46909975129418\n                                ],\n                                [\n                                    -3.547397207650122,\n                                    50.46910303821737\n                                ],\n                                [\n                                    -3.5473867609805185,\n                                    50.46910677462846\n                                ],\n                                [\n                                    -3.5473839732448873,\n                                    50.46910771107274\n                                ],\n                                [\n                                    -3.547364473768096,\n                                    50.46911471566978\n                                ],\n                                [\n                                    -3.5473464121808287,\n                                    50.46912260050849\n                                ],\n                                [\n                                    -3.547343624443455,\n                                    50.469123536951834\n                                ],\n                                [\n                                    -3.5473221148647727,\n                                    50.46913371606303\n                                ],\n                                [\n                                    -3.547315174868836,\n                                    50.46913695614752\n                                ],\n                                [\n                                    -3.5472846711603894,\n                                    50.46915220139002\n                                ],\n                                [\n                                    -3.5472673725174775,\n                                    50.46916187480605\n                                ],\n                                [\n                                    -3.5472487533697605,\n                                    50.4691742638845\n                                ],\n                                [\n                                    -3.547162471023037,\n                                    50.46914276422531\n                                ],\n                                [\n                                    -3.547168583497346,\n                                    50.46913575780847\n                                ],\n                                [\n                                    -3.547173351990636,\n                                    50.46913074787318\n                                ],\n                                [\n                                    -3.54717666791661,\n                                    50.46912440820182\n                                ],\n                                [\n                                    -3.5471778270035026,\n                                    50.46911674815989\n                                ],\n                                [\n                                    -3.547180335938036,\n                                    50.46910727143156\n                                ],\n                                [\n                                    -3.5471764624035607,\n                                    50.469096530525114\n                                ],\n                                [\n                                    -3.54716705741483,\n                                    50.4690890109635\n                                ],\n                                [\n                                    -3.5471576847113604,\n                                    50.46908248027667\n                                ],\n                                [\n                                    -3.5471562438859596,\n                                    50.46908151013163\n                                ],\n                                [\n                                    -3.5471325333714705,\n                                    50.469067435537916\n                                ],\n                                [\n                                    -3.547100973175779,\n                                    50.4690503175312\n                                ],\n                                [\n                                    -3.5469946429043517,\n                                    50.46905218107449\n                                ],\n                                [\n                                    -3.5468806662905834,\n                                    50.46905420913793\n                                ],\n                                [\n                                    -3.5467932506708486,\n                                    50.469055758061394\n                                ],\n                                [\n                                    -3.5467624241030595,\n                                    50.46906111441067\n                                ],\n                                [\n                                    -3.5466322070619856,\n                                    50.469086678748894\n                                ],\n                                [\n                                    -3.5464809350469184,\n                                    50.46911477122498\n                                ],\n                                [\n                                    -3.5464658664058857,\n                                    50.46912801235207\n                                ],\n                                [\n                                    -3.546437284314125,\n                                    50.469158970769165\n                                ],\n                                [\n                                    -3.5463967732603763,\n                                    50.46921302161377\n                                ],\n                                [\n                                    -3.5463959210752742,\n                                    50.46921411218193\n                                ],\n                                [\n                                    -3.546333226073638,\n                                    50.46929525901882\n                                ],\n                                [\n                                    -3.5465131975521382,\n                                    50.469304558716445\n                                ],\n                                [\n                                    -3.546568189681442,\n                                    50.46930562647051\n                                ],\n                                [\n                                    -3.546590400088306,\n                                    50.46931475660809\n                                ],\n                                [\n                                    -3.5466010410618063,\n                                    50.46931912998535\n                                ],\n                                [\n                                    -3.546621112820627,\n                                    50.46932965558549\n                                ],\n                                [\n                                    -3.5466418741949144,\n                                    50.46933972233086\n                                ],\n                                [\n                                    -3.546645964860848,\n                                    50.46933984782573\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 49266.492285944434,\n            \"area_buildings_sqft\": 0.8827926236706884,\n            \"density\": 0.0017918722902920089,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4576.968811403236,\n            \"area_acre\": 1.1310030368674113,\n            \"area_buildings_m2\": 0.08201343586684211,\n            \"area_buildings_acre\": 0.000020266130019988257\n        },\n        {\n            \"title_no\": \"DN98189\",\n            \"tenure\": \"Freehold\",\n            \"height\": 24.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040548868\",\n                \"100040548869\",\n                \"100040548870\",\n                \"100040548871\",\n                \"100040548872\",\n                \"100040548873\",\n                \"100040548874\",\n                \"100040548875\",\n                \"100040548876\",\n                \"100040548877\",\n                \"100040548878\",\n                \"100040548879\",\n                \"100040548880\",\n                \"100040548881\",\n                \"100040548882\",\n                \"100040548883\",\n                \"100040548884\",\n                \"100040548885\",\n                \"100040548886\",\n                \"100040548887\",\n                \"100040548888\",\n                \"100040548889\",\n                \"100040548890\",\n                \"100040548891\",\n                \"100040548892\",\n                \"100040548893\",\n                \"100040548894\",\n                \"100040548895\",\n                \"100040548896\",\n                \"100040548897\",\n                \"100040548898\",\n                \"100040548899\",\n                \"100040548900\",\n                \"100040548901\",\n                \"100040548902\",\n                \"100040548903\",\n                \"100040548904\",\n                \"100040548905\",\n                \"100040548906\",\n                \"100040548907\",\n                \"100040548908\",\n                \"100040548909\",\n                \"100040548910\",\n                \"100040548911\",\n                \"100040548912\",\n                \"100040548913\",\n                \"100040548914\",\n                \"100040548915\",\n                \"100040548916\",\n                \"100040548917\",\n                \"100040548918\",\n                \"100040548919\"\n            ],\n            \"property_address\": [\n                \"Land and buildings on the south west side of Lower Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"ELLESMERE FLATS LIMITED\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"14 Castle Circus House, Union Street, Torquay TQ2 5QE\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.521526377588615,\n                                50.465274327451155\n                            ],\n                            [\n                                -3.5216630465334053,\n                                50.46530042040829\n                            ],\n                            [\n                                -3.521909738365297,\n                                50.46528190444357\n                            ],\n                            [\n                                -3.5220755886742987,\n                                50.46526894242551\n                            ],\n                            [\n                                -3.5221768004970366,\n                                50.46526150258445\n                            ],\n                            [\n                                -3.522306126345176,\n                                50.465251986004425\n                            ],\n                            [\n                                -3.5223120231341314,\n                                50.46528203762998\n                            ],\n                            [\n                                -3.5218622726422093,\n                                50.465317600633654\n                            ],\n                            [\n                                -3.521535529887869,\n                                50.46534435835104\n                            ],\n                            [\n                                -3.5211314950929746,\n                                50.465377521919066\n                            ],\n                            [\n                                -3.5211534047084285,\n                                50.465555310031704\n                            ],\n                            [\n                                -3.5210837727065596,\n                                50.46555891851733\n                            ],\n                            [\n                                -3.5210837641034134,\n                                50.46555908950944\n                            ],\n                            [\n                                -3.5210560803140343,\n                                50.465560530682396\n                            ],\n                            [\n                                -3.5210571499763965,\n                                50.465573665436025\n                            ],\n                            [\n                                -3.521057332787202,\n                                50.46557365405233\n                            ],\n                            [\n                                -3.521041872919652,\n                                50.46563636213983\n                            ],\n                            [\n                                -3.521011452985472,\n                                50.465759793165994\n                            ],\n                            [\n                                -3.5209992367083296,\n                                50.465809418027476\n                            ],\n                            [\n                                -3.520982265392751,\n                                50.46587772193539\n                            ],\n                            [\n                                -3.520969528942224,\n                                50.465928702642444\n                            ],\n                            [\n                                -3.520967266601286,\n                                50.465937240224264\n                            ],\n                            [\n                                -3.520964248029994,\n                                50.46594855774075\n                            ],\n                            [\n                                -3.52096010492046,\n                                50.465964350815526\n                            ],\n                            [\n                                -3.5209425643403907,\n                                50.46603248228413\n                            ],\n                            [\n                                -3.520882113024163,\n                                50.466014835518514\n                            ],\n                            [\n                                -3.520814576140727,\n                                50.465995932291904\n                            ],\n                            [\n                                -3.520746335076303,\n                                50.46597703823064\n                            ],\n                            [\n                                -3.5207157789988215,\n                                50.46596889364461\n                            ],\n                            [\n                                -3.520714784418267,\n                                50.4659686368346\n                            ],\n                            [\n                                -3.5205768738438885,\n                                50.46593023766827\n                            ],\n                            [\n                                -3.5204146537913954,\n                                50.46588514096408\n                            ],\n                            [\n                                -3.520293527939337,\n                                50.4658516485049\n                            ],\n                            [\n                                -3.520275315047834,\n                                50.4658461305488\n                            ],\n                            [\n                                -3.5202508414814755,\n                                50.465838715790746\n                            ],\n                            [\n                                -3.520165367721528,\n                                50.465809703850915\n                            ],\n                            [\n                                -3.5201632694420963,\n                                50.46581018095029\n                            ],\n                            [\n                                -3.5201597626988597,\n                                50.46581067645256\n                            ],\n                            [\n                                -3.5201569601874363,\n                                50.4658111627533\n                            ],\n                            [\n                                -3.5201548474917663,\n                                50.46581119035766\n                            ],\n                            [\n                                -3.5201302878957224,\n                                50.46580548549454\n                            ],\n                            [\n                                -3.5201165162390065,\n                                50.465802247838226\n                            ],\n                            [\n                                -3.520047528247683,\n                                50.46578201407821\n                            ],\n                            [\n                                -3.5199650446073285,\n                                50.46575835912411\n                            ],\n                            [\n                                -3.51977107440736,\n                                50.465707380751155\n                            ],\n                            [\n                                -3.519668800529949,\n                                50.46568173568322\n                            ],\n                            [\n                                -3.519570105552273,\n                                50.46565784251475\n                            ],\n                            [\n                                -3.519502699375419,\n                                50.46564298397112\n                            ],\n                            [\n                                -3.519547433018533,\n                                50.46556595358452\n                            ],\n                            [\n                                -3.519632316155088,\n                                50.46542274502772\n                            ],\n                            [\n                                -3.5197132040281107,\n                                50.4652867835219\n                            ],\n                            [\n                                -3.5198081450752134,\n                                50.465127704534346\n                            ],\n                            [\n                                -3.519886962536327,\n                                50.46499311899262\n                            ],\n                            [\n                                -3.51997589809231,\n                                50.46502028717456\n                            ],\n                            [\n                                -3.5204442204301905,\n                                50.465168409203635\n                            ],\n                            [\n                                -3.5204534014194326,\n                                50.46515943945528\n                            ],\n                            [\n                                -3.5204811093423785,\n                                50.46513240213863\n                            ],\n                            [\n                                -3.520552860854684,\n                                50.46506311255453\n                            ],\n                            [\n                                -3.5205606553733926,\n                                50.46505572581554\n                            ],\n                            [\n                                -3.5206574773709383,\n                                50.464964163959955\n                            ],\n                            [\n                                -3.5208444238417638,\n                                50.46499391767893\n                            ],\n                            [\n                                -3.5210613967864752,\n                                50.46502849486803\n                            ],\n                            [\n                                -3.5211560027625923,\n                                50.46504353650445\n                            ],\n                            [\n                                -3.5211661750115035,\n                                50.46501804136834\n                            ],\n                            [\n                                -3.521192657324747,\n                                50.46495195141954\n                            ],\n                            [\n                                -3.521319844806778,\n                                50.46497241279958\n                            ],\n                            [\n                                -3.5214565237609623,\n                                50.46499445871593\n                            ],\n                            [\n                                -3.5216202252365116,\n                                50.465019928398014\n                            ],\n                            [\n                                -3.521608432930471,\n                                50.46505201013904\n                            ],\n                            [\n                                -3.521531951986417,\n                                50.46525923512856\n                            ],\n                            [\n                                -3.521526897680943,\n                                50.46527297159966\n                            ],\n                            [\n                                -3.521526377588615,\n                                50.465274327451155\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 114004.95145261995,\n            \"area_buildings_sqft\": 9665.36509462371,\n            \"density\": 8.478022201202903,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 10591.318418117797,\n            \"area_acre\": 2.6171935595183644,\n            \"area_buildings_m2\": 897.9343268881188,\n            \"area_buildings_acre\": 0.22188625102441942\n        },\n        {\n            \"title_no\": \"DN96887\",\n            \"tenure\": \"Freehold\",\n            \"height\": 14.1,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040550527\",\n                \"100040550528\",\n                \"100040550529\",\n                \"100040550530\",\n                \"100040550531\",\n                \"100040550532\",\n                \"100040550533\",\n                \"100040550534\",\n                \"100040557925\",\n                \"100040557926\",\n                \"100040557927\",\n                \"100040557928\"\n            ],\n            \"property_address\": [\n                \"Orchard House, Middle Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"ORCHARD HOUSE & SHRUBLANDS (MANAGEMENT) LIMITED\",\n                    \"company_registration_no\": \"1548602\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"10 Shrublands, Sutherland Road, Torquay TQ1 1RU\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5178481821956273,\n                                50.466381825294015\n                            ],\n                            [\n                                -3.5178497232803516,\n                                50.46679515384352\n                            ],\n                            [\n                                -3.517849784176223,\n                                50.46680585550516\n                            ],\n                            [\n                                -3.5178492335470244,\n                                50.46694706315816\n                            ],\n                            [\n                                -3.517847794255905,\n                                50.466963720206806\n                            ],\n                            [\n                                -3.5178365118649886,\n                                50.46696341771336\n                            ],\n                            [\n                                -3.517818891226343,\n                                50.466963197906196\n                            ],\n                            [\n                                -3.5178104402291672,\n                                50.46696330815551\n                            ],\n                            [\n                                -3.5177991866271943,\n                                50.46696390464887\n                            ],\n                            [\n                                -3.5177858202755363,\n                                50.46696452870298\n                            ],\n                            [\n                                -3.5177668775011823,\n                                50.46696702423389\n                            ],\n                            [\n                                -3.517750033080526,\n                                50.466969042705344\n                            ],\n                            [\n                                -3.5177317801585675,\n                                50.466971079548266\n                            ],\n                            [\n                                -3.5177163586283187,\n                                50.466973529136226\n                            ],\n                            [\n                                -3.5176995429898565,\n                                50.466976446590905\n                            ],\n                            [\n                                -3.5176826841695314,\n                                50.46697801555741\n                            ],\n                            [\n                                -3.517670079634625,\n                                50.46698042839266\n                            ],\n                            [\n                                -3.5176455604181274,\n                                50.466984795377385\n                            ],\n                            [\n                                -3.517416102924225,\n                                50.46702700061191\n                            ],\n                            [\n                                -3.517375477986356,\n                                50.46703445556495\n                            ],\n                            [\n                                -3.517199355914223,\n                                50.46706571198846\n                            ],\n                            [\n                                -3.5170585207268177,\n                                50.467090032601774\n                            ],\n                            [\n                                -3.516859067148947,\n                                50.46712447969458\n                            ],\n                            [\n                                -3.5168594482318696,\n                                50.467121857571385\n                            ],\n                            [\n                                -3.5168630120112634,\n                                50.46710112569205\n                            ],\n                            [\n                                -3.5168653884374916,\n                                50.46707411373114\n                            ],\n                            [\n                                -3.5168679057116083,\n                                50.467047099933694\n                            ],\n                            [\n                                -3.516870276378782,\n                                50.46701990817432\n                            ],\n                            [\n                                -3.5168708137570697,\n                                50.46701468484567\n                            ],\n                            [\n                                -3.5168723942430336,\n                                50.46699802596982\n                            ],\n                            [\n                                -3.516873945956851,\n                                50.46698046810305\n                            ],\n                            [\n                                -3.5168884579901674,\n                                50.466839528125796\n                            ],\n                            [\n                                -3.5168893114599067,\n                                50.466830973021665\n                            ],\n                            [\n                                -3.516906992711863,\n                                50.466648171199516\n                            ],\n                            [\n                                -3.5169105132821024,\n                                50.46662609083126\n                            ],\n                            [\n                                -3.516922188273439,\n                                50.46649337206103\n                            ],\n                            [\n                                -3.516948380226672,\n                                50.46648844379837\n                            ],\n                            [\n                                -3.516984871384493,\n                                50.4664839208624\n                            ],\n                            [\n                                -3.5172387569151,\n                                50.46644778340567\n                            ],\n                            [\n                                -3.517266840272468,\n                                50.46644471907429\n                            ],\n                            [\n                                -3.517275334346681,\n                                50.46644595735141\n                            ],\n                            [\n                                -3.517316956755511,\n                                50.46645206984975\n                            ],\n                            [\n                                -3.517378686145852,\n                                50.4664612477539\n                            ],\n                            [\n                                -3.517390743730746,\n                                50.46644175412755\n                            ],\n                            [\n                                -3.5173939228056788,\n                                50.46643982399688\n                            ],\n                            [\n                                -3.5174177055085436,\n                                50.46642566357933\n                            ],\n                            [\n                                -3.5174387320311067,\n                                50.46642224156083\n                            ],\n                            [\n                                -3.5174913630840496,\n                                50.466415709227086\n                            ],\n                            [\n                                -3.5175194607962097,\n                                50.4664130943304\n                            ],\n                            [\n                                -3.5176683570272607,\n                                50.46639856102212\n                            ],\n                            [\n                                -3.5178481821956273,\n                                50.466381825294015\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 48736.76335025769,\n            \"area_buildings_sqft\": 7124.238883895664,\n            \"density\": 14.617792389485784,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4527.755792480276,\n            \"area_acre\": 1.1188421338442995,\n            \"area_buildings_m2\": 661.8579416476834,\n            \"area_buildings_acre\": 0.16355002029145235\n        },\n        {\n            \"title_no\": \"DN96206\",\n            \"tenure\": \"Freehold\",\n            \"height\": 16.1,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040544123\",\n                \"100040544124\",\n                \"100040544125\",\n                \"100040544126\",\n                \"100040544127\",\n                \"100040544128\",\n                \"100040544129\",\n                \"100040544130\",\n                \"100040544131\",\n                \"100040544132\",\n                \"100040544133\",\n                \"100040544134\",\n                \"100041188791\",\n                \"100041188793\",\n                \"100041188795\",\n                \"100041188796\",\n                \"100041188797\",\n                \"100041188798\",\n                \"100041188799\",\n                \"100041188800\",\n                \"100041188801\",\n                \"100041188821\",\n                \"100041188822\",\n                \"100041188823\",\n                \"100041188824\",\n                \"100041188825\",\n                \"100041188826\",\n                \"100041188827\",\n                \"100041188828\",\n                \"100041188829\",\n                \"100041188830\",\n                \"100041188831\",\n                \"100041188832\",\n                \"100041188833\",\n                \"100041188834\",\n                \"100041188835\"\n            ],\n            \"property_address\": [\n                \"land on the south west side of Furzehill Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WILNECOTE AND ST IVES MANAGEMENT COMPANY LIMITED\",\n                    \"company_registration_no\": \"5484867\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"10 St Ives Court, Furzehill Road, Torquay TQ1 3JG\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5324414296708286,\n                                50.47187902089655\n                            ],\n                            [\n                                -3.5324413279210423,\n                                50.471875874454035\n                            ],\n                            [\n                                -3.5324405654603948,\n                                50.471874085763446\n                            ],\n                            [\n                                -3.5324398029998076,\n                                50.47187229707289\n                            ],\n                            [\n                                -3.5324325272513075,\n                                50.47186519796984\n                            ],\n                            [\n                                -3.532408645026707,\n                                50.47183961975816\n                            ],\n                            [\n                                -3.532371243704416,\n                                50.47184397063781\n                            ],\n                            [\n                                -3.5323591031112236,\n                                50.47178666101597\n                            ],\n                            [\n                                -3.532295744568779,\n                                50.47150077741169\n                            ],\n                            [\n                                -3.5323604218767057,\n                                50.47148751434777\n                            ],\n                            [\n                                -3.53239464247347,\n                                50.47147806997958\n                            ],\n                            [\n                                -3.5325997913204565,\n                                50.47141600965992\n                            ],\n                            [\n                                -3.532755384298061,\n                                50.471368542006\n                            ],\n                            [\n                                -3.5328649287118097,\n                                50.471335171327205\n                            ],\n                            [\n                                -3.5329262827505445,\n                                50.471315026607\n                            ],\n                            [\n                                -3.532960459486162,\n                                50.471304233599085\n                            ],\n                            [\n                                -3.532987709439416,\n                                50.471297129313434\n                            ],\n                            [\n                                -3.5330150175476613,\n                                50.471291822988306\n                            ],\n                            [\n                                -3.533068326916854,\n                                50.47128437532154\n                            ],\n                            [\n                                -3.533109176835475,\n                                50.47128383705654\n                            ],\n                            [\n                                -3.5332993838639077,\n                                50.47128267962649\n                            ],\n                            [\n                                -3.533328275070281,\n                                50.47128274856461\n                            ],\n                            [\n                                -3.5333317820706704,\n                                50.471282252663535\n                            ],\n                            [\n                                -3.53335643287964,\n                                50.47128192779439\n                            ],\n                            [\n                                -3.5333641948207766,\n                                50.471282275183206\n                            ],\n                            [\n                                -3.5333733217470304,\n                                50.471281255532304\n                            ],\n                            [\n                                -3.533383857290451,\n                                50.47128021731625\n                            ],\n                            [\n                                -3.53340570540718,\n                                50.47128037905715\n                            ],\n                            [\n                                -3.533411325332851,\n                                50.47127985530659\n                            ],\n                            [\n                                -3.5334268201257544,\n                                50.471279651093134\n                            ],\n                            [\n                                -3.533448668242192,\n                                50.471279812825955\n                            ],\n                            [\n                                -3.533450076859711,\n                                50.471279794260745\n                            ],\n                            [\n                                -3.5334691077411784,\n                                50.471279993120156\n                            ],\n                            [\n                                -3.5334810955352003,\n                                50.47128028480471\n                            ],\n                            [\n                                -3.5335043959057555,\n                                50.47128177643628\n                            ],\n                            [\n                                -3.5335262876601043,\n                                50.47128328662935\n                            ],\n                            [\n                                -3.5335418115449153,\n                                50.47128398138379\n                            ],\n                            [\n                                -3.533544643325912,\n                                50.47128439374267\n                            ],\n                            [\n                                -3.5335517009597566,\n                                50.47128475040217\n                            ],\n                            [\n                                -3.5335580688308634,\n                                50.47128556583611\n                            ],\n                            [\n                                -3.5335644512482065,\n                                50.471286830761265\n                            ],\n                            [\n                                -3.5335829232857736,\n                                50.47129153380132\n                            ],\n                            [\n                                -3.5335857696137913,\n                                50.4712923956508\n                            ],\n                            [\n                                -3.533590743414928,\n                                50.471293679141375\n                            ],\n                            [\n                                -3.5335964360716017,\n                                50.47129540283985\n                            ],\n                            [\n                                -3.533601424419717,\n                                50.471297135821594\n                            ],\n                            [\n                                -3.5336057230056275,\n                                50.47129932757824\n                            ],\n                            [\n                                -3.533611459302954,\n                                50.47130239975073\n                            ],\n                            [\n                                -3.5336164912919346,\n                                50.47130548120655\n                            ],\n                            [\n                                -3.53362024970651,\n                                50.4713083995761\n                            ],\n                            [\n                                -3.5336300959691807,\n                                50.47131654396319\n                            ],\n                            [\n                                -3.533608605595118,\n                                50.471431946162454\n                            ],\n                            [\n                                -3.533591769824803,\n                                50.471608443932766\n                            ],\n                            [\n                                -3.5335678288641734,\n                                50.471848440690415\n                            ],\n                            [\n                                -3.53356064494109,\n                                50.47193127710332\n                            ],\n                            [\n                                -3.533559100361496,\n                                50.47194712631329\n                            ],\n                            [\n                                -3.533557151415408,\n                                50.471967028002425\n                            ],\n                            [\n                                -3.5335442804365784,\n                                50.47210057370728\n                            ],\n                            [\n                                -3.533401972347745,\n                                50.47212313474058\n                            ],\n                            [\n                                -3.533324846062642,\n                                50.472134943580876\n                            ],\n                            [\n                                -3.533283538337881,\n                                50.47214313256685\n                            ],\n                            [\n                                -3.533196903018393,\n                                50.47215722511362\n                            ],\n                            [\n                                -3.5331875116424887,\n                                50.472158787854454\n                            ],\n                            [\n                                -3.533154583023699,\n                                50.47216461796294\n                            ],\n                            [\n                                -3.533050220705676,\n                                50.47218398044205\n                            ],\n                            [\n                                -3.5330200948000536,\n                                50.47218932389979\n                            ],\n                            [\n                                -3.5329310966058425,\n                                50.47220443668407\n                            ],\n                            [\n                                -3.532795184962079,\n                                50.4722287114304\n                            ],\n                            [\n                                -3.5327762700122856,\n                                50.47223210839774\n                            ],\n                            [\n                                -3.5327496075046554,\n                                50.47223560742581\n                            ],\n                            [\n                                -3.532748213397054,\n                                50.4722360754745\n                            ],\n                            [\n                                -3.5327442385587458,\n                                50.472236487584084\n                            ],\n                            [\n                                -3.53275956008814,\n                                50.4722858138536\n                            ],\n                            [\n                                -3.532681798543513,\n                                50.47229585888234\n                            ],\n                            [\n                                -3.5326710300323816,\n                                50.47226181581778\n                            ],\n                            [\n                                -3.532659538539412,\n                                50.472262497820466\n                            ],\n                            [\n                                -3.532649663922242,\n                                50.4722626278971\n                            ],\n                            [\n                                -3.5326438994868523,\n                                50.47226217320443\n                            ],\n                            [\n                                -3.532638135342323,\n                                50.47226172750132\n                            ],\n                            [\n                                -3.532628021395443,\n                                50.47225750779514\n                            ],\n                            [\n                                -3.5326231609513927,\n                                50.472256681446964\n                            ],\n                            [\n                                -3.5325945318654743,\n                                50.47226124960928\n                            ],\n                            [\n                                -3.532583891113174,\n                                50.47226296366335\n                            ],\n                            [\n                                -3.5325625219334484,\n                                50.4722632451409\n                            ],\n                            [\n                                -3.532550962405541,\n                                50.47226182351159\n                            ],\n                            [\n                                -3.532537670156873,\n                                50.4722578075479\n                            ],\n                            [\n                                -3.5325274109373894,\n                                50.47225171007073\n                            ],\n                            [\n                                -3.532524035267255,\n                                50.47224276086979\n                            ],\n                            [\n                                -3.5324677379703435,\n                                50.47224108309194\n                            ],\n                            [\n                                -3.5324671738759474,\n                                50.472239327763546\n                            ],\n                            [\n                                -3.5324655617238836,\n                                50.472233053432554\n                            ],\n                            [\n                                -3.532430015204474,\n                                50.472114355565225\n                            ],\n                            [\n                                -3.532409470997229,\n                                50.472023790138174\n                            ],\n                            [\n                                -3.532398817694047,\n                                50.4719776130771\n                            ],\n                            [\n                                -3.532399420266158,\n                                50.47197445735825\n                            ],\n                            [\n                                -3.532399231306823,\n                                50.47196861396497\n                            ],\n                            [\n                                -3.532400436450712,\n                                50.4719623025272\n                            ],\n                            [\n                                -3.532401053557884,\n                                50.471959596300096\n                            ],\n                            [\n                                -3.5324023313780932,\n                                50.47195553232127\n                            ],\n                            [\n                                -3.53240760254616,\n                                50.471944220815445\n                            ],\n                            [\n                                -3.532414870384489,\n                                50.47192928554578\n                            ],\n                            [\n                                -3.5324235468553784,\n                                50.47191433172268\n                            ],\n                            [\n                                -3.5324328694967244,\n                                50.47189757065526\n                            ],\n                            [\n                                -3.532434219990762,\n                                50.471895754135005\n                            ],\n                            [\n                                -3.5324368773715866,\n                                50.47189077261912\n                            ],\n                            [\n                                -3.532439534751864,\n                                50.47188579110314\n                            ],\n                            [\n                                -3.5324395056805216,\n                                50.47188489211954\n                            ],\n                            [\n                                -3.5324401518559,\n                                50.47188308487583\n                            ],\n                            [\n                                -3.532440798031231,\n                                50.47188127763207\n                            ],\n                            [\n                                -3.5324414296708286,\n                                50.47187902089655\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 87329.05665951582,\n            \"area_buildings_sqft\": 14672.91597777367,\n            \"density\": 16.80187160956219,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 8113.067322511689,\n            \"area_acre\": 2.0047992805214836,\n            \"area_buildings_m2\": 1363.1471551257591,\n            \"area_buildings_acre\": 0.3368438011426462\n        },\n        {\n            \"title_no\": \"DN96197\",\n            \"tenure\": \"Freehold\",\n            \"height\": 10.1,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10000009982\",\n                \"100040546393\"\n            ],\n            \"property_address\": [\n                \"Longcroft Higher Lincombe Road Torquay Torbay TQ1 2EY\",\n                \"Longcroft Lodge Higher Lincombe Road Torquay Torbay TQ1 2EY\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.510374887041435,\n                                50.461066248473905\n                            ],\n                            [\n                                -3.510367939913215,\n                                50.46106930657205\n                            ],\n                            [\n                                -3.510362274601418,\n                                50.46107279771217\n                            ],\n                            [\n                                -3.5103248316104763,\n                                50.46108713403835\n                            ],\n                            [\n                                -3.5102420408590977,\n                                50.461097652131684\n                            ],\n                            [\n                                -3.510093948832939,\n                                50.46111486366636\n                            ],\n                            [\n                                -3.510038491576724,\n                                50.461120979678036\n                            ],\n                            [\n                                -3.509952401404774,\n                                50.461129651719894\n                            ],\n                            [\n                                -3.5098955186002296,\n                                50.46113524654519\n                            ],\n                            [\n                                -3.509893130163104,\n                                50.46113545741594\n                            ],\n                            [\n                                -3.5097553851023857,\n                                50.461150195881515\n                            ],\n                            [\n                                -3.5097473523519844,\n                                50.461085986441496\n                            ],\n                            [\n                                -3.5097882563818392,\n                                50.46108476311557\n                            ],\n                            [\n                                -3.5097904549322094,\n                                50.46108611061483\n                            ],\n                            [\n                                -3.509798244655229,\n                                50.46109358218923\n                            ],\n                            [\n                                -3.509803646237053,\n                                50.4610941956094\n                            ],\n                            [\n                                -3.5098208701180758,\n                                50.46109397208755\n                            ],\n                            [\n                                -3.5098564163771586,\n                                50.46109351078013\n                            ],\n                            [\n                                -3.509899453394187,\n                                50.461091576215225\n                            ],\n                            [\n                                -3.5098978215186616,\n                                50.46107440151104\n                            ],\n                            [\n                                -3.5099612501659463,\n                                50.461073056673214\n                            ],\n                            [\n                                -3.509957726132078,\n                                50.46101815113128\n                            ],\n                            [\n                                -3.50995644928915,\n                                50.461000180377454\n                            ],\n                            [\n                                -3.5099113971237657,\n                                50.46100121476977\n                            ],\n                            [\n                                -3.509910163248535,\n                                50.46098459250725\n                            ],\n                            [\n                                -3.5098953614974864,\n                                50.460984334924575\n                            ],\n                            [\n                                -3.5098937410869104,\n                                50.460955576233566\n                            ],\n                            [\n                                -3.5098024815426605,\n                                50.46095676057789\n                            ],\n                            [\n                                -3.5098017131512473,\n                                50.46094148132291\n                            ],\n                            [\n                                -3.5097679276445177,\n                                50.46094236944786\n                            ],\n                            [\n                                -3.50974469026627,\n                                50.46094267099862\n                            ],\n                            [\n                                -3.5095401225462224,\n                                50.460945505340774\n                            ],\n                            [\n                                -3.5094238263998974,\n                                50.46094712216205\n                            ],\n                            [\n                                -3.509415700463006,\n                                50.4606326112806\n                            ],\n                            [\n                                -3.5094135337644388,\n                                50.46049818412953\n                            ],\n                            [\n                                -3.509418391301816,\n                                50.46049587269165\n                            ],\n                            [\n                                -3.5094239529951365,\n                                50.46049355211776\n                            ],\n                            [\n                                -3.509426036841033,\n                                50.4604926257153\n                            ],\n                            [\n                                -3.5094316128453262,\n                                50.460490754638506\n                            ],\n                            [\n                                -3.509437203160959,\n                                50.46048933305891\n                            ],\n                            [\n                                -3.5094434833207386,\n                                50.460487452845655\n                            ],\n                            [\n                                -3.509463760733584,\n                                50.46048269292663\n                            ],\n                            [\n                                -3.509491008142506,\n                                50.46047559415463\n                            ],\n                            [\n                                -3.50951266523248,\n                                50.46046991695977\n                            ],\n                            [\n                                -3.5095315200060653,\n                                50.46046472580434\n                            ],\n                            [\n                                -3.5096120255955343,\n                                50.46044884166553\n                            ],\n                            [\n                                -3.5097107675993433,\n                                50.46043047240919\n                            ],\n                            [\n                                -3.5097556045071845,\n                                50.46042269563804\n                            ],\n                            [\n                                -3.509783670512035,\n                                50.46041918363961\n                            ],\n                            [\n                                -3.50981383466268,\n                                50.46041519472248\n                            ],\n                            [\n                                -3.509996327985208,\n                                50.46039438925944\n                            ],\n                            [\n                                -3.5102125632756973,\n                                50.460371346778885\n                            ],\n                            [\n                                -3.5102912137632245,\n                                50.460363580546726\n                            ],\n                            [\n                                -3.5104694817387667,\n                                50.460342829191305\n                            ],\n                            [\n                                -3.510472568558451,\n                                50.46034242936804\n                            ],\n                            [\n                                -3.510461270548352,\n                                50.460394649366805\n                            ],\n                            [\n                                -3.5104597118534873,\n                                50.460403213584314\n                            ],\n                            [\n                                -3.5104582653462213,\n                                50.46041087697885\n                            ],\n                            [\n                                -3.5104571725887035,\n                                50.46041637730122\n                            ],\n                            [\n                                -3.510436435445759,\n                                50.46052609942076\n                            ],\n                            [\n                                -3.5104317220994496,\n                                50.46055062337902\n                            ],\n                            [\n                                -3.510429991056607,\n                                50.46055820053041\n                            ],\n                            [\n                                -3.5104286309511443,\n                                50.460564154006484\n                            ],\n                            [\n                                -3.510427909125001,\n                                50.46056803065325\n                            ],\n                            [\n                                -3.5104003903729057,\n                                50.46071696324357\n                            ],\n                            [\n                                -3.5103997864606495,\n                                50.460720118866114\n                            ],\n                            [\n                                -3.510398256387268,\n                                50.46072958207704\n                            ],\n                            [\n                                -3.5103968241822483,\n                                50.46073769496781\n                            ],\n                            [\n                                -3.5103853498274398,\n                                50.46079765179511\n                            ],\n                            [\n                                -3.5103838889765706,\n                                50.46080486569118\n                            ],\n                            [\n                                -3.510382551772358,\n                                50.46081153836217\n                            ],\n                            [\n                                -3.5103810937848605,\n                                50.46081884215764\n                            ],\n                            [\n                                -3.5103805013268823,\n                                50.46082235737788\n                            ],\n                            [\n                                -3.5103672323693322,\n                                50.46089232046676\n                            ],\n                            [\n                                -3.51035751667446,\n                                50.46095441293734\n                            ],\n                            [\n                                -3.510356691238557,\n                                50.46095946010464\n                            ],\n                            [\n                                -3.510354710010525,\n                                50.46096802980519\n                            ],\n                            [\n                                -3.510352967484993,\n                                50.46097524735735\n                            ],\n                            [\n                                -3.5103520069439047,\n                                50.460980476151825\n                            ],\n                            [\n                                -3.5103481934189116,\n                                50.46100229032401\n                            ],\n                            [\n                                -3.510346842374231,\n                                50.461004106595965\n                            ],\n                            [\n                                -3.510345548612072,\n                                50.46100772085688\n                            ],\n                            [\n                                -3.5103457061393173,\n                                50.46101266532656\n                            ],\n                            [\n                                -3.5103464675858165,\n                                50.461014454174034\n                            ],\n                            [\n                                -3.510347933196258,\n                                50.461016233880024\n                            ],\n                            [\n                                -3.5103486946429,\n                                50.46101802272753\n                            ],\n                            [\n                                -3.510348737604977,\n                                50.46101937121923\n                            ],\n                            [\n                                -3.510351093548925,\n                                50.461026985247834\n                            ],\n                            [\n                                -3.510361496036562,\n                                50.46104393816128\n                            ],\n                            [\n                                -3.510374887041435,\n                                50.461066248473905\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 52108.612974338466,\n            \"area_buildings_sqft\": 2867.87751114281,\n            \"density\": 5.503653517999283,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 4841.008265917732,\n            \"area_acre\": 1.19624915000777,\n            \"area_buildings_m2\": 266.4323217338174,\n            \"area_buildings_acre\": 0.06583740842843916\n        },\n        {\n            \"title_no\": \"DN92807\",\n            \"tenure\": \"Freehold\",\n            \"height\": 14.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Abbey School, Hampton Court, Fore Street, St Marychurch, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"SCHOOLS IN LIMITED\",\n                    \"company_registration_no\": \"044696990\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Abbey School, St Marychurch Road, Torquay TQ1 4PR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5222496201234685,\n                                50.48176417535678\n                            ],\n                            [\n                                -3.5223263449240343,\n                                50.48182702643911\n                            ],\n                            [\n                                -3.5223510769111854,\n                                50.48185098569807\n                            ],\n                            [\n                                -3.522471074824035,\n                                50.48195769911185\n                            ],\n                            [\n                                -3.522436105282916,\n                                50.48205816596343\n                            ],\n                            [\n                                -3.522359224020949,\n                                50.48210449981555\n                            ],\n                            [\n                                -3.5222687144026787,\n                                50.482160985860446\n                            ],\n                            [\n                                -3.5222234083998956,\n                                50.48213280791381\n                            ],\n                            [\n                                -3.522167494990685,\n                                50.48212544509644\n                            ],\n                            [\n                                -3.5221316422932416,\n                                50.48215019694075\n                            ],\n                            [\n                                -3.5221209451950775,\n                                50.48214628973524\n                            ],\n                            [\n                                -3.5220300051380615,\n                                50.48221132518278\n                            ],\n                            [\n                                -3.5220838953707405,\n                                50.482243456039804\n                            ],\n                            [\n                                -3.5220107807216823,\n                                50.48229297809719\n                            ],\n                            [\n                                -3.52203456280243,\n                                50.482309305251924\n                            ],\n                            [\n                                -3.5219508988054344,\n                                50.48236391176473\n                            ],\n                            [\n                                -3.521844905721206,\n                                50.48235089927529\n                            ],\n                            [\n                                -3.521829725203509,\n                                50.482360999819065\n                            ],\n                            [\n                                -3.5218283592814927,\n                                50.4823623577363\n                            ],\n                            [\n                                -3.5218262894597228,\n                                50.482363742846964\n                            ],\n                            [\n                                -3.5218248949455386,\n                                50.48236421076762\n                            ],\n                            [\n                                -3.521822091187906,\n                                50.48236468812585\n                            ],\n                            [\n                                -3.521819259127138,\n                                50.482364284477306\n                            ],\n                            [\n                                -3.5218164412179283,\n                                50.482364321332035\n                            ],\n                            [\n                                -3.5218143133457196,\n                                50.48236389947986\n                            ],\n                            [\n                                -3.5218114809962557,\n                                50.48236348684126\n                            ],\n                            [\n                                -3.5218086339177903,\n                                50.482362615719545\n                            ],\n                            [\n                                -3.5218064918943064,\n                                50.48236175336386\n                            ],\n                            [\n                                -3.521778612672965,\n                                50.48234951789193\n                            ],\n                            [\n                                -3.5217687499935946,\n                                50.48234964687976\n                            ],\n                            [\n                                -3.5217617343909517,\n                                50.482350646989666\n                            ],\n                            [\n                                -3.521758930922245,\n                                50.482351133336216\n                            ],\n                            [\n                                -3.521756831930612,\n                                50.482351610469394\n                            ],\n                            [\n                                -3.5217512538723086,\n                                50.482353482148596\n                            ],\n                            [\n                                -3.5217457046928446,\n                                50.48235625281397\n                            ],\n                            [\n                                -3.521717239868962,\n                                50.482369665856844\n                            ],\n                            [\n                                -3.5216371762314638,\n                                50.482409115739586\n                            ],\n                            [\n                                -3.521573622054246,\n                                50.48244034533884\n                            ],\n                            [\n                                -3.5213522569704137,\n                                50.4825480157543\n                            ],\n                            [\n                                -3.5212740047744995,\n                                50.48256927454562\n                            ],\n                            [\n                                -3.521222216825373,\n                                50.48255870956219\n                            ],\n                            [\n                                -3.521213231796679,\n                                50.48256422321288\n                            ],\n                            [\n                                -3.5209788622784544,\n                                50.482508369677625\n                            ],\n                            [\n                                -3.52081829363473,\n                                50.48246820732862\n                            ],\n                            [\n                                -3.5208052089477273,\n                                50.48245578725034\n                            ],\n                            [\n                                -3.5207604371510133,\n                                50.482444230996485\n                            ],\n                            [\n                                -3.520742236142518,\n                                50.48244806633205\n                            ],\n                            [\n                                -3.5206290838057037,\n                                50.482414011248906\n                            ],\n                            [\n                                -3.5205984740880565,\n                                50.482404527258296\n                            ],\n                            [\n                                -3.5205280144729674,\n                                50.482382685118736\n                            ],\n                            [\n                                -3.5205464055781794,\n                                50.482361498600575\n                            ],\n                            [\n                                -3.5206260760578534,\n                                50.482386179264736\n                            ],\n                            [\n                                -3.5207954262684074,\n                                50.48228278753262\n                            ],\n                            [\n                                -3.5209611384480137,\n                                50.48218025253107\n                            ],\n                            [\n                                -3.5209847725393137,\n                                50.48216564370904\n                            ],\n                            [\n                                -3.521180664571799,\n                                50.48204606665631\n                            ],\n                            [\n                                -3.5213698025099776,\n                                50.48193127225774\n                            ],\n                            [\n                                -3.5213754720577812,\n                                50.481927861487634\n                            ],\n                            [\n                                -3.521602718985427,\n                                50.4817883755265\n                            ],\n                            [\n                                -3.5218377090878454,\n                                50.48188557244872\n                            ],\n                            [\n                                -3.5218496764166076,\n                                50.48188514611854\n                            ],\n                            [\n                                -3.5220390289689325,\n                                50.481878001709184\n                            ],\n                            [\n                                -3.522144331894557,\n                                50.481821313326364\n                            ],\n                            [\n                                -3.5222496201234685,\n                                50.48176417535678\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 63649.95900027959,\n            \"area_buildings_sqft\": 8929.872297360136,\n            \"density\": 14.029659150795228,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 5913.225473827535,\n            \"area_acre\": 1.4612019972515975,\n            \"area_buildings_m2\": 829.6053787959993,\n            \"area_buildings_acre\": 0.20500165971901138\n        },\n        {\n            \"title_no\": \"DN88992\",\n            \"tenure\": \"Freehold\",\n            \"height\": 16.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040546411\",\n                \"100040546412\",\n                \"100040546413\",\n                \"100040546414\",\n                \"100040546415\",\n                \"100040546416\",\n                \"100040546417\",\n                \"100040546418\",\n                \"100040546419\",\n                \"100040546420\",\n                \"100040546421\",\n                \"100040546422\",\n                \"100040546423\",\n                \"100040546424\",\n                \"100040546425\",\n                \"100040546426\",\n                \"100040546427\",\n                \"100040546428\",\n                \"100040546429\",\n                \"100040546430\"\n            ],\n            \"property_address\": [\n                \"land and buildings on the North side of Middle Lincombe Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"KENILWORTH FLATS LIMITED\",\n                    \"company_registration_no\": \"2646510\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Flat 17 Kenilworth, Higher Lincombe Road, Torquay, DEVON\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5114776727046615,\n                                50.4602187534943\n                            ],\n                            [\n                                -3.5114472214666335,\n                                50.46031978821937\n                            ],\n                            [\n                                -3.5113964636919786,\n                                50.4604953744112\n                            ],\n                            [\n                                -3.5113640339501466,\n                                50.4606050687294\n                            ],\n                            [\n                                -3.5113386476475172,\n                                50.46069263706015\n                            ],\n                            [\n                                -3.511274632936493,\n                                50.46093854597852\n                            ],\n                            [\n                                -3.511130793354963,\n                                50.460978637440384\n                            ],\n                            [\n                                -3.5111273298518277,\n                                50.460980481159794\n                            ],\n                            [\n                                -3.511123880676445,\n                                50.46098277437616\n                            ],\n                            [\n                                -3.5111224866781905,\n                                50.46098324216563\n                            ],\n                            [\n                                -3.511062905031547,\n                                50.46099256001975\n                            ],\n                            [\n                                -3.5109282357404066,\n                                50.46101094733103\n                            ],\n                            [\n                                -3.5107150580834596,\n                                50.461041596038925\n                            ],\n                            [\n                                -3.51070929585326,\n                                50.461037623714006\n                            ],\n                            [\n                                -3.5106491623659286,\n                                50.46096330745227\n                            ],\n                            [\n                                -3.510633816331709,\n                                50.460945969070444\n                            ],\n                            [\n                                -3.5104299528349814,\n                                50.460959408356224\n                            ],\n                            [\n                                -3.510442239692111,\n                                50.46090726546454\n                            ],\n                            [\n                                -3.5104429787074736,\n                                50.460903928214556\n                            ],\n                            [\n                                -3.5104444424163685,\n                                50.460896804217356\n                            ],\n                            [\n                                -3.5104456645603848,\n                                50.46089094246923\n                            ],\n                            [\n                                -3.510447249050714,\n                                50.46088318734744\n                            ],\n                            [\n                                -3.5104486005691715,\n                                50.46087696417307\n                            ],\n                            [\n                                -3.5104613251644783,\n                                50.46081645148835\n                            ],\n                            [\n                                -3.5104616903743633,\n                                50.460814648014114\n                            ],\n                            [\n                                -3.5104698228520914,\n                                50.46077362126057\n                            ],\n                            [\n                                -3.5104913839982643,\n                                50.46067207267527\n                            ],\n                            [\n                                -3.510494926751029,\n                                50.460655028654124\n                            ],\n                            [\n                                -3.5104973447587344,\n                                50.46064690296291\n                            ],\n                            [\n                                -3.510500015785062,\n                                50.46063787462021\n                            ],\n                            [\n                                -3.510504780662754,\n                                50.46061496884987\n                            ],\n                            [\n                                -3.5105278545243506,\n                                50.46050341764734\n                            ],\n                            [\n                                -3.51052993643265,\n                                50.460493587522826\n                            ],\n                            [\n                                -3.510531242099356,\n                                50.4604859259561\n                            ],\n                            [\n                                -3.51053243844325,\n                                50.46047925511181\n                            ],\n                            [\n                                -3.510533516871142,\n                                50.460473305291586\n                            ],\n                            [\n                                -3.5105372147487297,\n                                50.46045670893759\n                            ],\n                            [\n                                -3.510562774722722,\n                                50.460343596522684\n                            ],\n                            [\n                                -3.5105656213964456,\n                                50.460331238241565\n                            ],\n                            [\n                                -3.5108553910829894,\n                                50.460294648640364\n                            ],\n                            [\n                                -3.511189809711028,\n                                50.46025325134036\n                            ],\n                            [\n                                -3.5112083334201767,\n                                50.4602509421849\n                            ],\n                            [\n                                -3.5114776727046615,\n                                50.4602187534943\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 51952.68744704376,\n            \"area_buildings_sqft\": 8818.730258990823,\n            \"density\": 16.974541053299507,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4826.522430977681,\n            \"area_acre\": 1.1926695924482038,\n            \"area_buildings_m2\": 819.2800314930159,\n            \"area_buildings_acre\": 0.20245018960034028\n        },\n        {\n            \"title_no\": \"DN87743\",\n            \"tenure\": \"Freehold\",\n            \"height\": 10.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040556108\",\n                \"100040556109\",\n                \"100040556110\",\n                \"100040556111\",\n                \"100040556112\",\n                \"100040556113\",\n                \"100040556114\",\n                \"100040556115\",\n                \"100040556116\",\n                \"100040556117\",\n                \"100040556118\",\n                \"100040556119\",\n                \"100040556120\",\n                \"100040556121\",\n                \"100040556122\",\n                \"100040556123\",\n                \"100040556124\",\n                \"100040556125\",\n                \"100040556126\",\n                \"100040556127\",\n                \"100040556128\",\n                \"100040556129\",\n                \"100040556130\",\n                \"100040556131\",\n                \"100040556132\",\n                \"100040556133\",\n                \"100040556134\",\n                \"100040556135\",\n                \"100040556136\",\n                \"100040556137\",\n                \"100040556138\",\n                \"100040556139\",\n                \"100040556140\",\n                \"100040556141\",\n                \"100040556142\",\n                \"100040556143\",\n                \"100040556144\",\n                \"100040556145\",\n                \"100040556146\",\n                \"100040556147\",\n                \"100040556148\",\n                \"100040556149\",\n                \"100040556150\",\n                \"100040556151\",\n                \"100040556152\",\n                \"100040556153\",\n                \"100040556154\"\n            ],\n            \"property_address\": [\n                \"Fleet House, 63 Teignmouth Road, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.539431334667866,\n                                    50.4757426112932\n                                ],\n                                [\n                                    -3.539405682106806,\n                                    50.475753383344674\n                                ],\n                                [\n                                    -3.539395169816237,\n                                    50.4757430178272\n                                ],\n                                [\n                                    -3.539420617847827,\n                                    50.475732023642486\n                                ],\n                                [\n                                    -3.539431334667866,\n                                    50.4757426112932\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.539574343431981,\n                                    50.47539784459991\n                                ],\n                                [\n                                    -3.53959326997577,\n                                    50.4754346840376\n                                ],\n                                [\n                                    -3.5396313326456186,\n                                    50.47550873786411\n                                ],\n                                [\n                                    -3.539633062822968,\n                                    50.475512105581295\n                                ],\n                                [\n                                    -3.5396699939879723,\n                                    50.47558386299548\n                                ],\n                                [\n                                    -3.5396782678891654,\n                                    50.475599942105276\n                                ],\n                                [\n                                    -3.539679482520038,\n                                    50.47560262413172\n                                ],\n                                [\n                                    -3.5396828154525215,\n                                    50.47560977495935\n                                ],\n                                [\n                                    -3.539718538729309,\n                                    50.475668210736224\n                                ],\n                                [\n                                    -3.539602818357622,\n                                    50.47572333528463\n                                ],\n                                [\n                                    -3.5395960456260602,\n                                    50.475726563691936\n                                ],\n                                [\n                                    -3.5395935628608552,\n                                    50.475725625228534\n                                ],\n                                [\n                                    -3.5395321284479406,\n                                    50.475678322015725\n                                ],\n                                [\n                                    -3.5395003620322436,\n                                    50.475654909121324\n                                ],\n                                [\n                                    -3.5393794223200454,\n                                    50.475706424096714\n                                ],\n                                [\n                                    -3.5392160850419487,\n                                    50.475776037472464\n                                ],\n                                [\n                                    -3.539162534536351,\n                                    50.475797880986974\n                                ],\n                                [\n                                    -3.5389985944450038,\n                                    50.47587064981048\n                                ],\n                                [\n                                    -3.5386274370307924,\n                                    50.47568174507223\n                                ],\n                                [\n                                    -3.5385955104244693,\n                                    50.47566727375318\n                                ],\n                                [\n                                    -3.5385943936738844,\n                                    50.4756623959673\n                                ],\n                                [\n                                    -3.538584317294774,\n                                    50.475634199170464\n                                ],\n                                [\n                                    -3.5385679929377347,\n                                    50.47558719829714\n                                ],\n                                [\n                                    -3.5385569495002756,\n                                    50.4755509199876\n                                ],\n                                [\n                                    -3.5385514496813717,\n                                    50.47553345506762\n                                ],\n                                [\n                                    -3.5385463331367526,\n                                    50.47550609204842\n                                ],\n                                [\n                                    -3.538542990222375,\n                                    50.475489947656456\n                                ],\n                                [\n                                    -3.5385341912933486,\n                                    50.475457686813826\n                                ],\n                                [\n                                    -3.5385249215313457,\n                                    50.47543262712783\n                                ],\n                                [\n                                    -3.5385158269207113,\n                                    50.47541296132373\n                                ],\n                                [\n                                    -3.5385046484031517,\n                                    50.47539422244053\n                                ],\n                                [\n                                    -3.5385031520968315,\n                                    50.475391544126595\n                                ],\n                                [\n                                    -3.5384920611586805,\n                                    50.47537550218346\n                                ],\n                                [\n                                    -3.5384802658604215,\n                                    50.47535946955277\n                                ],\n                                [\n                                    -3.5384647590031846,\n                                    50.475337640115036\n                                ],\n                                [\n                                    -3.5384492959436966,\n                                    50.47531715914582\n                                ],\n                                [\n                                    -3.538437794557753,\n                                    50.47529889219575\n                                ],\n                                [\n                                    -3.5384366649592045,\n                                    50.47529709041136\n                                ],\n                                [\n                                    -3.5384246945695503,\n                                    50.475275663891324\n                                ],\n                                [\n                                    -3.5383971736184203,\n                                    50.47523105945134\n                                ],\n                                [\n                                    -3.538332066465392,\n                                    50.47513568806318\n                                ],\n                                [\n                                    -3.5382803531541613,\n                                    50.47506217403864\n                                ],\n                                [\n                                    -3.5382080131592017,\n                                    50.47496105232303\n                                ],\n                                [\n                                    -3.538189514013522,\n                                    50.47493386620836\n                                ],\n                                [\n                                    -3.538167434717732,\n                                    50.4749049286873\n                                ],\n                                [\n                                    -3.538152059479526,\n                                    50.474887144616766\n                                ],\n                                [\n                                    -3.538136713435431,\n                                    50.47487025952475\n                                ],\n                                [\n                                    -3.5381141924801236,\n                                    50.47484942213066\n                                ],\n                                [\n                                    -3.5381061731259513,\n                                    50.47484116403405\n                                ],\n                                [\n                                    -3.5381962126039848,\n                                    50.474814611590176\n                                ],\n                                [\n                                    -3.5382125282732027,\n                                    50.47480926950284\n                                ],\n                                [\n                                    -3.5385807242799276,\n                                    50.47469890553268\n                                ],\n                                [\n                                    -3.538663725479434,\n                                    50.474672625668255\n                                ],\n                                [\n                                    -3.538714001316543,\n                                    50.47465847029749\n                                ],\n                                [\n                                    -3.538725873212257,\n                                    50.47465516551154\n                                ],\n                                [\n                                    -3.5387206069889534,\n                                    50.474644892440594\n                                ],\n                                [\n                                    -3.5387170414140114,\n                                    50.47464359054455\n                                ],\n                                [\n                                    -3.5387119357561776,\n                                    50.474638261865934\n                                ],\n                                [\n                                    -3.5387089577665645,\n                                    50.474633354732724\n                                ],\n                                [\n                                    -3.538707315508536,\n                                    50.47462618151839\n                                ],\n                                [\n                                    -3.538706552765754,\n                                    50.47462439287222\n                                ],\n                                [\n                                    -3.538698954534018,\n                                    50.474607405390906\n                                ],\n                                [\n                                    -3.538697308613467,\n                                    50.47460445924778\n                                ],\n                                [\n                                    -3.53868399162758,\n                                    50.474580622270636\n                                ],\n                                [\n                                    -3.5386817355160973,\n                                    50.4745762452102\n                                ],\n                                [\n                                    -3.5386802333881775,\n                                    50.47457338710191\n                                ],\n                                [\n                                    -3.538685131768119,\n                                    50.47457233302033\n                                ],\n                                [\n                                    -3.5388032621435443,\n                                    50.4745472073446\n                                ],\n                                [\n                                    -3.5388455307789304,\n                                    50.47453819426779\n                                ],\n                                [\n                                    -3.5388861206238835,\n                                    50.47452956312618\n                                ],\n                                [\n                                    -3.5389300709202742,\n                                    50.474520257966525\n                                ],\n                                [\n                                    -3.5391339351452924,\n                                    50.47447924834394\n                                ],\n                                [\n                                    -3.5391365664786147,\n                                    50.47448649840548\n                                ],\n                                [\n                                    -3.5391653528077,\n                                    50.4745657115529\n                                ],\n                                [\n                                    -3.539182842313895,\n                                    50.47461386611427\n                                ],\n                                [\n                                    -3.53918934879145,\n                                    50.47463194724725\n                                ],\n                                [\n                                    -3.539207197613176,\n                                    50.47467077061957\n                                ],\n                                [\n                                    -3.539208456498133,\n                                    50.474673515021365\n                                ],\n                                [\n                                    -3.5392556894765765,\n                                    50.47478261289499\n                                ],\n                                [\n                                    -3.5393095101622696,\n                                    50.47489926821055\n                                ],\n                                [\n                                    -3.539310735920253,\n                                    50.47490186015712\n                                ],\n                                [\n                                    -3.5393594588375046,\n                                    50.47500518232885\n                                ],\n                                [\n                                    -3.5393622542179317,\n                                    50.475016612269144\n                                ],\n                                [\n                                    -3.5393651487262296,\n                                    50.47502849058117\n                                ],\n                                [\n                                    -3.539373320201977,\n                                    50.47504142328533\n                                ],\n                                [\n                                    -3.5394076253667137,\n                                    50.47511696588642\n                                ],\n                                [\n                                    -3.539408808874106,\n                                    50.4751195583909\n                                ],\n                                [\n                                    -3.539459078942291,\n                                    50.47523014491845\n                                ],\n                                [\n                                    -3.539513718941859,\n                                    50.475350296824516\n                                ],\n                                [\n                                    -3.539849211802356,\n                                    50.47528739843401\n                                ],\n                                [\n                                    -3.53985971886401,\n                                    50.475285460645644\n                                ],\n                                [\n                                    -3.5398611129885236,\n                                    50.47528499251184\n                                ],\n                                [\n                                    -3.5398632260869727,\n                                    50.47528496454598\n                                ],\n                                [\n                                    -3.5398660289437185,\n                                    50.47528447776817\n                                ],\n                                [\n                                    -3.5398681128264067,\n                                    50.475283550822304\n                                ],\n                                [\n                                    -3.539871590833339,\n                                    50.47528215574248\n                                ],\n                                [\n                                    -3.539883995362491,\n                                    50.47527962623872\n                                ],\n                                [\n                                    -3.5399081607825162,\n                                    50.475274710650744\n                                ],\n                                [\n                                    -3.539931968540359,\n                                    50.475321234566096\n                                ],\n                                [\n                                    -3.539906997720476,\n                                    50.47532652056493\n                                ],\n                                [\n                                    -3.539894960035443,\n                                    50.475329063203276\n                                ],\n                                [\n                                    -3.5398886207342857,\n                                    50.47532914710247\n                                ],\n                                [\n                                    -3.5398850989002963,\n                                    50.475329193712994\n                                ],\n                                [\n                                    -3.539880901915515,\n                                    50.47533014862535\n                                ],\n                                [\n                                    -3.5398739020711862,\n                                    50.475331590315676\n                                ],\n                                [\n                                    -3.539871113819669,\n                                    50.47533252658365\n                                ],\n                                [\n                                    -3.539864128582535,\n                                    50.47533441776335\n                                ],\n                                [\n                                    -3.5396717130066118,\n                                    50.4753765362623\n                                ],\n                                [\n                                    -3.539574343431981,\n                                    50.47539784459991\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 104818.64812497133,\n            \"area_buildings_sqft\": 16772.01574889755,\n            \"density\": 16.000984604286163,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 9737.890015326211,\n            \"area_acre\": 2.4063050533739974,\n            \"area_buildings_m2\": 1558.1582821346665,\n            \"area_buildings_acre\": 0.3850325011225333\n        },\n        {\n            \"title_no\": \"DN85999\",\n            \"tenure\": \"Freehold\",\n            \"height\": 15.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.535364509193505,\n                                50.463907165353206\n                            ],\n                            [\n                                -3.535486011436219,\n                                50.46421960310412\n                            ],\n                            [\n                                -3.535308220440548,\n                                50.464293485150854\n                            ],\n                            [\n                                -3.5350339501266883,\n                                50.46418538473152\n                            ],\n                            [\n                                -3.534535091283135,\n                                50.46398735944487\n                            ],\n                            [\n                                -3.534507982450757,\n                                50.46397692458685\n                            ],\n                            [\n                                -3.534483632225557,\n                                50.46396465460292\n                            ],\n                            [\n                                -3.5344613946116934,\n                                50.46395235675048\n                            ],\n                            [\n                                -3.534418531485155,\n                                50.46391227064544\n                            ],\n                            [\n                                -3.5344134478592504,\n                                50.463907571042725\n                            ],\n                            [\n                                -3.534297610147591,\n                                50.46378948281904\n                            ],\n                            [\n                                -3.5342305107956196,\n                                50.46371886794757\n                            ],\n                            [\n                                -3.5342224591219207,\n                                50.46370953076403\n                            ],\n                            [\n                                -3.534221711280822,\n                                50.46370819157416\n                            ],\n                            [\n                                -3.5342150970990716,\n                                50.46369973480159\n                            ],\n                            [\n                                -3.5342003148700964,\n                                50.46367834490698\n                            ],\n                            [\n                                -3.534198085898431,\n                                50.463674776828945\n                            ],\n                            [\n                                -3.5341957841867115,\n                                50.46366896129061\n                            ],\n                            [\n                                -3.534194230315138,\n                                50.46366448494227\n                            ],\n                            [\n                                -3.5341933660911526,\n                                50.46365954981572\n                            ],\n                            [\n                                -3.534192574607562,\n                                50.46365686214948\n                            ],\n                            [\n                                -3.534191695835875,\n                                50.46365147753086\n                            ],\n                            [\n                                -3.534192240002697,\n                                50.463646523832104\n                            ],\n                            [\n                                -3.5341927987174544,\n                                50.463642019625425\n                            ],\n                            [\n                                -3.5341939888868925,\n                                50.46363525867229\n                            ],\n                            [\n                                -3.5341952808923836,\n                                50.46363164416358\n                            ],\n                            [\n                                -3.534197160707987,\n                                50.463624424432254\n                            ],\n                            [\n                                -3.534198481809117,\n                                50.46362170890762\n                            ],\n                            [\n                                -3.5341998174581923,\n                                50.46361944287504\n                            ],\n                            [\n                                -3.534200434364344,\n                                50.46361673663654\n                            ],\n                            [\n                                -3.534202474207847,\n                                50.46361446131778\n                            ],\n                            [\n                                -3.5342038244046576,\n                                50.463612644777214\n                            ],\n                            [\n                                -3.5342113668708266,\n                                50.46360624974032\n                            ],\n                            [\n                                -3.5342258203443704,\n                                50.4635957164117\n                            ],\n                            [\n                                -3.5342306333180042,\n                                50.46359205547107\n                            ],\n                            [\n                                -3.5342478890110463,\n                                50.46358103550238\n                            ],\n                            [\n                                -3.534315235596904,\n                                50.46355046822428\n                            ],\n                            [\n                                -3.5343714168519904,\n                                50.463523195947225\n                            ],\n                            [\n                                -3.534563397865432,\n                                50.46344853456847\n                            ],\n                            [\n                                -3.5345900861702497,\n                                50.463438154594016\n                            ],\n                            [\n                                -3.5349280032947923,\n                                50.46330675110694\n                            ],\n                            [\n                                -3.5350111288623447,\n                                50.46327441933851\n                            ],\n                            [\n                                -3.5350295857371608,\n                                50.463266998862835\n                            ],\n                            [\n                                -3.535234751924358,\n                                50.46318448179516\n                            ],\n                            [\n                                -3.5355153018912953,\n                                50.46307165005541\n                            ],\n                            [\n                                -3.535517803155293,\n                                50.46307187785979\n                            ],\n                            [\n                                -3.535528365947768,\n                                50.46307173844867\n                            ],\n                            [\n                                -3.5355396620473307,\n                                50.46307248872606\n                            ],\n                            [\n                                -3.5355573395048343,\n                                50.46307450382945\n                            ],\n                            [\n                                -3.53556796054081,\n                                50.463076162382\n                            ],\n                            [\n                                -3.5355736377130165,\n                                50.46307743650253\n                            ],\n                            [\n                                -3.53558356912486,\n                                50.46307955383983\n                            ],\n                            [\n                                -3.5355977984606213,\n                                50.46308386286823\n                            ],\n                            [\n                                -3.535604208943113,\n                                50.46308602667632\n                            ],\n                            [\n                                -3.5356113381737564,\n                                50.46308863068128\n                            ],\n                            [\n                                -3.5356177632187564,\n                                50.46309124398043\n                            ],\n                            [\n                                -3.535637154849549,\n                                50.46310267981008\n                            ],\n                            [\n                                -3.535638592345644,\n                                50.46310356020413\n                            ],\n                            [\n                                -3.535645046517203,\n                                50.463107072485336\n                            ],\n                            [\n                                -3.535657998548139,\n                                50.46311544552203\n                            ],\n                            [\n                                -3.5356637776593502,\n                                50.463119866080625\n                            ],\n                            [\n                                -3.535673956634712,\n                                50.4631296247705\n                            ],\n                            [\n                                -3.5356783419369293,\n                                50.46313451341013\n                            ],\n                            [\n                                -3.535685704169723,\n                                50.46314430927897\n                            ],\n                            [\n                                -3.535803485749785,\n                                50.4633005936194\n                            ],\n                            [\n                                -3.5358426972777317,\n                                50.46334972110541\n                            ],\n                            [\n                                -3.535845343045376,\n                                50.46335310377681\n                            ],\n                            [\n                                -3.535853278465092,\n                                50.46335884491242\n                            ],\n                            [\n                                -3.5358704360527606,\n                                50.46338829755482\n                            ],\n                            [\n                                -3.5358900898601733,\n                                50.46342086502886\n                            ],\n                            [\n                                -3.535948692873992,\n                                50.46353359160737\n                            ],\n                            [\n                                -3.5359842894191273,\n                                50.463597246594034\n                            ],\n                            [\n                                -3.5359860619320576,\n                                50.46360846529232\n                            ],\n                            [\n                                -3.5360003155269033,\n                                50.463635258150454\n                            ],\n                            [\n                                -3.536022222832152,\n                                50.46368083668536\n                            ],\n                            [\n                                -3.536031459708944,\n                                50.46370499766911\n                            ],\n                            [\n                                -3.5360398561436144,\n                                50.46372713717665\n                            ],\n                            [\n                                -3.5360414736191834,\n                                50.46373139681296\n                            ],\n                            [\n                                -3.5360492438611186,\n                                50.46375377842287\n                            ],\n                            [\n                                -3.5360617637051703,\n                                50.46379837466753\n                            ],\n                            [\n                                -3.536063579896014,\n                                50.4638048531187\n                            ],\n                            [\n                                -3.5360736375442903,\n                                50.46383260073395\n                            ],\n                            [\n                                -3.536077333662382,\n                                50.46384404585623\n                            ],\n                            [\n                                -3.5358625773190586,\n                                50.463893279479585\n                            ],\n                            [\n                                -3.53582683965912,\n                                50.46383788251868\n                            ],\n                            [\n                                -3.535736702294006,\n                                50.46385777023334\n                            ],\n                            [\n                                -3.5357143828537794,\n                                50.463818600586364\n                            ],\n                            [\n                                -3.53570194302832,\n                                50.46381952025914\n                            ],\n                            [\n                                -3.535689296603123,\n                                50.463820586556515\n                            ],\n                            [\n                                -3.535552816200251,\n                                50.463856968669525\n                            ],\n                            [\n                                -3.535364509193505,\n                                50.463907165353206\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 106244.16845778484,\n            \"area_buildings_sqft\": 31503.668911158133,\n            \"density\": 29.652139377113983,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 9870.3240856359,\n            \"area_acre\": 2.439030497194326,\n            \"area_buildings_m2\": 2926.762254845609,\n            \"area_buildings_acre\": 0.7232247224783777\n        },\n        {\n            \"title_no\": \"DN81613\",\n            \"tenure\": \"Freehold\",\n            \"height\": 17.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10002989244\",\n                \"10002989245\",\n                \"10002989246\",\n                \"10002989247\",\n                \"10002989248\",\n                \"10002989249\",\n                \"10002989250\",\n                \"10002989251\",\n                \"10002989253\",\n                \"100040548866\",\n                \"100040548867\",\n                \"100041186508\"\n            ],\n            \"property_address\": [\n                \"Wellswood Manor Flat 1 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 8 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 9 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 7 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 2 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 3 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 11 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 5 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 4 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 6 Lower Warberry Road Torquay Torbay TQ1 1QS\",\n                \"Wellswood Manor Flat 10 Lower Warberry Road Torquay Torbay TQ1 1QS\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.514568285772379,\n                                50.466284717367294\n                            ],\n                            [\n                                -3.5145925590484857,\n                                50.46636084747761\n                            ],\n                            [\n                                -3.5146159270675525,\n                                50.466430693806124\n                            ],\n                            [\n                                -3.5146442101028406,\n                                50.46652206092377\n                            ],\n                            [\n                                -3.514650464593305,\n                                50.46654140580182\n                            ],\n                            [\n                                -3.514667362660872,\n                                50.466593978587184\n                            ],\n                            [\n                                -3.514682093594953,\n                                50.466636057003115\n                            ],\n                            [\n                                -3.514694970531307,\n                                50.466677440061375\n                            ],\n                            [\n                                -3.514712380340163,\n                                50.4667310314542\n                            ],\n                            [\n                                -3.514648714794336,\n                                50.46674018843015\n                            ],\n                            [\n                                -3.5146689791579013,\n                                50.466797564971415\n                            ],\n                            [\n                                -3.5146781530905686,\n                                50.46679626736929\n                            ],\n                            [\n                                -3.514731289158068,\n                                50.466789199087515\n                            ],\n                            [\n                                -3.514744969593048,\n                                50.466831030355195\n                            ],\n                            [\n                                -3.514756834902239,\n                                50.46686721025482\n                            ],\n                            [\n                                -3.514759815597943,\n                                50.46687670472534\n                            ],\n                            [\n                                -3.5147652797423508,\n                                50.46689336178896\n                            ],\n                            [\n                                -3.514764644447227,\n                                50.466895528538124\n                            ],\n                            [\n                                -3.514734557004622,\n                                50.46690644283754\n                            ],\n                            [\n                                -3.514692911153236,\n                                50.466921644689904\n                            ],\n                            [\n                                -3.514586956778653,\n                                50.466957199948816\n                            ],\n                            [\n                                -3.514517407861419,\n                                50.466985535969584\n                            ],\n                            [\n                                -3.514381098060155,\n                                50.46704127222971\n                            ],\n                            [\n                                -3.5142753729560146,\n                                50.467084019143726\n                            ],\n                            [\n                                -3.514213513007015,\n                                50.467110456174964\n                            ],\n                            [\n                                -3.5141801971004822,\n                                50.46712617898546\n                            ],\n                            [\n                                -3.5141289295687637,\n                                50.467153377481814\n                            ],\n                            [\n                                -3.5141179199798773,\n                                50.46716161505164\n                            ],\n                            [\n                                -3.514066700074104,\n                                50.46703592072847\n                            ],\n                            [\n                                -3.5140071593596818,\n                                50.466892347345386\n                            ],\n                            [\n                                -3.5139560405577424,\n                                50.466769799434964\n                            ],\n                            [\n                                -3.513920902865611,\n                                50.466684367230826\n                            ],\n                            [\n                                -3.5138911975216183,\n                                50.466614603230795\n                            ],\n                            [\n                                -3.513877386894242,\n                                50.466579257985906\n                            ],\n                            [\n                                -3.51385426471161,\n                                50.46649501846354\n                            ],\n                            [\n                                -3.51389151935981,\n                                50.46644821637245\n                            ],\n                            [\n                                -3.513930843591088,\n                                50.466400038289905\n                            ],\n                            [\n                                -3.513958669431907,\n                                50.46636684935407\n                            ],\n                            [\n                                -3.5139702682473573,\n                                50.46635500666691\n                            ],\n                            [\n                                -3.514021607498633,\n                                50.46630802125227\n                            ],\n                            [\n                                -3.514053098011458,\n                                50.46627928143301\n                            ],\n                            [\n                                -3.5141538781297665,\n                                50.466214114918266\n                            ],\n                            [\n                                -3.514215539026549,\n                                50.466172661090965\n                            ],\n                            [\n                                -3.514297717064136,\n                                50.466151535668644\n                            ],\n                            [\n                                -3.5144290942618985,\n                                50.46611789815865\n                            ],\n                            [\n                                -3.5145757777779587,\n                                50.466078215365066\n                            ],\n                            [\n                                -3.5146329014643065,\n                                50.466064556823305\n                            ],\n                            [\n                                -3.514748057924204,\n                                50.466037029958756\n                            ],\n                            [\n                                -3.5147533612844577,\n                                50.4660354319898\n                            ],\n                            [\n                                -3.5147806254129126,\n                                50.466028781460324\n                            ],\n                            [\n                                -3.5147873915658927,\n                                50.46602754217838\n                            ],\n                            [\n                                -3.5147651174898424,\n                                50.46605056815027\n                            ],\n                            [\n                                -3.5147059029841055,\n                                50.466115643746164\n                            ],\n                            [\n                                -3.514686471220549,\n                                50.466146924851735\n                            ],\n                            [\n                                -3.5146206597827727,\n                                50.46620399199377\n                            ],\n                            [\n                                -3.514568285772379,\n                                50.466284717367294\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 53126.49250767175,\n            \"area_buildings_sqft\": 5194.205700909732,\n            \"density\": 9.777053699074262,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 4935.571581909304,\n            \"area_acre\": 1.219616448752795,\n            \"area_buildings_m2\": 482.55348391952174,\n            \"area_buildings_acre\": 0.11924255511730329\n        },\n        {\n            \"title_no\": \"DN81145\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10024003387\",\n                \"10024003388\",\n                \"10024003389\",\n                \"10024003390\",\n                \"10024003391\",\n                \"10024003392\",\n                \"10024003396\"\n            ],\n            \"property_address\": [\n                \"Chelston Tower, Rawlyn Road, Torquay,\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"CHELSTOW LIMITED\",\n                    \"company_registration_no\": \"03434805\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"50 The Terrace, Torquay\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.550063807700524,\n                                50.46104616122923\n                            ],\n                            [\n                                -3.5500450506915544,\n                                50.461111525484704\n                            ],\n                            [\n                                -3.5500163336955493,\n                                50.461216567708085\n                            ],\n                            [\n                                -3.550129736210058,\n                                50.46122944669024\n                            ],\n                            [\n                                -3.550126356727874,\n                                50.461241570250046\n                            ],\n                            [\n                                -3.5500964977709293,\n                                50.461348741225066\n                            ],\n                            [\n                                -3.5500924122180035,\n                                50.461363401419135\n                            ],\n                            [\n                                -3.5500828996983955,\n                                50.461364193694465\n                            ],\n                            [\n                                -3.5500337263545996,\n                                50.46136844633069\n                            ],\n                            [\n                                -3.549930563579709,\n                                50.46137831978792\n                            ],\n                            [\n                                -3.549907037537276,\n                                50.461380566851915\n                            ],\n                            [\n                                -3.5498967833077435,\n                                50.46138151289227\n                            ],\n                            [\n                                -3.5498574475434124,\n                                50.46138500483801\n                            ],\n                            [\n                                -3.5498552001211596,\n                                50.461385214651386\n                            ],\n                            [\n                                -3.549807575877224,\n                                50.461389446555124\n                            ],\n                            [\n                                -3.5496994149624563,\n                                50.46139943135697\n                            ],\n                            [\n                                -3.549655244108317,\n                                50.461405865621174\n                            ],\n                            [\n                                -3.5496097237001387,\n                                50.46141411658279\n                            ],\n                            [\n                                -3.549603026635667,\n                                50.461415267040586\n                            ],\n                            [\n                                -3.549561386647667,\n                                50.4614224050419\n                            ],\n                            [\n                                -3.5495088393269643,\n                                50.46143119924099\n                            ],\n                            [\n                                -3.5494990398944104,\n                                50.46143312849517\n                            ],\n                            [\n                                -3.5494959592330435,\n                                50.461433709146945\n                            ],\n                            [\n                                -3.5494647418740626,\n                                50.46143988087834\n                            ],\n                            [\n                                -3.5494376027432324,\n                                50.46144581841325\n                            ],\n                            [\n                                -3.5494334042431936,\n                                50.46144668376164\n                            ],\n                            [\n                                -3.549429850923406,\n                                50.46144745957411\n                            ],\n                            [\n                                -3.5494206737871377,\n                                50.46144946147712\n                            ],\n                            [\n                                -3.549389970993857,\n                                50.461479999244276\n                            ],\n                            [\n                                -3.5493732768745248,\n                                50.46148651715554\n                            ],\n                            [\n                                -3.549348250377427,\n                                50.46149674350703\n                            ],\n                            [\n                                -3.549344758967513,\n                                50.461497689372564\n                            ],\n                            [\n                                -3.54931905768051,\n                                50.46150882407341\n                            ],\n                            [\n                                -3.549286461695723,\n                                50.46152454743059\n                            ],\n                            [\n                                -3.5492594402012076,\n                                50.46153839780694\n                            ],\n                            [\n                                -3.549254599227514,\n                                50.46154116037993\n                            ],\n                            [\n                                -3.54923246275936,\n                                50.46155359664427\n                            ],\n                            [\n                                -3.549226257532628,\n                                50.46155772643685\n                            ],\n                            [\n                                -3.5492055587464604,\n                                50.4615710429207\n                            ],\n                            [\n                                -3.549133090870433,\n                                50.46161697635222\n                            ],\n                            [\n                                -3.5490930721268756,\n                                50.46164269155377\n                            ],\n                            [\n                                -3.54907796161954,\n                                50.461632999688995\n                            ],\n                            [\n                                -3.549046567161641,\n                                50.46160228153728\n                            ],\n                            [\n                                -3.548978252586188,\n                                50.46152825565853\n                            ],\n                            [\n                                -3.54888868502294,\n                                50.46143117405764\n                            ],\n                            [\n                                -3.548878335825527,\n                                50.46141929626626\n                            ],\n                            [\n                                -3.5488701720249085,\n                                50.46140358504713\n                            ],\n                            [\n                                -3.5488650591577455,\n                                50.46136784023021\n                            ],\n                            [\n                                -3.5488644882307265,\n                                50.46135209088082\n                            ],\n                            [\n                                -3.5488679827047,\n                                50.461255937753364\n                            ],\n                            [\n                                -3.5488693099087514,\n                                50.461219369714684\n                            ],\n                            [\n                                -3.548871125831667,\n                                50.46117231751662\n                            ],\n                            [\n                                -3.5488743947709405,\n                                50.4610873735307\n                            ],\n                            [\n                                -3.5488750258671664,\n                                50.46107089767601\n                            ],\n                            [\n                                -3.548877356300975,\n                                50.461012857327\n                            ],\n                            [\n                                -3.5488796080433813,\n                                50.46096965761952\n                            ],\n                            [\n                                -3.5488802120218077,\n                                50.46095795777683\n                            ],\n                            [\n                                -3.5488815486267904,\n                                50.46093030236148\n                            ],\n                            [\n                                -3.549067553847886,\n                                50.46094799871125\n                            ],\n                            [\n                                -3.5490754694111,\n                                50.46094878369119\n                            ],\n                            [\n                                -3.5492819023149154,\n                                50.46096944543144\n                            ],\n                            [\n                                -3.5494363749568807,\n                                50.46098494393672\n                            ],\n                            [\n                                -3.549458635914361,\n                                50.46098710273858\n                            ],\n                            [\n                                -3.549462272878066,\n                                50.46098759392187\n                            ],\n                            [\n                                -3.5494788912094055,\n                                50.46098910837474\n                            ],\n                            [\n                                -3.5494937371389925,\n                                50.46099070938705\n                            ],\n                            [\n                                -3.5495111652349967,\n                                50.460991997201695\n                            ],\n                            [\n                                -3.5495391198715183,\n                                50.4609946377642\n                            ],\n                            [\n                                -3.5495593446560805,\n                                50.46099657184318\n                            ],\n                            [\n                                -3.5496268545933036,\n                                50.461002876594684\n                            ],\n                            [\n                                -3.5497011728618775,\n                                50.46101014287974\n                            ],\n                            [\n                                -3.5499050801547685,\n                                50.461031106969095\n                            ],\n                            [\n                                -3.549922661475034,\n                                50.461033202113384\n                            ],\n                            [\n                                -3.549947861393126,\n                                50.46103475506523\n                            ],\n                            [\n                                -3.549954503927523,\n                                50.46103538606524\n                            ],\n                            [\n                                -3.5499980383593956,\n                                50.461039662660774\n                            ],\n                            [\n                                -3.550063807700524,\n                                50.46104616122923\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 48504.89874174651,\n            \"area_buildings_sqft\": 6098.370223895319,\n            \"density\": 12.57268932023697,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4506.215044755343,\n            \"area_acre\": 1.113519254861031,\n            \"area_buildings_m2\": 566.5524176788665,\n            \"area_buildings_acre\": 0.13999931643469513\n        },\n        {\n            \"title_no\": \"DN79322\",\n            \"tenure\": \"Freehold\",\n            \"height\": 23.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"The English Riviera Centre, Chestnut Avenue, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay, Devon TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5401566661215766,\n                                50.46510428956436\n                            ],\n                            [\n                                -3.5400208516623817,\n                                50.46513082001505\n                            ],\n                            [\n                                -3.5400194578359074,\n                                50.465131288148896\n                            ],\n                            [\n                                -3.5400173743981513,\n                                50.46513221509496\n                            ],\n                            [\n                                -3.5400152617523184,\n                                50.46513224305955\n                            ],\n                            [\n                                -3.539748352456833,\n                                50.465177056759295\n                            ],\n                            [\n                                -3.539510573370742,\n                                50.46523116158461\n                            ],\n                            [\n                                -3.5392938402343574,\n                                50.46530595174121\n                            ],\n                            [\n                                -3.5392764521746884,\n                                50.4652707916636\n                            ],\n                            [\n                                -3.539257525944319,\n                                50.465232522133086\n                            ],\n                            [\n                                -3.539250574140014,\n                                50.465218476042246\n                            ],\n                            [\n                                -3.5392448428689733,\n                                50.465206869077754\n                            ],\n                            [\n                                -3.539209205438481,\n                                50.465214157769275\n                            ],\n                            [\n                                -3.5391792227465957,\n                                50.465220283405\n                            ],\n                            [\n                                -3.5389672030786192,\n                                50.465263631646216\n                            ],\n                            [\n                                -3.5389382282669652,\n                                50.46526955502029\n                            ],\n                            [\n                                -3.5388761635045967,\n                                50.465282247621246\n                            ],\n                            [\n                                -3.5388620864870575,\n                                50.465257053653076\n                            ],\n                            [\n                                -3.5388199612522113,\n                                50.46518429435387\n                            ],\n                            [\n                                -3.538846270879169,\n                                50.46517830733019\n                            ],\n                            [\n                                -3.538832573981241,\n                                50.46516438640464\n                            ],\n                            [\n                                -3.538825557445708,\n                                50.46514877624476\n                            ],\n                            [\n                                -3.5388219579611797,\n                                50.46514076551648\n                            ],\n                            [\n                                -3.538793270934489,\n                                50.46507699302524\n                            ],\n                            [\n                                -3.5387850240009984,\n                                50.46505863807668\n                            ],\n                            [\n                                -3.5387769140471628,\n                                50.46504059609458\n                            ],\n                            [\n                                -3.538746859459935,\n                                50.464973756846746\n                            ],\n                            [\n                                -3.5386402510417634,\n                                50.46482006178502\n                            ],\n                            [\n                                -3.5390783376486215,\n                                50.46472478016145\n                            ],\n                            [\n                                -3.5391079302077455,\n                                50.46471445966228\n                            ],\n                            [\n                                -3.539005647639738,\n                                50.46450784284525\n                            ],\n                            [\n                                -3.5388528146000406,\n                                50.46417982333823\n                            ],\n                            [\n                                -3.5388489376687287,\n                                50.464171510494424\n                            ],\n                            [\n                                -3.538834314679656,\n                                50.464141206336805\n                            ],\n                            [\n                                -3.5388172607523765,\n                                50.46410589786886\n                            ],\n                            [\n                                -3.5388804029294194,\n                                50.46409128437905\n                            ],\n                            [\n                                -3.538906023857311,\n                                50.46408884096444\n                            ],\n                            [\n                                -3.538914777583802,\n                                50.46409590213337\n                            ],\n                            [\n                                -3.5389193488309973,\n                                50.464095221103605\n                            ],\n                            [\n                                -3.5389397097869124,\n                                50.46409220870597\n                            ],\n                            [\n                                -3.538946539476081,\n                                50.464079500230625\n                            ],\n                            [\n                                -3.5389602745227995,\n                                50.46407637761349\n                            ],\n                            [\n                                -3.539172200825109,\n                                50.464028147020535\n                            ],\n                            [\n                                -3.53918976837016,\n                                50.46402893089346\n                            ],\n                            [\n                                -3.5392102565547887,\n                                50.46402983801016\n                            ],\n                            [\n                                -3.539252249308383,\n                                50.46403171073517\n                            ],\n                            [\n                                -3.539273146806484,\n                                50.464032639406526\n                            ],\n                            [\n                                -3.5392731749744515,\n                                50.46403263903384\n                            ],\n                            [\n                                -3.5393252987171198,\n                                50.46403495328984\n                            ],\n                            [\n                                -3.5393421797617277,\n                                50.46402804763137\n                            ],\n                            [\n                                -3.5393484651455895,\n                                50.46402548221273\n                            ],\n                            [\n                                -3.5393505873858513,\n                                50.46402748670514\n                            ],\n                            [\n                                -3.5394054516092615,\n                                50.46407860935031\n                            ],\n                            [\n                                -3.5395849659235985,\n                                50.46424801326689\n                            ],\n                            [\n                                -3.5395995025569063,\n                                50.46426176110699\n                            ],\n                            [\n                                -3.539616987407452,\n                                50.464279517087014\n                            ],\n                            [\n                                -3.5396382414860676,\n                                50.46430486781327\n                            ],\n                            [\n                                -3.5396726822620765,\n                                50.4643457829676\n                            ],\n                            [\n                                -3.5396821727202807,\n                                50.46435600010522\n                            ],\n                            [\n                                -3.539725385244639,\n                                50.464406692208144\n                            ],\n                            [\n                                -3.5397710025049367,\n                                50.46446634615031\n                            ],\n                            [\n                                -3.5397746987487566,\n                                50.464471693440295\n                            ],\n                            [\n                                -3.5398190099349875,\n                                50.46453451243753\n                            ],\n                            [\n                                -3.5398278838680395,\n                                50.46454743582738\n                            ],\n                            [\n                                -3.53986730955127,\n                                50.46461166851869\n                            ],\n                            [\n                                -3.539924804580352,\n                                50.464711636755986\n                            ],\n                            [\n                                -3.540134987851926,\n                                50.46506590371172\n                            ],\n                            [\n                                -3.5401566661215766,\n                                50.46510428956436\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 95348.87411650797,\n            \"area_buildings_sqft\": 32525.62037385617,\n            \"density\": 34.11222279784102,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 8858.126543711258,\n            \"area_acre\": 2.188908955842699,\n            \"area_buildings_m2\": 3021.7038623054787,\n            \"area_buildings_acre\": 0.746685499858957\n        },\n        {\n            \"title_no\": \"DN76417\",\n            \"tenure\": \"Freehold\",\n            \"height\": 8.3,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040547324\"\n            ],\n            \"property_address\": [\n                \"111 Ilsham Road Torquay Torbay TQ1 2HY\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.501504257031394,\n                                50.4664000874956\n                            ],\n                            [\n                                -3.5012081142411837,\n                                50.46650823531828\n                            ],\n                            [\n                                -3.501024383356865,\n                                50.46657536011371\n                            ],\n                            [\n                                -3.5008791977106504,\n                                50.46662714786496\n                            ],\n                            [\n                                -3.500815400043513,\n                                50.4666504549653\n                            ],\n                            [\n                                -3.500814076941267,\n                                50.466653170127024\n                            ],\n                            [\n                                -3.5005781394386535,\n                                50.46674480080808\n                            ],\n                            [\n                                -3.5002916840264495,\n                                50.46685641878928\n                            ],\n                            [\n                                -3.500242952239723,\n                                50.466874935542364\n                            ],\n                            [\n                                -3.5001927968215423,\n                                50.466852927272136\n                            ],\n                            [\n                                -3.500181504574453,\n                                50.46684785656126\n                            ],\n                            [\n                                -3.5001750890369077,\n                                50.46684505232322\n                            ],\n                            [\n                                -3.4999453530312947,\n                                50.466743112434635\n                            ],\n                            [\n                                -3.4999415571512955,\n                                50.466695297183634\n                            ],\n                            [\n                                -3.499945171067081,\n                                50.46666077794458\n                            ],\n                            [\n                                -3.500148780518599,\n                                50.46655742396397\n                            ],\n                            [\n                                -3.5004400687208217,\n                                50.466411568137254\n                            ],\n                            [\n                                -3.500466848537593,\n                                50.46639845179171\n                            ],\n                            [\n                                -3.500703021894559,\n                                50.466283164988845\n                            ],\n                            [\n                                -3.5009996589408603,\n                                50.46613723874747\n                            ],\n                            [\n                                -3.501192154388009,\n                                50.466044368993074\n                            ],\n                            [\n                                -3.5014065869707243,\n                                50.46594123287439\n                            ],\n                            [\n                                -3.5014059852474553,\n                                50.465944478353094\n                            ],\n                            [\n                                -3.501397137927197,\n                                50.46602103854084\n                            ],\n                            [\n                                -3.5013968323606477,\n                                50.46603363359248\n                            ],\n                            [\n                                -3.501395018642476,\n                                50.46604310032912\n                            ],\n                            [\n                                -3.501395246456432,\n                                50.466050292308324\n                            ],\n                            [\n                                -3.501394855459097,\n                                50.466060190367685\n                            ],\n                            [\n                                -3.501394492938396,\n                                50.46607098742442\n                            ],\n                            [\n                                -3.5013948204211975,\n                                50.46608132589447\n                            ],\n                            [\n                                -3.501395724000733,\n                                50.46608760978824\n                            ],\n                            [\n                                -3.5013974884453116,\n                                50.466098829079684\n                            ],\n                            [\n                                -3.50139923865234,\n                                50.46610959887234\n                            ],\n                            [\n                                -3.501402063303173,\n                                50.46613204654295\n                            ],\n                            [\n                                -3.5014379042662505,\n                                50.466240407169835\n                            ],\n                            [\n                                -3.50145926060222,\n                                50.46629184504393\n                            ],\n                            [\n                                -3.501504257031394,\n                                50.4664000874956\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 49021.148097003716,\n            \"area_buildings_sqft\": 1873.4661427665549,\n            \"density\": 3.821750847326779,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4554.17578010068,\n            \"area_acre\": 1.125370709297606,\n            \"area_buildings_m2\": 174.0492514647487,\n            \"area_buildings_acre\": 0.043008864618148644\n        },\n        {\n            \"title_no\": \"DN72625\",\n            \"tenure\": \"Freehold\",\n            \"height\": 14.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040548831\",\n                \"100040548832\",\n                \"100040548833\",\n                \"100040548834\",\n                \"100040548835\",\n                \"100040548836\",\n                \"100040548837\",\n                \"100040548838\",\n                \"100040548839\",\n                \"100040548840\",\n                \"100040548841\",\n                \"100040548842\",\n                \"100040548843\",\n                \"100040548844\",\n                \"100040548845\",\n                \"100040548846\",\n                \"100040548847\",\n                \"100040548848\",\n                \"100040548849\",\n                \"100040548850\",\n                \"100040548851\"\n            ],\n            \"property_address\": [\n                \"Raithwaite Lodge, Lower Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE PALMS (TORQUAY) MANAGEMENT CO LIMITED\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"22A Victoria Parade, Torquay, Devon\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5152447638710047,\n                                50.46496634222938\n                            ],\n                            [\n                                -3.5152603727995038,\n                                50.46527830891346\n                            ],\n                            [\n                                -3.515261249088097,\n                                50.46534979710334\n                            ],\n                            [\n                                -3.5152607604033257,\n                                50.46535654871342\n                            ],\n                            [\n                                -3.5152618813447516,\n                                50.46536957492229\n                            ],\n                            [\n                                -3.515262815483473,\n                                50.46537675768466\n                            ],\n                            [\n                                -3.5152629591783913,\n                                50.46538125264349\n                            ],\n                            [\n                                -3.515264511327678,\n                                50.46538572925873\n                            ],\n                            [\n                                -3.5152675868880716,\n                                50.46539378349731\n                            ],\n                            [\n                                -3.5152693114729896,\n                                50.46540365406304\n                            ],\n                            [\n                                -3.515277258920182,\n                                50.465453915054525\n                            ],\n                            [\n                                -3.515276770236942,\n                                50.46546066666453\n                            ],\n                            [\n                                -3.5152777618587248,\n                                50.4654696474101\n                            ],\n                            [\n                                -3.515275261077529,\n                                50.46547957300689\n                            ],\n                            [\n                                -3.5152740681651613,\n                                50.46548633378873\n                            ],\n                            [\n                                -3.5152703313602482,\n                                50.465501671679625\n                            ],\n                            [\n                                -3.515279776177026,\n                                50.46559436324534\n                            ],\n                            [\n                                -3.515280606838967,\n                                50.46560271653083\n                            ],\n                            [\n                                -3.5152824895029107,\n                                50.4656175315504\n                            ],\n                            [\n                                -3.5152844669871186,\n                                50.46563972013635\n                            ],\n                            [\n                                -3.5152864530953205,\n                                50.46566217841969\n                            ],\n                            [\n                                -3.51528862603561,\n                                50.46568607325522\n                            ],\n                            [\n                                -3.515290163764373,\n                                50.46570332105521\n                            ],\n                            [\n                                -3.5152917330242612,\n                                50.465739185320906\n                            ],\n                            [\n                                -3.5152929660088224,\n                                50.46576893827725\n                            ],\n                            [\n                                -3.515296242576199,\n                                50.46582735439293\n                            ],\n                            [\n                                -3.5152998669893827,\n                                50.46587902073265\n                            ],\n                            [\n                                -3.515300094056877,\n                                50.46588171587326\n                            ],\n                            [\n                                -3.515301160398438,\n                                50.465897440889854\n                            ],\n                            [\n                                -3.5153027096168064,\n                                50.46591945517919\n                            ],\n                            [\n                                -3.515225970981926,\n                                50.465921174107045\n                            ],\n                            [\n                                -3.515190767846368,\n                                50.465921902381446\n                            ],\n                            [\n                                -3.5151559901243536,\n                                50.46592271504163\n                            ],\n                            [\n                                -3.515119660209795,\n                                50.465923457968486\n                            ],\n                            [\n                                -3.5151020600769884,\n                                50.46592386704053\n                            ],\n                            [\n                                -3.5150844628174363,\n                                50.46592436600908\n                            ],\n                            [\n                                -3.5150506796411016,\n                                50.46592543549628\n                            ],\n                            [\n                                -3.5150352008330943,\n                                50.465926086743984\n                            ],\n                            [\n                                -3.515021130495179,\n                                50.46592671964882\n                            ],\n                            [\n                                -3.515008468627438,\n                                50.46592733421132\n                            ],\n                            [\n                                -3.5149880889052785,\n                                50.46592894863675\n                            ],\n                            [\n                                -3.514976145638826,\n                                50.465930003521436\n                            ],\n                            [\n                                -3.5149648922402323,\n                                50.46593059973894\n                            ],\n                            [\n                                -3.514954343076698,\n                                50.46593118678533\n                            ],\n                            [\n                                -3.514934681952896,\n                                50.46593324152737\n                            ],\n                            [\n                                -3.51491151401655,\n                                50.46593579161077\n                            ],\n                            [\n                                -3.5148658823716277,\n                                50.4659408825943\n                            ],\n                            [\n                                -3.5145923647662203,\n                                50.466002003015674\n                            ],\n                            [\n                                -3.514591922200978,\n                                50.4659969723279\n                            ],\n                            [\n                                -3.5145889449856833,\n                                50.46596112638525\n                            ],\n                            [\n                                -3.514586821217612,\n                                50.46593875982105\n                            ],\n                            [\n                                -3.5145836283880327,\n                                50.46590498522652\n                            ],\n                            [\n                                -3.514583183125254,\n                                50.465891050851\n                            ],\n                            [\n                                -3.514582177261077,\n                                50.46588162060305\n                            ],\n                            [\n                                -3.514582608593158,\n                                50.46587307101158\n                            ],\n                            [\n                                -3.5145838016128215,\n                                50.46586631023628\n                            ],\n                            [\n                                -3.514582896292184,\n                                50.46586002646019\n                            ],\n                            [\n                                -3.514583988768435,\n                                50.46585011921299\n                            ],\n                            [\n                                -3.5145844344633224,\n                                50.465842019117446\n                            ],\n                            [\n                                -3.5145854838490163,\n                                50.465830763382215\n                            ],\n                            [\n                                -3.5145866768673373,\n                                50.46582400260685\n                            ],\n                            [\n                                -3.5145864757810514,\n                                50.46581770966301\n                            ],\n                            [\n                                -3.5145890892740996,\n                                50.46578484878328\n                            ],\n                            [\n                                -3.5145894803009745,\n                                50.46577944749714\n                            ],\n                            [\n                                -3.5145947128504043,\n                                50.46572271932404\n                            ],\n                            [\n                                -3.514596466463852,\n                                50.46571145442075\n                            ],\n                            [\n                                -3.5145988381284154,\n                                50.46569748337359\n                            ],\n                            [\n                                -3.514599786964699,\n                                50.46568308116606\n                            ],\n                            [\n                                -3.5146081236857207,\n                                50.465635306240365\n                            ],\n                            [\n                                -3.5146414691827004,\n                                50.465510309946104\n                            ],\n                            [\n                                -3.5146467726509467,\n                                50.4654998981935\n                            ],\n                            [\n                                -3.514654749394699,\n                                50.46548495480815\n                            ],\n                            [\n                                -3.5146661323655315,\n                                50.4654663696133\n                            ],\n                            [\n                                -3.5147142656062558,\n                                50.4653852497092\n                            ],\n                            [\n                                -3.5147631029109574,\n                                50.4653041206168\n                            ],\n                            [\n                                -3.5148314144618826,\n                                50.46519305886499\n                            ],\n                            [\n                                -3.5148455998267143,\n                                50.46517398748027\n                            ],\n                            [\n                                -3.5149470500656177,\n                                50.465032905030114\n                            ],\n                            [\n                                -3.5151684951847844,\n                                50.46498271467305\n                            ],\n                            [\n                                -3.5152447638710047,\n                                50.46496634222938\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 45464.36316831518,\n            \"area_buildings_sqft\": 10373.11265594615,\n            \"density\": 22.815919839333265,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4223.742397650984,\n            \"area_acre\": 1.0437181627253256,\n            \"area_buildings_m2\": 963.6856796679813,\n            \"area_buildings_acre\": 0.23813389935597223\n        },\n        {\n            \"title_no\": \"DN724800\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"St Marychurch Church of England Primary and Nursery School, Hartop Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE EXETER DIOCESAN BOARD OF FINANCE LIMITED\",\n                    \"company_registration_no\": \"249798\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Old Deanery, The Cloisters, Cathedral Close, Exeter EX1 1HS\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5245061511452835,\n                                50.486004273556524\n                            ],\n                            [\n                                -3.5244495456936074,\n                                50.48604125952207\n                            ],\n                            [\n                                -3.5243489776911217,\n                                50.48610686354768\n                            ],\n                            [\n                                -3.524287454666869,\n                                50.48614698967777\n                            ],\n                            [\n                                -3.5242050284557442,\n                                50.48620076312492\n                            ],\n                            [\n                                -3.524055348395661,\n                                50.486096427875424\n                            ],\n                            [\n                                -3.5238471245874967,\n                                50.48595129953119\n                            ],\n                            [\n                                -3.5237111439059587,\n                                50.48585647957638\n                            ],\n                            [\n                                -3.5237090375182296,\n                                50.485854978240496\n                            ],\n                            [\n                                -3.523650546760052,\n                                50.48581321323211\n                            ],\n                            [\n                                -3.5237090619471085,\n                                50.48579176164131\n                            ],\n                            [\n                                -3.5237637168026725,\n                                50.485771691630916\n                            ],\n                            [\n                                -3.523787777000089,\n                                50.485762850587314\n                            ],\n                            [\n                                -3.523826227281881,\n                                50.48574867673031\n                            ],\n                            [\n                                -3.52382831772494,\n                                50.48574792986343\n                            ],\n                            [\n                                -3.5238602235228065,\n                                50.48573626998191\n                            ],\n                            [\n                                -3.5239834784945314,\n                                50.48568968757847\n                            ],\n                            [\n                                -3.523957189968163,\n                                50.48566125223624\n                            ],\n                            [\n                                -3.5239453270951757,\n                                50.4856255229857\n                            ],\n                            [\n                                -3.523940806985413,\n                                50.4856120917271\n                            ],\n                            [\n                                -3.5239359645745854,\n                                50.48559740558004\n                            ],\n                            [\n                                -3.523933783651821,\n                                50.485590958723336\n                            ],\n                            [\n                                -3.5239321461024,\n                                50.48558387519556\n                            ],\n                            [\n                                -3.5239313229892724,\n                                50.485580198583904\n                            ],\n                            [\n                                -3.5239322423982338,\n                                50.485560580411416\n                            ],\n                            [\n                                -3.5239322848789647,\n                                50.48555708132978\n                            ],\n                            [\n                                -3.5239324112888277,\n                                50.4855456757409\n                            ],\n                            [\n                                -3.523932857523307,\n                                50.4855345717471\n                            ],\n                            [\n                                -3.5239331136773786,\n                                50.485528074985496\n                            ],\n                            [\n                                -3.523933170660072,\n                                50.485526779155286\n                            ],\n                            [\n                                -3.523941609584272,\n                                50.485506037227054\n                            ],\n                            [\n                                -3.523954637032345,\n                                50.48548639538237\n                            ],\n                            [\n                                -3.5239710406005513,\n                                50.48547223141315\n                            ],\n                            [\n                                -3.5239947616907883,\n                                50.48545942857226\n                            ],\n                            [\n                                -3.52400024518875,\n                                50.48545636187212\n                            ],\n                            [\n                                -3.524017139341326,\n                                50.48544693111843\n                            ],\n                            [\n                                -3.5240301777095384,\n                                50.48544121127428\n                            ],\n                            [\n                                -3.5240222426670584,\n                                50.485428544236505\n                            ],\n                            [\n                                -3.52401933052731,\n                                50.485423905685984\n                            ],\n                            [\n                                -3.523919949698853,\n                                50.48527051669123\n                            ],\n                            [\n                                -3.5238863659369946,\n                                50.48521818184649\n                            ],\n                            [\n                                -3.5238793319256216,\n                                50.48520722977731\n                            ],\n                            [\n                                -3.5237819361858853,\n                                50.48505548748275\n                            ],\n                            [\n                                -3.5240428469336265,\n                                50.48501132927595\n                            ],\n                            [\n                                -3.5240749517759618,\n                                50.48500587233587\n                            ],\n                            [\n                                -3.524124022002952,\n                                50.484997585014426\n                            ],\n                            [\n                                -3.524131592877731,\n                                50.484996307681534\n                            ],\n                            [\n                                -3.524207073928021,\n                                50.48498390604741\n                            ],\n                            [\n                                -3.5242376421055623,\n                                50.48497888289854\n                            ],\n                            [\n                                -3.5242635407697773,\n                                50.48497462241404\n                            ],\n                            [\n                                -3.5242883242592797,\n                                50.485013240217434\n                            ],\n                            [\n                                -3.5243599462837047,\n                                50.48512446164031\n                            ],\n                            [\n                                -3.5244021299538395,\n                                50.485189958297795\n                            ],\n                            [\n                                -3.524411922901416,\n                                50.485205164157556\n                            ],\n                            [\n                                -3.5244150410105797,\n                                50.485210069809334\n                            ],\n                            [\n                                -3.5244424274229624,\n                                50.48525290747028\n                            ],\n                            [\n                                -3.5244805012004585,\n                                50.48531245918556\n                            ],\n                            [\n                                -3.5245375076726138,\n                                50.48540182857131\n                            ],\n                            [\n                                -3.524561405678544,\n                                50.485439198807754\n                            ],\n                            [\n                                -3.524123530760237,\n                                50.485543055643014\n                            ],\n                            [\n                                -3.524102965289311,\n                                50.485547911769224\n                            ],\n                            [\n                                -3.5241014954943077,\n                                50.485546042356674\n                            ],\n                            [\n                                -3.5241033323777686,\n                                50.48560312790056\n                            ],\n                            [\n                                -3.5241375292123434,\n                                50.485634634378684\n                            ],\n                            [\n                                -3.5241774214106667,\n                                50.485671408465954\n                            ],\n                            [\n                                -3.5242375615714985,\n                                50.48572630929846\n                            ],\n                            [\n                                -3.52430462992191,\n                                50.48578754979344\n                            ],\n                            [\n                                -3.5243415334212647,\n                                50.48582124218355\n                            ],\n                            [\n                                -3.524347900580913,\n                                50.48582679778386\n                            ],\n                            [\n                                -3.524351686134244,\n                                50.48583010281938\n                            ],\n                            [\n                                -3.524397148748111,\n                                50.48588139153883\n                            ],\n                            [\n                                -3.524461526178841,\n                                50.485954053142095\n                            ],\n                            [\n                                -3.524499267071062,\n                                50.4859966741877\n                            ],\n                            [\n                                -3.5245038127350314,\n                                50.4860016960382\n                            ],\n                            [\n                                -3.5245061511452835,\n                                50.486004273556524\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 44742.94764735595,\n            \"area_buildings_sqft\": 14457.762092604933,\n            \"density\": 32.312940592458496,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4156.721260438123,\n            \"area_acre\": 1.0271567412157012,\n            \"area_buildings_m2\": 1343.1588714794625,\n            \"area_buildings_acre\": 0.3319045475804622\n        },\n        {\n            \"title_no\": \"DN713768\",\n            \"tenure\": \"Freehold\",\n            \"height\": 10.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5175247754359877,\n                                50.467679332334626\n                            ],\n                            [\n                                -3.5175276298975153,\n                                50.46768046427905\n                            ],\n                            [\n                                -3.517596151407618,\n                                50.46770808041944\n                            ],\n                            [\n                                -3.5177174590900213,\n                                50.467755963171676\n                            ],\n                            [\n                                -3.5177667008874165,\n                                50.46777555654437\n                            ],\n                            [\n                                -3.517801641560892,\n                                50.46778859121861\n                            ],\n                            [\n                                -3.517695112158758,\n                                50.46798307475889\n                            ],\n                            [\n                                -3.517679828889527,\n                                50.468010974590854\n                            ],\n                            [\n                                -3.51758947472485,\n                                50.46817727674762\n                            ],\n                            [\n                                -3.517553551342156,\n                                50.46824357889374\n                            ],\n                            [\n                                -3.517538669776697,\n                                50.46824530192029\n                            ],\n                            [\n                                -3.517417248602039,\n                                50.46825992638547\n                            ],\n                            [\n                                -3.5171875713052305,\n                                50.468282258016906\n                            ],\n                            [\n                                -3.517056908084243,\n                                50.46829430452553\n                            ],\n                            [\n                                -3.5170083003756885,\n                                50.46829893149937\n                            ],\n                            [\n                                -3.5169741203797042,\n                                50.46830218317709\n                            ],\n                            [\n                                -3.5169627833882156,\n                                50.46830326633284\n                            ],\n                            [\n                                -3.516930471564663,\n                                50.46830633175407\n                            ],\n                            [\n                                -3.516927465057904,\n                                50.46830661378163\n                            ],\n                            [\n                                -3.516896754649379,\n                                50.46830952340942\n                            ],\n                            [\n                                -3.5167952270216256,\n                                50.468319211153904\n                            ],\n                            [\n                                -3.5167395532883856,\n                                50.46832452371497\n                            ],\n                            [\n                                -3.5161122628539467,\n                                50.4683843411805\n                            ],\n                            [\n                                -3.516103721344599,\n                                50.46838515398944\n                            ],\n                            [\n                                -3.516026748866372,\n                                50.46839290222577\n                            ],\n                            [\n                                -3.5159667708532703,\n                                50.46839890005781\n                            ],\n                            [\n                                -3.5159632494948116,\n                                50.468398945939995\n                            ],\n                            [\n                                -3.5159490921731975,\n                                50.46839688199018\n                            ],\n                            [\n                                -3.5159363146412317,\n                                50.46839390069511\n                            ],\n                            [\n                                -3.5159235083562654,\n                                50.46839002040756\n                            ],\n                            [\n                                -3.515912786133555,\n                                50.46838521359925\n                            ],\n                            [\n                                -3.5159034724558826,\n                                50.46838038843777\n                            ],\n                            [\n                                -3.5158941012720852,\n                                50.46837376529348\n                            ],\n                            [\n                                -3.515886124256474,\n                                50.46836667430094\n                            ],\n                            [\n                                -3.515880921197188,\n                                50.46835819811758\n                            ],\n                            [\n                                -3.515878693369051,\n                                50.468354629681166\n                            ],\n                            [\n                                -3.5158763361498466,\n                                50.46834701578495\n                            ],\n                            [\n                                -3.5158753730962924,\n                                50.468338934041384\n                            ],\n                            [\n                                -3.5158772415027535,\n                                50.468331265089745\n                            ],\n                            [\n                                -3.515879799802396,\n                                50.46832313746664\n                            ],\n                            [\n                                -3.5159049089270447,\n                                50.46829313125045\n                            ],\n                            [\n                                -3.515912382733005,\n                                50.468284489898586\n                            ],\n                            [\n                                -3.516094284219866,\n                                50.468178242977515\n                            ],\n                            [\n                                -3.5160970006415626,\n                                50.46817505980027\n                            ],\n                            [\n                                -3.5161782352860147,\n                                50.46813757690403\n                            ],\n                            [\n                                -3.5161914294369025,\n                                50.468131559085855\n                            ],\n                            [\n                                -3.5162102002053452,\n                                50.46812366986136\n                            ],\n                            [\n                                -3.5162239922742073,\n                                50.468118723486384\n                            ],\n                            [\n                                -3.516264362431001,\n                                50.46810767479878\n                            ],\n                            [\n                                -3.5162712067284407,\n                                50.46810578687026\n                            ],\n                            [\n                                -3.516301642421956,\n                                50.46809693617977\n                            ],\n                            [\n                                -3.516342823985671,\n                                50.46808350256442\n                            ],\n                            [\n                                -3.5163947552442347,\n                                50.468100399341544\n                            ],\n                            [\n                                -3.5164050434714422,\n                                50.468109258908\n                            ],\n                            [\n                                -3.516411729651753,\n                                50.46810683341255\n                            ],\n                            [\n                                -3.5164624365191828,\n                                50.46808854494191\n                            ],\n                            [\n                                -3.5164704878114104,\n                                50.46808562498631\n                            ],\n                            [\n                                -3.516505201003387,\n                                50.468073058070416\n                            ],\n                            [\n                                -3.5164862140940194,\n                                50.46805217045553\n                            ],\n                            [\n                                -3.5165168566282032,\n                                50.468040978661314\n                            ],\n                            [\n                                -3.5164992782586815,\n                                50.46802007268891\n                            ],\n                            [\n                                -3.5165241754482635,\n                                50.46801120419356\n                            ],\n                            [\n                                -3.5165267806365357,\n                                50.46801027087035\n                            ],\n                            [\n                                -3.5171753276276756,\n                                50.46777916853393\n                            ],\n                            [\n                                -3.5172982930325984,\n                                50.46773534874763\n                            ],\n                            [\n                                -3.5174264523954655,\n                                50.46768915871229\n                            ],\n                            [\n                                -3.517445481824865,\n                                50.4676893602059\n                            ],\n                            [\n                                -3.5174526971287086,\n                                50.46769466229562\n                            ],\n                            [\n                                -3.5175247754359877,\n                                50.467679332334626\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 58655.153609609086,\n            \"area_buildings_sqft\": 17168.479093903476,\n            \"density\": 29.270197139319873,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 5449.196730732914,\n            \"area_acre\": 1.3465370433794557,\n            \"area_buildings_m2\": 1594.9906255948974,\n            \"area_buildings_acre\": 0.3941340471511358\n        },\n        {\n            \"title_no\": \"DN712975\",\n            \"tenure\": \"Freehold\",\n            \"height\": 21.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land at Lower Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"LUCERNE MANAGEMENT COMPANY LIMITED\",\n                    \"company_registration_no\": \"01642426\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Crown Property Management, 135 Reddenhill Road, Torquay TQ1 3NT\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5161189338811996,\n                                50.46489613537891\n                            ],\n                            [\n                                -3.516118301819223,\n                                50.46492042650281\n                            ],\n                            [\n                                -3.516117726995497,\n                                50.4649244811414\n                            ],\n                            [\n                                -3.5161178425565534,\n                                50.46497214604357\n                            ],\n                            [\n                                -3.5161158885867048,\n                                50.465021186963334\n                            ],\n                            [\n                                -3.5161132876312235,\n                                50.465050000574806\n                            ],\n                            [\n                                -3.5161089909494114,\n                                50.46509187709288\n                            ],\n                            [\n                                -3.5161062752354595,\n                                50.465139129205625\n                            ],\n                            [\n                                -3.516101691260193,\n                                50.46519405027581\n                            ],\n                            [\n                                -3.516097294181058,\n                                50.46525481478977\n                            ],\n                            [\n                                -3.5160878101446085,\n                                50.46537680248814\n                            ],\n                            [\n                                -3.516082924467597,\n                                50.465444318612434\n                            ],\n                            [\n                                -3.5160824293584123,\n                                50.46545703310739\n                            ],\n                            [\n                                -3.5160817606854615,\n                                50.465474012859396\n                            ],\n                            [\n                                -3.5160827668372487,\n                                50.465483443092445\n                            ],\n                            [\n                                -3.516085167069115,\n                                50.465492405476176\n                            ],\n                            [\n                                -3.5160891482878,\n                                50.46550674345469\n                            ],\n                            [\n                                -3.516094509211903,\n                                50.4655201640879\n                            ],\n                            [\n                                -3.5160983897934854,\n                                50.46553135559608\n                            ],\n                            [\n                                -3.516103960581219,\n                                50.46554693197274\n                            ],\n                            [\n                                -3.51612469153163,\n                                50.46560476087312\n                            ],\n                            [\n                                -3.516142214529308,\n                                50.465650400195024\n                            ],\n                            [\n                                -3.516144669359757,\n                                50.46565666376761\n                            ],\n                            [\n                                -3.51614513503229,\n                                50.46565800674835\n                            ],\n                            [\n                                -3.5161563657587758,\n                                50.46568753947575\n                            ],\n                            [\n                                -3.516170051337069,\n                                50.4657233357737\n                            ],\n                            [\n                                -3.516182725191971,\n                                50.465762742718844\n                            ],\n                            [\n                                -3.516184079080931,\n                                50.46576542317348\n                            ],\n                            [\n                                -3.516195706580058,\n                                50.46579854819041\n                            ],\n                            [\n                                -3.5162011969764952,\n                                50.46581601427838\n                            ],\n                            [\n                                -3.516203496598461,\n                                50.46582183018926\n                            ],\n                            [\n                                -3.516207204687851,\n                                50.46582762774497\n                            ],\n                            [\n                                -3.5162086850481282,\n                                50.46582985686808\n                            ],\n                            [\n                                -3.5162123356238983,\n                                50.465833856441\n                            ],\n                            [\n                                -3.516216690433861,\n                                50.46583784683619\n                            ],\n                            [\n                                -3.516221059623371,\n                                50.465842286726804\n                            ],\n                            [\n                                -3.5162370272690695,\n                                50.46585691817365\n                            ],\n                            [\n                                -3.516238464494731,\n                                50.465857798809424\n                            ],\n                            [\n                                -3.516243509163999,\n                                50.465861330530124\n                            ],\n                            [\n                                -3.5162485394549376,\n                                50.46586441275497\n                            ],\n                            [\n                                -3.5162532265239905,\n                                50.465866456187925\n                            ],\n                            [\n                                -3.516196094837141,\n                                50.46587323548266\n                            ],\n                            [\n                                -3.5161828015039713,\n                                50.46587481173032\n                            ],\n                            [\n                                -3.516059974879332,\n                                50.465889372180335\n                            ],\n                            [\n                                -3.5159723397513085,\n                                50.465899759579656\n                            ],\n                            [\n                                -3.5159474293909385,\n                                50.465899814348504\n                            ],\n                            [\n                                -3.515769832894374,\n                                50.46589808110524\n                            ],\n                            [\n                                -3.5155605745907286,\n                                50.465897659401634\n                            ],\n                            [\n                                -3.5155239256427833,\n                                50.46589723743488\n                            ],\n                            [\n                                -3.515492924944638,\n                                50.4658971915665\n                            ],\n                            [\n                                -3.5154097965066167,\n                                50.46589737498944\n                            ],\n                            [\n                                -3.5153520061467285,\n                                50.465896778653416\n                            ],\n                            [\n                                -3.515301160398438,\n                                50.465897440889854\n                            ],\n                            [\n                                -3.515300094056877,\n                                50.46588171587326\n                            ],\n                            [\n                                -3.5152998669893827,\n                                50.46587902073265\n                            ],\n                            [\n                                -3.515296242576199,\n                                50.46582735439293\n                            ],\n                            [\n                                -3.5152929660088224,\n                                50.46576893827725\n                            ],\n                            [\n                                -3.5152917330242612,\n                                50.465739185320906\n                            ],\n                            [\n                                -3.515290163764373,\n                                50.46570332105521\n                            ],\n                            [\n                                -3.51528862603561,\n                                50.46568607325522\n                            ],\n                            [\n                                -3.5152864530953205,\n                                50.46566217841969\n                            ],\n                            [\n                                -3.5152844669871186,\n                                50.46563972013635\n                            ],\n                            [\n                                -3.5152824895029107,\n                                50.4656175315504\n                            ],\n                            [\n                                -3.515280606838967,\n                                50.46560271653083\n                            ],\n                            [\n                                -3.515279776177026,\n                                50.46559436324534\n                            ],\n                            [\n                                -3.5152703313602482,\n                                50.465501671679625\n                            ],\n                            [\n                                -3.5152740681651613,\n                                50.46548633378873\n                            ],\n                            [\n                                -3.515275261077529,\n                                50.46547957300689\n                            ],\n                            [\n                                -3.5152777618587248,\n                                50.4654696474101\n                            ],\n                            [\n                                -3.515276770236942,\n                                50.46546066666453\n                            ],\n                            [\n                                -3.515277258920182,\n                                50.465453915054525\n                            ],\n                            [\n                                -3.5152693114729896,\n                                50.46540365406304\n                            ],\n                            [\n                                -3.5152675868880716,\n                                50.46539378349731\n                            ],\n                            [\n                                -3.515264511327678,\n                                50.46538572925873\n                            ],\n                            [\n                                -3.5152629591783913,\n                                50.46538125264349\n                            ],\n                            [\n                                -3.515262815483473,\n                                50.46537675768466\n                            ],\n                            [\n                                -3.5152618813447516,\n                                50.46536957492229\n                            ],\n                            [\n                                -3.5152607604033257,\n                                50.46535654871342\n                            ],\n                            [\n                                -3.515261249088097,\n                                50.46534979710334\n                            ],\n                            [\n                                -3.5152603727995038,\n                                50.46527830891346\n                            ],\n                            [\n                                -3.5152447638710047,\n                                50.46496634222938\n                            ],\n                            [\n                                -3.5154420780202695,\n                                50.464923840425335\n                            ],\n                            [\n                                -3.515617802462653,\n                                50.46488917421201\n                            ],\n                            [\n                                -3.5159896297697104,\n                                50.46481822640249\n                            ],\n                            [\n                                -3.5160421011181753,\n                                50.46480675028309\n                            ],\n                            [\n                                -3.5160778149748153,\n                                50.464799989338665\n                            ],\n                            [\n                                -3.5161006382055686,\n                                50.46479549188721\n                            ],\n                            [\n                                -3.516109389743939,\n                                50.46479333628274\n                            ],\n                            [\n                                -3.516113198679125,\n                                50.46482695891841\n                            ],\n                            [\n                                -3.5161164040100275,\n                                50.46486109306462\n                            ],\n                            [\n                                -3.5161189338811996,\n                                50.46489613537891\n                            ]\n                        ],\n                        [\n                            [\n                                -3.5153660341120356,\n                                50.46556911878887\n                            ],\n                            [\n                                -3.515365395159288,\n                                50.465560592127346\n                            ],\n                            [\n                                -3.515355120927311,\n                                50.465546857722174\n                            ],\n                            [\n                                -3.5153548280389573,\n                                50.465542985269316\n                            ],\n                            [\n                                -3.5153522801653057,\n                                50.46554306342285\n                            ],\n                            [\n                                -3.5153439636884625,\n                                50.46553194765372\n                            ],\n                            [\n                                -3.515295248550446,\n                                50.46553313075213\n                            ],\n                            [\n                                -3.5152969767848976,\n                                50.46556383058718\n                            ],\n                            [\n                                -3.5152994688611563,\n                                50.46557126286799\n                            ],\n                            [\n                                -3.5153660341120356,\n                                50.46556911878887\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 73710.58668801092,\n            \"area_buildings_sqft\": 6705.979158484471,\n            \"density\": 9.097715077032756,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 6847.88059160265,\n            \"area_acre\": 1.6921622288340432,\n            \"area_buildings_m2\": 623.0006650394344,\n            \"area_buildings_acre\": 0.1539480982204883\n        },\n        {\n            \"title_no\": \"DN710445\",\n            \"tenure\": \"Freehold\",\n            \"height\": 13.8,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Torre Church of England Academy, Barton Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE EXETER DIOCESAN BOARD OF FINANCE LIMITED\",\n                    \"company_registration_no\": \"249798\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Old Deanery, The Cloisters, Cathedral Close, Exeter EX1 1HS\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.544575390855767,\n                                50.47597797400875\n                            ],\n                            [\n                                -3.54464127750058,\n                                50.47601469288098\n                            ],\n                            [\n                                -3.5447103191872924,\n                                50.4760530786264\n                            ],\n                            [\n                                -3.5448331123269257,\n                                50.47612339769249\n                            ],\n                            [\n                                -3.544904135377511,\n                                50.476162026826636\n                            ],\n                            [\n                                -3.544934290830857,\n                                50.476179164078715\n                            ],\n                            [\n                                -3.5450018507837373,\n                                50.476219637870386\n                            ],\n                            [\n                                -3.5450141037012304,\n                                50.47622801915299\n                            ],\n                            [\n                                -3.545050143443418,\n                                50.476252722857424\n                            ],\n                            [\n                                -3.545069674690495,\n                                50.476268202419604\n                            ],\n                            [\n                                -3.545085640080496,\n                                50.476282380280516\n                            ],\n                            [\n                                -3.545100226037222,\n                                50.476297475824225\n                            ],\n                            [\n                                -3.54511409296548,\n                                50.4763121312311\n                            ],\n                            [\n                                -3.545120696230279,\n                                50.47632013784394\n                            ],\n                            [\n                                -3.5451433968509534,\n                                50.47634636770781\n                            ],\n                            [\n                                -3.545147813692264,\n                                50.47635215493732\n                            ],\n                            [\n                                -3.5451941686034556,\n                                50.476412246603125\n                            ],\n                            [\n                                -3.5452030169711706,\n                                50.47642427054652\n                            ],\n                            [\n                                -3.5452260841702463,\n                                50.47646173761134\n                            ],\n                            [\n                                -3.545237984634147,\n                                50.476480915953225\n                            ],\n                            [\n                                -3.545272453235746,\n                                50.47654386354507\n                            ],\n                            [\n                                -3.545273970484265,\n                                50.476547171051855\n                            ],\n                            [\n                                -3.5452803446895884,\n                                50.4765611165188\n                            ],\n                            [\n                                -3.5452929375750095,\n                                50.47658855983369\n                            ],\n                            [\n                                -3.5452963974998584,\n                                50.47659957609396\n                            ],\n                            [\n                                -3.545304717187153,\n                                50.476625637173356\n                            ],\n                            [\n                                -3.545313984767016,\n                                50.4766548334467\n                            ],\n                            [\n                                -3.5453166517691526,\n                                50.47666314414955\n                            ],\n                            [\n                                -3.5450676829373804,\n                                50.47667907761931\n                            ],\n                            [\n                                -3.5450278944912323,\n                                50.47668162055067\n                            ],\n                            [\n                                -3.5448336539339564,\n                                50.47670194417687\n                            ],\n                            [\n                                -3.5445714731213416,\n                                50.47672937502678\n                            ],\n                            [\n                                -3.5444899506303504,\n                                50.47673790395559\n                            ],\n                            [\n                                -3.5444759918114936,\n                                50.47673685711412\n                            ],\n                            [\n                                -3.5444725729117983,\n                                50.47673660570571\n                            ],\n                            [\n                                -3.544444893704166,\n                                50.47673231439719\n                            ],\n                            [\n                                -3.544438094381259,\n                                50.476731262453995\n                            ],\n                            [\n                                -3.544357989358415,\n                                50.47671885320508\n                            ],\n                            [\n                                -3.5442899389502016,\n                                50.47670830748259\n                            ],\n                            [\n                                -3.5442677419003115,\n                                50.47670486971793\n                            ],\n                            [\n                                -3.544082005976133,\n                                50.47667609070661\n                            ],\n                            [\n                                -3.5440631518185524,\n                                50.47667316614792\n                            ],\n                            [\n                                -3.5439251958378235,\n                                50.47665179315133\n                            ],\n                            [\n                                -3.543933918066451,\n                                50.47664395185293\n                            ],\n                            [\n                                -3.543948062880653,\n                                50.4766312449743\n                            ],\n                            [\n                                -3.543969314428181,\n                                50.47661215721651\n                            ],\n                            [\n                                -3.543970484051679,\n                                50.47661128729756\n                            ],\n                            [\n                                -3.543995447354261,\n                                50.47659278883124\n                            ],\n                            [\n                                -3.5440418368633178,\n                                50.47655840201578\n                            ],\n                            [\n                                -3.544063336352343,\n                                50.47653914007033\n                            ],\n                            [\n                                -3.5441798559701394,\n                                50.47643425649639\n                            ],\n                            [\n                                -3.5442027230915385,\n                                50.47641371726031\n                            ],\n                            [\n                                -3.5441645558684196,\n                                50.476388591846614\n                            ],\n                            [\n                                -3.544270749935649,\n                                50.476282586097334\n                            ],\n                            [\n                                -3.5443657260233508,\n                                50.47618785431323\n                            ],\n                            [\n                                -3.544390186507284,\n                                50.47616345359338\n                            ],\n                            [\n                                -3.5443935031219262,\n                                50.47616013587549\n                            ],\n                            [\n                                -3.544400545790189,\n                                50.47615309028969\n                            ],\n                            [\n                                -3.5444146179120124,\n                                50.47613902627315\n                            ],\n                            [\n                                -3.5445332345956553,\n                                50.47602070493589\n                            ],\n                            [\n                                -3.5445351455996814,\n                                50.47601879989132\n                            ],\n                            [\n                                -3.544552089295656,\n                                50.47600160391646\n                            ],\n                            [\n                                -3.544575390855767,\n                                50.47597797400875\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 50681.57334248614,\n            \"area_buildings_sqft\": 12227.407459032836,\n            \"density\": 24.125942926840146,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4708.433049283365,\n            \"area_acre\": 1.1634888278807654,\n            \"area_buildings_m2\": 1135.953870218584,\n            \"area_buildings_acre\": 0.28070265057467486\n        },\n        {\n            \"title_no\": \"DN709759\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land adjoining Bishops Court Hotel, Lower Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"BISHOPS COURT (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"11732747\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Old Customs House, Torwood Gardens Road, Torquay TQ1 1EG\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5178323828329265,\n                                50.465785050142046\n                            ],\n                            [\n                                -3.51783205332221,\n                                50.46578884077256\n                            ],\n                            [\n                                -3.5178308083093635,\n                                50.465792643346646\n                            ],\n                            [\n                                -3.5178281458641836,\n                                50.4657953042301\n                            ],\n                            [\n                                -3.5178213985825852,\n                                50.46579800941015\n                            ],\n                            [\n                                -3.5178210086377315,\n                                50.46580035284948\n                            ],\n                            [\n                                -3.5178473020546592,\n                                50.465851849293564\n                            ],\n                            [\n                                -3.5178487210686358,\n                                50.46586756069571\n                            ],\n                            [\n                                -3.5178472070227516,\n                                50.465877482469885\n                            ],\n                            [\n                                -3.5178063328774,\n                                50.466083053210944\n                            ],\n                            [\n                                -3.5178751114886135,\n                                50.466294766081454\n                            ],\n                            [\n                                -3.5178930414342218,\n                                50.466294532160674\n                            ],\n                            [\n                                -3.5178931063458427,\n                                50.46631063896128\n                            ],\n                            [\n                                -3.517852993451651,\n                                50.46631206165135\n                            ],\n                            [\n                                -3.5178248958194134,\n                                50.466314676627945\n                            ],\n                            [\n                                -3.517816473726198,\n                                50.46631568586723\n                            ],\n                            [\n                                -3.5178017278651574,\n                                50.4663172272869\n                            ],\n                            [\n                                -3.517751856353978,\n                                50.46632192503074\n                            ],\n                            [\n                                -3.5173200435781546,\n                                50.46636802880172\n                            ],\n                            [\n                                -3.517192978807946,\n                                50.466382276974734\n                            ],\n                            [\n                                -3.5171648954823174,\n                                50.466385341288\n                            ],\n                            [\n                                -3.517124222132705,\n                                50.46639126786518\n                            ],\n                            [\n                                -3.5171174222008763,\n                                50.46635403284334\n                            ],\n                            [\n                                -3.5171048470138766,\n                                50.466285161480776\n                            ],\n                            [\n                                -3.5170777452280197,\n                                50.466136633814706\n                            ],\n                            [\n                                -3.5170751289678783,\n                                50.46612092902262\n                            ],\n                            [\n                                -3.5170695544780113,\n                                50.46609204212234\n                            ],\n                            [\n                                -3.5170548678387568,\n                                50.46601310739633\n                            ],\n                            [\n                                -3.5170542566285032,\n                                50.466009859660765\n                            ],\n                            [\n                                -3.517046665365546,\n                                50.4659690284932\n                            ],\n                            [\n                                -3.5170461214291935,\n                                50.46596612163949\n                            ],\n                            [\n                                -3.517039261274052,\n                                50.465929202174436\n                            ],\n                            [\n                                -3.5170230277510552,\n                                50.46584199545709\n                            ],\n                            [\n                                -3.517009140786451,\n                                50.465767349265995\n                            ],\n                            [\n                                -3.5170900375640124,\n                                50.465741471927224\n                            ],\n                            [\n                                -3.517207887305399,\n                                50.46570351082479\n                            ],\n                            [\n                                -3.517267760378427,\n                                50.4656846617614\n                            ],\n                            [\n                                -3.5174053773563414,\n                                50.465644455069246\n                            ],\n                            [\n                                -3.517602050424328,\n                                50.4655819021043\n                            ],\n                            [\n                                -3.517691357002541,\n                                50.46555465553334\n                            ],\n                            [\n                                -3.5177122967625163,\n                                50.46554853649636\n                            ],\n                            [\n                                -3.517770962605368,\n                                50.465532481961795\n                            ],\n                            [\n                                -3.5178212640315545,\n                                50.46551923461783\n                            ],\n                            [\n                                -3.51786105958439,\n                                50.46550792304712\n                            ],\n                            [\n                                -3.51788133825637,\n                                50.465503161653565\n                            ],\n                            [\n                                -3.5179009270907895,\n                                50.46549885893962\n                            ],\n                            [\n                                -3.5179338386724726,\n                                50.46549258367039\n                            ],\n                            [\n                                -3.51796752644896,\n                                50.465488546680334\n                            ],\n                            [\n                                -3.517974554331814,\n                                50.46548800530305\n                            ],\n                            [\n                                -3.518010397971295,\n                                50.46548528922189\n                            ],\n                            [\n                                -3.5180399467447403,\n                                50.465484004313296\n                            ],\n                            [\n                                -3.5180568482099486,\n                                50.465483783785345\n                            ],\n                            [\n                                -3.5180955951299917,\n                                50.46548372789486\n                            ],\n                            [\n                                -3.518111102535829,\n                                50.465483975232225\n                            ],\n                            [\n                                -3.518166061089278,\n                                50.465484157464424\n                            ],\n                            [\n                                -3.518216823071662,\n                                50.46548529379936\n                            ],\n                            [\n                                -3.5182781484712073,\n                                50.46548629226178\n                            ],\n                            [\n                                -3.518310600537743,\n                                50.46548766749574\n                            ],\n                            [\n                                -3.5183705750819136,\n                                50.465490482270845\n                            ],\n                            [\n                                -3.5184376639080637,\n                                50.46549545258107\n                            ],\n                            [\n                                -3.518502197505443,\n                                50.4655020300939\n                            ],\n                            [\n                                -3.5183950848107393,\n                                50.465609004661445\n                            ],\n                            [\n                                -3.5183618928443257,\n                                50.46564215678422\n                            ],\n                            [\n                                -3.5182936379256913,\n                                50.46571032012372\n                            ],\n                            [\n                                -3.5182898910257303,\n                                50.46570859726901\n                            ],\n                            [\n                                -3.5182799215270455,\n                                50.46570572348642\n                            ],\n                            [\n                                -3.518272302458568,\n                                50.4657032057579\n                            ],\n                            [\n                                -3.5182637865827746,\n                                50.46570084363057\n                            ],\n                            [\n                                -3.518255808802862,\n                                50.46569856441733\n                            ],\n                            [\n                                -3.5182236549477777,\n                                50.46569198693916\n                            ],\n                            [\n                                -3.5182146197234703,\n                                50.46569056692633\n                            ],\n                            [\n                                -3.5182040849077127,\n                                50.46568895962695\n                            ],\n                            [\n                                -3.518196737559505,\n                                50.46568788632747\n                            ],\n                            [\n                                -3.518189740336161,\n                                50.465687186192554\n                            ],\n                            [\n                                -3.518165069201723,\n                                50.46568634794248\n                            ],\n                            [\n                                -3.5181368060130467,\n                                50.465687301329055\n                            ],\n                            [\n                                -3.5181095513252956,\n                                50.46569114650243\n                            ],\n                            [\n                                -3.5180742160197904,\n                                50.46569918022876\n                            ],\n                            [\n                                -3.5180516928828984,\n                                50.465708215949654\n                            ],\n                            [\n                                -3.5180365027140295,\n                                50.46571831617019\n                            ],\n                            [\n                                -3.5180240636709543,\n                                50.46572896508108\n                            ],\n                            [\n                                -3.518008929344909,\n                                50.46574080933978\n                            ],\n                            [\n                                -3.5179963970063373,\n                                50.46574854551833\n                            ],\n                            [\n                                -3.517979277898215,\n                                50.46575517236422\n                            ],\n                            [\n                                -3.5179630043483736,\n                                50.46576004340502\n                            ],\n                            [\n                                -3.517831801714183,\n                                50.4657809835944\n                            ],\n                            [\n                                -3.5178318483509035,\n                                50.46578243995923\n                            ],\n                            [\n                                -3.5178323828329265,\n                                50.465785050142046\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 58544.89546305922,\n            \"area_buildings_sqft\": 17791.630272692946,\n            \"density\": 30.389720797979983,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 5438.953498983577,\n            \"area_acre\": 1.3440058646248674,\n            \"area_buildings_m2\": 1652.882782673072,\n            \"area_buildings_acre\": 0.408439629767974\n        },\n        {\n            \"title_no\": \"DN70192\",\n            \"tenure\": \"Freehold\",\n            \"height\": 15.3,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040552050\",\n                \"100040552051\",\n                \"100040552052\",\n                \"100040552053\",\n                \"100040552054\",\n                \"100040552055\",\n                \"100040552056\",\n                \"100040552057\",\n                \"100040552058\",\n                \"100040552059\",\n                \"100040552060\",\n                \"100040552061\",\n                \"100040552062\",\n                \"100040552063\"\n            ],\n            \"property_address\": [\n                \"Park Hall, Park Hill Road, Torquay,\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"PARK HALL (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"4298825\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"11 Park Hall, Park Hill Road, Torquay TQ2 2BL\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5240542867783535,\n                                50.458905198394504\n                            ],\n                            [\n                                -3.524054402374423,\n                                50.45890879435093\n                            ],\n                            [\n                                -3.524051809942732,\n                                50.45892456724652\n                            ],\n                            [\n                                -3.5240461773671075,\n                                50.45895971637311\n                            ],\n                            [\n                                -3.5240135454682986,\n                                50.45895699605992\n                            ],\n                            [\n                                -3.5238703002479004,\n                                50.458944932246766\n                            ],\n                            [\n                                -3.523862355489379,\n                                50.45885423615051\n                            ],\n                            [\n                                -3.5237352259373704,\n                                50.45885044211814\n                            ],\n                            [\n                                -3.52359536252856,\n                                50.458846275091474\n                            ],\n                            [\n                                -3.523529624324508,\n                                50.45884360147513\n                            ],\n                            [\n                                -3.522832664991665,\n                                50.45882334413429\n                            ],\n                            [\n                                -3.522782330124975,\n                                50.45873703413858\n                            ],\n                            [\n                                -3.52273185091835,\n                                50.458656751772956\n                            ],\n                            [\n                                -3.5227222930665754,\n                                50.458644285726116\n                            ],\n                            [\n                                -3.522714991959983,\n                                50.45863628697896\n                            ],\n                            [\n                                -3.5227063403534364,\n                                50.458630104642666\n                            ],\n                            [\n                                -3.522697196728301,\n                                50.458623955726495\n                            ],\n                            [\n                                -3.5231115370340698,\n                                50.45838934605475\n                            ],\n                            [\n                                -3.5231120801142075,\n                                50.45838870938734\n                            ],\n                            [\n                                -3.523112761130408,\n                                50.458387980977314\n                            ],\n                            [\n                                -3.523113445034652,\n                                50.45838734246624\n                            ],\n                            [\n                                -3.5231142668749467,\n                                50.45838661221249\n                            ],\n                            [\n                                -3.5231150944913536,\n                                50.45838606175668\n                            ],\n                            [\n                                -3.5231159192196717,\n                                50.45838542140191\n                            ],\n                            [\n                                -3.523116746836038,\n                                50.4583848709461\n                            ],\n                            [\n                                -3.5231186837169686,\n                                50.45838376634706\n                            ],\n                            [\n                                -3.5231197958696017,\n                                50.45838330210282\n                            ],\n                            [\n                                -3.523120767198088,\n                                50.45838283970222\n                            ],\n                            [\n                                -3.5234008998769872,\n                                50.45822500222253\n                            ],\n                            [\n                                -3.5234141227064257,\n                                50.45823051307914\n                            ],\n                            [\n                                -3.5234841662453507,\n                                50.45826197310154\n                            ],\n                            [\n                                -3.523497042596598,\n                                50.45826810005606\n                            ],\n                            [\n                                -3.52360580204141,\n                                50.45832063782646\n                            ],\n                            [\n                                -3.5236251455070926,\n                                50.45833072722635\n                            ],\n                            [\n                                -3.5237218774047143,\n                                50.458381623670896\n                            ],\n                            [\n                                -3.523746366458574,\n                                50.45839839091548\n                            ],\n                            [\n                                -3.523769461734548,\n                                50.45841562609408\n                            ],\n                            [\n                                -3.523791867352983,\n                                50.45843331998502\n                            ],\n                            [\n                                -3.5238041407973077,\n                                50.45844260258959\n                            ],\n                            [\n                                -3.523849612882224,\n                                50.45847663264627\n                            ],\n                            [\n                                -3.523867764932308,\n                                50.45849348286963\n                            ],\n                            [\n                                -3.523884537646227,\n                                50.45851125052536\n                            ],\n                            [\n                                -3.5239012959249436,\n                                50.45852856868392\n                            ],\n                            [\n                                -3.5239071311760495,\n                                50.45853478782306\n                            ],\n                            [\n                                -3.523964808545402,\n                                50.45859788741021\n                            ],\n                            [\n                                -3.523974482300781,\n                                50.45861394930901\n                            ],\n                            [\n                                -3.523983437490112,\n                                50.458629570936\n                            ],\n                            [\n                                -3.523985679900562,\n                                50.458633588716275\n                            ],\n                            [\n                                -3.5239984591446647,\n                                50.458658603609805\n                            ],\n                            [\n                                -3.5240084363522852,\n                                50.45868410489167\n                            ],\n                            [\n                                -3.5240177238948016,\n                                50.45871006489094\n                            ],\n                            [\n                                -3.5240200674556945,\n                                50.45871722913245\n                            ],\n                            [\n                                -3.5240348907593293,\n                                50.45876200333464\n                            ],\n                            [\n                                -3.52404055655559,\n                                50.45878486298946\n                            ],\n                            [\n                                -3.5240449296992473,\n                                50.458811337048544\n                            ],\n                            [\n                                -3.5240450163954766,\n                                50.458814034015944\n                            ],\n                            [\n                                -3.5240539451730934,\n                                50.458904213565106\n                            ],\n                            [\n                                -3.5240542867783535,\n                                50.458905198394504\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 48262.65107686655,\n            \"area_buildings_sqft\": 6799.756498820185,\n            \"density\": 14.089065451440714,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4483.709687557279,\n            \"area_acre\": 1.1079580137021705,\n            \"area_buildings_m2\": 631.712792532533,\n            \"area_buildings_acre\": 0.1561009297249813\n        },\n        {\n            \"title_no\": \"DN699785\",\n            \"tenure\": \"Freehold\",\n            \"height\": 7.3,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"All Saints Babbacombe Church of England Primary School, Quinta Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE EXETER DIOCESAN BOARD OF FINANCE LIMITED\",\n                    \"company_registration_no\": \"249798\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Old Deanery, The Cloisters, Cathedral Close, Exeter EX1 1HS\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5151118823228806,\n                                50.47359217834548\n                            ],\n                            [\n                                -3.5151096831521875,\n                                50.47356747444909\n                            ],\n                            [\n                                -3.515090752086951,\n                                50.47354838462087\n                            ],\n                            [\n                                -3.51509656800957,\n                                50.47354516111043\n                            ],\n                            [\n                                -3.515119179084128,\n                                50.47353389442084\n                            ],\n                            [\n                                -3.515118441964942,\n                                50.473533319432406\n                            ],\n                            [\n                                -3.515132308746386,\n                                50.473525809035365\n                            ],\n                            [\n                                -3.515145766135472,\n                                50.473519158364454\n                            ],\n                            [\n                                -3.5151538129680877,\n                                50.47351518630787\n                            ],\n                            [\n                                -3.5151564682224055,\n                                50.473513604822855\n                            ],\n                            [\n                                -3.5151589716819878,\n                                50.47351212424462\n                            ],\n                            [\n                                -3.515183311120158,\n                                50.47349761530884\n                            ],\n                            [\n                                -3.5151870036343027,\n                                50.47349541774093\n                            ],\n                            [\n                                -3.51520152184711,\n                                50.4734866847096\n                            ],\n                            [\n                                -3.515205992301225,\n                                50.47348545731791\n                            ],\n                            [\n                                -3.515246071134788,\n                                50.47347396312451\n                            ],\n                            [\n                                -3.5153153242541,\n                                50.47351982819124\n                            ],\n                            [\n                                -3.515339818311465,\n                                50.473536597119654\n                            ],\n                            [\n                                -3.5153622628752603,\n                                50.47355141413293\n                            ],\n                            [\n                                -3.515411298219914,\n                                50.473583782175496\n                            ],\n                            [\n                                -3.5154233196000537,\n                                50.47359171988682\n                            ],\n                            [\n                                -3.515461310233887,\n                                50.47361628137488\n                            ],\n                            [\n                                -3.515527649761339,\n                                50.47365916239904\n                            ],\n                            [\n                                -3.515630600272202,\n                                50.47372752215484\n                            ],\n                            [\n                                -3.515734931027598,\n                                50.47379496447438\n                            ],\n                            [\n                                -3.515839660562398,\n                                50.473864290171775\n                            ],\n                            [\n                                -3.51584219452609,\n                                50.473865965952236\n                            ],\n                            [\n                                -3.515885643366576,\n                                50.47389372988018\n                            ],\n                            [\n                                -3.515890392757174,\n                                50.473896815779675\n                            ],\n                            [\n                                -3.5159133976955323,\n                                50.47391151746249\n                            ],\n                            [\n                                -3.516055845555848,\n                                50.47400258383735\n                            ],\n                            [\n                                -3.5161573169514497,\n                                50.47406871399011\n                            ],\n                            [\n                                -3.516230024649403,\n                                50.474116781911285\n                            ],\n                            [\n                                -3.5162825789827643,\n                                50.474151621952586\n                            ],\n                            [\n                                -3.5162883317854328,\n                                50.47415523437844\n                            ],\n                            [\n                                -3.5163293115397596,\n                                50.474180691969885\n                            ],\n                            [\n                                -3.516330749022911,\n                                50.474181572601054\n                            ],\n                            [\n                                -3.516358808723803,\n                                50.4741996438947\n                            ],\n                            [\n                                -3.5164156325480564,\n                                50.47423577728108\n                            ],\n                            [\n                                -3.516426252483301,\n                                50.47423294077597\n                            ],\n                            [\n                                -3.5165106484325874,\n                                50.47421025604486\n                            ],\n                            [\n                                -3.5166133689848174,\n                                50.474183285255044\n                            ],\n                            [\n                                -3.5166856725808535,\n                                50.47415266373203\n                            ],\n                            [\n                                -3.5167795521429186,\n                                50.47411366661319\n                            ],\n                            [\n                                -3.5169130761896588,\n                                50.47405841367993\n                            ],\n                            [\n                                -3.5169411072559105,\n                                50.47407558584248\n                            ],\n                            [\n                                -3.516857937139837,\n                                50.47411894030045\n                            ],\n                            [\n                                -3.5168462199979693,\n                                50.474124920939175\n                            ],\n                            [\n                                -3.5168223001378194,\n                                50.47413712237816\n                            ],\n                            [\n                                -3.5168062301306406,\n                                50.47414536320307\n                            ],\n                            [\n                                -3.516774048125807,\n                                50.474161854387205\n                            ],\n                            [\n                                -3.5166610938764444,\n                                50.47422133585399\n                            ],\n                            [\n                                -3.516570304203773,\n                                50.474246802127375\n                            ],\n                            [\n                                -3.5164795288178405,\n                                50.474272717825606\n                            ],\n                            [\n                                -3.516409383512341,\n                                50.47428271563437\n                            ],\n                            [\n                                -3.516399562764365,\n                                50.474284102738366\n                            ],\n                            [\n                                -3.5163898308542954,\n                                50.474285623588464\n                            ],\n                            [\n                                -3.5163164635996322,\n                                50.47429711130941\n                            ],\n                            [\n                                -3.516292989244226,\n                                50.474300780853646\n                            ],\n                            [\n                                -3.5162107979117323,\n                                50.474313094000784\n                            ],\n                            [\n                                -3.5161877956005196,\n                                50.47431654152479\n                            ],\n                            [\n                                -3.5160497270781477,\n                                50.47433992537962\n                            ],\n                            [\n                                -3.5160460845406156,\n                                50.47434060239681\n                            ],\n                            [\n                                -3.5160203165359065,\n                                50.474345704780795\n                            ],\n                            [\n                                -3.515871725575221,\n                                50.474370574573754\n                            ],\n                            [\n                                -3.515757245530491,\n                                50.474382408698716\n                            ],\n                            [\n                                -3.5156601733119386,\n                                50.47440975483227\n                            ],\n                            [\n                                -3.5156562094340074,\n                                50.47450612843549\n                            ],\n                            [\n                                -3.5156558328870364,\n                                50.47451638609896\n                            ],\n                            [\n                                -3.515655588770022,\n                                50.474552813551995\n                            ],\n                            [\n                                -3.5156542236373687,\n                                50.474620283691806\n                            ],\n                            [\n                                -3.515647079651375,\n                                50.474661297848556\n                            ],\n                            [\n                                -3.515638271910609,\n                                50.474701848020224\n                            ],\n                            [\n                                -3.51563762132696,\n                                50.47470486037318\n                            ],\n                            [\n                                -3.515623304339658,\n                                50.47475514148557\n                            ],\n                            [\n                                -3.515614869389684,\n                                50.474786639189496\n                            ],\n                            [\n                                -3.5156132278207526,\n                                50.47479259637994\n                            ],\n                            [\n                                -3.5155858297743654,\n                                50.47486130498478\n                            ],\n                            [\n                                -3.515571440731075,\n                                50.47489611795474\n                            ],\n                            [\n                                -3.515556016624,\n                                50.47492060171089\n                            ],\n                            [\n                                -3.5155546538933753,\n                                50.47492205844476\n                            ],\n                            [\n                                -3.515537918589177,\n                                50.47490554824704\n                            ],\n                            [\n                                -3.515481612009434,\n                                50.4748415273923\n                            ],\n                            [\n                                -3.5154290861818054,\n                                50.4747855515503\n                            ],\n                            [\n                                -3.515410017639473,\n                                50.47476438603329\n                            ],\n                            [\n                                -3.5153457983559613,\n                                50.47469310237329\n                            ],\n                            [\n                                -3.5152947017092515,\n                                50.47463773741255\n                            ],\n                            [\n                                -3.5152581984284614,\n                                50.47459801119926\n                            ],\n                            [\n                                -3.515149361114538,\n                                50.474480019888006\n                            ],\n                            [\n                                -3.5151348346409854,\n                                50.47446426331596\n                            ],\n                            [\n                                -3.515096885538341,\n                                50.47442338670541\n                            ],\n                            [\n                                -3.515083885112507,\n                                50.474409076219814\n                            ],\n                            [\n                                -3.5149793012574393,\n                                50.47429406022181\n                            ],\n                            [\n                                -3.5149763489596086,\n                                50.474259023437426\n                            ],\n                            [\n                                -3.5149758803890827,\n                                50.47425318366762\n                            ],\n                            [\n                                -3.514971267052538,\n                                50.474130930128496\n                            ],\n                            [\n                                -3.514966711231015,\n                                50.47401047456757\n                            ],\n                            [\n                                -3.514963523302446,\n                                50.473928835765655\n                            ],\n                            [\n                                -3.5149628452468833,\n                                50.47391159477745\n                            ],\n                            [\n                                -3.5149573119023607,\n                                50.473804642412254\n                            ],\n                            [\n                                -3.514955500992904,\n                                50.473770040445714\n                            ],\n                            [\n                                -3.5149512321335776,\n                                50.47372467810474\n                            ],\n                            [\n                                -3.5149504559285045,\n                                50.47372243979925\n                            ],\n                            [\n                                -3.514950269108322,\n                                50.47371659636034\n                            ],\n                            [\n                                -3.5149509447177687,\n                                50.473715688198766\n                            ],\n                            [\n                                -3.5149515628440233,\n                                50.47371298205596\n                            ],\n                            [\n                                -3.51495218097021,\n                                50.47371027591315\n                            ],\n                            [\n                                -3.5149565797057707,\n                                50.4736935803899\n                            ],\n                            [\n                                -3.515051940514823,\n                                50.47363477935116\n                            ],\n                            [\n                                -3.5150872156111825,\n                                50.47361408430657\n                            ],\n                            [\n                                -3.5150968178053934,\n                                50.47360586498581\n                            ],\n                            [\n                                -3.5151118823228806,\n                                50.47359217834548\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 85527.12328896856,\n            \"area_buildings_sqft\": 10840.230847130993,\n            \"density\": 12.674611784270294,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 7945.6636277376965,\n            \"area_acre\": 1.9634325823913812,\n            \"area_buildings_m2\": 1007.0820184997208,\n            \"area_buildings_acre\": 0.24885745746398055\n        },\n        {\n            \"title_no\": \"DN69519\",\n            \"tenure\": \"Freehold\",\n            \"height\": 25.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Victoria Hotel, Belgrave Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"TORQUAY LEISURE HOTELS LIMITED\",\n                    \"company_registration_no\": \"430051\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Derwent Hotel, 22-44 Belgrave Road, Torquay TQ2 5HS\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.539163426562979,\n                                50.465508380062026\n                            ],\n                            [\n                                -3.5391675195218184,\n                                50.4655137940716\n                            ],\n                            [\n                                -3.539212233221212,\n                                50.46557294753769\n                            ],\n                            [\n                                -3.5393279104543436,\n                                50.46572592850142\n                            ],\n                            [\n                                -3.5393646145681195,\n                                50.46577446741599\n                            ],\n                            [\n                                -3.5394074579869677,\n                                50.46583111832869\n                            ],\n                            [\n                                -3.539523902763001,\n                                50.4659851322075\n                            ],\n                            [\n                                -3.539651081756851,\n                                50.46615334883563\n                            ],\n                            [\n                                -3.539699295075299,\n                                50.466207851037645\n                            ],\n                            [\n                                -3.5397778362699825,\n                                50.46631150701541\n                            ],\n                            [\n                                -3.539781974451364,\n                                50.46631570625812\n                            ],\n                            [\n                                -3.5395329593573,\n                                50.46644312337254\n                            ],\n                            [\n                                -3.5394550500684865,\n                                50.466482988982754\n                            ],\n                            [\n                                -3.5391413684045774,\n                                50.466158195361075\n                            ],\n                            [\n                                -3.5390880901543844,\n                                50.46613602025718\n                            ],\n                            [\n                                -3.5387902213465896,\n                                50.466217854536715\n                            ],\n                            [\n                                -3.538748826639186,\n                                50.466234896426336\n                            ],\n                            [\n                                -3.5386886551369137,\n                                50.466256467620994\n                            ],\n                            [\n                                -3.5386666896641215,\n                                50.466264339788175\n                            ],\n                            [\n                                -3.5383874346802746,\n                                50.4663644538335\n                            ],\n                            [\n                                -3.538357334977266,\n                                50.46637524851854\n                            ],\n                            [\n                                -3.5383526047216476,\n                                50.46636973498372\n                            ],\n                            [\n                                -3.5383497002517177,\n                                50.46636707528436\n                            ],\n                            [\n                                -3.538341937016042,\n                                50.46635884978684\n                            ],\n                            [\n                                -3.538298246207161,\n                                50.46631253443571\n                            ],\n                            [\n                                -3.5382876812844084,\n                                50.466301342089835\n                            ],\n                            [\n                                -3.538223460961911,\n                                50.46622421599648\n                            ],\n                            [\n                                -3.538158680382994,\n                                50.46614718721137\n                            ],\n                            [\n                                -3.538130834358746,\n                                50.46611409887137\n                            ],\n                            [\n                                -3.5380621141648145,\n                                50.46602811944455\n                            ],\n                            [\n                                -3.5381151866467153,\n                                50.46600098540153\n                            ],\n                            [\n                                -3.538138765759526,\n                                50.46598943157796\n                            ],\n                            [\n                                -3.538226875331369,\n                                50.46594734545351\n                            ],\n                            [\n                                -3.538312763312854,\n                                50.46590627793996\n                            ],\n                            [\n                                -3.538335100980383,\n                                50.465895549921484\n                            ],\n                            [\n                                -3.5383455185022434,\n                                50.46589091533897\n                            ],\n                            [\n                                -3.5383524586528057,\n                                50.46588767578646\n                            ],\n                            [\n                                -3.53836082184511,\n                                50.4658848671013\n                            ],\n                            [\n                                -3.5383685245757848,\n                                50.465883416200235\n                            ],\n                            [\n                                -3.5383808797056977,\n                                50.46587335978752\n                            ],\n                            [\n                                -3.538385046710929,\n                                50.46587150595302\n                            ],\n                            [\n                                -3.5383905784024314,\n                                50.465868285021756\n                            ],\n                            [\n                                -3.5383938094629235,\n                                50.46586754978511\n                            ],\n                            [\n                                -3.5387717995788734,\n                                50.46569686056116\n                            ],\n                            [\n                                -3.5388841618338125,\n                                50.46564231169677\n                            ],\n                            [\n                                -3.538891791540397,\n                                50.46563861330692\n                            ],\n                            [\n                                -3.5389687781687833,\n                                50.465601170575376\n                            ],\n                            [\n                                -3.539083913069279,\n                                50.46554523578757\n                            ],\n                            [\n                                -3.5391581932189258,\n                                50.465510805639894\n                            ],\n                            [\n                                -3.539163426562979,\n                                50.465508380062026\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 67069.22053895559,\n            \"area_buildings_sqft\": 37624.846740897454,\n            \"density\": 56.09852990470337,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 6230.882621604942,\n            \"area_acre\": 1.5396974412065103,\n            \"area_buildings_m2\": 3495.4335508080135,\n            \"area_buildings_acre\": 0.8637476294971868\n        },\n        {\n            \"title_no\": \"DN689679\",\n            \"tenure\": \"Freehold\",\n            \"height\": 32,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"land lying to the south east of Priory Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"PLYMOUTH ROMAN CATHOLIC DIOCESAN TRUSTEES REGISTERED\",\n                    \"company_registration_no\": \"213227\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"St. Boniface House, Ashburton, Newton Abbot TQ13 7JL\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5248377689963917,\n                                50.48253836596276\n                            ],\n                            [\n                                -3.5248191531948514,\n                                50.48255120101634\n                            ],\n                            [\n                                -3.524780083025307,\n                                50.48258543916838\n                            ],\n                            [\n                                -3.524792724940095,\n                                50.48259282816588\n                            ],\n                            [\n                                -3.5247909395924837,\n                                50.48259429054452\n                            ],\n                            [\n                                -3.5247914504800604,\n                                50.482632057151065\n                            ],\n                            [\n                                -3.524682389506853,\n                                50.48272522142528\n                            ],\n                            [\n                                -3.524643107720564,\n                                50.48270909790207\n                            ],\n                            [\n                                -3.5246135020358955,\n                                50.482734344250765\n                            ],\n                            [\n                                -3.52452221820516,\n                                50.482687891964616\n                            ],\n                            [\n                                -3.5245054589664724,\n                                50.482702357472746\n                            ],\n                            [\n                                -3.524463493270092,\n                                50.482738612054206\n                            ],\n                            [\n                                -3.5244128853651113,\n                                50.48278226469271\n                            ],\n                            [\n                                -3.524379901776544,\n                                50.482810738984405\n                            ],\n                            [\n                                -3.5243309194788646,\n                                50.48277569390461\n                            ],\n                            [\n                                -3.5242035730548524,\n                                50.482683486472695\n                            ],\n                            [\n                                -3.5241454708070092,\n                                50.482641419826976\n                            ],\n                            [\n                                -3.5240097709749465,\n                                50.48254540936822\n                            ],\n                            [\n                                -3.5239370460537085,\n                                50.48249395591019\n                            ],\n                            [\n                                -3.523937041967903,\n                                50.482471921539094\n                            ],\n                            [\n                                -3.5239372073225845,\n                                50.48243324670965\n                            ],\n                            [\n                                -3.5239371453954993,\n                                50.482409414367325\n                            ],\n                            [\n                                -3.5239369822456403,\n                                50.482382435575616\n                            ],\n                            [\n                                -3.524193205475373,\n                                50.48219130126992\n                            ],\n                            [\n                                -3.524222704134442,\n                                50.482169303132714\n                            ],\n                            [\n                                -3.5247119502376143,\n                                50.48180433465184\n                            ],\n                            [\n                                -3.524767005557768,\n                                50.481763141811776\n                            ],\n                            [\n                                -3.5247683855565497,\n                                50.4817622243636\n                            ],\n                            [\n                                -3.524769751087258,\n                                50.48176085742276\n                            ],\n                            [\n                                -3.5247711310859198,\n                                50.48175993997457\n                            ],\n                            [\n                                -3.524773215551867,\n                                50.48175901329486\n                            ],\n                            [\n                                -3.524774610018474,\n                                50.48175854533926\n                            ],\n                            [\n                                -3.52477669448429,\n                                50.481757618659486\n                            ],\n                            [\n                                -3.5247787934181285,\n                                50.4817571414723\n                            ],\n                            [\n                                -3.5247809068200495,\n                                50.481757113777704\n                            ],\n                            [\n                                -3.524782301286522,\n                                50.481756645822\n                            ],\n                            [\n                                -3.5247900504267866,\n                                50.481756544274745\n                            ],\n                            [\n                                -3.5247928827641997,\n                                50.48175695684098\n                            ],\n                            [\n                                -3.5247971385045505,\n                                50.48175780043648\n                            ],\n                            [\n                                -3.524798576375756,\n                                50.48175868095846\n                            ],\n                            [\n                                -3.5247999997787103,\n                                50.481759111987785\n                            ],\n                            [\n                                -3.524810740409522,\n                                50.48176436742396\n                            ],\n                            [\n                                -3.524819367640272,\n                                50.48176965055445\n                            ],\n                            [\n                                -3.524822991257381,\n                                50.48177275084389\n                            ],\n                            [\n                                -3.5248244435980656,\n                                50.481774080858116\n                            ],\n                            [\n                                -3.524882125466045,\n                                50.48181010894881\n                            ],\n                            [\n                                -3.524930170756394,\n                                50.48184014762594\n                            ],\n                            [\n                                -3.5250229572906076,\n                                50.48189828962325\n                            ],\n                            [\n                                -3.5252387411453228,\n                                50.4820335137277\n                            ],\n                            [\n                                -3.5255438640602637,\n                                50.4822291726258\n                            ],\n                            [\n                                -3.525762555678889,\n                                50.482367055734166\n                            ],\n                            [\n                                -3.5257064010203707,\n                                50.48257104841479\n                            ],\n                            [\n                                -3.5255908664426583,\n                                50.4825725632655\n                            ],\n                            [\n                                -3.525589471960547,\n                                50.482573031230984\n                            ],\n                            [\n                                -3.5255852740378666,\n                                50.4825739856349\n                            ],\n                            [\n                                -3.525583894031816,\n                                50.482574903092726\n                            ],\n                            [\n                                -3.525581809546499,\n                                50.48257582978701\n                            ],\n                            [\n                                -3.525580429540327,\n                                50.48257674724477\n                            ],\n                            [\n                                -3.525579035057986,\n                                50.48257721521013\n                            ],\n                            [\n                                -3.5255679371023074,\n                                50.482582756901934\n                            ],\n                            [\n                                -3.5254674232792977,\n                                50.48263488877933\n                            ],\n                            [\n                                -3.5254600629050343,\n                                50.4826383129225\n                            ],\n                            [\n                                -3.525455620816751,\n                                50.48264043969642\n                            ],\n                            [\n                                -3.5254424383405345,\n                                50.48264690806848\n                            ],\n                            [\n                                -3.525427113470024,\n                                50.482652505160964\n                            ],\n                            [\n                                -3.525414903653105,\n                                50.4826585380773\n                            ],\n                            [\n                                -3.525324022684185,\n                                50.482703411585845\n                            ],\n                            [\n                                -3.5253546388305534,\n                                50.48265615335613\n                            ],\n                            [\n                                -3.5253134655606786,\n                                50.482603180915326\n                            ],\n                            [\n                                -3.525305812637635,\n                                50.48259401778264\n                            ],\n                            [\n                                -3.525253961083352,\n                                50.48261565266791\n                            ],\n                            [\n                                -3.5251783217085624,\n                                50.48254289626752\n                            ],\n                            [\n                                -3.5250658806777913,\n                                50.48248726041149\n                            ],\n                            [\n                                -3.5249986559575714,\n                                50.48250073258475\n                            ],\n                            [\n                                -3.5249574580532608,\n                                50.48253454900143\n                            ],\n                            [\n                                -3.5249094476670004,\n                                50.482509996000964\n                            ],\n                            [\n                                -3.5248730147899114,\n                                50.482514061923354\n                            ],\n                            [\n                                -3.5248364134102244,\n                                50.482518148029754\n                            ],\n                            [\n                                -3.5248377689963917,\n                                50.48253836596276\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 86569.5248454546,\n            \"area_buildings_sqft\": 11804.202338270155,\n            \"density\": 13.635517070635679,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": true,\n            \"area_m2\": 8042.505095267057,\n            \"area_acre\": 1.9873628293263221,\n            \"area_buildings_m2\": 1096.6371551718837,\n            \"area_buildings_acre\": 0.27098719784825887\n        },\n        {\n            \"title_no\": \"DN677739\",\n            \"tenure\": \"Freehold\",\n            \"height\": 13.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040547536\"\n            ],\n            \"property_address\": [\n                \"Kents Caverns, Ilsham Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"KENTS CAVERN LIMITED\",\n                    \"company_registration_no\": \"657372\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Cavern House, Ilsham Road, Wellswood, Torquay TQ1 2JF\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.503485790573423,\n                                50.46684035092199\n                            ],\n                            [\n                                -3.5034856342860836,\n                                50.46684341977603\n                            ],\n                            [\n                                -3.5034852039353925,\n                                50.46684584462891\n                            ],\n                            [\n                                -3.5034837337953224,\n                                50.46684747349003\n                            ],\n                            [\n                                -3.503482277740208,\n                                50.466849102169164\n                            ],\n                            [\n                                -3.5034828974448677,\n                                50.46685264665249\n                            ],\n                            [\n                                -3.5034864941057915,\n                                50.46685453380915\n                            ],\n                            [\n                                -3.503489320192901,\n                                50.466856116145756\n                            ],\n                            [\n                                -3.5034938899134525,\n                                50.46685669564224\n                            ],\n                            [\n                                -3.503497724991907,\n                                50.46685810305417\n                            ],\n                            [\n                                -3.5035038890775523,\n                                50.46686141400354\n                            ],\n                            [\n                                -3.503507662558619,\n                                50.466860879582924\n                            ],\n                            [\n                                -3.503511444991469,\n                                50.46686018316079\n                            ],\n                            [\n                                -3.503513991882729,\n                                50.46686095967634\n                            ],\n                            [\n                                -3.5035110913545484,\n                                50.46686502631406\n                            ],\n                            [\n                                -3.5035116699961004,\n                                50.46686727624238\n                            ],\n                            [\n                                -3.5035154999427336,\n                                50.466868521834364\n                            ],\n                            [\n                                -3.503520112045093,\n                                50.46687088152469\n                            ],\n                            [\n                                -3.5035209952652697,\n                                50.46687473738019\n                            ],\n                            [\n                                -3.5035177798924053,\n                                50.46687687445215\n                            ],\n                            [\n                                -3.503516091124448,\n                                50.46687916267536\n                            ],\n                            [\n                                -3.503515955086635,\n                                50.46688286981686\n                            ],\n                            [\n                                -3.5035215864483256,\n                                50.46688537822115\n                            ],\n                            [\n                                -3.50353167385863,\n                                50.46688443843431\n                            ],\n                            [\n                                -3.503547424746362,\n                                50.46688746360578\n                            ],\n                            [\n                                -3.503551508226734,\n                                50.46688870592014\n                            ],\n                            [\n                                -3.503557910451255,\n                                50.4668915281321\n                            ],\n                            [\n                                -3.503562318760174,\n                                50.466895014660615\n                            ],\n                            [\n                                -3.503571043834414,\n                                50.466899101938715\n                            ],\n                            [\n                                -3.5035769428172268,\n                                50.46690160688179\n                            ],\n                            [\n                                -3.5035833704269903,\n                                50.46690522919911\n                            ],\n                            [\n                                -3.503586955973404,\n                                50.46690676574401\n                            ],\n                            [\n                                -3.503591080238984,\n                                50.46690929362175\n                            ],\n                            [\n                                -3.5035931342206075,\n                                50.46691096687694\n                            ],\n                            [\n                                -3.5035934233370676,\n                                50.46691119697543\n                            ],\n                            [\n                                -3.503595535894099,\n                                50.46691427248288\n                            ],\n                            [\n                                -3.5035955795286924,\n                                50.4669156479473\n                            ],\n                            [\n                                -3.5035961196737864,\n                                50.46691668423006\n                            ],\n                            [\n                                -3.503597174581803,\n                                50.466917956688825\n                            ],\n                            [\n                                -3.5035971996788526,\n                                50.46691874780563\n                            ],\n                            [\n                                -3.5035972358984635,\n                                50.466919889531006\n                            ],\n                            [\n                                -3.5035985764542943,\n                                50.46692261526937\n                            ],\n                            [\n                                -3.503599405081637,\n                                50.466922973300214\n                            ],\n                            [\n                                -3.5036021772283727,\n                                50.46692418759157\n                            ],\n                            [\n                                -3.503605676647809,\n                                50.46692300916686\n                            ],\n                            [\n                                -3.503606117259979,\n                                50.46692090795231\n                            ],\n                            [\n                                -3.503614871883917,\n                                50.4669183755194\n                            ],\n                            [\n                                -3.5036214239456753,\n                                50.466917481414306\n                            ],\n                            [\n                                -3.503624933631292,\n                                50.46691662662773\n                            ],\n                            [\n                                -3.5036291428779833,\n                                50.46691383815912\n                            ],\n                            [\n                                -3.503631328722236,\n                                50.46691122873241\n                            ],\n                            [\n                                -3.503630584190778,\n                                50.466909079878725\n                            ],\n                            [\n                                -3.5036304914095515,\n                                50.46690882026197\n                            ],\n                            [\n                                -3.503627923979487,\n                                50.466907396471655\n                            ],\n                            [\n                                -3.5036269788537466,\n                                50.46690736371797\n                            ],\n                            [\n                                -3.503624383493133,\n                                50.46690728034227\n                            ],\n                            [\n                                -3.5036232591252214,\n                                50.46690559507357\n                            ],\n                            [\n                                -3.5036227855870923,\n                                50.4669048817015\n                            ],\n                            [\n                                -3.503623955990644,\n                                50.466901799741116\n                            ],\n                            [\n                                -3.5036271713603258,\n                                50.46689966266626\n                            ],\n                            [\n                                -3.503631441638207,\n                                50.46689879804975\n                            ],\n                            [\n                                -3.5036357324503915,\n                                50.46689858071046\n                            ],\n                            [\n                                -3.5036418031147423,\n                                50.466898502254125\n                            ],\n                            [\n                                -3.5036473731661695,\n                                50.46689907781012\n                            ],\n                            [\n                                -3.5036502387294473,\n                                50.46690146006747\n                            ],\n                            [\n                                -3.503651853353711,\n                                50.46690482980593\n                            ],\n                            [\n                                -3.503652199005879,\n                                50.466907730287474\n                            ],\n                            [\n                                -3.503658797268684,\n                                50.466908292554365\n                            ],\n                            [\n                                -3.503669920371813,\n                                50.466908463576395\n                            ],\n                            [\n                                -3.5036767375460833,\n                                50.46690837547025\n                            ],\n                            [\n                                -3.5036840518005112,\n                                50.46690796616162\n                            ],\n                            [\n                                -3.503688824006789,\n                                50.4669069331703\n                            ],\n                            [\n                                -3.503690739598412,\n                                50.466903355921154\n                            ],\n                            [\n                                -3.5036919061800424,\n                                50.46690059778085\n                            ],\n                            [\n                                -3.503696115136126,\n                                50.46689780031988\n                            ],\n                            [\n                                -3.5036995737657803,\n                                50.46689533632765\n                            ],\n                            [\n                                -3.5037033372647173,\n                                50.466894487251956\n                            ],\n                            [\n                                -3.5037067082685964,\n                                50.46689414689328\n                            ],\n                            [\n                                -3.5037088854643708,\n                                50.46689392988759\n                            ],\n                            [\n                                -3.5037152199268853,\n                                50.466894171789356\n                            ],\n                            [\n                                -3.503716980560173,\n                                50.46689414903404\n                            ],\n                            [\n                                -3.503721312157515,\n                                50.46689521725633\n                            ],\n                            [\n                                -3.5037249396345556,\n                                50.466898075321495\n                            ],\n                            [\n                                -3.503727821920141,\n                                50.46690142867493\n                            ],\n                            [\n                                -3.5037296887644,\n                                50.46690430949545\n                            ],\n                            [\n                                -3.503731058814254,\n                                50.466907520508194\n                            ],\n                            [\n                                -3.5037329061547173,\n                                50.46691023070137\n                            ],\n                            [\n                                -3.5037352341418266,\n                                50.46691165758412\n                            ],\n                            [\n                                -3.503738034570721,\n                                50.46691243081792\n                            ],\n                            [\n                                -3.5037407977692183,\n                                50.466913807107325\n                            ],\n                            [\n                                -3.5037411984260958,\n                                50.46691399978924\n                            ],\n                            [\n                                -3.503747104616991,\n                                50.466917619843095\n                            ],\n                            [\n                                -3.5037529857091325,\n                                50.4669204487799\n                            ],\n                            [\n                                -3.5037596139653466,\n                                50.46692062392649\n                            ],\n                            [\n                                -3.503765352730981,\n                                50.4669189668712\n                            ],\n                            [\n                                -3.50377228352599,\n                                50.466916242151655\n                            ],\n                            [\n                                -3.503777513423333,\n                                50.46691142590827\n                            ],\n                            [\n                                -3.5037819456722663,\n                                50.46690767223131\n                            ],\n                            [\n                                -3.503787203126147,\n                                50.46690416870409\n                            ],\n                            [\n                                -3.5037966184178124,\n                                50.46690114206117\n                            ],\n                            [\n                                -3.5038023320793146,\n                                50.466898693887345\n                            ],\n                            [\n                                -3.5038046855486447,\n                                50.466894706262366\n                            ],\n                            [\n                                -3.5038125367435913,\n                                50.46689434396744\n                            ],\n                            [\n                                -3.503816705312174,\n                                50.46689560316002\n                            ],\n                            [\n                                -3.5038168895741104,\n                                50.46690141067592\n                            ],\n                            [\n                                -3.5038145278336796,\n                                50.46690513759221\n                            ],\n                            [\n                                -3.503809695392338,\n                                50.466909157258904\n                            ],\n                            [\n                                -3.5038031063231525,\n                                50.4669097730498\n                            ],\n                            [\n                                -3.5037989986845943,\n                                50.46691087839902\n                            ],\n                            [\n                                -3.503790431238986,\n                                50.466914424708904\n                            ],\n                            [\n                                -3.5037855987946487,\n                                50.46691844437461\n                            ],\n                            [\n                                -3.5037828310419807,\n                                50.46692269816965\n                            ],\n                            [\n                                -3.503785385600878,\n                                50.46692504846882\n                            ],\n                            [\n                                -3.5037886619363494,\n                                50.46692394487118\n                            ],\n                            [\n                                -3.5037939922341876,\n                                50.466922293093944\n                            ],\n                            [\n                                -3.503800206495503,\n                                50.46692274339867\n                            ],\n                            [\n                                -3.5038003488264375,\n                                50.46692722939008\n                            ],\n                            [\n                                -3.503809366670147,\n                                50.4669249993244\n                            ],\n                            [\n                                -3.503819296647884,\n                                50.466924870975944\n                            ],\n                            [\n                                -3.503828804073307,\n                                50.466924748088324\n                            ],\n                            [\n                                -3.5038449005694106,\n                                50.466924009407\n                            ],\n                            [\n                                -3.5038456394559807,\n                                50.46692109490767\n                            ],\n                            [\n                                -3.503846778537575,\n                                50.4669179144197\n                            ],\n                            [\n                                -3.5038491402760723,\n                                50.46691418750279\n                            ],\n                            [\n                                -3.503856999745881,\n                                50.46691408591375\n                            ],\n                            [\n                                -3.5038653264430915,\n                                50.46691583097668\n                            ],\n                            [\n                                -3.503874094981811,\n                                50.46691862258484\n                            ],\n                            [\n                                -3.5038824715988017,\n                                50.46692194088995\n                            ],\n                            [\n                                -3.503895056262649,\n                                50.46692731830878\n                            ],\n                            [\n                                -3.503905240292542,\n                                50.46693564069961\n                            ],\n                            [\n                                -3.503910382228172,\n                                50.46694137513808\n                            ],\n                            [\n                                -3.5039126033488026,\n                                50.46694609507438\n                            ],\n                            [\n                                -3.5039159638327475,\n                                50.46694764351201\n                            ],\n                            [\n                                -3.503923075868058,\n                                50.46695018671934\n                            ],\n                            [\n                                -3.5039281593297846,\n                                50.46695407821473\n                            ],\n                            [\n                                -3.5039304334031938,\n                                50.466960910973825\n                            ],\n                            [\n                                -3.5039329334871856,\n                                50.466961544186894\n                            ],\n                            [\n                                -3.503935751148711,\n                                50.46695886363179\n                            ],\n                            [\n                                -3.503938129712411,\n                                50.46695566712091\n                            ],\n                            [\n                                -3.503940876343738,\n                                50.46695074806511\n                            ],\n                            [\n                                -3.503947873884009,\n                                50.46695012698629\n                            ],\n                            [\n                                -3.5039488264248972,\n                                50.46695394596799\n                            ],\n                            [\n                                -3.5039481460226596,\n                                50.46695870341013\n                            ],\n                            [\n                                -3.503948736023289,\n                                50.466963975055705\n                            ],\n                            [\n                                -3.5039497038613545,\n                                50.46696872018553\n                            ],\n                            [\n                                -3.503954868448947,\n                                50.466974724138694\n                            ],\n                            [\n                                -3.5039591542714,\n                                50.46697967820046\n                            ],\n                            [\n                                -3.5039647107837513,\n                                50.466985155455255\n                            ],\n                            [\n                                -3.503973212935742,\n                                50.466992429336905\n                            ],\n                            [\n                                -3.5039800616070482,\n                                50.466999994401576\n                            ],\n                            [\n                                -3.503989411901012,\n                                50.46700779693727\n                            ],\n                            [\n                                -3.5039962774081084,\n                                50.46701589240868\n                            ],\n                            [\n                                -3.5040059186436974,\n                                50.467019985798494\n                            ],\n                            [\n                                -3.5040104764044933,\n                                50.467020187696114\n                            ],\n                            [\n                                -3.504022471384361,\n                                50.467020302445505\n                            ],\n                            [\n                                -3.5040287103729706,\n                                50.46702197555477\n                            ],\n                            [\n                                -3.5040299894432456,\n                                50.46702231876594\n                            ],\n                            [\n                                -3.504039124543258,\n                                50.46702378355664\n                            ],\n                            [\n                                -3.504051161175055,\n                                50.46702521083745\n                            ],\n                            [\n                                -3.504057822824675,\n                                50.467026437792434\n                            ],\n                            [\n                                -3.504066955464932,\n                                50.46702738098107\n                            ],\n                            [\n                                -3.504075702924837,\n                                50.46702950731656\n                            ],\n                            [\n                                -3.504082827818798,\n                                50.46703245506215\n                            ],\n                            [\n                                -3.5040894879378,\n                                50.467034077755656\n                            ],\n                            [\n                                -3.504092506723236,\n                                50.46703773511958\n                            ],\n                            [\n                                -3.5040996356135308,\n                                50.46704080872361\n                            ],\n                            [\n                                -3.5041063128517598,\n                                50.4670429708138\n                            ],\n                            [\n                                -3.504113425196738,\n                                50.4670455229992\n                            ],\n                            [\n                                -3.5041193268675475,\n                                50.467048999194304\n                            ],\n                            [\n                                -3.5041230330688236,\n                                50.467048564553664\n                            ],\n                            [\n                                -3.504125003156033,\n                                50.46704537331977\n                            ],\n                            [\n                                -3.5041298855107907,\n                                50.4670429268834\n                            ],\n                            [\n                                -3.5041364219193523,\n                                50.467040207240856\n                            ],\n                            [\n                                -3.5041445726193214,\n                                50.46703640547748\n                            ],\n                            [\n                                -3.5041510447282374,\n                                50.467032103783076\n                            ],\n                            [\n                                -3.5041497966800534,\n                                50.46703185010864\n                            ],\n                            [\n                                -3.5041439574895863,\n                                50.46703034271654\n                            ],\n                            [\n                                -3.5041393216613153,\n                                50.46702723688464\n                            ],\n                            [\n                                -3.504140460725539,\n                                50.46702405639399\n                            ],\n                            [\n                                -3.504139946021309,\n                                50.46702115809937\n                            ],\n                            [\n                                -3.5041361941748166,\n                                50.467020154346734\n                            ],\n                            [\n                                -3.504131611022242,\n                                50.4670191523475\n                            ],\n                            [\n                                -3.5041278255112265,\n                                50.46701708777914\n                            ],\n                            [\n                                -3.5041293647702996,\n                                50.467013641299054\n                            ],\n                            [\n                                -3.5041305261935642,\n                                50.46701072133533\n                            ],\n                            [\n                                -3.5041357921915077,\n                                50.46700748749139\n                            ],\n                            [\n                                -3.5041403499515438,\n                                50.467007689383934\n                            ],\n                            [\n                                -3.5041445188239115,\n                                50.46700895755454\n                            ],\n                            [\n                                -3.504148684948942,\n                                50.46700969513521\n                            ],\n                            [\n                                -3.5041503160727108,\n                                50.467009143422345\n                            ],\n                            [\n                                -3.504152753396094,\n                                50.4670077988392\n                            ],\n                            [\n                                -3.504148617903622,\n                                50.467007582494325\n                            ],\n                            [\n                                -3.504147286263507,\n                                50.467004694761236\n                            ],\n                            [\n                                -3.504149239799956,\n                                50.46700098210918\n                            ],\n                            [\n                                -3.5041528575542116,\n                                50.46699776057968\n                            ],\n                            [\n                                -3.5041560988247342,\n                                50.46699422014597\n                            ],\n                            [\n                                -3.5041572564008554,\n                                50.4669929550632\n                            ],\n                            [\n                                -3.504159220672155,\n                                50.466990024719664\n                            ],\n                            [\n                                -3.5041615572828926,\n                                50.46698550668008\n                            ],\n                            [\n                                -3.504169299789207,\n                                50.46698171918578\n                            ],\n                            [\n                                -3.5041771004963618,\n                                50.46697976564304\n                            ],\n                            [\n                                -3.50418778037204,\n                                50.46697751406046\n                            ],\n                            [\n                                -3.5042001167611545,\n                                50.466975510869894\n                            ],\n                            [\n                                -3.5042075200206613,\n                                50.46697435390475\n                            ],\n                            [\n                                -3.504213217121203,\n                                50.466971384293146\n                            ],\n                            [\n                                -3.50421315834712,\n                                50.46696953236118\n                            ],\n                            [\n                                -3.5042163761865317,\n                                50.466966585809566\n                            ],\n                            [\n                                -3.504218738183462,\n                                50.46696286787538\n                            ],\n                            [\n                                -3.5042182458343247,\n                                50.466960230107865\n                            ],\n                            [\n                                -3.5042131791817366,\n                                50.466956869033076\n                            ],\n                            [\n                                -3.504209726817702,\n                                50.46695242583668\n                            ],\n                            [\n                                -3.504212919548841,\n                                50.46694868816859\n                            ],\n                            [\n                                -3.504220714723017,\n                                50.4669470045039\n                            ],\n                            [\n                                -3.5042257228858484,\n                                50.466948522636386\n                            ],\n                            [\n                                -3.50422749362966,\n                                50.46695192632317\n                            ],\n                            [\n                                -3.5042308875058827,\n                                50.46695452657703\n                            ],\n                            [\n                                -3.5042386826803504,\n                                50.46695284291115\n                            ],\n                            [\n                                -3.504240661030058,\n                                50.46694991238421\n                            ],\n                            [\n                                -3.504249278663535,\n                                50.46694794827452\n                            ],\n                            [\n                                -3.504254278553115,\n                                50.466949205696906\n                            ],\n                            [\n                                -3.5042527561389343,\n                                50.46695318258628\n                            ],\n                            [\n                                -3.504250386156253,\n                                50.46695664880224\n                            ],\n                            [\n                                -3.504249638734581,\n                                50.46695929360509\n                            ],\n                            [\n                                -3.504253813416343,\n                                50.466960300880835\n                            ],\n                            [\n                                -3.5042539808984325,\n                                50.466965577987814\n                            ],\n                            [\n                                -3.5042565434717634,\n                                50.466968179995334\n                            ],\n                            [\n                                -3.5042656032431774,\n                                50.46696727141865\n                            ],\n                            [\n                                -3.504280882810708,\n                                50.46696654323928\n                            ],\n                            [\n                                -3.5042809229644805,\n                                50.4669669204534\n                            ],\n                            [\n                                -3.504281497956936,\n                                50.4669726059994\n                            ],\n                            [\n                                -3.504279850934729,\n                                50.46697354464661\n                            ],\n                            [\n                                -3.5042774285578067,\n                                50.46697491602016\n                            ],\n                            [\n                                -3.5042763615919115,\n                                50.46697592811043\n                            ],\n                            [\n                                -3.504272612983171,\n                                50.46697946611341\n                            ],\n                            [\n                                -3.504271490762862,\n                                50.466983177012956\n                            ],\n                            [\n                                -3.504269920596017,\n                                50.46698609326926\n                            ],\n                            [\n                                -3.504269223676983,\n                                50.466990329295264\n                            ],\n                            [\n                                -3.5042709861511847,\n                                50.46699347227246\n                            ],\n                            [\n                                -3.50427605309711,\n                                50.46699684233459\n                            ],\n                            [\n                                -3.5042774264020466,\n                                50.46700104260042\n                            ],\n                            [\n                                -3.5042782742567193,\n                                50.46700156226353\n                            ],\n                            [\n                                -3.5042820763217466,\n                                50.46700414824467\n                            ],\n                            [\n                                -3.504285612581998,\n                                50.46701123448721\n                            ],\n                            [\n                                -3.5042911464906217,\n                                50.46701644220933\n                            ],\n                            [\n                                -3.5042987674592436,\n                                50.46702214457824\n                            ],\n                            [\n                                -3.504300909975755,\n                                50.4670239425874\n                            ],\n                            [\n                                -3.504302169618966,\n                                50.46702500553876\n                            ],\n                            [\n                                -3.504306047299446,\n                                50.46702997385861\n                            ],\n                            [\n                                -3.504320179559637,\n                                50.46703216545722\n                            ],\n                            [\n                                -3.5043297289484587,\n                                50.46703336405265\n                            ],\n                            [\n                                -3.5043370792449595,\n                                50.46703009425642\n                            ],\n                            [\n                                -3.5043396216957015,\n                                50.46702540267238\n                            ],\n                            [\n                                -3.5043398077590284,\n                                50.467025049514255\n                            ],\n                            [\n                                -3.504341601778349,\n                                50.467016311471276\n                            ],\n                            [\n                                -3.50434193271289,\n                                50.46701475129092\n                            ],\n                            [\n                                -3.504342203208682,\n                                50.4670135066698\n                            ],\n                            [\n                                -3.50434268233482,\n                                50.46701128803692\n                            ],\n                            [\n                                -3.504343771165825,\n                                50.467006525311405\n                            ],\n                            [\n                                -3.504347355522731,\n                                50.467002251950596\n                            ],\n                            [\n                                -3.5043550392369602,\n                                50.46699661251223\n                            ],\n                            [\n                                -3.504365221225059,\n                                50.466991993027506\n                            ],\n                            [\n                                -3.504375159489209,\n                                50.466992125340354\n                            ],\n                            [\n                                -3.5043843533742782,\n                                50.46699544203573\n                            ],\n                            [\n                                -3.504383239437353,\n                                50.4669994136451\n                            ],\n                            [\n                                -3.5043862080224435,\n                                50.467001488768254\n                            ],\n                            [\n                                -3.5043903349549343,\n                                50.46700143540586\n                            ],\n                            [\n                                -3.5043928724272613,\n                                50.46700324629376\n                            ],\n                            [\n                                -3.5043922000280534,\n                                50.4670047029657\n                            ],\n                            [\n                                -3.5043905526731964,\n                                50.467008294745455\n                            ],\n                            [\n                                -3.5043865344563003,\n                                50.4670117732827\n                            ],\n                            [\n                                -3.5043821607416175,\n                                50.46701736992413\n                            ],\n                            [\n                                -3.504380224343443,\n                                50.46702162197756\n                            ],\n                            [\n                                -3.504379828756304,\n                                50.46703535140206\n                            ],\n                            [\n                                -3.504376797999156,\n                                50.46703975251044\n                            ],\n                            [\n                                -3.5043776094400734,\n                                50.46704356431949\n                            ],\n                            [\n                                -3.5043765037764802,\n                                50.467047796637615\n                            ],\n                            [\n                                -3.504379531145099,\n                                50.467051723692684\n                            ],\n                            [\n                                -3.504380971516657,\n                                50.46705803659775\n                            ],\n                            [\n                                -3.5043847987021297,\n                                50.46706141369188\n                            ],\n                            [\n                                -3.504387028436036,\n                                50.467066403317396\n                            ],\n                            [\n                                -3.504381281400087,\n                                50.46706779969443\n                            ],\n                            [\n                                -3.504375458747939,\n                                50.467066813731755\n                            ],\n                            [\n                                -3.5043724316640055,\n                                50.467062895666565\n                            ],\n                            [\n                                -3.5043693601706662,\n                                50.46705713447732\n                            ],\n                            [\n                                -3.5043587954252646,\n                                50.46705013911599\n                            ],\n                            [\n                                -3.504350460412156,\n                                50.46704813337994\n                            ],\n                            [\n                                -3.504338082351916,\n                                50.46704882405233\n                            ],\n                            [\n                                -3.504323658889622,\n                                50.46705033261105\n                            ],\n                            [\n                                -3.5043183956494506,\n                                50.46705409705315\n                            ],\n                            [\n                                -3.50430991609961,\n                                50.4670604123089\n                            ],\n                            [\n                                -3.504312516811658,\n                                50.46706465965993\n                            ],\n                            [\n                                -3.504312962762187,\n                                50.46706539137322\n                            ],\n                            [\n                                -3.5043134297233385,\n                                50.46706722903375\n                            ],\n                            [\n                                -3.5043133562337183,\n                                50.46707778852858\n                            ],\n                            [\n                                -3.5043145788092165,\n                                50.467086118827936\n                            ],\n                            [\n                                -3.504314938977782,\n                                50.467088587424726\n                            ],\n                            [\n                                -3.5043164717895268,\n                                50.467097813077764\n                            ],\n                            [\n                                -3.50431602596533,\n                                50.467109960269035\n                            ],\n                            [\n                                -3.504316402603683,\n                                50.467121827016626\n                            ],\n                            [\n                                -3.5043159843297644,\n                                50.4671219673295\n                            ],\n                            [\n                                -3.504306587108372,\n                                50.46712511969179\n                            ],\n                            [\n                                -3.504296357617572,\n                                50.46712868752831\n                            ],\n                            [\n                                -3.504289312302279,\n                                50.46712824799505\n                            ],\n                            [\n                                -3.504283445237798,\n                                50.46712541890382\n                            ],\n                            [\n                                -3.5042817164261018,\n                                50.46712333674228\n                            ],\n                            [\n                                -3.504278389586204,\n                                50.46712284913081\n                            ],\n                            [\n                                -3.5042748020809174,\n                                50.467122140048204\n                            ],\n                            [\n                                -3.5042746460031853,\n                                50.46712210609157\n                            ],\n                            [\n                                -3.504272914157691,\n                                50.46711948435015\n                            ],\n                            [\n                                -3.5042738440724834,\n                                50.4671097142173\n                            ],\n                            [\n                                -3.5042691436406304,\n                                50.46710501734984\n                            ],\n                            [\n                                -3.5042669644192777,\n                                50.46710161894504\n                            ],\n                            [\n                                -3.5042611417652156,\n                                50.46710063297668\n                            ],\n                            [\n                                -3.5042591272792993,\n                                50.467101981088796\n                            ],\n                            [\n                                -3.5042570568424947,\n                                50.467102898229065\n                            ],\n                            [\n                                -3.5042517766809524,\n                                50.467105241890245\n                            ],\n                            [\n                                -3.504250254547155,\n                                50.46710922776948\n                            ],\n                            [\n                                -3.5042452965825364,\n                                50.467109291871324\n                            ],\n                            [\n                                -3.5042415781090615,\n                                50.46710933994755\n                            ],\n                            [\n                                -3.504237078828886,\n                                50.46711098100101\n                            ],\n                            [\n                                -3.504231233291735,\n                                50.4671119379553\n                            ],\n                            [\n                                -3.504230083732264,\n                                50.467112123697184\n                            ],\n                            [\n                                -3.5042098293184503,\n                                50.46711238556292\n                            ],\n                            [\n                                -3.504201460919109,\n                                50.46710932799083\n                            ],\n                            [\n                                -3.504188867613219,\n                                50.46710368090722\n                            ],\n                            [\n                                -3.5041779782948677,\n                                50.467099333858805\n                            ],\n                            [\n                                -3.5041692097050907,\n                                50.467096542274085\n                            ],\n                            [\n                                -3.5041651966913685,\n                                50.46709618944158\n                            ],\n                            [\n                                -3.5041613250995414,\n                                50.467095852767926\n                            ],\n                            [\n                                -3.5041559170135237,\n                                50.467094609612445\n                            ],\n                            [\n                                -3.5041430909925637,\n                                50.46709450562054\n                            ],\n                            [\n                                -3.50414277427268,\n                                50.46709429386757\n                            ],\n                            [\n                                -3.5041376073031936,\n                                50.46709088012456\n                            ],\n                            [\n                                -3.5041350615621067,\n                                50.46708880852218\n                            ],\n                            [\n                                -3.5041303528724024,\n                                50.467083850940085\n                            ],\n                            [\n                                -3.504126950718638,\n                                50.467080989974484\n                            ],\n                            [\n                                -3.5041239153806125,\n                                50.467076811193806\n                            ],\n                            [\n                                -3.5041188150572626,\n                                50.4670723892996\n                            ],\n                            [\n                                -3.504115877396666,\n                                50.46707084439519\n                            ],\n                            [\n                                -3.5041125673943556,\n                                50.467070887186644\n                            ],\n                            [\n                                -3.5041088152591717,\n                                50.46706987444318\n                            ],\n                            [\n                                -3.504104207281971,\n                                50.46706809031629\n                            ],\n                            [\n                                -3.5040979008502986,\n                                50.4670647362705\n                            ],\n                            [\n                                -3.5040860125817717,\n                                50.46706310022256\n                            ],\n                            [\n                                -3.504082120631725,\n                                50.467062565949156\n                            ],\n                            [\n                                -3.5040785111410737,\n                                50.46706604818539\n                            ],\n                            [\n                                -3.504076135328289,\n                                50.46706977528887\n                            ],\n                            [\n                                -3.504072075146022,\n                                50.46707193229114\n                            ],\n                            [\n                                -3.5040666946313923,\n                                50.4670720018479\n                            ],\n                            [\n                                -3.5040580181993812,\n                                50.46707211401224\n                            ],\n                            [\n                                -3.5040495411246817,\n                                50.46706563125374\n                            ],\n                            [\n                                -3.504042792851111,\n                                50.46706123065985\n                            ],\n                            [\n                                -3.5040291443757567,\n                                50.46706140709704\n                            ],\n                            [\n                                -3.504021732539831,\n                                50.46706229435215\n                            ],\n                            [\n                                -3.5040172332562896,\n                                50.46706393539716\n                            ],\n                            [\n                                -3.5040131009345723,\n                                50.46706603936801\n                            ],\n                            [\n                                -3.5040099361715287,\n                                50.46706932698644\n                            ],\n                            [\n                                -3.504006693208302,\n                                50.46707148241585\n                            ],\n                            [\n                                -3.503998508829065,\n                                50.467074223354224\n                            ],\n                            [\n                                -3.5039944489281023,\n                                50.46707638934379\n                            ],\n                            [\n                                -3.5039871543348298,\n                                50.467080971470956\n                            ],\n                            [\n                                -3.5039843532147246,\n                                50.46708417344507\n                            ],\n                            [\n                                -3.5039836198614362,\n                                50.46708681806423\n                            ],\n                            [\n                                -3.5039761773900064,\n                                50.46708718408078\n                            ],\n                            [\n                                -3.5039699799363317,\n                                50.4670872641934\n                            ],\n                            [\n                                -3.5039671928998164,\n                                50.467090465985045\n                            ],\n                            [\n                                -3.503959834010095,\n                                50.46709346605934\n                            ],\n                            [\n                                -3.50395536535183,\n                                50.4670956283377\n                            ],\n                            [\n                                -3.50394665828474,\n                                50.467095219258056\n                            ],\n                            [\n                                -3.5039419784223345,\n                                50.46709472214584\n                            ],\n                            [\n                                -3.503940027258389,\n                                50.46709451353252\n                            ],\n                            [\n                                -3.5039320924505852,\n                                50.467092241777486\n                            ],\n                            [\n                                -3.503928870202549,\n                                50.46709194167069\n                            ],\n                            [\n                                -3.503927117656793,\n                                50.467091775457995\n                            ],\n                            [\n                                -3.5039201476577153,\n                                50.46709370925224\n                            ],\n                            [\n                                -3.5039100811156443,\n                                50.4670890907276\n                            ],\n                            [\n                                -3.5039045582570423,\n                                50.467084674285836\n                            ],\n                            [\n                                -3.503898991007807,\n                                50.467078414719516\n                            ],\n                            [\n                                -3.5039008548895683,\n                                50.467072319913584\n                            ],\n                            [\n                                -3.5039044227468414,\n                                50.46706752514828\n                            ],\n                            [\n                                -3.5039059675512823,\n                                50.467063808790094\n                            ],\n                            [\n                                -3.5039025485824515,\n                                50.46706041741003\n                            ],\n                            [\n                                -3.5038983546096136,\n                                50.467058358114095\n                            ],\n                            [\n                                -3.5038889894977068,\n                                50.467062966998725\n                            ],\n                            [\n                                -3.5038814146819686,\n                                50.46707204057238\n                            ],\n                            [\n                                -3.503882413145336,\n                                50.46707730693846\n                            ],\n                            [\n                                -3.503888436605486,\n                                50.4670846218592\n                            ],\n                            [\n                                -3.5038940121263855,\n                                50.46709114213492\n                            ],\n                            [\n                                -3.5039004526163575,\n                                50.467098721473995\n                            ],\n                            [\n                                -3.5038959784272863,\n                                50.46710115363101\n                            ],\n                            [\n                                -3.503890911496711,\n                                50.46709778355223\n                            ],\n                            [\n                                -3.50388553679157,\n                                50.46709759220968\n                            ],\n                            [\n                                -3.5038831833193713,\n                                50.46710157983621\n                            ],\n                            [\n                                -3.503883750957526,\n                                50.467106590955204\n                            ],\n                            [\n                                -3.503886388824641,\n                                50.467111566320895\n                            ],\n                            [\n                                -3.5038927035201985,\n                                50.46711518108709\n                            ],\n                            [\n                                -3.503901030254151,\n                                50.46711692614709\n                            ],\n                            [\n                                -3.5039016168726462,\n                                50.46711720636117\n                            ],\n                            [\n                                -3.5039048072058936,\n                                50.46711872102393\n                            ],\n                            [\n                                -3.5039036773973034,\n                                50.46712041744037\n                            ],\n                            [\n                                -3.5039028429136114,\n                                50.467121651363286\n                            ],\n                            [\n                                -3.5038988191235902,\n                                50.46712539976494\n                            ],\n                            [\n                                -3.503898636575106,\n                                50.467132525094726\n                            ],\n                            [\n                                -3.5039025558696864,\n                                50.46713880596265\n                            ],\n                            [\n                                -3.503907281371386,\n                                50.46714429396185\n                            ],\n                            [\n                                -3.503916077232118,\n                                50.467148389292866\n                            ],\n                            [\n                                -3.5039198899516455,\n                                50.46715086722423\n                            ],\n                            [\n                                -3.503927427317272,\n                                50.4671539355587\n                            ],\n                            [\n                                -3.5039329501861904,\n                                50.46715835199923\n                            ],\n                            [\n                                -3.5039330591554623,\n                                50.467161786164645\n                            ],\n                            [\n                                -3.503934001608279,\n                                50.467165731187805\n                            ],\n                            [\n                                -3.5039361725363842,\n                                50.467168868890084\n                            ],\n                            [\n                                -3.5039371668397217,\n                                50.46717000722444\n                            ],\n                            [\n                                -3.5039434688854456,\n                                50.46717721961108\n                            ],\n                            [\n                                -3.5039490863587117,\n                                50.46718506140825\n                            ],\n                            [\n                                -3.5039517970866814,\n                                50.46719188852235\n                            ],\n                            [\n                                -3.5039595775069308,\n                                50.46720261630196\n                            ],\n                            [\n                                -3.503963446608699,\n                                50.467207314934406\n                            ],\n                            [\n                                -3.503968071425125,\n                                50.4672096294745\n                            ],\n                            [\n                                -3.5039788184009266,\n                                50.46720949055163\n                            ],\n                            [\n                                -3.5039887009756123,\n                                50.46720831054476\n                            ],\n                            [\n                                -3.503998141418045,\n                                50.46720607500186\n                            ],\n                            [\n                                -3.504010466570564,\n                                50.467203271542246\n                            ],\n                            [\n                                -3.5040211216855153,\n                                50.46720023784791\n                            ],\n                            [\n                                -3.504028058033076,\n                                50.4671972432321\n                            ],\n                            [\n                                -3.504032990902815,\n                                50.46719638802285\n                            ],\n                            [\n                                -3.5040392217483762,\n                                50.46719735973221\n                            ],\n                            [\n                                -3.5040417090086726,\n                                50.467197588394534\n                            ],\n                            [\n                                -3.5040444450245336,\n                                50.4671985513203\n                            ],\n                            [\n                                -3.5040496606709732,\n                                50.46720039054958\n                            ],\n                            [\n                                -3.504052156489959,\n                                50.46720088891053\n                            ],\n                            [\n                                -3.5040562834404394,\n                                50.46720083555983\n                            ],\n                            [\n                                -3.504059733414218,\n                                50.4672020950397\n                            ],\n                            [\n                                -3.5040604746861255,\n                                50.467202364260075\n                            ],\n                            [\n                                -3.5040638685715186,\n                                50.467204964518615\n                            ],\n                            [\n                                -3.504071822697815,\n                                50.467208288271955\n                            ],\n                            [\n                                -3.504080699997709,\n                                50.46721450503902\n                            ],\n                            [\n                                -3.5040891440100337,\n                                50.46721994495932\n                            ],\n                            [\n                                -3.5040966618182168,\n                                50.46722195228512\n                            ],\n                            [\n                                -3.5041072331163776,\n                                50.46722560194783\n                            ],\n                            [\n                                -3.504109199121691,\n                                50.467226278036236\n                            ],\n                            [\n                                -3.504110530766013,\n                                50.46722916576961\n                            ],\n                            [\n                                -3.504110247825722,\n                                50.46723312663308\n                            ],\n                            [\n                                -3.5041016133024105,\n                                50.46723456032517\n                            ],\n                            [\n                                -3.5040983369531045,\n                                50.46723566393172\n                            ],\n                            [\n                                -3.504095577484209,\n                                50.46724017844276\n                            ],\n                            [\n                                -3.5040981822873114,\n                                50.46724411096778\n                            ],\n                            [\n                                -3.504102114478762,\n                                50.467245912825\n                            ],\n                            [\n                                -3.5041065758099776,\n                                50.467247959663645\n                            ],\n                            [\n                                -3.5041141857736777,\n                                50.46725287074563\n                            ],\n                            [\n                                -3.5041222546748627,\n                                50.46726069882997\n                            ],\n                            [\n                                -3.504123576620891,\n                                50.46726328090451\n                            ],\n                            [\n                                -3.5041240661893798,\n                                50.467266719143026\n                            ],\n                            [\n                                -3.504124102062753,\n                                50.46726696150779\n                            ],\n                            [\n                                -3.5041296500694377,\n                                50.46727216905514\n                            ],\n                            [\n                                -3.504134291732887,\n                                50.46727501399618\n                            ],\n                            [\n                                -3.5041401419746174,\n                                50.46727731268707\n                            ],\n                            [\n                                -3.504144341788793,\n                                50.46727911108301\n                            ],\n                            [\n                                -3.5041514370533218,\n                                50.46728112386799\n                            ],\n                            [\n                                -3.504155172373315,\n                                50.46728160620221\n                            ],\n                            [\n                                -3.504156879818257,\n                                50.467281683058054\n                            ],\n                            [\n                                -3.5041667855878145,\n                                50.4672821215931\n                            ],\n                            [\n                                -3.50416854899736,\n                                50.46728618191184\n                            ],\n                            [\n                                -3.5041685755308016,\n                                50.46728701797818\n                            ],\n                            [\n                                -3.5041686748172376,\n                                50.46729014648449\n                            ],\n                            [\n                                -3.5041686150959745,\n                                50.46730069680705\n                            ],\n                            [\n                                -3.5041680185915403,\n                                50.46730809729849\n                            ],\n                            [\n                                -3.5041734744537534,\n                                50.4673104010864\n                            ],\n                            [\n                                -3.5041916247634015,\n                                50.46730910517981\n                            ],\n                            [\n                                -3.5042069047276674,\n                                50.46730838599918\n                            ],\n                            [\n                                -3.504213256500222,\n                                50.46730739552033\n                            ],\n                            [\n                                -3.504218009979557,\n                                50.46730665953999\n                            ],\n                            [\n                                -3.5042191264941955,\n                                50.46730765239352\n                            ],\n                            [\n                                -3.5042218233741216,\n                                50.46731004581134\n                            ],\n                            [\n                                -3.504222436141302,\n                                50.467311593790306\n                            ],\n                            [\n                                -3.5042231715760956,\n                                50.46731345496103\n                            ],\n                            [\n                                -3.504224858736104,\n                                50.46731422458914\n                            ],\n                            [\n                                -3.504227804974971,\n                                50.467316039189356\n                            ],\n                            [\n                                -3.504230292242328,\n                                50.46731626784759\n                            ],\n                            [\n                                -3.504232302429808,\n                                50.467316115946986\n                            ],\n                            [\n                                -3.5042344250134607,\n                                50.46731595359953\n                            ],\n                            [\n                                -3.5042389910777847,\n                                50.467316416196766\n                            ],\n                            [\n                                -3.5042419290430384,\n                                50.46731797008779\n                            ],\n                            [\n                                -3.5042413964218295,\n                                50.467320279348236\n                            ],\n                            [\n                                -3.5042411984495105,\n                                50.467321145298136\n                            ],\n                            [\n                                -3.5042421213487844,\n                                50.46732402932102\n                            ],\n                            [\n                                -3.5042435204923565,\n                                50.46733081942393\n                            ],\n                            [\n                                -3.504243587104664,\n                                50.467331142334054\n                            ],\n                            [\n                                -3.5042441434758107,\n                                50.46733535316219\n                            ],\n                            [\n                                -3.5042474394111895,\n                                50.46733531054896\n                            ],\n                            [\n                                -3.5042549211126572,\n                                50.46733573544916\n                            ],\n                            [\n                                -3.504257534208698,\n                                50.467339928679266\n                            ],\n                            [\n                                -3.5042535940283353,\n                                50.46734631115129\n                            ],\n                            [\n                                -3.5042512659690366,\n                                50.46735109889137\n                            ],\n                            [\n                                -3.504252558432077,\n                                50.46735319568854\n                            ],\n                            [\n                                -3.5042551295864337,\n                                50.46735606739455\n                            ],\n                            [\n                                -3.5042590489471146,\n                                50.46736234824966\n                            ],\n                            [\n                                -3.504260372330134,\n                                50.46736497527229\n                            ],\n                            [\n                                -3.504264563596871,\n                                50.46736650396495\n                            ],\n                            [\n                                -3.5042663037256574,\n                                50.46736938641517\n                            ],\n                            [\n                                -3.5042696890745932,\n                                50.467371716968636\n                            ],\n                            [\n                                -3.5042741213263953,\n                                50.46736796327315\n                            ],\n                            [\n                                -3.504281566588304,\n                                50.46736812782697\n                            ],\n                            [\n                                -3.5042848737810317,\n                                50.46737154762208\n                            ],\n                            [\n                                -3.5042858500172254,\n                                50.467372560275955\n                            ],\n                            [\n                                -3.5042911830966132,\n                                50.467371439065545\n                            ],\n                            [\n                                -3.504293228512584,\n                                50.46737062117839\n                            ],\n                            [\n                                -3.5042979005445614,\n                                50.467373978358246\n                            ],\n                            [\n                                -3.504292245630443,\n                                50.467378278488276\n                            ],\n                            [\n                                -3.5042869823519,\n                                50.46738204292906\n                            ],\n                            [\n                                -3.5042821529377983,\n                                50.46738660219484\n                            ],\n                            [\n                                -3.5042765479530407,\n                                50.46739247556711\n                            ],\n                            [\n                                -3.5042729188688657,\n                                50.46739489681188\n                            ],\n                            [\n                                -3.5042650816805003,\n                                50.46739525895642\n                            ],\n                            [\n                                -3.5042628966348515,\n                                50.46739212144279\n                            ],\n                            [\n                                -3.5042626406374344,\n                                50.46739160312097\n                            ],\n                            [\n                                -3.5042602504377496,\n                                50.46738688537751\n                            ],\n                            [\n                                -3.5042577043898606,\n                                50.467384804788175\n                            ],\n                            [\n                                -3.504254927091454,\n                                50.467382097633184\n                            ],\n                            [\n                                -3.5042534292367806,\n                                50.467380633046986\n                            ],\n                            [\n                                -3.504243796180543,\n                                50.46737680038761\n                            ],\n                            [\n                                -3.5042429890439744,\n                                50.46737667591834\n                            ],\n                            [\n                                -3.5042375653073576,\n                                50.46737582868946\n                            ],\n                            [\n                                -3.5042284074887236,\n                                50.46737409439838\n                            ],\n                            [\n                                -3.504222176616193,\n                                50.46737312269944\n                            ],\n                            [\n                                -3.5042162369500955,\n                                50.46736845084543\n                            ],\n                            [\n                                -3.5042058186273484,\n                                50.46736562663049\n                            ],\n                            [\n                                -3.5042041414517624,\n                                50.46736517165075\n                            ],\n                            [\n                                -3.5042043824436875,\n                                50.467359889263\n                            ],\n                            [\n                                -3.504204673202122,\n                                50.467359282929394\n                            ],\n                            [\n                                -3.5042059440670608,\n                                50.467356703308816\n                            ],\n                            [\n                                -3.504201210235271,\n                                50.46735095461359\n                            ],\n                            [\n                                -3.5041941566136274,\n                                50.467350254365996\n                            ],\n                            [\n                                -3.5041908551512524,\n                                50.46735056685864\n                            ],\n                            [\n                                -3.504184599430834,\n                                50.46735014409152\n                            ],\n                            [\n                                -3.504184232359739,\n                                50.467350121856256\n                            ],\n                            [\n                                -3.5041763559856642,\n                                50.467349693060356\n                            ],\n                            [\n                                -3.5041712975676775,\n                                50.46734659269316\n                            ],\n                            [\n                                -3.5041662140434315,\n                                50.4673427012092\n                            ],\n                            [\n                                -3.504165083263764,\n                                50.46734125885713\n                            ],\n                            [\n                                -3.5041623363512153,\n                                50.467337732885056\n                            ],\n                            [\n                                -3.504158800369203,\n                                50.46733065562919\n                            ],\n                            [\n                                -3.5041556894064225,\n                                50.46732409451008\n                            ],\n                            [\n                                -3.5041502476286577,\n                                50.467321790539266\n                            ],\n                            [\n                                -3.5041440752513497,\n                                50.46732266177799\n                            ],\n                            [\n                                -3.5041412239150143,\n                                50.467324281522686\n                            ],\n                            [\n                                -3.5041417998573303,\n                                50.46732955334887\n                            ],\n                            [\n                                -3.5041420355656965,\n                                50.46733076444422\n                            ],\n                            [\n                                -3.5041427900818793,\n                                50.46733455900329\n                            ],\n                            [\n                                -3.5041487548431274,\n                                50.46734002197772\n                            ],\n                            [\n                                -3.5041570078169295,\n                                50.467352317523485\n                            ],\n                            [\n                                -3.5041621920542556,\n                                50.46735938246393\n                            ],\n                            [\n                                -3.5041673842817267,\n                                50.46736669912301\n                            ],\n                            [\n                                -3.5041746390474633,\n                                50.467373737294345\n                            ],\n                            [\n                                -3.5041845723783056,\n                                50.467385255647265\n                            ],\n                            [\n                                -3.5041870441076512,\n                                50.46738677059914\n                            ],\n                            [\n                                -3.5041842319614744,\n                                50.46738918127933\n                            ],\n                            [\n                                -3.504181095449325,\n                                50.46738847535679\n                            ],\n                            [\n                                -3.504177561698301,\n                                50.46738768463336\n                            ],\n                            [\n                                -3.5041716973558485,\n                                50.467385386126615\n                            ],\n                            [\n                                -3.504166588720377,\n                                50.46738070352621\n                            ],\n                            [\n                                -3.504160690713297,\n                                50.467377344203584\n                            ],\n                            [\n                                -3.5041501945786107,\n                                50.46737295609472\n                            ],\n                            [\n                                -3.504147309995285,\n                                50.46737175226357\n                            ],\n                            [\n                                -3.5041414011243197,\n                                50.467360946339014\n                            ],\n                            [\n                                -3.5041337438116735,\n                                50.46735321186513\n                            ],\n                            [\n                                -3.504127509360417,\n                                50.46734679904969\n                            ],\n                            [\n                                -3.504118336853119,\n                                50.46734282552126\n                            ],\n                            [\n                                -3.5041115695763394,\n                                50.467343155836474\n                            ],\n                            [\n                                -3.5041021999293775,\n                                50.46734495877804\n                            ],\n                            [\n                                -3.5040917111687047,\n                                50.46734701901496\n                            ],\n                            [\n                                -3.5040770280095064,\n                                50.46734745166202\n                            ],\n                            [\n                                -3.5040631447141055,\n                                50.46734955577941\n                            ],\n                            [\n                                -3.5040518940296894,\n                                50.467351140205395\n                            ],\n                            [\n                                -3.5040497561167085,\n                                50.46735525995324\n                            ],\n                            [\n                                -3.5040464759818697,\n                                50.467358908809835\n                            ],\n                            [\n                                -3.50403820158555,\n                                50.46735925860376\n                            ],\n                            [\n                                -3.5040349214495454,\n                                50.46736290746005\n                            ],\n                            [\n                                -3.5040344961130576,\n                                50.467363713393205\n                            ],\n                            [\n                                -3.504033498205383,\n                                50.46736556999139\n                            ],\n                            [\n                                -3.504036688172578,\n                                50.46737106884179\n                            ],\n                            [\n                                -3.504039111795015,\n                                50.46737417629452\n                            ],\n                            [\n                                -3.5040398319247896,\n                                50.467375111318376\n                            ],\n                            [\n                                -3.50403957372501,\n                                50.467378963937946\n                            ],\n                            [\n                                -3.5040374421923457,\n                                50.46738284077453\n                            ],\n                            [\n                                -3.5040318627760647,\n                                50.46738508037018\n                            ],\n                            [\n                                -3.504030036407951,\n                                50.46738702862081\n                            ],\n                            [\n                                -3.5040254845303873,\n                                50.46738612514318\n                            ],\n                            [\n                                -3.5040242584362975,\n                                50.46738301120322\n                            ],\n                            [\n                                -3.5040229682303856,\n                                50.46738231738358\n                            ],\n                            [\n                                -3.5040211908543117,\n                                50.46738136904582\n                            ],\n                            [\n                                -3.5040210764575104,\n                                50.4673777640714\n                            ],\n                            [\n                                -3.5040221422244455,\n                                50.46737582565328\n                            ],\n                            [\n                                -3.504023588291882,\n                                50.46737388231893\n                            ],\n                            [\n                                -3.5040242050057495,\n                                50.467369782236325\n                            ],\n                            [\n                                -3.5040188914943244,\n                                50.46736841194076\n                            ],\n                            [\n                                -3.504007596194119,\n                                50.46736903461877\n                            ],\n                            [\n                                -3.5040050461317374,\n                                50.46737171171612\n                            ],\n                            [\n                                -3.5040051377052377,\n                                50.46737459749366\n                            ],\n                            [\n                                -3.504005071843614,\n                                50.46737474224343\n                            ],\n                            [\n                                -3.503994177057316,\n                                50.467366671877826\n                            ],\n                            [\n                                -3.5039822010659507,\n                                50.467357833040246\n                            ],\n                            [\n                                -3.5039383158733766,\n                                50.46733366779066\n                            ],\n                            [\n                                -3.503843972257757,\n                                50.467416126903615\n                            ],\n                            [\n                                -3.5038423943294865,\n                                50.46741302650312\n                            ],\n                            [\n                                -3.503841138010681,\n                                50.46740895962518\n                            ],\n                            [\n                                -3.503840954883433,\n                                50.467403188069696\n                            ],\n                            [\n                                -3.5038405191762907,\n                                50.46740055856236\n                            ],\n                            [\n                                -3.503840032941456,\n                                50.46739766889228\n                            ],\n                            [\n                                -3.5038444091055387,\n                                50.46739303456074\n                            ],\n                            [\n                                -3.5038495092505593,\n                                50.46738768037287\n                            ],\n                            [\n                                -3.5038538625930347,\n                                50.46738232684404\n                            ],\n                            [\n                                -3.503853108660462,\n                                50.46738210275423\n                            ],\n                            [\n                                -3.5038474310026078,\n                                50.467381690484444\n                            ],\n                            [\n                                -3.5038402528962074,\n                                50.46738106377363\n                            ],\n                            [\n                                -3.5038379610398764,\n                                50.46737988824813\n                            ],\n                            [\n                                -3.5038381900529108,\n                                50.46737555934296\n                            ],\n                            [\n                                -3.5038384556854028,\n                                50.46737194046271\n                            ],\n                            [\n                                -3.5038383641220556,\n                                50.467369054684944\n                            ],\n                            [\n                                -3.503835296547316,\n                                50.46736741252257\n                            ],\n                            [\n                                -3.5038322366743464,\n                                50.46736601308909\n                            ],\n                            [\n                                -3.5038328218510366,\n                                50.467360474431395\n                            ],\n                            [\n                                -3.5038375873324874,\n                                50.467356563553494\n                            ],\n                            [\n                                -3.5038442466137667,\n                                50.467352385368436\n                            ],\n                            [\n                                -3.5038478698741695,\n                                50.467348003596946\n                            ],\n                            [\n                                -3.503851933444146,\n                                50.46734506411151\n                            ],\n                            [\n                                -3.5038619657536296,\n                                50.467340608491966\n                            ],\n                            [\n                                -3.503866737614161,\n                                50.46733645470187\n                            ],\n                            [\n                                -3.5038726593947587,\n                                50.46733301453349\n                            ],\n                            [\n                                -3.5038725678294553,\n                                50.467330128755755\n                            ],\n                            [\n                                -3.503876282651075,\n                                50.46732863276113\n                            ],\n                            [\n                                -3.5038788555386304,\n                                50.46732667486347\n                            ],\n                            [\n                                -3.503879897171803,\n                                50.46732353160963\n                            ],\n                            [\n                                -3.503882919104861,\n                                50.46732373537698\n                            ],\n                            [\n                                -3.503886352893389,\n                                50.46732537280444\n                            ],\n                            [\n                                -3.5038905006088137,\n                                50.46732508535637\n                            ],\n                            [\n                                -3.503891938978325,\n                                50.46732289929467\n                            ],\n                            [\n                                -3.5038963915787615,\n                                50.46732067427094\n                            ],\n                            [\n                                -3.5039004641638756,\n                                50.467318463152814\n                            ],\n                            [\n                                -3.5039045746876645,\n                                50.467317447699436\n                            ],\n                            [\n                                -3.503903302677182,\n                                50.46731288637425\n                            ],\n                            [\n                                -3.5039028002876305,\n                                50.46730904358642\n                            ],\n                            [\n                                -3.5039049472319954,\n                                50.46730565221012\n                            ],\n                            [\n                                -3.5039079155357666,\n                                50.46730416586403\n                            ],\n                            [\n                                -3.503907518798463,\n                                50.467303208671865\n                            ],\n                            [\n                                -3.5039014308978116,\n                                50.467301857374444\n                            ],\n                            [\n                                -3.503896795166001,\n                                50.46729831084291\n                            ],\n                            [\n                                -3.503895158260573,\n                                50.46729423989131\n                            ],\n                            [\n                                -3.5038999529339807,\n                                50.467290805296855\n                            ],\n                            [\n                                -3.503903713677819,\n                                50.46729075668518\n                            ],\n                            [\n                                -3.5039112723564703,\n                                50.46729138746635\n                            ],\n                            [\n                                -3.5039153674737604,\n                                50.4672898865547\n                            ],\n                            [\n                                -3.503915314130545,\n                                50.46728820543186\n                            ],\n                            [\n                                -3.503915214860832,\n                                50.4672850769252\n                            ],\n                            [\n                                -3.50391929382523,\n                                50.46728262289539\n                            ],\n                            [\n                                -3.503927157386559,\n                                50.46728131609999\n                            ],\n                            [\n                                -3.5039430273539622,\n                                50.467282316108076\n                            ],\n                            [\n                                -3.5039498938954377,\n                                50.46728511430936\n                            ],\n                            [\n                                -3.503952268298601,\n                                50.46728844724138\n                            ],\n                            [\n                                -3.5039504573351095,\n                                50.46729088094873\n                            ],\n                            [\n                                -3.503957612607866,\n                                50.46729078845596\n                            ],\n                            [\n                                -3.5039581354712177,\n                                50.467290835659014\n                            ],\n                            [\n                                -3.503966135355471,\n                                50.46729160463175\n                            ],\n                            [\n                                -3.5039685806501235,\n                                50.467291842831784\n                            ],\n                            [\n                                -3.503976534748941,\n                                50.467292945160665\n                            ],\n                            [\n                                -3.5039859139115057,\n                                50.46729099820778\n                            ],\n                            [\n                                -3.5039917364029565,\n                                50.467284429526885\n                            ],\n                            [\n                                -3.504005535027916,\n                                50.46728054576995\n                            ],\n                            [\n                                -3.504011152660243,\n                                50.46727951083042\n                            ],\n                            [\n                                -3.5040084117535284,\n                                50.46727617364375\n                            ],\n                            [\n                                -3.5040108397126652,\n                                50.46726964884286\n                            ],\n                            [\n                                -3.5040138311182063,\n                                50.467268890680984\n                            ],\n                            [\n                                -3.504014498541715,\n                                50.4672690529325\n                            ],\n                            [\n                                -3.504019539003203,\n                                50.46727025587867\n                            ],\n                            [\n                                -3.5040252941382275,\n                                50.46727355409978\n                            ],\n                            [\n                                -3.504030561994415,\n                                50.4672734860014\n                            ],\n                            [\n                                -3.5040406168090006,\n                                50.467269740573606\n                            ],\n                            [\n                                -3.5040514325066945,\n                                50.4672659943024\n                            ],\n                            [\n                                -3.5040554896744713,\n                                50.467263297721004\n                            ],\n                            [\n                                -3.5040533875488062,\n                                50.46725611198939\n                            ],\n                            [\n                                -3.5040527704638316,\n                                50.4672486552379\n                            ],\n                            [\n                                -3.504046193965781,\n                                50.467243451988864\n                            ],\n                            [\n                                -3.504035849027173,\n                                50.467238054626485\n                            ],\n                            [\n                                -3.504030040548612,\n                                50.46723307528303\n                            ],\n                            [\n                                -3.5040300509593507,\n                                50.46723162717095\n                            ],\n                            [\n                                -3.5040301384218404,\n                                50.467224170305165\n                            ],\n                            [\n                                -3.5040227318709336,\n                                50.467222116568614\n                            ],\n                            [\n                                -3.504021011876115,\n                                50.46722164415246\n                            ],\n                            [\n                                -3.5040160951202264,\n                                50.46722123104835\n                            ],\n                            [\n                                -3.5040067560178385,\n                                50.46722399590798\n                            ],\n                            [\n                                -3.504005812350974,\n                                50.46722978202949\n                            ],\n                            [\n                                -3.5040032293825645,\n                                50.467231865971414\n                            ],\n                            [\n                                -3.5040003141471656,\n                                50.46723502445273\n                            ],\n                            [\n                                -3.503994696519841,\n                                50.467236059391695\n                            ],\n                            [\n                                -3.5039747696824626,\n                                50.46723776495923\n                            ],\n                            [\n                                -3.5039730120671826,\n                                50.467241879789725\n                            ],\n                            [\n                                -3.5039609702824825,\n                                50.46724251211293\n                            ],\n                            [\n                                -3.5039484109860775,\n                                50.467238825179244\n                            ],\n                            [\n                                -3.503941552153534,\n                                50.46723626970675\n                            ],\n                            [\n                                -3.5039377008788253,\n                                50.4672339091919\n                            ],\n                            [\n                                -3.503927157758026,\n                                50.467233811641\n                            ],\n                            [\n                                -3.503918853893364,\n                                50.467233676150386\n                            ],\n                            [\n                                -3.503911956838743,\n                                50.46722991602125\n                            ],\n                            [\n                                -3.503910297114007,\n                                50.467225125872865\n                            ],\n                            [\n                                -3.5039112941354076,\n                                50.467221020874874\n                            ],\n                            [\n                                -3.5039164630017345,\n                                50.46721783326494\n                            ],\n                            [\n                                -3.5039247971010608,\n                                50.467218921691696\n                            ],\n                            [\n                                -3.503929006886104,\n                                50.46722103474422\n                            ],\n                            [\n                                -3.503935468978608,\n                                50.4672226330254\n                            ],\n                            [\n                                -3.5039365578518686,\n                                50.46722142279488\n                            ],\n                            [\n                                -3.5039367701323956,\n                                50.46721612279155\n                            ],\n                            [\n                                -3.503936168470503,\n                                50.467209151497165\n                            ],\n                            [\n                                -3.5039316166118026,\n                                50.467208248015616\n                            ],\n                            [\n                                -3.5039262803004436,\n                                50.46720615851869\n                            ],\n                            [\n                                -3.503920083836075,\n                                50.46720094135648\n                            ],\n                            [\n                                -3.5039161486997505,\n                                50.46719593779211\n                            ],\n                            [\n                                -3.503911817113128,\n                                50.4671899860254\n                            ],\n                            [\n                                -3.5039107435891066,\n                                50.46718013386887\n                            ],\n                            [\n                                -3.503905147700005,\n                                50.46716986350556\n                            ],\n                            [\n                                -3.5038962562764318,\n                                50.467162756536474\n                            ],\n                            [\n                                -3.5038836664843713,\n                                50.46715810766961\n                            ],\n                            [\n                                -3.5038700186281115,\n                                50.46715563994718\n                            ],\n                            [\n                                -3.5038579540440407,\n                                50.46715555306256\n                            ],\n                            [\n                                -3.50384614602202,\n                                50.467156002479406\n                            ],\n                            [\n                                -3.5038387573118825,\n                                50.46715628684935\n                            ],\n                            [\n                                -3.5038243334577484,\n                                50.4671533434947\n                            ],\n                            [\n                                -3.5038126417569306,\n                                50.467153017950835\n                            ],\n                            [\n                                -3.50380561600148,\n                                50.46715719187741\n                            ],\n                            [\n                                -3.503801254972298,\n                                50.46716230267555\n                            ],\n                            [\n                                -3.503799558384769,\n                                50.467168341355524\n                            ],\n                            [\n                                -3.50379974150545,\n                                50.467174112911344\n                            ],\n                            [\n                                -3.5037988360355827,\n                                50.467181103686386\n                            ],\n                            [\n                                -3.5037948244973713,\n                                50.467185238652895\n                            ],\n                            [\n                                -3.5037907609372985,\n                                50.467188178136325\n                            ],\n                            [\n                                -3.503783765979792,\n                                50.46719332297757\n                            ],\n                            [\n                                -3.5037808584332137,\n                                50.467196724182514\n                            ],\n                            [\n                                -3.5037764135399994,\n                                50.467199191930774\n                            ],\n                            [\n                                -3.503771548809052,\n                                50.46719997429925\n                            ],\n                            [\n                                -3.5037701262340955,\n                                50.46720221411726\n                            ],\n                            [\n                                -3.503769388059782,\n                                50.46720337484521\n                            ],\n                            [\n                                -3.503763009832372,\n                                50.46720441960369\n                            ],\n                            [\n                                -3.5037588762117773,\n                                50.467204706865054\n                            ],\n                            [\n                                -3.5037470024307447,\n                                50.46721063425394\n                            ],\n                            [\n                                -3.5037340554556495,\n                                50.467218266318234\n                            ],\n                            [\n                                -3.5037254072134796,\n                                50.467222820955854\n                            ],\n                            [\n                                -3.503725157673626,\n                                50.46722295009215\n                            ],\n                            [\n                                -3.503725241528638,\n                                50.46722559314114\n                            ],\n                            [\n                                -3.5037286990207144,\n                                50.46722664567971\n                            ],\n                            [\n                                -3.5037290404873356,\n                                50.46722674919016\n                            ],\n                            [\n                                -3.5037336456807866,\n                                50.467229333802614\n                            ],\n                            [\n                                -3.503734551173001,\n                                50.46723389087309\n                            ],\n                            [\n                                -3.50373240553637,\n                                50.4672377678864\n                            ],\n                            [\n                                -3.5037279830600165,\n                                50.4672413865301\n                            ],\n                            [\n                                -3.5037276044717736,\n                                50.467241445385106\n                            ],\n                            [\n                                -3.503720426388075,\n                                50.46724081866668\n                            ],\n                            [\n                                -3.50371279926723,\n                                50.467238030282\n                            ],\n                            [\n                                -3.503701776305316,\n                                50.467234800128864\n                            ],\n                            [\n                                -3.5036897576205615,\n                                50.467236160610966\n                            ],\n                            [\n                                -3.5036766362548555,\n                                50.467238740491986\n                            ],\n                            [\n                                -3.503662562161772,\n                                50.46724637812157\n                            ],\n                            [\n                                -3.5036500193103093,\n                                50.467255201108784\n                            ],\n                            [\n                                -3.5036490289599955,\n                                50.46725551969203\n                            ],\n                            [\n                                -3.50363435424411,\n                                50.46726021516373\n                            ],\n                            [\n                                -3.50361112811159,\n                                50.4672649671869\n                            ],\n                            [\n                                -3.5035969560668994,\n                                50.4672699619416\n                            ],\n                            [\n                                -3.5035775607626656,\n                                50.46727598651675\n                            ],\n                            [\n                                -3.5035593315134466,\n                                50.4672836778319\n                            ],\n                            [\n                                -3.5035535255185897,\n                                50.4672849939869\n                            ],\n                            [\n                                -3.503548097256677,\n                                50.46728622431731\n                            ],\n                            [\n                                -3.50353765439876,\n                                50.46728973188847\n                            ],\n                            [\n                                -3.503527629768829,\n                                50.467294430209286\n                            ],\n                            [\n                                -3.503526663227439,\n                                50.46729949713029\n                            ],\n                            [\n                                -3.503530553731783,\n                                50.46730353896398\n                            ],\n                            [\n                                -3.503529548975767,\n                                50.46730740122994\n                            ],\n                            [\n                                -3.503527730004558,\n                                50.46730958321192\n                            ],\n                            [\n                                -3.503518305982308,\n                                50.46730922833342\n                            ],\n                            [\n                                -3.50351222419164,\n                                50.46730762511458\n                            ],\n                            [\n                                -3.5035043006147295,\n                                50.46730748467998\n                            ],\n                            [\n                                -3.5035002128972654,\n                                50.46730921931635\n                            ],\n                            [\n                                -3.50349694812255,\n                                50.46731335361587\n                            ],\n                            [\n                                -3.5034921303179307,\n                                50.46731606000696\n                            ],\n                            [\n                                -3.5034862010967927,\n                                50.46731926641717\n                            ],\n                            [\n                                -3.503467392006058,\n                                50.467320228967935\n                            ],\n                            [\n                                -3.5034663567310416,\n                                50.46732312930728\n                            ],\n                            [\n                                -3.503462734465908,\n                                50.46732798771731\n                            ],\n                            [\n                                -3.503453859449925,\n                                50.467333390667875\n                            ],\n                            [\n                                -3.5034435463263778,\n                                50.46734098866414\n                            ],\n                            [\n                                -3.503433083059241,\n                                50.4673500725516\n                            ],\n                            [\n                                -3.5034260984269037,\n                                50.46735732175132\n                            ],\n                            [\n                                -3.5034102297424954,\n                                50.46736702409778\n                            ],\n                            [\n                                -3.5033945312921,\n                                50.46738209345045\n                            ],\n                            [\n                                -3.5033788843327214,\n                                50.467399230674715\n                            ],\n                            [\n                                -3.5033695604123203,\n                                50.46741091698581\n                            ],\n                            [\n                                -3.503360156816739,\n                                50.46742053578654\n                            ],\n                            [\n                                -3.5033573737850237,\n                                50.46742919665595\n                            ],\n                            [\n                                -3.503358320082097,\n                                50.46743592966474\n                            ],\n                            [\n                                -3.503353844347865,\n                                50.46743742648106\n                            ],\n                            [\n                                -3.5033536994105066,\n                                50.467444407424956\n                            ],\n                            [\n                                -3.5033506928699487,\n                                50.46744468910197\n                            ],\n                            [\n                                -3.5033465059022766,\n                                50.467443295225685\n                            ],\n                            [\n                                -3.503343758931291,\n                                50.46744020992405\n                            ],\n                            [\n                                -3.5033376922423685,\n                                50.467439083164294\n                            ],\n                            [\n                                -3.503332896200143,\n                                50.46744203209596\n                            ],\n                            [\n                                -3.5033322474096646,\n                                50.467458894576\n                            ],\n                            [\n                                -3.5033338343409777,\n                                50.467471609076945\n                            ],\n                            [\n                                -3.5033322597273946,\n                                50.46748149545491\n                            ],\n                            [\n                                -3.503329177706706,\n                                50.46749139231662\n                            ],\n                            [\n                                -3.5033250683815176,\n                                50.467504441235356\n                            ],\n                            [\n                                -3.5033176155242503,\n                                50.46750803606335\n                            ],\n                            [\n                                -3.503305319099873,\n                                50.467508194945154\n                            ],\n                            [\n                                -3.5032991980622072,\n                                50.46750935327224\n                            ],\n                            [\n                                -3.5032985074442,\n                                50.46751778924398\n                            ],\n                            [\n                                -3.503296216868196,\n                                50.467527316132625\n                            ],\n                            [\n                                -3.5032952053585356,\n                                50.46753052194728\n                            ],\n                            [\n                                -3.5032938750789366,\n                                50.46753478413752\n                            ],\n                            [\n                                -3.503288861933001,\n                                50.46754021811931\n                            ],\n                            [\n                                -3.5032775023818292,\n                                50.467549034769796\n                            ],\n                            [\n                                -3.503275715727144,\n                                50.46755401335469\n                            ],\n                            [\n                                -3.5032701727020887,\n                                50.46756317755234\n                            ],\n                            [\n                                -3.5032696558823937,\n                                50.46756420950585\n                            ],\n                            [\n                                -3.5032691522925297,\n                                50.46756521430746\n                            ],\n                            [\n                                -3.503266821271722,\n                                50.467569912129015\n                            ],\n                            [\n                                -3.503257766220856,\n                                50.467579859182564\n                            ],\n                            [\n                                -3.5032573407044065,\n                                50.4675868797259\n                            ],\n                            [\n                                -3.5032518346818207,\n                                50.467596322247616\n                            ],\n                            [\n                                -3.503245669955068,\n                                50.46760410046124\n                            ],\n                            [\n                                -3.503236046632237,\n                                50.4676094591012\n                            ],\n                            [\n                                -3.5032320111144,\n                                50.467611507831144\n                            ],\n                            [\n                                -3.5032239541629617,\n                                50.46761560510868\n                            ],\n                            [\n                                -3.503227672508383,\n                                50.467619550246496\n                            ],\n                            [\n                                -3.5032364328728205,\n                                50.46762208119258\n                            ],\n                            [\n                                -3.5032417997125145,\n                                50.46762735407807\n                            ],\n                            [\n                                -3.5032385579881606,\n                                50.46762999512653\n                            ],\n                            [\n                                -3.5032340214987143,\n                                50.467629577076096\n                            ],\n                            [\n                                -3.5032282336423854,\n                                50.467628356771506\n                            ],\n                            [\n                                -3.5032224557665423,\n                                50.46762967254637\n                            ],\n                            [\n                                -3.5032200080639275,\n                                50.467634245963374\n                            ],\n                            [\n                                -3.503215774666035,\n                                50.46764338424397\n                            ],\n                            [\n                                -3.5032128332923436,\n                                50.4676461653095\n                            ],\n                            [\n                                -3.503208236354546,\n                                50.46765050567879\n                            ],\n                            [\n                                -3.5032001800204915,\n                                50.46766217559815\n                            ],\n                            [\n                                -3.5031915039292647,\n                                50.467673853524154\n                            ],\n                            [\n                                -3.503182113361883,\n                                50.46768388584916\n                            ],\n                            [\n                                -3.5031771264188483,\n                                50.46769014690297\n                            ],\n                            [\n                                -3.503166426881272,\n                                50.46769978243053\n                            ],\n                            [\n                                -3.5031493015272255,\n                                50.467710742099385\n                            ],\n                            [\n                                -3.5031405591533313,\n                                50.46772077504019\n                            ],\n                            [\n                                -3.5031316462777724,\n                                50.46772543198177\n                            ],\n                            [\n                                -3.503125416620171,\n                                50.467732941218124\n                            ],\n                            [\n                                -3.503126619567094,\n                                50.46773754841176\n                            ],\n                            [\n                                -3.5031316597092292,\n                                50.46774229489772\n                            ],\n                            [\n                                -3.503128752082685,\n                                50.467745696086745\n                            ],\n                            [\n                                -3.503122830481483,\n                                50.46774914520793\n                            ],\n                            [\n                                -3.503111792885087,\n                                50.46775212080482\n                            ],\n                            [\n                                -3.5030982136612803,\n                                50.46775270994505\n                            ],\n                            [\n                                -3.5030893007755544,\n                                50.46775736688343\n                            ],\n                            [\n                                -3.503082940529102,\n                                50.46776075871391\n                            ],\n                            [\n                                -3.503083136966332,\n                                50.46776695279935\n                            ],\n                            [\n                                -3.5030760367044973,\n                                50.4677674492415\n                            ],\n                            [\n                                -3.503066371256233,\n                                50.46776881523173\n                            ],\n                            [\n                                -3.5030658541926885,\n                                50.46777294999584\n                            ],\n                            [\n                                -3.5030646763741866,\n                                50.46777668858202\n                            ],\n                            [\n                                -3.503060802907698,\n                                50.467776738622604\n                            ],\n                            [\n                                -3.5030561756284007,\n                                50.46777390244687\n                            ],\n                            [\n                                -3.5030572491009098,\n                                50.46776687353379\n                            ],\n                            [\n                                -3.5030545000253293,\n                                50.46776194455494\n                            ],\n                            [\n                                -3.5030492129641777,\n                                50.46775829848055\n                            ],\n                            [\n                                -3.503042669397222,\n                                50.46775590976165\n                            ],\n                            [\n                                -3.5030298655336596,\n                                50.46776050903778\n                            ],\n                            [\n                                -3.5030224379850554,\n                                50.46775068499728\n                            ],\n                            [\n                                -3.5030168128798307,\n                                50.46774704328842\n                            ],\n                            [\n                                -3.503011702579718,\n                                50.467748970990385\n                            ],\n                            [\n                                -3.5030069815273444,\n                                50.46775295320899\n                            ],\n                            [\n                                -3.503005816533704,\n                                50.46775709634301\n                            ],\n                            [\n                                -3.5030115390246577,\n                                50.46776425331053\n                            ],\n                            [\n                                -3.503017300860113,\n                                50.46777265089284\n                            ],\n                            [\n                                -3.5030244051344224,\n                                50.46778205640843\n                            ],\n                            [\n                                -3.5030364128116176,\n                                50.467793673971514\n                            ],\n                            [\n                                -3.5030541111823177,\n                                50.46781100093226\n                            ],\n                            [\n                                -3.5030607868747103,\n                                50.46781711131369\n                            ],\n                            [\n                                -3.50306347568244,\n                                50.46782058410006\n                            ],\n                            [\n                                -3.503059370051909,\n                                50.4678235330944\n                            ],\n                            [\n                                -3.503051265391067,\n                                50.467823017234785\n                            ],\n                            [\n                                -3.503044596256297,\n                                50.46781711362196\n                            ],\n                            [\n                                -3.5030336257465695,\n                                50.467807542206344\n                            ],\n                            [\n                                -3.5030184790578285,\n                                50.46778936385685\n                            ],\n                            [\n                                -3.5030074253667034,\n                                50.46777805773938\n                            ],\n                            [\n                                -3.5030078422689495,\n                                50.467780984282776\n                            ],\n                            [\n                                -3.503002747144975,\n                                50.467753619478124\n                            ],\n                            [\n                                -3.503002675872602,\n                                50.46775137198695\n                            ],\n                            [\n                                -3.50300191458846,\n                                50.46774958309192\n                            ],\n                            [\n                                -3.5029989264702146,\n                                50.467744225504724\n                            ],\n                            [\n                                -3.502996713890802,\n                                50.46774110631073\n                            ],\n                            [\n                                -3.502993811299988,\n                                50.46773844571279\n                            ],\n                            [\n                                -3.502975705750322,\n                                50.46772294071967\n                            ],\n                            [\n                                -3.5029742259476473,\n                                50.467720711423944\n                            ],\n                            [\n                                -3.502972041879315,\n                                50.467718491225924\n                            ],\n                            [\n                                -3.502970547822804,\n                                50.46771581243191\n                            ],\n                            [\n                                -3.502969082274736,\n                                50.46771403263436\n                            ],\n                            [\n                                -3.502968292484232,\n                                50.46771134474262\n                            ],\n                            [\n                                -3.5029682069594728,\n                                50.46770864775311\n                            ],\n                            [\n                                -3.502968740175572,\n                                50.467703244676464\n                            ],\n                            [\n                                -3.502967822098225,\n                                50.46769651130045\n                            ],\n                            [\n                                -3.5029683268060268,\n                                50.46769020922728\n                            ],\n                            [\n                                -3.5029694502542514,\n                                50.46768120106689\n                            ],\n                            [\n                                -3.5029718967074595,\n                                50.467669477721536\n                            ],\n                            [\n                                -3.50297663281453,\n                                50.46764108654988\n                            ],\n                            [\n                                -3.5029786030665795,\n                                50.467636564274095\n                            ],\n                            [\n                                -3.502980544809857,\n                                50.467631143001796\n                            ],\n                            [\n                                -3.5029811065322787,\n                                50.467626638921516\n                            ],\n                            [\n                                -3.502982372518964,\n                                50.467622125743475\n                            ],\n                            [\n                                -3.5029876930400343,\n                                50.46761216399953\n                            ],\n                            [\n                                -3.502991662047954,\n                                50.467604018444085\n                            ],\n                            [\n                                -3.5029929565416853,\n                                50.46760040426241\n                            ],\n                            [\n                                -3.502994194017967,\n                                50.4675949920877\n                            ],\n                            [\n                                -3.502995993214576,\n                                50.46758507583264\n                            ],\n                            [\n                                -3.502995907688625,\n                                50.46758237884311\n                            ],\n                            [\n                                -3.5029965406807473,\n                                50.46758012225399\n                            ],\n                            [\n                                -3.5029957651454047,\n                                50.4675778838606\n                            ],\n                            [\n                                -3.5029956938738067,\n                                50.467575636369354\n                            ],\n                            [\n                                -3.5029942140749464,\n                                50.46757340707381\n                            ],\n                            [\n                                -3.502992030012623,\n                                50.467571186876064\n                            ],\n                            [\n                                -3.5029883946606226,\n                                50.467567636379165\n                            ],\n                            [\n                                -3.5029862105988414,\n                                50.46756541618131\n                            ],\n                            [\n                                -3.5029847450549596,\n                                50.4675636363839\n                            ],\n                            [\n                                -3.502976841361032,\n                                50.467558791978504\n                            ],\n                            [\n                                -3.502973981545015,\n                                50.46755747987467\n                            ],\n                            [\n                                -3.502959582689555,\n                                50.46754777286659\n                            ],\n                            [\n                                -3.5029552858403403,\n                                50.467545579961\n                            ],\n                            [\n                                -3.5029517075086103,\n                                50.46754382745596\n                            ],\n                            [\n                                -3.502949537703518,\n                                50.46754205675566\n                            ],\n                            [\n                                -3.5029473536447444,\n                                50.46753983655703\n                            ],\n                            [\n                                -3.502941548494068,\n                                50.4675345153582\n                            ],\n                            [\n                                -3.5029277826469327,\n                                50.467522551757156\n                            ],\n                            [\n                                -3.502923428787054,\n                                50.46751856085729\n                            ],\n                            [\n                                -3.5029197791906976,\n                                50.46751456085987\n                            ],\n                            [\n                                -3.5029154110787104,\n                                50.46751012046141\n                            ],\n                            [\n                                -3.5029117614836918,\n                                50.46750612046372\n                            ],\n                            [\n                                -3.502908787644984,\n                                50.467501212372035\n                            ],\n                            [\n                                -3.502905095290963,\n                                50.467495863879265\n                            ],\n                            [\n                                -3.5028809350432093,\n                                50.467462719596206\n                            ],\n                            [\n                                -3.5028781391210644,\n                                50.467458978379746\n                            ],\n                            [\n                                -3.5028667917797476,\n                                50.46744329613535\n                            ],\n                            [\n                                -3.502836833839476,\n                                50.46740950724082\n                            ],\n                            [\n                                -3.5028317044731856,\n                                50.46740327794267\n                            ],\n                            [\n                                -3.5028265751082572,\n                                50.46739704864427\n                            ],\n                            [\n                                -3.5028222070159907,\n                                50.467392608242044\n                            ],\n                            [\n                                -3.502817120411076,\n                                50.467387727438116\n                            ],\n                            [\n                                -3.5028112725364604,\n                                50.467381057737434\n                            ],\n                            [\n                                -3.502804058899219,\n                                50.467375754724735\n                            ],\n                            [\n                                -3.5027448558283036,\n                                50.46733065180894\n                            ],\n                            [\n                                -3.502728798597295,\n                                50.46731841199613\n                            ],\n                            [\n                                -3.502712366038567,\n                                50.46730588923208\n                            ],\n                            [\n                                -3.5027042005688953,\n                                50.467299897002356\n                            ],\n                            [\n                                -3.502705352894619,\n                                50.46729802043403\n                            ],\n                            [\n                                -3.5027065387587237,\n                                50.467295423940676\n                            ],\n                            [\n                                -3.502708491659929,\n                                50.46729346508305\n                            ],\n                            [\n                                -3.5027124981961046,\n                                50.467292280135666\n                            ],\n                            [\n                                -3.502715778739161,\n                                50.46729175210764\n                            ],\n                            [\n                                -3.5027198211889328,\n                                50.46729169989578\n                            ],\n                            [\n                                -3.5027266743353698,\n                                50.467292744580625\n                            ],\n                            [\n                                -3.502728982810843,\n                                50.467294000856086\n                            ],\n                            [\n                                -3.5027321326698417,\n                                50.467297350777805\n                            ],\n                            [\n                                -3.5027378201924244,\n                                50.46730163024322\n                            ],\n                            [\n                                -3.502740934138113,\n                                50.46730384742891\n                            ],\n                            [\n                                -3.5027457895176077,\n                                50.467305880236275\n                            ],\n                            [\n                                -3.5027525631194627,\n                                50.467306638150255\n                            ],\n                            [\n                                -3.502760719378135,\n                                50.46731056195651\n                            ],\n                            [\n                                -3.502763539107151,\n                                50.46731549902352\n                            ],\n                            [\n                                -3.5027666441004772,\n                                50.4673178782098\n                            ],\n                            [\n                                -3.5027705096948627,\n                                50.46732024757184\n                            ],\n                            [\n                                -3.5027743037441352,\n                                50.46732036045222\n                            ],\n                            [\n                                -3.502778853263401,\n                                50.46732030168884\n                            ],\n                            [\n                                -3.502782154330727,\n                                50.467320420936495\n                            ],\n                            [\n                                -3.5027872170700847,\n                                50.4673209940928\n                            ],\n                            [\n                                -3.502790062378374,\n                                50.46732273808371\n                            ],\n                            [\n                                -3.5027929035782615,\n                                50.46732479690528\n                            ],\n                            [\n                                -3.502795480983128,\n                                50.467326535362766\n                            ],\n                            [\n                                -3.5027985644331663,\n                                50.4673277906205\n                            ],\n                            [\n                                -3.502806654469401,\n                                50.467327848010264\n                            ],\n                            [\n                                -3.5028122040385834,\n                                50.467327776328254\n                            ],\n                            [\n                                -3.502817255494812,\n                                50.46732754919434\n                            ],\n                            [\n                                -3.502826866732687,\n                                50.467327586933706\n                            ],\n                            [\n                                -3.502826446321197,\n                                50.467330326433085\n                            ],\n                            [\n                                -3.502832249424249,\n                                50.4673302514753\n                            ],\n                            [\n                                -3.5028383714558338,\n                                50.46733179125428\n                            ],\n                            [\n                                -3.5028465523080112,\n                                50.4673351571307\n                            ],\n                            [\n                                -3.5028483526986176,\n                                50.46733594330338\n                            ],\n                            [\n                                -3.502854465492215,\n                                50.467337636092864\n                            ],\n                            [\n                                -3.502858797111557,\n                                50.46733870434698\n                            ],\n                            [\n                                -3.5028666336159677,\n                                50.467338765007476\n                            ],\n                            [\n                                -3.5028696773280377,\n                                50.4673392113483\n                            ],\n                            [\n                                -3.5028725021160576,\n                                50.4673403080596\n                            ],\n                            [\n                                -3.5028743137925087,\n                                50.46734189452078\n                            ],\n                            [\n                                -3.502876869653784,\n                                50.46734250904873\n                            ],\n                            [\n                                -3.5028811656412735,\n                                50.467342453556306\n                            ],\n                            [\n                                -3.5028849799319843,\n                                50.4673432047206\n                            ],\n                            [\n                                -3.5028895705024103,\n                                50.46734444050796\n                            ],\n                            [\n                                -3.502894638661771,\n                                50.46734518446891\n                            ],\n                            [\n                                -3.5028982148127414,\n                                50.46734642436594\n                            ],\n                            [\n                                -3.502901551800458,\n                                50.46734767634589\n                            ],\n                            [\n                                -3.5029026387953635,\n                                50.46735040536733\n                            ],\n                            [\n                                -3.5029032020209305,\n                                50.46735216984055\n                            ],\n                            [\n                                -3.5029040085178846,\n                                50.46735360739999\n                            ],\n                            [\n                                -3.5029060727062964,\n                                50.46735471393551\n                            ],\n                            [\n                                -3.5029106235370464,\n                                50.46735514080703\n                            ],\n                            [\n                                -3.502911865549664,\n                                50.46735431533494\n                            ],\n                            [\n                                -3.5029117734726296,\n                                50.46735141157602\n                            ],\n                            [\n                                -3.502917250183399,\n                                50.4673485977675\n                            ],\n                            [\n                                -3.502920465615233,\n                                50.467346460711774\n                            ],\n                            [\n                                -3.5029255529917465,\n                                50.46734736630879\n                            ],\n                            [\n                                -3.5029291240123848,\n                                50.46734844438549\n                            ],\n                            [\n                                -3.502934806712541,\n                                50.46735257101159\n                            ],\n                            [\n                                -3.5029381844671086,\n                                50.46735510855555\n                            ],\n                            [\n                                -3.5029453932177415,\n                                50.467359368359965\n                            ],\n                            [\n                                -3.5029495736493685,\n                                50.46736366728341\n                            ],\n                            [\n                                -3.502953190854116,\n                                50.46736620173375\n                            ],\n                            [\n                                -3.5029534320131672,\n                                50.46736625258036\n                            ],\n                            [\n                                -3.5029585420299387,\n                                50.46736742769297\n                            ],\n                            [\n                                -3.502966626941475,\n                                50.467367323252155\n                            ],\n                            [\n                                -3.502975675982849,\n                                50.4673660731564\n                            ],\n                            [\n                                -3.502983175830256,\n                                50.467363071324\n                            ],\n                            [\n                                -3.502990900015852,\n                                50.46735958992971\n                            ],\n                            [\n                                -3.502996884814543,\n                                50.4673572462172\n                            ],\n                            [\n                                -3.503004578208906,\n                                50.467352793905754\n                            ],\n                            [\n                                -3.5030112818153443,\n                                50.46734867815162\n                            ],\n                            [\n                                -3.503016946652424,\n                                50.46734424305142\n                            ],\n                            [\n                                -3.50302072853499,\n                                50.46733597400079\n                            ],\n                            [\n                                -3.5030235521593687,\n                                50.46732948008436\n                            ],\n                            [\n                                -3.5030261517294616,\n                                50.46732347471931\n                            ],\n                            [\n                                -3.503026219099526,\n                                50.46731760099668\n                            ],\n                            [\n                                -3.503026390812356,\n                                50.467315017601365\n                            ],\n                            [\n                                -3.503028318042926,\n                                50.46731224964161\n                            ],\n                            [\n                                -3.5030295395258717,\n                                50.4673107768908\n                            ],\n                            [\n                                -3.5030319738230618,\n                                50.46730800238043\n                            ],\n                            [\n                                -3.5030348744188893,\n                                50.467303935754344\n                            ],\n                            [\n                                -3.503036034606799,\n                                50.46730053016089\n                            ],\n                            [\n                                -3.5030360324134233,\n                                50.46729246288672\n                            ],\n                            [\n                                -3.503037571946809,\n                                50.467285023238205\n                            ],\n                            [\n                                -3.503035477253714,\n                                50.467282954778746\n                            ],\n                            [\n                                -3.5030306077792397,\n                                50.46728092216548\n                            ],\n                            [\n                                -3.5030257075155635,\n                                50.46727791863577\n                            ],\n                            [\n                                -3.503022318189186,\n                                50.46727457181547\n                            ],\n                            [\n                                -3.503019907360467,\n                                50.467270088148304\n                            ],\n                            [\n                                -3.503019556612244,\n                                50.46726702584538\n                            ],\n                            [\n                                -3.503019966748915,\n                                50.4672639627066\n                            ],\n                            [\n                                -3.503018094801328,\n                                50.46726092005524\n                            ],\n                            [\n                                -3.503013286623466,\n                                50.46726082028381\n                            ],\n                            [\n                                -3.5030077726983166,\n                                50.46726201572099\n                            ],\n                            [\n                                -3.5030035075075108,\n                                50.467263042134334\n                            ],\n                            [\n                                -3.5029982179204855,\n                                50.46726375800964\n                            ],\n                            [\n                                -3.50299560007245,\n                                50.467263854783305\n                            ],\n                            [\n                                -3.502990898757971,\n                                50.46726401444626\n                            ],\n                            [\n                                -3.502986499177043,\n                                50.46726124727546\n                            ],\n                            [\n                                -3.502986919293661,\n                                50.467258498785576\n                            ],\n                            [\n                                -3.5029875727026534,\n                                50.46725510873293\n                            ],\n                            [\n                                -3.50298695302906,\n                                50.467251564246915\n                            ],\n                            [\n                                -3.502983138459131,\n                                50.467250804095926\n                            ],\n                            [\n                                -3.5029691583943543,\n                                50.46724807974364\n                            ],\n                            [\n                                -3.502965537375522,\n                                50.46724586911441\n                            ],\n                            [\n                                -3.5029616769090546,\n                                50.46724366157821\n                            ],\n                            [\n                                -3.5029568215269244,\n                                50.46724162877986\n                            ],\n                            [\n                                -3.502951977716757,\n                                50.46724040526014\n                            ],\n                            [\n                                -3.5029468493006752,\n                                50.46723820510909\n                            ],\n                            [\n                                -3.502941157944617,\n                                50.467234249474686\n                            ],\n                            [\n                                -3.502933219116989,\n                                50.46723096142132\n                            ],\n                            [\n                                -3.5029295967925065,\n                                50.467228265150816\n                            ],\n                            [\n                                -3.5029201983431464,\n                                50.4672269385796\n                            ],\n                            [\n                                -3.502915135327308,\n                                50.46722635643901\n                            ],\n                            [\n                                -3.502910534790404,\n                                50.467224806003756\n                            ],\n                            [\n                                -3.502907434927325,\n                                50.467222588640645\n                            ],\n                            [\n                                -3.502904026396918,\n                                50.4672190801793\n                            ],\n                            [\n                                -3.5028996280824845,\n                                50.467215908274724\n                            ],\n                            [\n                                -3.5028977756459296,\n                                50.467213036248744\n                            ],\n                            [\n                                -3.502895660437542,\n                                50.467210320509054\n                            ],\n                            [\n                                -3.502893321175015,\n                                50.46720809332056\n                            ],\n                            [\n                                -3.502891029116044,\n                                50.46720779915667\n                            ],\n                            [\n                                -3.5028877472726423,\n                                50.46720784154947\n                            ],\n                            [\n                                -3.502885758464572,\n                                50.46720866767432\n                            ],\n                            [\n                                -3.5028822487436333,\n                                50.46720952243889\n                            ],\n                            [\n                                -3.502879739069327,\n                                50.46721036428544\n                            ],\n                            [\n                                -3.5028751895608212,\n                                50.46721042305267\n                            ],\n                            [\n                                -3.5028700957609056,\n                                50.467208869993804\n                            ],\n                            [\n                                -3.5028660022930795,\n                                50.46720731300685\n                            ],\n                            [\n                                -3.5028603363175157,\n                                50.46720415747536\n                            ],\n                            [\n                                -3.502853883066099,\n                                50.467199726021214\n                            ],\n                            [\n                                -3.5028396964100725,\n                                50.467191374298174\n                            ],\n                            [\n                                -3.5028363378886724,\n                                50.467188998388586\n                            ],\n                            [\n                                -3.502832446647257,\n                                50.467185819931636\n                            ],\n                            [\n                                -3.502828063733419,\n                                50.467183133482436\n                            ],\n                            [\n                                -3.5028259536612745,\n                                50.46718057956084\n                            ],\n                            [\n                                -3.5028255403330424,\n                                50.46717509877428\n                            ],\n                            [\n                                -3.5028263921529748,\n                                50.467170411074335\n                            ],\n                            [\n                                -3.5028288148857167,\n                                50.46716682728917\n                            ],\n                            [\n                                -3.5028406684309137,\n                                50.46716603562899\n                            ],\n                            [\n                                -3.502847237243035,\n                                50.467166112665424\n                            ],\n                            [\n                                -3.50285283651023,\n                                50.46716716454549\n                            ],\n                            [\n                                -3.5028536278944618,\n                                50.46716812563714\n                            ],\n                            [\n                                -3.502855926105099,\n                                50.46716905827133\n                            ],\n                            [\n                                -3.502856899473154,\n                                50.46716775960655\n                            ],\n                            [\n                                -3.502859085371635,\n                                50.46716515019398\n                            ],\n                            [\n                                -3.5028610879784674,\n                                50.4671643148977\n                            ],\n                            [\n                                -3.502863506885174,\n                                50.46716105493258\n                            ],\n                            [\n                                -3.5028633945726826,\n                                50.467157512885876\n                            ],\n                            [\n                                -3.502861262667832,\n                                50.46715382604723\n                            ],\n                            [\n                                -3.50285815898861,\n                                50.46715193250345\n                            ],\n                            [\n                                -3.502854536674484,\n                                50.46714923623048\n                            ],\n                            [\n                                -3.5028486007584094,\n                                50.4671451218649\n                            ],\n                            [\n                                -3.5028462422852447,\n                                50.467142733037946\n                            ],\n                            [\n                                -3.502844363915014,\n                                50.46713904292408\n                            ],\n                            [\n                                -3.5028390211556317,\n                                50.46713008231339\n                            ],\n                            [\n                                -3.502837889298955,\n                                50.467126382556735\n                            ],\n                            [\n                                -3.5028392827908092,\n                                50.4671223354026\n                            ],\n                            [\n                                -3.5028448220739414,\n                                50.46712194008049\n                            ],\n                            [\n                                -3.5028514254890117,\n                                50.467122664212354\n                            ],\n                            [\n                                -3.502855777612517,\n                                50.467124379744355\n                            ],\n                            [\n                                -3.5028596431953063,\n                                50.46712674910363\n                            ],\n                            [\n                                -3.502866785485435,\n                                50.46712891425131\n                            ],\n                            [\n                                -3.5028724257970545,\n                                50.46713126068561\n                            ],\n                            [\n                                -3.5028724001417904,\n                                50.46713045158866\n                            ],\n                            [\n                                -3.502871826658078,\n                                50.4671283634764\n                            ],\n                            [\n                                -3.502872013772016,\n                                50.46712626553933\n                            ],\n                            [\n                                -3.5028734647255177,\n                                50.46712447504828\n                            ],\n                            [\n                                -3.5028802549698494,\n                                50.467123092251455\n                            ],\n                            [\n                                -3.502881721316191,\n                                50.46712178721848\n                            ],\n                            [\n                                -3.502885671676492,\n                                50.46711883124192\n                            ],\n                            [\n                                -3.502887354329161,\n                                50.46711590455806\n                            ],\n                            [\n                                -3.502893339387642,\n                                50.467113569840954\n                            ],\n                            [\n                                -3.502894789031713,\n                                50.46711129370952\n                            ],\n                            [\n                                -3.5028985012513085,\n                                50.46710882646569\n                            ],\n                            [\n                                -3.5029019753315436,\n                                50.46710684795494\n                            ],\n                            [\n                                -3.502903145786819,\n                                50.46710376600145\n                            ],\n                            [\n                                -3.502905062753991,\n                                50.467100674404875\n                            ],\n                            [\n                                -3.50290039450161,\n                                50.467096543666834\n                            ],\n                            [\n                                -3.502898253642746,\n                                50.46709301883016\n                            ],\n                            [\n                                -3.502895832573061,\n                                50.467088211521336\n                            ],\n                            [\n                                -3.502896192428369,\n                                50.46708400683909\n                            ],\n                            [\n                                -3.502897585914062,\n                                50.46707995968429\n                            ],\n                            [\n                                -3.5028998064160155,\n                                50.467077997366594\n                            ],\n                            [\n                                -3.502904352088944,\n                                50.46707826241923\n                            ],\n                            [\n                                -3.5029066797747683,\n                                50.467079680328695\n                            ],\n                            [\n                                -3.502911219008312,\n                                50.46707929792156\n                            ],\n                            [\n                                -3.5029147492438697,\n                                50.46707909043375\n                            ],\n                            [\n                                -3.502920608759225,\n                                50.46708079548513\n                            ],\n                            [\n                                -3.502921968212341,\n                                50.467083673878975\n                            ],\n                            [\n                                -3.5029202383586218,\n                                50.467084667538685\n                            ],\n                            [\n                                -3.502918530053048,\n                                50.46708678512604\n                            ],\n                            [\n                                -3.5029196106029223,\n                                50.46708886668801\n                            ],\n                            [\n                                -3.5029196924171617,\n                                50.467091446808254\n                            ],\n                            [\n                                -3.5029195360926813,\n                                50.46709451566175\n                            ],\n                            [\n                                -3.502917909600896,\n                                50.4670992133694\n                            ],\n                            [\n                                -3.5029197969291035,\n                                50.46710274148074\n                            ],\n                            [\n                                -3.5029221669748645,\n                                50.46710593958508\n                            ],\n                            [\n                                -3.5029238004861627,\n                                50.467109461981416\n                            ],\n                            [\n                                -3.5029236287682393,\n                                50.46711204537672\n                            ],\n                            [\n                                -3.502916683459231,\n                                50.467116092299115\n                            ],\n                            [\n                                -3.502912423410628,\n                                50.467117280528406\n                            ],\n                            [\n                                -3.502909944243727,\n                                50.46711908430196\n                            ],\n                            [\n                                -3.502905730090103,\n                                50.46712171991558\n                            ],\n                            [\n                                -3.5029038131221526,\n                                50.46712481151214\n                            ],\n                            [\n                                -3.502899857631359,\n                                50.46712760566993\n                            ],\n                            [\n                                -3.5028994015926673,\n                                50.46712922142385\n                            ],\n                            [\n                                -3.502899762594217,\n                                50.467132607366096\n                            ],\n                            [\n                                -3.5028985510889052,\n                                50.46713439476439\n                            ],\n                            [\n                                -3.502894291038199,\n                                50.46713558299305\n                            ],\n                            [\n                                -3.502893617384544,\n                                50.46713833475769\n                            ],\n                            [\n                                -3.50289594507304,\n                                50.46713975266732\n                            ],\n                            [\n                                -3.5029101276075605,\n                                50.46714086454984\n                            ],\n                            [\n                                -3.5029112437916,\n                                50.4671440698576\n                            ],\n                            [\n                                -3.5029178831291685,\n                                50.467145926721365\n                            ],\n                            [\n                                -3.5029215154239766,\n                                50.46714893764115\n                            ],\n                            [\n                                -3.502931706552005,\n                                50.467151710943654\n                            ],\n                            [\n                                -3.502939007348794,\n                                50.46715887450785\n                            ],\n                            [\n                                -3.5029435131327142,\n                                50.467165435628154\n                            ],\n                            [\n                                -3.502940871201268,\n                                50.46716966079635\n                            ],\n                            [\n                                -3.5029382090292858,\n                                50.46717324767688\n                            ],\n                            [\n                                -3.5029319306913287,\n                                50.46717477675641\n                            ],\n                            [\n                                -3.502929765321482,\n                                50.46717803344786\n                            ],\n                            [\n                                -3.5029313593795393,\n                                50.46718075591898\n                            ],\n                            [\n                                -3.5029436608785405,\n                                50.46718609212996\n                            ],\n                            [\n                                -3.5029498195528666,\n                                50.46718923229911\n                            ],\n                            [\n                                -3.50295679937904,\n                                50.46719382782504\n                            ],\n                            [\n                                -3.502965291165156,\n                                50.46719855671105\n                            ],\n                            [\n                                -3.502971890485186,\n                                50.46719959566671\n                            ],\n                            [\n                                -3.5029797985215456,\n                                50.467201912801166\n                            ],\n                            [\n                                -3.502997197372149,\n                                50.46720846924972\n                            ],\n                            [\n                                -3.5030074395475346,\n                                50.467212851749274\n                            ],\n                            [\n                                -3.5030085969808806,\n                                50.467213358428666\n                            ],\n                            [\n                                -3.5030240980481393,\n                                50.467220056307\n                            ],\n                            [\n                                -3.5030373723616814,\n                                50.467224075861736\n                            ],\n                            [\n                                -3.503050185796434,\n                                50.46722955834001\n                            ],\n                            [\n                                -3.503057364032522,\n                                50.46723285621133\n                            ],\n                            [\n                                -3.5030675997768927,\n                                50.467236591246014\n                            ],\n                            [\n                                -3.5030697060428406,\n                                50.46723946898376\n                            ],\n                            [\n                                -3.5030690156927524,\n                                50.467241249651074\n                            ],\n                            [\n                                -3.503063462312627,\n                                50.46724164516593\n                            ],\n                            [\n                                -3.5030607183236926,\n                                50.46724265192917\n                            ],\n                            [\n                                -3.5030610126254667,\n                                50.46724393421884\n                            ],\n                            [\n                                -3.5030617610198873,\n                                50.467244428194746\n                            ],\n                            [\n                                -3.5030648833599733,\n                                50.46724646539043\n                            ],\n                            [\n                                -3.5030659398564876,\n                                50.467248232484046\n                            ],\n                            [\n                                -3.503071124158167,\n                                50.46725219466299\n                            ],\n                            [\n                                -3.5030790986361127,\n                                50.46725660645245\n                            ],\n                            [\n                                -3.5030878288685137,\n                                50.4672608555857\n                            ],\n                            [\n                                -3.503090475638415,\n                                50.467256783243734\n                            ],\n                            [\n                                -3.50309198437126,\n                                50.4672483726783\n                            ],\n                            [\n                                -3.503096050272424,\n                                50.46724106227614\n                            ],\n                            [\n                                -3.503099653637023,\n                                50.46723605122975\n                            ],\n                            [\n                                -3.503103311060722,\n                                50.46723096753566\n                            ],\n                            [\n                                -3.5031118805661112,\n                                50.467222150972376\n                            ],\n                            [\n                                -3.503119218326858,\n                                50.46721448352151\n                            ],\n                            [\n                                -3.503123655217992,\n                                50.467210873708524\n                            ],\n                            [\n                                -3.503128580242328,\n                                50.46720710469694\n                            ],\n                            [\n                                -3.503132794390877,\n                                50.467204469075355\n                            ],\n                            [\n                                -3.503139036802201,\n                                50.46720180724943\n                            ],\n                            [\n                                -3.5031429614928835,\n                                50.467198042167404\n                            ],\n                            [\n                                -3.5031481400472195,\n                                50.46719426987947\n                            ],\n                            [\n                                -3.5031536218577872,\n                                50.46719161787941\n                            ],\n                            [\n                                -3.5031550047752313,\n                                50.46718723809306\n                            ],\n                            [\n                                -3.5031584583221145,\n                                50.46718461229721\n                            ],\n                            [\n                                -3.5031618864934786,\n                                50.467181186394406\n                            ],\n                            [\n                                -3.5031619455786007,\n                                50.46717505196272\n                            ],\n                            [\n                                -3.5031641901940263,\n                                50.46717429447739\n                            ],\n                            [\n                                -3.5031707182359084,\n                                50.467173085930504\n                            ],\n                            [\n                                -3.50317799632635,\n                                50.46717153492778\n                            ],\n                            [\n                                -3.503185750974108,\n                                50.46716901544706\n                            ],\n                            [\n                                -3.503189716715524,\n                                50.467166544918456\n                            ],\n                            [\n                                -3.503191896152049,\n                                50.46716328804036\n                            ],\n                            [\n                                -3.503193391972557,\n                                50.46716246827965\n                            ],\n                            [\n                                -3.503198621555599,\n                                50.46716030519322\n                            ],\n                            [\n                                -3.503200107168216,\n                                50.46716005216419\n                            ],\n                            [\n                                -3.503211696280463,\n                                50.467158031752774\n                            ],\n                            [\n                                -3.503218923615054,\n                                50.467154880533755\n                            ],\n                            [\n                                -3.503234117779755,\n                                50.46714790300986\n                            ],\n                            [\n                                -3.503239620109352,\n                                50.46714589828324\n                            ],\n                            [\n                                -3.503245030341726,\n                                50.46714098979784\n                            ],\n                            [\n                                -3.5032509438176183,\n                                50.467136398581346\n                            ],\n                            [\n                                -3.503255552391315,\n                                50.46713020536781\n                            ],\n                            [\n                                -3.50325968469311,\n                                50.46712498962186\n                            ],\n                            [\n                                -3.503265252535233,\n                                50.46711749792186\n                            ],\n                            [\n                                -3.5032701146376697,\n                                50.46711130143197\n                            ],\n                            [\n                                -3.5032684313159423,\n                                50.46710576510668\n                            ],\n                            [\n                                -3.5032648254064,\n                                50.467104030954836\n                            ],\n                            [\n                                -3.5032635053938486,\n                                50.46710195249004\n                            ],\n                            [\n                                -3.5032611315050306,\n                                50.46709907821354\n                            ],\n                            [\n                                -3.503261774627677,\n                                50.467095364520745\n                            ],\n                            [\n                                -3.5032650054240007,\n                                50.467093712913766\n                            ],\n                            [\n                                -3.5032687737939634,\n                                50.467093016681346\n                            ],\n                            [\n                                -3.503271749745484,\n                                50.46709088270994\n                            ],\n                            [\n                                -3.5032737023297487,\n                                50.46708891485308\n                            ],\n                            [\n                                -3.5032799142084436,\n                                50.46708529109354\n                            ],\n                            [\n                                -3.503284378049802,\n                                50.46708297601146\n                            ],\n                            [\n                                -3.50328810433179,\n                                50.467080508573396\n                            ],\n                            [\n                                -3.5032875154330814,\n                                50.46707793500525\n                            ],\n                            [\n                                -3.503284898276743,\n                                50.467075387643796\n                            ],\n                            [\n                                -3.5032835166747986,\n                                50.46707136734685\n                            ],\n                            [\n                                -3.503284373580172,\n                                50.46706684146325\n                            ],\n                            [\n                                -3.503289353436557,\n                                50.46706435782799\n                            ],\n                            [\n                                -3.5032968850384822,\n                                50.46706280354211\n                            ],\n                            [\n                                -3.5033039149932894,\n                                50.46706142661684\n                            ],\n                            [\n                                -3.5033112174123193,\n                                50.467060199062644\n                            ],\n                            [\n                                -3.5033187698282346,\n                                50.46705930104279\n                            ],\n                            [\n                                -3.5033273001590306,\n                                50.46705724819323\n                            ],\n                            [\n                                -3.5033350650453094,\n                                50.467055052341486\n                            ],\n                            [\n                                -3.503338300968946,\n                                50.46705356255188\n                            ],\n                            [\n                                -3.5033387107983005,\n                                50.467050490422125\n                            ],\n                            [\n                                -3.5033402501752664,\n                                50.467047934322444\n                            ],\n                            [\n                                -3.5033403844680437,\n                                50.46704772573329\n                            ],\n                            [\n                                -3.5033430404422354,\n                                50.46704350037433\n                            ],\n                            [\n                                -3.5033493043788972,\n                                50.46704196246491\n                            ],\n                            [\n                                -3.503352996323612,\n                                50.467038856919324\n                            ],\n                            [\n                                -3.503353822710902,\n                                50.46703336910907\n                            ],\n                            [\n                                -3.5033531160428972,\n                                50.467027082685966\n                            ],\n                            [\n                                -3.5033541484548962,\n                                50.46701964958541\n                            ],\n                            [\n                                -3.5033544713126137,\n                                50.46701383551642\n                            ],\n                            [\n                                -3.503352927629588,\n                                50.46700514961076\n                            ],\n                            [\n                                -3.5033527497092924,\n                                50.46700398273536\n                            ],\n                            [\n                                -3.503351972563072,\n                                50.46699902828295\n                            ],\n                            [\n                                -3.503346199365612,\n                                50.466992492548435\n                            ],\n                            [\n                                -3.5033391097512343,\n                                50.46698443590944\n                            ],\n                            [\n                                -3.5033382827172117,\n                                50.46698235107556\n                            ],\n                            [\n                                -3.5033366937754327,\n                                50.4669797904294\n                            ],\n                            [\n                                -3.503333578511139,\n                                50.46697708761954\n                            ],\n                            [\n                                -3.5033306924286003,\n                                50.466974058076865\n                            ],\n                            [\n                                -3.503330415116954,\n                                50.466973755876005\n                            ],\n                            [\n                                -3.503328079095752,\n                                50.46697118689558\n                            ],\n                            [\n                                -3.503322945844551,\n                                50.466968833931496\n                            ],\n                            [\n                                -3.5033198254492164,\n                                50.466965969301825\n                            ],\n                            [\n                                -3.5033139367366823,\n                                50.46696378798444\n                            ],\n                            [\n                                -3.5033113439355,\n                                50.4669615640802\n                            ],\n                            [\n                                -3.5033064744827604,\n                                50.4669595314782\n                            ],\n                            [\n                                -3.503306904843514,\n                                50.46695710662594\n                            ],\n                            [\n                                -3.503309131482529,\n                                50.466955782770086\n                            ],\n                            [\n                                -3.5033136758331707,\n                                50.46695556216677\n                            ],\n                            [\n                                -3.5033177490484175,\n                                50.46695648085058\n                            ],\n                            [\n                                -3.5033200359651206,\n                                50.46695661318679\n                            ],\n                            [\n                                -3.5033256313975154,\n                                50.46695798886501\n                            ],\n                            [\n                                -3.5033284818358292,\n                                50.46695989466222\n                            ],\n                            [\n                                -3.503333823737254,\n                                50.466961273615965\n                            ],\n                            [\n                                -3.5033363028797058,\n                                50.466959469833526\n                            ],\n                            [\n                                -3.5033369203317664,\n                                50.46695494704351\n                            ],\n                            [\n                                -3.503338893438276,\n                                50.46695362646304\n                            ],\n                            [\n                                -3.503340622250741,\n                                50.466952156147066\n                            ],\n                            [\n                                -3.5033407836802963,\n                                50.46694924911258\n                            ],\n                            [\n                                -3.5033406302720604,\n                                50.466944412511644\n                            ],\n                            [\n                                -3.503341766079377,\n                                50.46694068345849\n                            ],\n                            [\n                                -3.5033436919638765,\n                                50.46693742985356\n                            ],\n                            [\n                                -3.5033482263324336,\n                                50.46693689460011\n                            ],\n                            [\n                                -3.5033537604565,\n                                50.46693633743461\n                            ],\n                            [\n                                -3.5033567363944638,\n                                50.46693420346109\n                            ],\n                            [\n                                -3.5033555788391704,\n                                50.46692969461286\n                            ],\n                            [\n                                -3.5033517491767965,\n                                50.466928458005604\n                            ],\n                            [\n                                -3.5033453380068185,\n                                50.466925797783595\n                            ],\n                            [\n                                -3.50334192330585,\n                                50.46692165086552\n                            ],\n                            [\n                                -3.503341498698294,\n                                50.46692070302519\n                            ],\n                            [\n                                -3.50334028435263,\n                                50.46691795766585\n                            ],\n                            [\n                                -3.5033400434159785,\n                                50.466914804008205\n                            ],\n                            [\n                                -3.503339703205996,\n                                50.46691429576618\n                            ],\n                            [\n                                -3.503337399290314,\n                                50.466910961910926\n                            ],\n                            [\n                                -3.5033331932017058,\n                                50.46690585390422\n                            ],\n                            [\n                                -3.5033310461596594,\n                                50.46690169060612\n                            ],\n                            [\n                                -3.5033283574401475,\n                                50.466896886764346\n                            ],\n                            [\n                                -3.503323065658364,\n                                50.46688953537977\n                            ],\n                            [\n                                -3.503317839003444,\n                                50.466883793016635\n                            ],\n                            [\n                                -3.503313612389354,\n                                50.4668780377317\n                            ],\n                            [\n                                -3.503305517582701,\n                                50.46687782754709\n                            ],\n                            [\n                                -3.503306333422978,\n                                50.46687200710831\n                            ],\n                            [\n                                -3.503303253809808,\n                                50.46687042804309\n                            ],\n                            [\n                                -3.5032955637028595,\n                                50.46686698390868\n                            ],\n                            [\n                                -3.5032843892859367,\n                                50.46686519465707\n                            ],\n                            [\n                                -3.5032773388299696,\n                                50.46686592430349\n                            ],\n                            [\n                                -3.5032754639823684,\n                                50.4668707871111\n                            ],\n                            [\n                                -3.503264637424145,\n                                50.466879965614886\n                            ],\n                            [\n                                -3.503263735925877,\n                                50.4668835297542\n                            ],\n                            [\n                                -3.503263827737804,\n                                50.4668864245229\n                            ],\n                            [\n                                -3.503262490744551,\n                                50.466892251694986\n                            ],\n                            [\n                                -3.503261644104555,\n                                50.46689710121728\n                            ],\n                            [\n                                -3.5032597284806397,\n                                50.466900678459645\n                            ],\n                            [\n                                -3.5032573096142596,\n                                50.466903938432786\n                            ],\n                            [\n                                -3.50325489690662,\n                                50.46690783687537\n                            ],\n                            [\n                                -3.5032550605705506,\n                                50.466912997115294\n                            ],\n                            [\n                                -3.5032556392006122,\n                                50.46691524704499\n                            ],\n                            [\n                                -3.5032603934032602,\n                                50.466921643057965\n                            ],\n                            [\n                                -3.5032660285767077,\n                                50.466923827653964\n                            ],\n                            [\n                                -3.5032702346597655,\n                                50.466928935663134\n                            ],\n                            [\n                                -3.5032708951236526,\n                                50.46693376571265\n                            ],\n                            [\n                                -3.503274594145169,\n                                50.46693888027326\n                            ],\n                            [\n                                -3.503275761672676,\n                                50.466943703771086\n                            ],\n                            [\n                                -3.503276397787481,\n                                50.466948210363825\n                            ],\n                            [\n                                -3.5032760071723086,\n                                50.46695144413083\n                            ],\n                            [\n                                -3.503272508769316,\n                                50.46695309919584\n                            ],\n                            [\n                                -3.5032654993590038,\n                                50.46695512339659\n                            ],\n                            [\n                                -3.5032649922958594,\n                                50.466955129948175\n                            ],\n                            [\n                                -3.5032610011992653,\n                                50.46695680037237\n                            ],\n                            [\n                                -3.5032549446114793,\n                                50.46695687862691\n                            ],\n                            [\n                                -3.5032503848634553,\n                                50.46695661376988\n                            ],\n                            [\n                                -3.50324734630496,\n                                50.46695632925817\n                            ],\n                            [\n                                -3.50324848948047,\n                                50.46696082929956\n                            ],\n                            [\n                                -3.503250712190946,\n                                50.46696693424962\n                            ],\n                            [\n                                -3.5032509884805907,\n                                50.46697564552563\n                            ],\n                            [\n                                -3.5032507676864175,\n                                50.46698467800191\n                            ],\n                            [\n                                -3.5032483895886086,\n                                50.466989223539834\n                            ],\n                            [\n                                -3.5032433638323335,\n                                50.46699025978901\n                            ],\n                            [\n                                -3.503237296975679,\n                                50.46699001440392\n                            ],\n                            [\n                                -3.5032347106205526,\n                                50.46698843795745\n                            ],\n                            [\n                                -3.503232148330075,\n                                50.46698717597772\n                            ],\n                            [\n                                -3.5032260468598295,\n                                50.466986283496546\n                            ],\n                            [\n                                -3.5032225730871818,\n                                50.46698827100679\n                            ],\n                            [\n                                -3.503220651013002,\n                                50.46699120078906\n                            ],\n                            [\n                                -3.5032161015262355,\n                                50.466991259569454\n                            ],\n                            [\n                                -3.5032120488386242,\n                                50.46699098815956\n                            ],\n                            [\n                                -3.5032084621571995,\n                                50.46698941564323\n                            ],\n                            [\n                                -3.5032048144603185,\n                                50.46698591927428\n                            ],\n                            [\n                                -3.503201679985812,\n                                50.466983054823395\n                            ],\n                            [\n                                -3.5032015265915826,\n                                50.46697821822218\n                            ],\n                            [\n                                -3.503199866092423,\n                                50.46697340109284\n                            ],\n                            [\n                                -3.5031996613770287,\n                                50.46696694629786\n                            ],\n                            [\n                                -3.503198905745653,\n                                50.46696222540135\n                            ],\n                            [\n                                -3.5032024051781634,\n                                50.46696104698868\n                            ],\n                            [\n                                -3.5032055645717,\n                                50.46696203144497\n                            ],\n                            [\n                                -3.5032090896648818,\n                                50.46696166212893\n                            ],\n                            [\n                                -3.503210001432974,\n                                50.46695842162882\n                            ],\n                            [\n                                -3.503210406422909,\n                                50.46695519666997\n                            ],\n                            [\n                                -3.503209300202645,\n                                50.466952306013894\n                            ],\n                            [\n                                -3.5032072962995513,\n                                50.466952655675954\n                            ],\n                            [\n                                -3.503202746816456,\n                                50.46695271445579\n                            ],\n                            [\n                                -3.503196011009831,\n                                50.466950481121415\n                            ],\n                            [\n                                -3.5031974653118665,\n                                50.4669456867042\n                            ],\n                            [\n                                -3.503201354052114,\n                                50.46694078888467\n                            ],\n                            [\n                                -3.5032017179853816,\n                                50.46693626937084\n                            ],\n                            [\n                                -3.5032015851199603,\n                                50.46693208004708\n                            ],\n                            [\n                                -3.5032026454956697,\n                                50.46692552796416\n                            ],\n                            [\n                                -3.5032036098963717,\n                                50.46692439129787\n                            ],\n                            [\n                                -3.503207373121714,\n                                50.46692353324815\n                            ],\n                            [\n                                -3.5032119174698266,\n                                50.46692331264879\n                            ],\n                            [\n                                -3.5032133978859634,\n                                50.46692200742974\n                            ],\n                            [\n                                -3.503213067657024,\n                                50.46691959240481\n                            ],\n                            [\n                                -3.5032129652986153,\n                                50.46691636500731\n                            ],\n                            [\n                                -3.5032116771130744,\n                                50.466915734108156\n                            ],\n                            [\n                                -3.5032083134609304,\n                                50.46691319638983\n                            ],\n                            [\n                                -3.50320675150069,\n                                50.466911930478766\n                            ],\n                            [\n                                -3.5032043865779836,\n                                50.46690889419954\n                            ],\n                            [\n                                -3.5032030370921907,\n                                50.46690633045779\n                            ],\n                            [\n                                -3.5032026658067967,\n                                50.4669026208778\n                            ],\n                            [\n                                -3.5032035624629763,\n                                50.46689890390953\n                            ],\n                            [\n                                -3.5032052502205535,\n                                50.46689613904057\n                            ],\n                            [\n                                -3.503207658825843,\n                                50.46689255542972\n                            ],\n                            [\n                                -3.5032090879195743,\n                                50.466889632017\n                            ],\n                            [\n                                -3.503206435138108,\n                                50.466885960907916\n                            ],\n                            [\n                                -3.5032046283154354,\n                                50.46688452728114\n                            ],\n                            [\n                                -3.5032012546867732,\n                                50.46688167491378\n                            ],\n                            [\n                                -3.503197362192051,\n                                50.46687890119928\n                            ],\n                            [\n                                -3.5031942572065855,\n                                50.46687652202422\n                            ],\n                            [\n                                -3.503192726383589,\n                                50.46687490495837\n                            ],\n                            [\n                                -3.5031912662711338,\n                                50.466873295972576\n                            ],\n                            [\n                                -3.503190866987597,\n                                50.46687003643671\n                            ],\n                            [\n                                -3.503196485959207,\n                                50.466868156116014\n                            ],\n                            [\n                                -3.50320206603893,\n                                50.466867715281396\n                            ],\n                            [\n                                -3.5032066870787935,\n                                50.46686991298294\n                            ],\n                            [\n                                -3.503209259341389,\n                                50.46687148961213\n                            ],\n                            [\n                                -3.503212191599338,\n                                50.46687597553234\n                            ],\n                            [\n                                -3.5032150530337223,\n                                50.46687867263134\n                            ],\n                            [\n                                -3.5032186910290815,\n                                50.46687964191\n                            ],\n                            [\n                                -3.503222087924842,\n                                50.46687922928164\n                            ],\n                            [\n                                -3.5032243157031413,\n                                50.46687794138727\n                            ],\n                            [\n                                -3.503223583621962,\n                                50.46687662877956\n                            ],\n                            [\n                                -3.503224293178482,\n                                50.46687500974871\n                            ],\n                            [\n                                -3.503226251173373,\n                                50.46687321270199\n                            ],\n                            [\n                                -3.503228522689174,\n                                50.46687285958191\n                            ],\n                            [\n                                -3.5032312974466047,\n                                50.46687282373113\n                            ],\n                            [\n                                -3.5032344024336632,\n                                50.4668752029052\n                            ],\n                            [\n                                -3.5032369733857682,\n                                50.46687629389364\n                            ],\n                            [\n                                -3.5032373151917726,\n                                50.46687951819738\n                            ],\n                            [\n                                -3.5032373713614264,\n                                50.46688128922051\n                            ],\n                            [\n                                -3.503240956723801,\n                                50.46688237609594\n                            ],\n                            [\n                                -3.503242970888218,\n                                50.46688235007206\n                            ],\n                            [\n                                -3.5032449786085826,\n                                50.46688167658866\n                            ],\n                            [\n                                -3.5032479712567923,\n                                50.46688051371609\n                            ],\n                            [\n                                -3.503249923833577,\n                                50.466878545859636\n                            ],\n                            [\n                                -3.5032543712335076,\n                                50.466875268670535\n                            ],\n                            [\n                                -3.503256094628372,\n                                50.466873627546484\n                            ],\n                            [\n                                -3.5032580320927025,\n                                50.46687118322175\n                            ],\n                            [\n                                -3.5032612769591105,\n                                50.466869531433\n                            ],\n                            [\n                                -3.5032644820785164,\n                                50.466867070729286\n                            ],\n                            [\n                                -3.50326493268493,\n                                50.46686528416464\n                            ],\n                            [\n                                -3.503261560080879,\n                                50.46686290844916\n                            ],\n                            [\n                                -3.5032590083463333,\n                                50.466861979098645\n                            ],\n                            [\n                                -3.5032533680483153,\n                                50.46685963268285\n                            ],\n                            [\n                                -3.5032497559992524,\n                                50.466857260060785\n                            ],\n                            [\n                                -3.503244911936153,\n                                50.46685602756296\n                            ],\n                            [\n                                -3.5032397773898833,\n                                50.46685318895491\n                            ],\n                            [\n                                -3.5032383973954575,\n                                50.466849663287256\n                            ],\n                            [\n                                -3.503241653552232,\n                                50.46684881178794\n                            ],\n                            [\n                                -3.503244442393296,\n                                50.46684877575486\n                            ],\n                            [\n                                -3.5032485207303177,\n                                50.46684985626058\n                            ],\n                            [\n                                -3.5032536090860074,\n                                50.46685123849389\n                            ],\n                            [\n                                -3.5032569165657486,\n                                50.46685200518785\n                            ],\n                            [\n                                -3.5032615119449098,\n                                50.466853393790366\n                            ],\n                            [\n                                -3.50326511886191,\n                                50.46685560459268\n                            ],\n                            [\n                                -3.50326897315106,\n                                50.466857173649586\n                            ],\n                            [\n                                -3.503273539048893,\n                                50.4668580769755\n                            ],\n                            [\n                                -3.503277561216248,\n                                50.46685738645709\n                            ],\n                            [\n                                -3.5032802987338187,\n                                50.466855732229455\n                            ],\n                            [\n                                -3.5032801812590173,\n                                50.46685202836388\n                            ],\n                            [\n                                -3.5032767765487907,\n                                50.46684819609253\n                            ],\n                            [\n                                -3.503272176037339,\n                                50.46684664567127\n                            ],\n                            [\n                                -3.5032693564023,\n                                50.46684571078877\n                            ],\n                            [\n                                -3.503266215774192,\n                                50.46684220787\n                            ],\n                            [\n                                -3.5032635870556548,\n                                50.466838851229\n                            ],\n                            [\n                                -3.5032670662332195,\n                                50.466837034526925\n                            ],\n                            [\n                                -3.503271387550816,\n                                50.46683777912735\n                            ],\n                            [\n                                -3.5032764954084112,\n                                50.46683933198703\n                            ],\n                            [\n                                -3.5032761751565515,\n                                50.46683723161103\n                            ],\n                            [\n                                -3.503275389186989,\n                                50.46683644133155\n                            ],\n                            [\n                                -3.5032707630149367,\n                                50.466834081813346\n                            ],\n                            [\n                                -3.5032679115597265,\n                                50.466831699364455\n                            ],\n                            [\n                                -3.5032623017737516,\n                                50.46683031487531\n                            ],\n                            [\n                                -3.5032536639874983,\n                                50.46682897850299\n                            ],\n                            [\n                                -3.503249601049025,\n                                50.466828383455535\n                            ],\n                            [\n                                -3.5032407248442117,\n                                50.46682752682615\n                            ],\n                            [\n                                -3.5032359526357286,\n                                50.46682855979914\n                            ],\n                            [\n                                -3.5032309358489586,\n                                50.46682943404629\n                            ],\n                            [\n                                -3.503226944476501,\n                                50.466831095479314\n                            ],\n                            [\n                                -3.503219128584822,\n                                50.46683168211985\n                            ],\n                            [\n                                -3.503214056655029,\n                                50.466831261993256\n                            ],\n                            [\n                                -3.503210677612394,\n                                50.46682823881676\n                            ],\n                            [\n                                -3.5032123207742534,\n                                50.4668245122034\n                            ],\n                            [\n                                -3.5032129636123504,\n                                50.466820789520725\n                            ],\n                            [\n                                -3.5032115987322485,\n                                50.46681774032088\n                            ],\n                            [\n                                -3.5032140165712056,\n                                50.46681400369851\n                            ],\n                            [\n                                -3.5032180076575776,\n                                50.466812333275946\n                            ],\n                            [\n                                -3.503220954112466,\n                                50.46680971402972\n                            ],\n                            [\n                                -3.5032226010935723,\n                                50.46680566359548\n                            ],\n                            [\n                                -3.5032237677002627,\n                                50.4668029054596\n                            ],\n                            [\n                                -3.503229838353509,\n                                50.46680282702488\n                            ],\n                            [\n                                -3.5032326439001764,\n                                50.46680376209032\n                            ],\n                            [\n                                -3.5032345360865653,\n                                50.46680744302605\n                            ],\n                            [\n                                -3.503235643616448,\n                                50.466810819322056\n                            ],\n                            [\n                                -3.5032352337821426,\n                                50.46681389145161\n                            ],\n                            [\n                                -3.503234838032834,\n                                50.46681696339922\n                            ],\n                            [\n                                -3.503236137506981,\n                                50.46681839458704\n                            ],\n                            [\n                                -3.5032383884911056,\n                                50.4668173941893\n                            ],\n                            [\n                                -3.503241342928672,\n                                50.46681502666158\n                            ],\n                            [\n                                -3.503244573706825,\n                                50.46681337505529\n                            ],\n                            [\n                                -3.5032473125348336,\n                                50.466812206468525\n                            ],\n                            [\n                                -3.5032525664266947,\n                                50.46681036683668\n                            ],\n                            [\n                                -3.50325733350067,\n                                50.46680917204366\n                            ],\n                            [\n                                -3.5032611021333504,\n                                50.4668084848016\n                            ],\n                            [\n                                -3.5032684006943704,\n                                50.466807581071116\n                            ],\n                            [\n                                -3.5032731985618244,\n                                50.46680735719368\n                            ],\n                            [\n                                -3.5032761806547996,\n                                50.46680586169172\n                            ],\n                            [\n                                -3.5032776151592975,\n                                50.4668031090875\n                            ],\n                            [\n                                -3.5032787917423422,\n                                50.46680066559989\n                            ],\n                            [\n                                -3.5032835385702144,\n                                50.46679883251825\n                            ],\n                            [\n                                -3.50328858996743,\n                                50.466798605364396\n                            ],\n                            [\n                                -3.50329212018021,\n                                50.466798397865325\n                            ],\n                            [\n                                -3.503294107424893,\n                                50.466797967474136\n                            ],\n                            [\n                                -3.5032976481292626,\n                                50.466797202233096\n                            ],\n                            [\n                                -3.503300118026938,\n                                50.466795551462866\n                            ],\n                            [\n                                -3.503301577906884,\n                                50.46679359896526\n                            ],\n                            [\n                                -3.5033027445086797,\n                                50.466790840828615\n                            ],\n                            [\n                                -3.50330369732702,\n                                50.46678889488271\n                            ],\n                            [\n                                -3.503306669438059,\n                                50.46678708473119\n                            ],\n                            [\n                                -3.503310204782376,\n                                50.46678703905096\n                            ],\n                            [\n                                -3.503314303360361,\n                                50.46678875784195\n                            ],\n                            [\n                                -3.503315156052281,\n                                50.466791651772944\n                            ],\n                            [\n                                -3.503314751355774,\n                                50.46679488572214\n                            ],\n                            [\n                                -3.5033133269467798,\n                                50.46679751228528\n                            ],\n                            [\n                                -3.5033130876729897,\n                                50.4667979650594\n                            ],\n                            [\n                                -3.5033103642449133,\n                                50.46679961910581\n                            ],\n                            [\n                                -3.5033084586082954,\n                                50.46680351099776\n                            ],\n                            [\n                                -3.5033088196360525,\n                                50.46680689693866\n                            ],\n                            [\n                                -3.5033134150122867,\n                                50.46680828553915\n                            ],\n                            [\n                                -3.5033193460780003,\n                                50.46681224705186\n                            ],\n                            [\n                                -3.5033222472621968,\n                                50.46681575306311\n                            ],\n                            [\n                                -3.5033302168414235,\n                                50.46682001200672\n                            ],\n                            [\n                                -3.503335930022058,\n                                50.46682510054007\n                            ],\n                            [\n                                -3.5033411296967922,\n                                50.46682954816557\n                            ],\n                            [\n                                -3.503348865994477,\n                                50.46683444867131\n                            ],\n                            [\n                                -3.5033535075683084,\n                                50.46683729364446\n                            ],\n                            [\n                                -3.5033588892048955,\n                                50.466839481512025\n                            ],\n                            [\n                                -3.5033673145264306,\n                                50.46684211570739\n                            ],\n                            [\n                                -3.503371382600177,\n                                50.46684287257007\n                            ],\n                            [\n                                -3.503376952356899,\n                                50.466843439149145\n                            ],\n                            [\n                                -3.5033812177869166,\n                                50.46684242171241\n                            ],\n                            [\n                                -3.5033814405214465,\n                                50.46684144752018\n                            ],\n                            [\n                                -3.5033808975303984,\n                                50.466840321336754\n                            ],\n                            [\n                                -3.5033803076019336,\n                                50.466837271118834\n                            ],\n                            [\n                                -3.50337995683426,\n                                50.46683420881695\n                            ],\n                            [\n                                -3.503380798328415,\n                                50.46682919747449\n                            ],\n                            [\n                                -3.5033825371154372,\n                                50.46682804180672\n                            ],\n                            [\n                                -3.5033855194913426,\n                                50.46682655529194\n                            ],\n                            [\n                                -3.503388785909325,\n                                50.46682602742726\n                            ],\n                            [\n                                -3.5033904941845986,\n                                50.46682390983314\n                            ],\n                            [\n                                -3.5033924662561056,\n                                50.46682211260166\n                            ],\n                            [\n                                -3.5033967481103816,\n                                50.466822057272594\n                            ],\n                            [\n                                -3.5034008261632934,\n                                50.46682312878302\n                            ],\n                            [\n                                -3.5034021910556827,\n                                50.466826177980536\n                            ],\n                            [\n                                -3.503399938761324,\n                                50.46682669274131\n                            ],\n                            [\n                                -3.503398737548141,\n                                50.46682880378339\n                            ],\n                            [\n                                -3.5034008065724396,\n                                50.46683006313974\n                            ],\n                            [\n                                -3.5034034404329373,\n                                50.46683358159693\n                            ],\n                            [\n                                -3.5034047745289123,\n                                50.46683565987824\n                            ],\n                            [\n                                -3.503409106399254,\n                                50.46683673710222\n                            ],\n                            [\n                                -3.503412175462837,\n                                50.466837983535974\n                            ],\n                            [\n                                -3.503417766036032,\n                                50.46683920638049\n                            ],\n                            [\n                                -3.503420068060755,\n                                50.46683981518292\n                            ],\n                            [\n                                -3.5034198963705516,\n                                50.46684239857881\n                            ],\n                            [\n                                -3.5034189387082684,\n                                50.46684419169627\n                            ],\n                            [\n                                -3.5034159206875013,\n                                50.46684455446632\n                            ],\n                            [\n                                -3.5034146989431916,\n                                50.46684601823114\n                            ],\n                            [\n                                -3.503415024048944,\n                                50.466848271436106\n                            ],\n                            [\n                                -3.503416560633416,\n                                50.466848737237534\n                            ],\n                            [\n                                -3.503419406964195,\n                                50.466850957863336\n                            ],\n                            [\n                                -3.503422284092515,\n                                50.466854149405236\n                            ],\n                            [\n                                -3.503422639995976,\n                                50.466857373526324\n                            ],\n                            [\n                                -3.503425287659541,\n                                50.466860882811\n                            ],\n                            [\n                                -3.5034260944487285,\n                                50.46686232935683\n                            ],\n                            [\n                                -3.503429350602883,\n                                50.466861477852284\n                            ],\n                            [\n                                -3.5034323429600405,\n                                50.46686030598506\n                            ],\n                            [\n                                -3.5034391652610686,\n                                50.46686037971225\n                            ],\n                            [\n                                -3.5034449645875445,\n                                50.46685796642365\n                            ],\n                            [\n                                -3.503445159211868,\n                                50.466857882965826\n                            ],\n                            [\n                                -3.5034486537826446,\n                                50.46685655171645\n                            ],\n                            [\n                                -3.50345565803742,\n                                50.466854365685464\n                            ],\n                            [\n                                -3.503456108636503,\n                                50.46685257912015\n                            ],\n                            [\n                                -3.5034530447038192,\n                                50.46685149450694\n                            ],\n                            [\n                                -3.5034504580641115,\n                                50.46684990907526\n                            ],\n                            [\n                                -3.503450361107936,\n                                50.46684685248741\n                            ],\n                            [\n                                -3.503446017656021,\n                                50.466844965986176\n                            ],\n                            [\n                                -3.503441940914014,\n                                50.46684438011745\n                            ],\n                            [\n                                -3.503440812836884,\n                                50.466840356546136\n                            ],\n                            [\n                                -3.503439965269306,\n                                50.466837624435485\n                            ],\n                            [\n                                -3.503434476123175,\n                                50.46683204735516\n                            ],\n                            [\n                                -3.5034321727849775,\n                                50.466830952912915\n                            ],\n                            [\n                                -3.5034275719850982,\n                                50.466829393507844\n                            ],\n                            [\n                                -3.5034250151163135,\n                                50.466828302341604\n                            ],\n                            [\n                                -3.5034226720290875,\n                                50.46682639898439\n                            ],\n                            [\n                                -3.5034221085057515,\n                                50.46682462552368\n                            ],\n                            [\n                                -3.503419217985853,\n                                50.466823232884686\n                            ],\n                            [\n                                -3.503418516982504,\n                                50.46682290018433\n                            ],\n                            [\n                                -3.5034149254595173,\n                                50.4668211748449\n                            ],\n                            [\n                                -3.503414367069382,\n                                50.46681956320351\n                            ],\n                            [\n                                -3.503412534864026,\n                                50.46681732947314\n                            ],\n                            [\n                                -3.5034126822038427,\n                                50.466814422620494\n                            ],\n                            [\n                                -3.503408339041554,\n                                50.46681254510777\n                            ],\n                            [\n                                -3.503406751415314,\n                                50.46681047010258\n                            ],\n                            [\n                                -3.503407663167175,\n                                50.466807229600974\n                            ],\n                            [\n                                -3.503410944982066,\n                                50.46680718719376\n                            ],\n                            [\n                                -3.503412151327014,\n                                50.466805237970874\n                            ],\n                            [\n                                -3.5034143935273874,\n                                50.46680484925138\n                            ],\n                            [\n                                -3.503416173202618,\n                                50.46680453845777\n                            ],\n                            [\n                                -3.5034214990077452,\n                                50.46680585465991\n                            ],\n                            [\n                                -3.503423806163759,\n                                50.466806625281635\n                            ],\n                            [\n                                -3.503426347917846,\n                                50.46680723997981\n                            ],\n                            [\n                                -3.5034329778171616,\n                                50.466808800145685\n                            ],\n                            [\n                                -3.5034393748909425,\n                                50.46681146054503\n                            ],\n                            [\n                                -3.5034432302107357,\n                                50.46681350624627\n                            ],\n                            [\n                                -3.5034460705521533,\n                                50.46681553808218\n                            ],\n                            [\n                                -3.5034477400224655,\n                                50.46682019320661\n                            ],\n                            [\n                                -3.5034475991315785,\n                                50.466823747518696\n                            ],\n                            [\n                                -3.5034461546556517,\n                                50.46682618547615\n                            ],\n                            [\n                                -3.5034467281606565,\n                                50.466828273585485\n                            ],\n                            [\n                                -3.503450517038688,\n                                50.466828224624784\n                            ],\n                            [\n                                -3.503452245558,\n                                50.46682674531728\n                            ],\n                            [\n                                -3.503454508117738,\n                                50.4668265541942\n                            ],\n                            [\n                                -3.5034572664444257,\n                                50.46682555622987\n                            ],\n                            [\n                                -3.5034582051720142,\n                                50.46682361046475\n                            ],\n                            [\n                                -3.5034627443761663,\n                                50.46682322803632\n                            ],\n                            [\n                                -3.503466533253767,\n                                50.46682317907511\n                            ],\n                            [\n                                -3.5034690888091586,\n                                50.466823784600344\n                            ],\n                            [\n                                -3.503469896913082,\n                                50.46682571678595\n                            ],\n                            [\n                                -3.50347001953563,\n                                50.46682958247058\n                            ],\n                            [\n                                -3.5034693446053744,\n                                50.46683184859827\n                            ],\n                            [\n                                -3.5034663330328577,\n                                50.466832858829086\n                            ],\n                            [\n                                -3.5034648667115347,\n                                50.46683416386925\n                            ],\n                            [\n                                -3.503464928307788,\n                                50.46683610570155\n                            ],\n                            [\n                                -3.5034667194521174,\n                                50.4668370448762\n                            ],\n                            [\n                                -3.503468535232806,\n                                50.46683831649749\n                            ],\n                            [\n                                -3.503469093339845,\n                                50.46683991914864\n                            ],\n                            [\n                                -3.5034721370251134,\n                                50.466840365473956\n                            ],\n                            [\n                                -3.50347363767851,\n                                50.46683969853913\n                            ],\n                            [\n                                -3.5034741190751038,\n                                50.46683888288989\n                            ],\n                            [\n                                -3.5034763049245847,\n                                50.46683627346602\n                            ],\n                            [\n                                -3.5034790594324523,\n                                50.46683559932189\n                            ],\n                            [\n                                -3.5034821172025827,\n                                50.466836045464945\n                            ],\n                            [\n                                -3.5034849327370825,\n                                50.466837295173\n                            ],\n                            [\n                                -3.503485790573423,\n                                50.46684035092199\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 44046.774352058936,\n            \"area_buildings_sqft\": 6696.592194592554,\n            \"density\": 15.203365724508554,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4092.0451832087456,\n            \"area_acre\": 1.0111748014705908,\n            \"area_buildings_m2\": 622.1285948153618,\n            \"area_buildings_acre\": 0.15373260318164725\n        },\n        {\n            \"title_no\": \"DN66921\",\n            \"tenure\": \"Freehold\",\n            \"height\": 14.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10002991562\",\n                \"10002991563\",\n                \"10002991564\",\n                \"10002993142\",\n                \"10002993143\",\n                \"100040539931\",\n                \"100040539932\",\n                \"100040539933\",\n                \"100040539934\",\n                \"100040539935\",\n                \"100040539936\",\n                \"100040539937\",\n                \"100040539940\",\n                \"100040539941\",\n                \"100040539944\",\n                \"100040539946\",\n                \"100040539948\",\n                \"100040539950\",\n                \"100040539951\",\n                \"100040539953\",\n                \"100040539954\",\n                \"100040539955\",\n                \"100041188779\",\n                \"100041188780\",\n                \"100041188781\",\n                \"100041188782\",\n                \"100041188783\"\n            ],\n            \"property_address\": [\n                \"Bronshill House and St Johns Bronshill Road and land adjoining on west side thereof, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.5258335577233817,\n                                    50.47414278052276\n                                ],\n                                [\n                                    -3.5259876848013354,\n                                    50.47414120887871\n                                ],\n                                [\n                                    -3.5262124710581113,\n                                    50.47413691146486\n                                ],\n                                [\n                                    -3.5262119466466344,\n                                    50.474181886626354\n                                ],\n                                [\n                                    -3.5260007957000936,\n                                    50.47418510584024\n                                ],\n                                [\n                                    -3.5259902332796047,\n                                    50.47418533430721\n                                ],\n                                [\n                                    -3.5258479913207745,\n                                    50.4741883689497\n                                ],\n                                [\n                                    -3.5258360201895615,\n                                    50.474188615876685\n                                ],\n                                [\n                                    -3.525784615627487,\n                                    50.474189703694556\n                                ],\n                                [\n                                    -3.525787515618436,\n                                    50.47423556029241\n                                ],\n                                [\n                                    -3.525850456699128,\n                                    50.47423429420142\n                                ],\n                                [\n                                    -3.5260032583310474,\n                                    50.47423094118882\n                                ],\n                                [\n                                    -3.526211339275401,\n                                    50.47422866160704\n                                ],\n                                [\n                                    -3.5262110721506503,\n                                    50.47424224553218\n                                ],\n                                [\n                                    -3.526210392250374,\n                                    50.47427364231139\n                                ],\n                                [\n                                    -3.526209449131742,\n                                    50.47432311979231\n                                ],\n                                [\n                                    -3.526208992049974,\n                                    50.47434830802554\n                                ],\n                                [\n                                    -3.526207420451315,\n                                    50.47436514677773\n                                ],\n                                [\n                                    -3.526203696530052,\n                                    50.47441142301796\n                                ],\n                                [\n                                    -3.5261997227103894,\n                                    50.474458691837825\n                                ],\n                                [\n                                    -3.526192189388258,\n                                    50.47459234644461\n                                ],\n                                [\n                                    -3.5261904509812476,\n                                    50.4746215086924\n                                ],\n                                [\n                                    -3.5261894091216037,\n                                    50.47464166814757\n                                ],\n                                [\n                                    -3.526188716478496,\n                                    50.4746551677167\n                                ],\n                                [\n                                    -3.5261311894824443,\n                                    50.47465871031863\n                                ],\n                                [\n                                    -3.526012047270681,\n                                    50.47466575911957\n                                ],\n                                [\n                                    -3.5259163959592703,\n                                    50.47467142048642\n                                ],\n                                [\n                                    -3.525798251364601,\n                                    50.474678815730925\n                                ],\n                                [\n                                    -3.5256306566693896,\n                                    50.47468236243877\n                                ],\n                                [\n                                    -3.525627839221856,\n                                    50.47468239938173\n                                ],\n                                [\n                                    -3.5254081651187663,\n                                    50.474687977681\n                                ],\n                                [\n                                    -3.525099755783045,\n                                    50.474695168392785\n                                ],\n                                [\n                                    -3.5250892048167217,\n                                    50.4746957563735\n                                ],\n                                [\n                                    -3.5250680450143417,\n                                    50.47469513435958\n                                ],\n                                [\n                                    -3.5250221775595163,\n                                    50.474693127392946\n                                ],\n                                [\n                                    -3.5249741912349655,\n                                    50.47469096830633\n                                ],\n                                [\n                                    -3.524965020059759,\n                                    50.474690638825926\n                                ],\n                                [\n                                    -3.5249134714246706,\n                                    50.47468726729197\n                                ],\n                                [\n                                    -3.5248993349976905,\n                                    50.4746859236426\n                                ],\n                                [\n                                    -3.5248364211083363,\n                                    50.4746797331202\n                                ],\n                                [\n                                    -3.524766399971211,\n                                    50.47467165709906\n                                ],\n                                [\n                                    -3.524756495510317,\n                                    50.47467043784634\n                                ],\n                                [\n                                    -3.524725358942732,\n                                    50.47466634905046\n                                ],\n                                [\n                                    -3.5246941934530276,\n                                    50.47466136125983\n                                ],\n                                [\n                                    -3.5246679585023974,\n                                    50.47465630885144\n                                ],\n                                [\n                                    -3.5246381438960293,\n                                    50.47464950461298\n                                ],\n                                [\n                                    -3.524608007057497,\n                                    50.474641445477616\n                                ],\n                                [\n                                    -3.5246113032449005,\n                                    50.474634387235646\n                                ],\n                                [\n                                    -3.5246301949161505,\n                                    50.474577659536685\n                                ],\n                                [\n                                    -3.5246531871709377,\n                                    50.474438136476145\n                                ],\n                                [\n                                    -3.524654726347221,\n                                    50.47442903271557\n                                ],\n                                [\n                                    -3.5246608483351207,\n                                    50.47439153888919\n                                ],\n                                [\n                                    -3.524667138955965,\n                                    50.474363666063354\n                                ],\n                                [\n                                    -3.5246676272330166,\n                                    50.474361321314696\n                                ],\n                                [\n                                    -3.5246899394842393,\n                                    50.474156872960734\n                                ],\n                                [\n                                    -3.5247080327394005,\n                                    50.47401840337779\n                                ],\n                                [\n                                    -3.5247376213219836,\n                                    50.47401819550802\n                                ],\n                                [\n                                    -3.524944715349914,\n                                    50.47401593112123\n                                ],\n                                [\n                                    -3.5251788709383907,\n                                    50.474013761317956\n                                ],\n                                [\n                                    -3.525207304954692,\n                                    50.474013586450496\n                                ],\n                                [\n                                    -3.525213651844446,\n                                    50.47401330539079\n                                ],\n                                [\n                                    -3.5252490244053343,\n                                    50.47401284169723\n                                ],\n                                [\n                                    -3.525361735199786,\n                                    50.474011813799514\n                                ],\n                                [\n                                    -3.5253592848790145,\n                                    50.47395320728525\n                                ],\n                                [\n                                    -3.5253589182830694,\n                                    50.47394619703952\n                                ],\n                                [\n                                    -3.5253588025263256,\n                                    50.47394260109463\n                                ],\n                                [\n                                    -3.5253594200597242,\n                                    50.47393989490194\n                                ],\n                                [\n                                    -3.525362034888796,\n                                    50.47393356506228\n                                ],\n                                [\n                                    -3.525366087357993,\n                                    50.4739281157407\n                                ],\n                                [\n                                    -3.525370887586036,\n                                    50.47392400566424\n                                ],\n                                [\n                                    -3.5253743369908848,\n                                    50.47392171202825\n                                ],\n                                [\n                                    -3.5253778008651584,\n                                    50.47391986788526\n                                ],\n                                [\n                                    -3.5253826734403746,\n                                    50.473918005273866\n                                ],\n                                [\n                                    -3.5253868561344737,\n                                    50.47391660138958\n                                ],\n                                [\n                                    -3.525391757648774,\n                                    50.47391563776405\n                                ],\n                                [\n                                    -3.525395954812317,\n                                    50.47391468337255\n                                ],\n                                [\n                                    -3.5254008563262267,\n                                    50.47391371974663\n                                ],\n                                [\n                                    -3.525409279592532,\n                                    50.473912709949026\n                                ],\n                                [\n                                    -3.525416308627584,\n                                    50.47391216811263\n                                ],\n                                [\n                                    -3.5254226477821478,\n                                    50.47391208500329\n                                ],\n                                [\n                                    -3.5254290014069225,\n                                    50.47391245138672\n                                ],\n                                [\n                                    -3.525434915057124,\n                                    50.473912283918764\n                                ],\n                                [\n                                    -3.5255205293450724,\n                                    50.4739100821931\n                                ],\n                                [\n                                    -3.5255388366679687,\n                                    50.47390966228493\n                                ],\n                                [\n                                    -3.525538749840286,\n                                    50.47390696532647\n                                ],\n                                [\n                                    -3.525557076169054,\n                                    50.47390669805835\n                                ],\n                                [\n                                    -3.525556407091543,\n                                    50.47383294985466\n                                ],\n                                [\n                                    -3.5256705888695983,\n                                    50.47382159563838\n                                ],\n                                [\n                                    -3.525681829509641,\n                                    50.47382054887766\n                                ],\n                                [\n                                    -3.5257014644465228,\n                                    50.47381759331122\n                                ],\n                                [\n                                    -3.525716154465245,\n                                    50.47381425290161\n                                ],\n                                [\n                                    -3.525725238636638,\n                                    50.47381188536603\n                                ],\n                                [\n                                    -3.5257539117089527,\n                                    50.47380250671892\n                                ],\n                                [\n                                    -3.5258036192523474,\n                                    50.4738607723203\n                                ],\n                                [\n                                    -3.5258288266523348,\n                                    50.47385274318309\n                                ],\n                                [\n                                    -3.5259752723670137,\n                                    50.474040229010974\n                                ],\n                                [\n                                    -3.5257575686443623,\n                                    50.47403293919988\n                                ],\n                                [\n                                    -3.525727267507728,\n                                    50.47402852493984\n                                ],\n                                [\n                                    -3.525690238177778,\n                                    50.47401605064489\n                                ],\n                                [\n                                    -3.525698849602696,\n                                    50.47402088423573\n                                ],\n                                [\n                                    -3.5257067711502,\n                                    50.47402617655506\n                                ],\n                                [\n                                    -3.5257139883472908,\n                                    50.474031478109985\n                                ],\n                                [\n                                    -3.5257212344921527,\n                                    50.47403767865054\n                                ],\n                                [\n                                    -3.525722833275669,\n                                    50.47403918660715\n                                ],\n                                [\n                                    -3.5257292284107526,\n                                    50.47404521843339\n                                ],\n                                [\n                                    -3.52573802799711,\n                                    50.47405589543055\n                                ],\n                                [\n                                    -3.525746123234775,\n                                    50.47406658166336\n                                ],\n                                [\n                                    -3.525749099852473,\n                                    50.4740714891411\n                                ],\n                                [\n                                    -3.5257580152358736,\n                                    50.47408576208076\n                                ],\n                                [\n                                    -3.5257644572834055,\n                                    50.474099815631305\n                                ],\n                                [\n                                    -3.5257666349950365,\n                                    50.474104859496165\n                                ],\n                                [\n                                    -3.525770944492433,\n                                    50.474115271599615\n                                ],\n                                [\n                                    -3.525773303604053,\n                                    50.474122885271235\n                                ],\n                                [\n                                    -3.5257780073559837,\n                                    50.474137663121276\n                                ],\n                                [\n                                    -3.5257790349488016,\n                                    50.47414331564932\n                                ],\n                                [\n                                    -3.525779122752601,\n                                    50.47414385411726\n                                ],\n                                [\n                                    -3.5258335577233817,\n                                    50.47414278052276\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5247080327394005,\n                                    50.47401840337779\n                                ],\n                                [\n                                    -3.52451360834666,\n                                    50.47402023152801\n                                ],\n                                [\n                                    -3.5245427501130453,\n                                    50.47400788812749\n                                ],\n                                [\n                                    -3.524676290596011,\n                                    50.473973581246135\n                                ],\n                                [\n                                    -3.5246845383074796,\n                                    50.473971494562946\n                                ],\n                                [\n                                    -3.5247080327394005,\n                                    50.47401840337779\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 88091.93385383509,\n            \"area_buildings_sqft\": 13954.637862302725,\n            \"density\": 15.84099389333046,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 8183.940343165653,\n            \"area_acre\": 2.022312531079777,\n            \"area_buildings_m2\": 1296.417489994679,\n            \"area_buildings_acre\": 0.32035440455240416\n        },\n        {\n            \"title_no\": \"DN66793\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10000010981\",\n                \"10000010982\",\n                \"10000010983\",\n                \"10000010984\",\n                \"10000010985\",\n                \"10000010986\",\n                \"100040546506\",\n                \"100040546507\",\n                \"100040546508\",\n                \"100040546509\",\n                \"100040546510\"\n            ],\n            \"property_address\": [\n                \"Rosa Pines, Higher Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"ROSA PINES LIMITED\",\n                    \"company_registration_no\": \"3003537\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Rosa Pines, Higher Warberry Road, Torquay TQ1 1RY\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5203578651085174,\n                                50.468582182920926\n                            ],\n                            [\n                                -3.520358167916583,\n                                50.46859162230697\n                            ],\n                            [\n                                -3.520356271388496,\n                                50.4685983923347\n                            ],\n                            [\n                                -3.520354317182262,\n                                50.46860336438409\n                            ],\n                            [\n                                -3.520349646817686,\n                                50.46861151970747\n                            ],\n                            [\n                                -3.520332876296201,\n                                50.46863782046648\n                            ],\n                            [\n                                -3.520325518601287,\n                                50.468650058051686\n                            ],\n                            [\n                                -3.5202928813757746,\n                                50.468686908844944\n                            ],\n                            [\n                                -3.520265044258166,\n                                50.468719649760615\n                            ],\n                            [\n                                -3.520256924583979,\n                                50.468730098565736\n                            ],\n                            [\n                                -3.5202494370892135,\n                                50.46873829069497\n                            ],\n                            [\n                                -3.5202433869796517,\n                                50.46874736340818\n                            ],\n                            [\n                                -3.5202124177032577,\n                                50.4687922866772\n                            ],\n                            [\n                                -3.520209759198107,\n                                50.468797267926384\n                            ],\n                            [\n                                -3.520208509245007,\n                                50.46880223077122\n                            ],\n                            [\n                                -3.5202080644948905,\n                                50.468810330875954\n                            ],\n                            [\n                                -3.520203353040834,\n                                50.46883917214675\n                            ],\n                            [\n                                -3.520199343650594,\n                                50.46884596977832\n                            ],\n                            [\n                                -3.5201960097002125,\n                                50.46885185921852\n                            ],\n                            [\n                                -3.52019332235411,\n                                50.468855941478154\n                            ],\n                            [\n                                -3.5201906061715804,\n                                50.46885912474855\n                            ],\n                            [\n                                -3.5201837219971828,\n                                50.46886416120949\n                            ],\n                            [\n                                -3.520178217540186,\n                                50.46886828027687\n                            ],\n                            [\n                                -3.5201643915136644,\n                                50.46887655521856\n                            ],\n                            [\n                                -3.5200936395382536,\n                                50.46890998270927\n                            ],\n                            [\n                                -3.5200880455235297,\n                                50.46891262798228\n                            ],\n                            [\n                                -3.5200414502997095,\n                                50.4689053223235\n                            ],\n                            [\n                                -3.519982531459303,\n                                50.46889601916652\n                            ],\n                            [\n                                -3.5197028653882576,\n                                50.46884921801164\n                            ],\n                            [\n                                -3.5196906826374788,\n                                50.468847218661246\n                            ],\n                            [\n                                -3.5195653049763025,\n                                50.468826372088806\n                            ],\n                            [\n                                -3.519488919883601,\n                                50.46881288990807\n                            ],\n                            [\n                                -3.5194682281862657,\n                                50.468809202928746\n                            ],\n                            [\n                                -3.5194548757050828,\n                                50.46880631946427\n                            ],\n                            [\n                                -3.5193732344268285,\n                                50.468788876692464\n                            ],\n                            [\n                                -3.5193191160730906,\n                                50.46872930790693\n                            ],\n                            [\n                                -3.519316298971064,\n                                50.468729344694\n                            ],\n                            [\n                                -3.519313635051516,\n                                50.46849239656297\n                            ],\n                            [\n                                -3.519315875827996,\n                                50.468298553941125\n                            ],\n                            [\n                                -3.5192853419697423,\n                                50.46822520465492\n                            ],\n                            [\n                                -3.519322120616633,\n                                50.468207636430996\n                            ],\n                            [\n                                -3.5193479648992363,\n                                50.468196236737356\n                            ],\n                            [\n                                -3.519350606532797,\n                                50.468195123001635\n                            ],\n                            [\n                                -3.5193734907497722,\n                                50.46822765101673\n                            ],\n                            [\n                                -3.5194557027685054,\n                                50.46822073150157\n                            ],\n                            [\n                                -3.519605629203219,\n                                50.468260144244084\n                            ],\n                            [\n                                -3.519958031218691,\n                                50.468351773150516\n                            ],\n                            [\n                                -3.520048999469776,\n                                50.46837621663498\n                            ],\n                            [\n                                -3.52006177724573,\n                                50.46837919747618\n                            ],\n                            [\n                                -3.52008241732809,\n                                50.46838567305857\n                            ],\n                            [\n                                -3.520125867989075,\n                                50.468400394585906\n                            ],\n                            [\n                                -3.5201658117415078,\n                                50.468415611600726\n                            ],\n                            [\n                                -3.520191453837086,\n                                50.46842427022345\n                            ],\n                            [\n                                -3.5202007679524634,\n                                50.4684290950377\n                            ],\n                            [\n                                -3.5202193240986817,\n                                50.46843649719081\n                            ],\n                            [\n                                -3.5202272440955307,\n                                50.46844178990187\n                            ],\n                            [\n                                -3.520246591031678,\n                                50.468451879815944\n                            ],\n                            [\n                                -3.520263135309602,\n                                50.46846245603121\n                            ],\n                            [\n                                -3.520273225803875,\n                                50.46846951911004\n                            ],\n                            [\n                                -3.5202840782472924,\n                                50.468478370963766\n                            ],\n                            [\n                                -3.5202942408419626,\n                                50.46848768151369\n                            ],\n                            [\n                                -3.5203107995619796,\n                                50.468498707216476\n                            ],\n                            [\n                                -3.52031956804154,\n                                50.46850848566413\n                            ],\n                            [\n                                -3.520327646671814,\n                                50.468518722808525\n                            ],\n                            [\n                                -3.520335035452601,\n                                50.46852941864981\n                            ],\n                            [\n                                -3.520340239323482,\n                                50.468537894626444\n                            ],\n                            [\n                                -3.5203462195652038,\n                                50.468548608872766\n                            ],\n                            [\n                                -3.5203508056837376,\n                                50.46855979101934\n                            ],\n                            [\n                                -3.5203546731122826,\n                                50.46857053287412\n                            ],\n                            [\n                                -3.5203578651085174,\n                                50.468582182920926\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 44350.998729423845,\n            \"area_buildings_sqft\": 4511.047216543625,\n            \"density\": 10.171241563385257,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4120.308317486422,\n            \"area_acre\": 1.0181588321722645,\n            \"area_buildings_m2\": 419.0865121277987,\n            \"area_buildings_acre\": 0.1035593943191833\n        },\n        {\n            \"title_no\": \"DN665260\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land at Babbacombe Business Park, Babbacombe Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"CAVENDISH HEALTH CARE LTD\",\n                    \"company_registration_no\": \"06534461\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Unit 11, The Parkwood Centre, Aston Road, Waterlooville PO7 7HT\",\n                    \"address_2\": \"Unit 1, Babbacombe Business Park, Babbacombe Road, Torquay TQ1 3UP\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5098242544983904,\n                                50.47611347937283\n                            ],\n                            [\n                                -3.5096474633023527,\n                                50.4762709136167\n                            ],\n                            [\n                                -3.5096454735599005,\n                                50.4762726032564\n                            ],\n                            [\n                                -3.509581361227496,\n                                50.476327001195926\n                            ],\n                            [\n                                -3.5095531746662156,\n                                50.47635091223792\n                            ],\n                            [\n                                -3.509549676206875,\n                                50.4763468295455\n                            ],\n                            [\n                                -3.5095403162913748,\n                                50.47633615861069\n                            ],\n                            [\n                                -3.50952712169586,\n                                50.47632014124076\n                            ],\n                            [\n                                -3.5095175636301987,\n                                50.47630767414679\n                            ],\n                            [\n                                -3.5095116564098507,\n                                50.476299206825985\n                            ],\n                            [\n                                -3.5095072152556335,\n                                50.476292519213004\n                            ],\n                            [\n                                -3.509503550095861,\n                                50.47628806994262\n                            ],\n                            [\n                                -3.5094754514616113,\n                                50.47624661404745\n                            ],\n                            [\n                                -3.509350800233195,\n                                50.47627116488777\n                            ],\n                            [\n                                -3.50933185327547,\n                                50.4762736590785\n                            ],\n                            [\n                                -3.5093234578602237,\n                                50.47627556671119\n                            ],\n                            [\n                                -3.509322063397187,\n                                50.476276034482005\n                            ],\n                            [\n                                -3.5093178513705614,\n                                50.47627653880181\n                            ],\n                            [\n                                -3.5093093986798416,\n                                50.47627664844842\n                            ],\n                            [\n                                -3.5092995372072666,\n                                50.47627677636869\n                            ],\n                            [\n                                -3.509294620789409,\n                                50.47627728982479\n                            ],\n                            [\n                                -3.509290408762359,\n                                50.47627779414359\n                            ],\n                            [\n                                -3.50928408356243,\n                                50.476278325873395\n                            ],\n                            [\n                                -3.509279167144228,\n                                50.476278839328856\n                            ],\n                            [\n                                -3.5092721232348296,\n                                50.47627893069874\n                            ],\n                            [\n                                -3.5092657693981604,\n                                50.47627856343499\n                            ],\n                            [\n                                -3.5091255240099892,\n                                50.4762781341178\n                            ],\n                            [\n                                -3.509112844972339,\n                                50.47627829856654\n                            ],\n                            [\n                                -3.5090909945351414,\n                                50.476278132284264\n                            ],\n                            [\n                                -3.5090860637982124,\n                                50.476278196235256\n                            ],\n                            [\n                                -3.5090620715555576,\n                                50.476277158362414\n                            ],\n                            [\n                                -3.509047940787473,\n                                50.4762759925865\n                            ],\n                            [\n                                -3.509028146260517,\n                                50.47627400090025\n                            ],\n                            [\n                                -3.509001250563214,\n                                50.476270302578776\n                            ],\n                            [\n                                -3.508949529407716,\n                                50.47626153002298\n                            ],\n                            [\n                                -3.508838281600151,\n                                50.476242287334365\n                            ],\n                            [\n                                -3.508806383632293,\n                                50.476236405425915\n                            ],\n                            [\n                                -3.5087404316093695,\n                                50.476223320494626\n                            ],\n                            [\n                                -3.5087006708712214,\n                                50.47621394305666\n                            ],\n                            [\n                                -3.50863532311243,\n                                50.47619770245685\n                            ],\n                            [\n                                -3.5086339000203974,\n                                50.476197271226624\n                            ],\n                            [\n                                -3.508620402115405,\n                                50.476193848783296\n                            ],\n                            [\n                                -3.5085919689081,\n                                50.47618612316468\n                            ],\n                            [\n                                -3.5085784423859914,\n                                50.476181801723556\n                            ],\n                            [\n                                -3.5085598706471854,\n                                50.47617394823798\n                            ],\n                            [\n                                -3.5085327317510675,\n                                50.47616260836788\n                            ],\n                            [\n                                -3.5083402689090724,\n                                50.47607138978293\n                            ],\n                            [\n                                -3.508336652527119,\n                                50.47606846876257\n                            ],\n                            [\n                                -3.5083344535073056,\n                                50.476065799177455\n                            ],\n                            [\n                                -3.5083330018034635,\n                                50.47606446895049\n                            ],\n                            [\n                                -3.508328560837329,\n                                50.47605778129058\n                            ],\n                            [\n                                -3.508327051897233,\n                                50.47605465307761\n                            ],\n                            [\n                                -3.5083247956420434,\n                                50.47605018550633\n                            ],\n                            [\n                                -3.5083240626359213,\n                                50.47604929564453\n                            ],\n                            [\n                                -3.508321144920823,\n                                50.47604618569385\n                            ],\n                            [\n                                -3.508319707527055,\n                                50.476045304963215\n                            ],\n                            [\n                                -3.508317580054646,\n                                50.47604488286021\n                            ],\n                            [\n                                -3.5083161426609846,\n                                50.47604400212955\n                            ],\n                            [\n                                -3.5083140151886645,\n                                50.47604358002648\n                            ],\n                            [\n                                -3.508311902025398,\n                                50.47604360741987\n                            ],\n                            [\n                                -3.508309774553132,\n                                50.47604318531674\n                            ],\n                            [\n                                -3.5082913746185684,\n                                50.47604072574523\n                            ],\n                            [\n                                -3.508267408918908,\n                                50.476036089909066\n                            ],\n                            [\n                                -3.5082672030324917,\n                                50.47598977533328\n                            ],\n                            [\n                                -3.5082648278155943,\n                                50.47591515891229\n                            ],\n                            [\n                                -3.5082600103607846,\n                                50.47583023146258\n                            ],\n                            [\n                                -3.50827455141486,\n                                50.475777879856906\n                            ],\n                            [\n                                -3.5083189913215542,\n                                50.47573503366914\n                            ],\n                            [\n                                -3.5083228907273933,\n                                50.47572913725379\n                            ],\n                            [\n                                -3.508334448062606,\n                                50.47571144983323\n                            ],\n                            [\n                                -3.5083424713822327,\n                                50.47569785536284\n                            ],\n                            [\n                                -3.508355081952317,\n                                50.47567340905625\n                            ],\n                            [\n                                -3.508359007750988,\n                                50.47566391484131\n                            ],\n                            [\n                                -3.5083635663835344,\n                                50.475652164012295\n                            ],\n                            [\n                                -3.508364099053706,\n                                50.47564676092272\n                            ],\n                            [\n                                -3.508364646033082,\n                                50.475641807329666\n                            ],\n                            [\n                                -3.508364488630661,\n                                50.47563686286797\n                            ],\n                            [\n                                -3.5083636268466623,\n                                50.4756319275377\n                            ],\n                            [\n                                -3.5083628652278755,\n                                50.47563013868298\n                            ],\n                            [\n                                -3.508365131142611,\n                                50.47556850287154\n                            ],\n                            [\n                                -3.50836584539912,\n                                50.47555994965368\n                            ],\n                            [\n                                -3.5083700616039972,\n                                50.47551087965516\n                            ],\n                            [\n                                -3.508373128827736,\n                                50.475474415648044\n                            ],\n                            [\n                                -3.5083738573910637,\n                                50.475466311926574\n                            ],\n                            [\n                                -3.5083767430235366,\n                                50.475432998047445\n                            ],\n                            [\n                                -3.5083773307100548,\n                                50.47542489615217\n                            ],\n                            [\n                                -3.5083780449627597,\n                                50.47541634293406\n                            ],\n                            [\n                                -3.508379807376525,\n                                50.47539644414048\n                            ],\n                            [\n                                -3.508380507319131,\n                                50.4753874414258\n                            ],\n                            [\n                                -3.508381235880182,\n                                50.475379337704176\n                            ],\n                            [\n                                -3.5083820652504065,\n                                50.47536997356594\n                            ],\n                            [\n                                -3.5085497120237275,\n                                50.47543435303605\n                            ],\n                            [\n                                -3.5086420235986586,\n                                50.47546976026969\n                            ],\n                            [\n                                -3.508674552614153,\n                                50.47548219939713\n                            ],\n                            [\n                                -3.5087095251993268,\n                                50.475496135749516\n                            ],\n                            [\n                                -3.508749457088522,\n                                50.47551090714824\n                            ],\n                            [\n                                -3.5088066662696367,\n                                50.47553714622431\n                            ],\n                            [\n                                -3.5088067979534046,\n                                50.475541281591475\n                            ],\n                            [\n                                -3.508923298165566,\n                                50.475592743360565\n                            ],\n                            [\n                                -3.5091445023731986,\n                                50.47570139561015\n                            ],\n                            [\n                                -3.509146658470675,\n                                50.47570271669081\n                            ],\n                            [\n                                -3.5091488002514932,\n                                50.475703588275096\n                            ],\n                            [\n                                -3.5091581433423804,\n                                50.47570931295735\n                            ],\n                            [\n                                -3.50916103245693,\n                                50.47571152389423\n                            ],\n                            [\n                                -3.509176153782341,\n                                50.47572167044852\n                            ],\n                            [\n                                -3.5092939634465234,\n                                50.47579209144619\n                            ],\n                            [\n                                -3.5092962484163115,\n                                50.47579745799079\n                            ],\n                            [\n                                -3.509322954947549,\n                                50.475817347250725\n                            ],\n                            [\n                                -3.5093365959798892,\n                                50.47582526457629\n                            ],\n                            [\n                                -3.509357481323249,\n                                50.47583938347432\n                            ],\n                            [\n                                -3.5093935310539077,\n                                50.47586499738231\n                            ],\n                            [\n                                -3.5094289050775394,\n                                50.47589151940912\n                            ],\n                            [\n                                -3.509446239911575,\n                                50.4759047849873\n                            ],\n                            [\n                                -3.5094563733822945,\n                                50.47591319748438\n                            ],\n                            [\n                                -3.509465169684944,\n                                50.475923875738054\n                            ],\n                            [\n                                -3.5094808809687454,\n                                50.475930417143026\n                            ],\n                            [\n                                -3.5095181964036124,\n                                50.47595151777183\n                            ],\n                            [\n                                -3.509618643574516,\n                                50.476007773869696\n                            ],\n                            [\n                                -3.5096495050739582,\n                                50.47602536073638\n                            ],\n                            [\n                                -3.509762645860825,\n                                50.47608190169595\n                            ],\n                            [\n                                -3.5098013273467425,\n                                50.476101635462875\n                            ],\n                            [\n                                -3.5098242544983904,\n                                50.47611347937283\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 67934.32646552777,\n            \"area_buildings_sqft\": 10924.859401802032,\n            \"density\": 16.081501017524158,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 6311.252923218857,\n            \"area_acre\": 1.5595575405309405,\n            \"area_buildings_m2\": 1014.9442030659636,\n            \"area_buildings_acre\": 0.25080026174935793\n        },\n        {\n            \"title_no\": \"DN65992\",\n            \"tenure\": \"Freehold\",\n            \"height\": 29.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040556933\",\n                \"100040556934\",\n                \"100040556935\",\n                \"100040556936\",\n                \"100040556937\",\n                \"100040556938\",\n                \"100040556939\",\n                \"100040556940\",\n                \"100040556941\",\n                \"100040556942\",\n                \"100040556943\",\n                \"100040556944\",\n                \"100040556945\",\n                \"100040556946\",\n                \"100040556947\",\n                \"100040556948\",\n                \"100040556949\",\n                \"100040556950\",\n                \"100040556951\",\n                \"100040556954\",\n                \"100040556955\",\n                \"100040556957\",\n                \"100040556958\",\n                \"100040556959\",\n                \"100040556960\",\n                \"100040556961\",\n                \"100040556962\",\n                \"100041195161\",\n                \"100041195162\",\n                \"100041195163\",\n                \"100041195164\",\n                \"100041195165\",\n                \"100041195166\",\n                \"100041195167\",\n                \"100041195168\",\n                \"100041195169\",\n                \"100041195170\",\n                \"100041195171\",\n                \"100041195172\",\n                \"100041195173\",\n                \"100041195174\",\n                \"100041195175\",\n                \"100041195176\",\n                \"100041195177\",\n                \"100041195178\",\n                \"100041195179\",\n                \"100041195180\",\n                \"100041195181\",\n                \"100041195182\",\n                \"100041195183\",\n                \"100041195184\",\n                \"100041195343\"\n            ],\n            \"property_address\": [\n                \"Waldon Court, St Lukes Road South, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"LYTTON HOUSE & WALDON COURT LTD\",\n                    \"company_registration_no\": \"05050861\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"23 Waldon Court, St Luke's Road South, Torquay, Devon TQ2 5PB\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5303541707572754,\n                                50.46335918007074\n                            ],\n                            [\n                                -3.530322507019137,\n                                50.463347275231285\n                            ],\n                            [\n                                -3.5302845161805116,\n                                50.463388156543\n                            ],\n                            [\n                                -3.5302532778574953,\n                                50.463376336025874\n                            ],\n                            [\n                                -3.5302218987114853,\n                                50.46336451735262\n                            ],\n                            [\n                                -3.530191091640648,\n                                50.46335296095702\n                            ],\n                            [\n                                -3.5301597125253714,\n                                50.463341142266664\n                            ],\n                            [\n                                -3.530128189685398,\n                                50.46332923552137\n                            ],\n                            [\n                                -3.530096813503073,\n                                50.46331750671232\n                            ],\n                            [\n                                -3.5300654344344,\n                                50.46330568799607\n                            ],\n                            [\n                                -3.53010313501723,\n                                50.46326454076296\n                            ],\n                            [\n                                -3.5300717559823678,\n                                50.46325272204797\n                            ],\n                            [\n                                -3.530034196219506,\n                                50.46329386741898\n                            ],\n                            [\n                                -3.530030631737936,\n                                50.46329256524453\n                            ],\n                            [\n                                -3.5300038262624276,\n                                50.46328275490926\n                            ],\n                            [\n                                -3.530029378213149,\n                                50.463253729052454\n                            ],\n                            [\n                                -3.5300406615409172,\n                                50.4632409895186\n                            ],\n                            [\n                                -3.5300295223806515,\n                                50.463236369363095\n                            ],\n                            [\n                                -3.5300288559119677,\n                                50.46323754730568\n                            ],\n                            [\n                                -3.5300107489503447,\n                                50.46323095023688\n                            ],\n                            [\n                                -3.529976389149069,\n                                50.463218451202025\n                            ],\n                            [\n                                -3.529939527717039,\n                                50.46325940748547\n                            ],\n                            [\n                                -3.529910158177987,\n                                50.46324873147939\n                            ],\n                            [\n                                -3.529882499018992,\n                                50.463238662532035\n                            ],\n                            [\n                                -3.529851703716707,\n                                50.46322746563923\n                            ],\n                            [\n                                -3.5298163464875656,\n                                50.46321461992601\n                            ],\n                            [\n                                -3.5297855512162615,\n                                50.46320342301539\n                            ],\n                            [\n                                -3.5297553251135603,\n                                50.46319239848635\n                            ],\n                            [\n                                -3.5297249552857695,\n                                50.46318128590246\n                            ],\n                            [\n                                -3.5296941600573426,\n                                50.463170088967196\n                            ],\n                            [\n                                -3.529662936527768,\n                                50.4631587177816\n                            ],\n                            [\n                                -3.5296352774729214,\n                                50.463148648774386\n                            ],\n                            [\n                                -3.52960091782832,\n                                50.463136149627076\n                            ],\n                            [\n                                -3.5295718330169685,\n                                50.4631255597293\n                            ],\n                            [\n                                -3.5295416099135206,\n                                50.46311462504228\n                            ],\n                            [\n                                -3.5295116684993433,\n                                50.46310368664422\n                            ],\n                            [\n                                -3.529484009508195,\n                                50.46309361760038\n                            ],\n                            [\n                                -3.5294527860785516,\n                                50.46308224635733\n                            ],\n                            [\n                                -3.529421990977667,\n                                50.463071049348706\n                            ],\n                            [\n                                -3.529392621669904,\n                                50.463060373209565\n                            ],\n                            [\n                                -3.5293605416567413,\n                                50.46304865345516\n                            ],\n                            [\n                                -3.5293278925085136,\n                                50.463036761299804\n                            ],\n                            [\n                                -3.5293002335947956,\n                                50.46302669221146\n                            ],\n                            [\n                                -3.5292702951911346,\n                                50.46301584364873\n                            ],\n                            [\n                                -3.529235082012315,\n                                50.46300308580298\n                            ],\n                            [\n                                -3.5291923087676818,\n                                50.462987459402825\n                            ],\n                            [\n                                -3.5291644742735917,\n                                50.46297631334915\n                            ],\n                            [\n                                -3.529100774698093,\n                                50.46295403683241\n                            ],\n                            [\n                                -3.5290575790294616,\n                                50.462938415934914\n                            ],\n                            [\n                                -3.5291255762197493,\n                                50.46286242505825\n                            ],\n                            [\n                                -3.529234406075949,\n                                50.46274191835865\n                            ],\n                            [\n                                -3.529264877525302,\n                                50.462708151293356\n                            ],\n                            [\n                                -3.529326909282098,\n                                50.46263943364677\n                            ],\n                            [\n                                -3.5294370420657843,\n                                50.46251567189853\n                            ],\n                            [\n                                -3.5296805407179455,\n                                50.46258648855383\n                            ],\n                            [\n                                -3.5300109412709437,\n                                50.46268251336139\n                            ],\n                            [\n                                -3.5300393871155724,\n                                50.462690773196805\n                            ],\n                            [\n                                -3.5301695438105365,\n                                50.46272908326559\n                            ],\n                            [\n                                -3.530302590000342,\n                                50.46276960360163\n                            ],\n                            [\n                                -3.530336753578909,\n                                50.46278039632259\n                            ],\n                            [\n                                -3.530366575980042,\n                                50.462787648667046\n                            ],\n                            [\n                                -3.5305143813413937,\n                                50.46282707525104\n                            ],\n                            [\n                                -3.5306103025084234,\n                                50.462852344687185\n                            ],\n                            [\n                                -3.5306523138450037,\n                                50.462866181856455\n                            ],\n                            [\n                                -3.5308785671624907,\n                                50.46293515435561\n                            ],\n                            [\n                                -3.530897035670437,\n                                50.46293985786019\n                            ],\n                            [\n                                -3.5309176748059046,\n                                50.46294633153447\n                            ],\n                            [\n                                -3.5309376242778665,\n                                50.46295326396413\n                            ],\n                            [\n                                -3.530966183675838,\n                                50.46296502961344\n                            ],\n                            [\n                                -3.530997603385095,\n                                50.46297810666729\n                            ],\n                            [\n                                -3.5310276292563842,\n                                50.462991651738974\n                            ],\n                            [\n                                -3.5308570258599055,\n                                50.46320614745748\n                            ],\n                            [\n                                -3.530766409396757,\n                                50.463323358189726\n                            ],\n                            [\n                                -3.530746067473623,\n                                50.46334790875933\n                            ],\n                            [\n                                -3.530688548029069,\n                                50.46342106463026\n                            ],\n                            [\n                                -3.5306147808837283,\n                                50.463514669998055\n                            ],\n                            [\n                                -3.5305826857522358,\n                                50.463502501094155\n                            ],\n                            [\n                                -3.530562490297466,\n                                50.46349450159217\n                            ],\n                            [\n                                -3.5305330750422526,\n                                50.46348285502705\n                            ],\n                            [\n                                -3.53050089066674,\n                                50.46347010268586\n                            ],\n                            [\n                                -3.5304727885729745,\n                                50.463458978451314\n                            ],\n                            [\n                                -3.5304414093183922,\n                                50.463447159838395\n                            ],\n                            [\n                                -3.5304101738203975,\n                                50.46343542926277\n                            ],\n                            [\n                                -3.53037879459677,\n                                50.46342361063265\n                            ],\n                            [\n                                -3.5303471308092056,\n                                50.463411705800446\n                            ],\n                            [\n                                -3.5303158924553015,\n                                50.46339988530047\n                            ],\n                            [\n                                -3.5303541707572754,\n                                50.46335918007074\n                            ]\n                        ],\n                        [\n                            [\n                                -3.5297279253992118,\n                                50.46301135632343\n                            ],\n                            [\n                                -3.5296900013810037,\n                                50.462997555017274\n                            ],\n                            [\n                                -3.529656642090631,\n                                50.46303351864396\n                            ],\n                            [\n                                -3.5296947185699885,\n                                50.46304767770344\n                            ],\n                            [\n                                -3.5297005686112946,\n                                50.46304121527619\n                            ],\n                            [\n                                -3.5297073726021044,\n                                50.46303375100154\n                            ],\n                            [\n                                -3.529714182392895,\n                                50.46302646652371\n                            ],\n                            [\n                                -3.5297209863794765,\n                                50.463019002248274\n                            ],\n                            [\n                                -3.5297279253992118,\n                                50.46301135632343\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 80636.38884153537,\n            \"area_buildings_sqft\": 21414.82518830052,\n            \"density\": 26.557272090128446,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 7491.303311179429,\n            \"area_acre\": 1.8511567686302886,\n            \"area_buildings_m2\": 1989.4858034467227,\n            \"area_buildings_acre\": 0.4916167398599752\n        },\n        {\n            \"title_no\": \"DN646370\",\n            \"tenure\": \"Freehold\",\n            \"height\": 25.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Toorak Hotel, Chestnut Avenue, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"TORQUAY LEISURE HOTELS LIMITED\",\n                    \"company_registration_no\": \"430051\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Derwent Hotel, 22-44 Belgrave Road, Torquay TQ2 5HS\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5418717664272052,\n                                50.464940371650826\n                            ],\n                            [\n                                -3.5418718541561884,\n                                50.46494306859286\n                            ],\n                            [\n                                -3.541869873113945,\n                                50.46494714200411\n                            ],\n                            [\n                                -3.5418502649824632,\n                                50.465015753848384\n                            ],\n                            [\n                                -3.541822893420893,\n                                50.4651056037247\n                            ],\n                            [\n                                -3.541815980463924,\n                                50.46513132733076\n                            ],\n                            [\n                                -3.541756251411732,\n                                50.4652877095545\n                            ],\n                            [\n                                -3.5416369675927997,\n                                50.46560586779251\n                            ],\n                            [\n                                -3.5416180802025496,\n                                50.465653334887065\n                            ],\n                            [\n                                -3.5416141326366968,\n                                50.46566193119119\n                            ],\n                            [\n                                -3.541612151543539,\n                                50.465666004598035\n                            ],\n                            [\n                                -3.5416056063747003,\n                                50.46568138058194\n                            ],\n                            [\n                                -3.5415809681823807,\n                                50.465725326397425\n                            ],\n                            [\n                                -3.5415020976809584,\n                                50.465704786583736\n                            ],\n                            [\n                                -3.5414473316254775,\n                                50.46568887388347\n                            ],\n                            [\n                                -3.5413528075529404,\n                                50.465663594837906\n                            ],\n                            [\n                                -3.541220725942025,\n                                50.46563161830486\n                            ],\n                            [\n                                -3.541195843778125,\n                                50.46562906994028\n                            ],\n                            [\n                                -3.5411387292402114,\n                                50.465623261127746\n                            ],\n                            [\n                                -3.540961618739288,\n                                50.46561481464774\n                            ],\n                            [\n                                -3.540915037788337,\n                                50.46561228380794\n                            ],\n                            [\n                                -3.540754901745961,\n                                50.46560586061503\n                            ],\n                            [\n                                -3.540750661802336,\n                                50.4656054670808\n                            ],\n                            [\n                                -3.5407379858051446,\n                                50.46560563494882\n                            ],\n                            [\n                                -3.5407351835279317,\n                                50.465606121743164\n                            ],\n                            [\n                                -3.5407309728064855,\n                                50.46560662718929\n                            ],\n                            [\n                                -3.5407267766959363,\n                                50.46560758212579\n                            ],\n                            [\n                                -3.540723284807332,\n                                50.465608527736265\n                            ],\n                            [\n                                -3.5407198075295097,\n                                50.465609922837174\n                            ],\n                            [\n                                -3.540706690303206,\n                                50.46561819085723\n                            ],\n                            [\n                                -3.540703931857249,\n                                50.46562002612242\n                            ],\n                            [\n                                -3.5406909607319834,\n                                50.46563278904607\n                            ],\n                            [\n                                -3.5406856314354207,\n                                50.46563789608027\n                            ],\n                            [\n                                -3.540678526678932,\n                                50.46564473542486\n                            ],\n                            [\n                                -3.5406506534787043,\n                                50.465671545949974\n                            ],\n                            [\n                                -3.5406143496023903,\n                                50.46570645449429\n                            ],\n                            [\n                                -3.540608337688386,\n                                50.46571223609627\n                            ],\n                            [\n                                -3.5405174351150914,\n                                50.465799671178964\n                            ],\n                            [\n                                -3.5404281178954706,\n                                50.465891240277585\n                            ],\n                            [\n                                -3.5403162619656046,\n                                50.4660046925339\n                            ],\n                            [\n                                -3.5403080595507985,\n                                50.46601244575514\n                            ],\n                            [\n                                -3.540255765168454,\n                                50.466050911532484\n                            ],\n                            [\n                                -3.5402482523581025,\n                                50.46605820593593\n                            ],\n                            [\n                                -3.540235868368287,\n                                50.46606736356227\n                            ],\n                            [\n                                -3.540215883916003,\n                                50.466081118645086\n                            ],\n                            [\n                                -3.540191793845637,\n                                50.466098615483936\n                            ],\n                            [\n                                -3.5401869781664144,\n                                50.46610218676963\n                            ],\n                            [\n                                -3.5401561685074094,\n                                50.4661240715343\n                            ],\n                            [\n                                -3.5400425623793867,\n                                50.465912218329414\n                            ],\n                            [\n                                -3.5399632309908524,\n                                50.465764288105184\n                            ],\n                            [\n                                -3.5399628798195586,\n                                50.46576388803777\n                            ],\n                            [\n                                -3.5399267379077037,\n                                50.46570361410986\n                            ],\n                            [\n                                -3.53990369490164,\n                                50.46566659533297\n                            ],\n                            [\n                                -3.5398844401317127,\n                                50.465629076728\n                            ],\n                            [\n                                -3.53986850819702,\n                                50.46560275624023\n                            ],\n                            [\n                                -3.539817069397409,\n                                50.465515748666974\n                            ],\n                            [\n                                -3.539806640816352,\n                                50.465498349013295\n                            ],\n                            [\n                                -3.5397604941900758,\n                                50.4654167934923\n                            ],\n                            [\n                                -3.539732644718813,\n                                50.46536757091275\n                            ],\n                            [\n                                -3.539709572830227,\n                                50.46532965311098\n                            ],\n                            [\n                                -3.539704248757634,\n                                50.46532147636566\n                            ],\n                            [\n                                -3.5397861899305467,\n                                50.46530255745427\n                            ],\n                            [\n                                -3.5398237712561147,\n                                50.46529915510924\n                            ],\n                            [\n                                -3.5398262281332467,\n                                50.46529887976285\n                            ],\n                            [\n                                -3.539907964477241,\n                                50.46527756216356\n                            ],\n                            [\n                                -3.5399100625265802,\n                                50.46527708471013\n                            ],\n                            [\n                                -3.540070937188831,\n                                50.465241228986145\n                            ],\n                            [\n                                -3.540074399854761,\n                                50.46523938441391\n                            ],\n                            [\n                                -3.5400806939923757,\n                                50.46523795204458\n                            ],\n                            [\n                                -3.5400855796959965,\n                                50.465236538318834\n                            ],\n                            [\n                                -3.5400918738328833,\n                                50.465235105948864\n                            ],\n                            [\n                                -3.540152643730257,\n                                50.46522160242031\n                            ],\n                            [\n                                -3.5404017383206545,\n                                50.46516624923249\n                            ],\n                            [\n                                -3.5404276336124947,\n                                50.46516095984949\n                            ],\n                            [\n                                -3.5404304212588684,\n                                50.46516002357211\n                            ],\n                            [\n                                -3.540433913120672,\n                                50.46515907797059\n                            ],\n                            [\n                                -3.5404367153748164,\n                                50.46515859118366\n                            ],\n                            [\n                                -3.5404402072363834,\n                                50.46515764558197\n                            ],\n                            [\n                                -3.5406228533016844,\n                                50.465119702090014\n                            ],\n                            [\n                                -3.540624965946357,\n                                50.46511967411442\n                            ],\n                            [\n                                -3.540638229150031,\n                                50.46511590100987\n                            ],\n                            [\n                                -3.5406606471435342,\n                                50.46511200667364\n                            ],\n                            [\n                                -3.54094551855512,\n                                50.4650619344982\n                            ],\n                            [\n                                -3.5410480319238773,\n                                50.46504392038979\n                            ],\n                            [\n                                -3.5410494111236184,\n                                50.46504300275325\n                            ],\n                            [\n                                -3.54105080493707,\n                                50.465042534607186\n                            ],\n                            [\n                                -3.541053607177686,\n                                50.465042047805525\n                            ],\n                            [\n                                -3.5410564240320648,\n                                50.4650420104943\n                            ],\n                            [\n                                -3.541057847073085,\n                                50.46504244132917\n                            ],\n                            [\n                                -3.5410591070033837,\n                                50.46504262250145\n                            ],\n                            [\n                                -3.5410606785413417,\n                                50.465042853508365\n                            ],\n                            [\n                                -3.5410641849954665,\n                                50.46504235737858\n                            ],\n                            [\n                                -3.541066312250168,\n                                50.4650427788855\n                            ],\n                            [\n                                -3.541067735291299,\n                                50.46504320972023\n                            ],\n                            [\n                                -3.5410706106015484,\n                                50.46504497037067\n                            ],\n                            [\n                                -3.5410727816983547,\n                                50.46504674034897\n                            ],\n                            [\n                                -3.5410756862370185,\n                                50.46504939998027\n                            ],\n                            [\n                                -3.5411456837794906,\n                                50.46503543194175\n                            ],\n                            [\n                                -3.5411477087317973,\n                                50.46503270701375\n                            ],\n                            [\n                                -3.5411478907122866,\n                                50.465032236931684\n                            ],\n                            [\n                                -3.5411479819948246,\n                                50.4650320108805\n                            ],\n                            [\n                                -3.5411496606103867,\n                                50.4650277346333\n                            ],\n                            [\n                                -3.541150966734129,\n                                50.46502456954315\n                            ],\n                            [\n                                -3.541152991685679,\n                                50.465021844615045\n                            ],\n                            [\n                                -3.541155075095975,\n                                50.46502091764887\n                            ],\n                            [\n                                -3.541158566932655,\n                                50.4650199720258\n                            ],\n                            [\n                                -3.541160650342759,\n                                50.46501904505954\n                            ],\n                            [\n                                -3.5411676632451963,\n                                50.465018052793944\n                            ],\n                            [\n                                -3.541225718323516,\n                                50.46500514227241\n                            ],\n                            [\n                                -3.5413432075757196,\n                                50.46497840350319\n                            ],\n                            [\n                                -3.541357174893629,\n                                50.46497462098798\n                            ],\n                            [\n                                -3.541371861038484,\n                                50.464971278631815\n                            ],\n                            [\n                                -3.5413858137350394,\n                                50.464967046622725\n                            ],\n                            [\n                                -3.5413914035831295,\n                                50.464965623512896\n                            ],\n                            [\n                                -3.5414018644489316,\n                                50.46496233713191\n                            ],\n                            [\n                                -3.5414060604885154,\n                                50.464961382171595\n                            ],\n                            [\n                                -3.5414109607401927,\n                                50.46496041788117\n                            ],\n                            [\n                                -3.54141235454757,\n                                50.464959949730826\n                            ],\n                            [\n                                -3.541419367435689,\n                                50.464958957450186\n                            ],\n                            [\n                                -3.5414263949407867,\n                                50.464958414659556\n                            ],\n                            [\n                                -3.5418148007798296,\n                                50.46492179017072\n                            ],\n                            [\n                                -3.541817603005083,\n                                50.46492130335079\n                            ],\n                            [\n                                -3.5418239262879774,\n                                50.46492076986862\n                            ],\n                            [\n                                -3.541829545359192,\n                                50.46492024571861\n                            ],\n                            [\n                                -3.5418358832629404,\n                                50.46492016172616\n                            ],\n                            [\n                                -3.5418394189417457,\n                                50.464920564553886\n                            ],\n                            [\n                                -3.5418436442109233,\n                                50.464920508558585\n                            ],\n                            [\n                                -3.5418478841013488,\n                                50.464920902053514\n                            ],\n                            [\n                                -3.5418521386131396,\n                                50.46492174503859\n                            ],\n                            [\n                                -3.541854984701969,\n                                50.46492260668882\n                            ],\n                            [\n                                -3.5418607353654665,\n                                50.46492612795038\n                            ],\n                            [\n                                -3.5418621876528715,\n                                50.46492745775606\n                            ],\n                            [\n                                -3.541864344152006,\n                                50.46492877822905\n                            ],\n                            [\n                                -3.541865811061029,\n                                50.464930557525044\n                            ],\n                            [\n                                -3.5418695221984913,\n                                50.46493635423594\n                            ],\n                            [\n                                -3.5418717664272052,\n                                50.464940371650826\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 107436.93941017015,\n            \"area_buildings_sqft\": 33806.06651838096,\n            \"density\": 31.465961990332747,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 9981.135210903953,\n            \"area_acre\": 2.466412750463043,\n            \"area_buildings_m2\": 3140.6602116667564,\n            \"area_buildings_acre\": 0.7760804985854215\n        },\n        {\n            \"title_no\": \"DN64586\",\n            \"tenure\": \"Freehold\",\n            \"height\": 23.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10002983579\",\n                \"10002983866\",\n                \"10002983868\",\n                \"10002983869\",\n                \"10002983870\",\n                \"10002992882\",\n                \"10002992889\"\n            ],\n            \"property_address\": [\n                \"Cary Castle Flat 3 Cary Castle Drive Torquay Torbay TQ1 4QZ\",\n                \"Cary Castle Flat 5 Cary Castle Drive Torquay Torbay TQ1 4QZ\",\n                \"Cary Castle Flat 4 Cary Castle Drive Torquay Torbay TQ1 4QZ\",\n                \"Cary Castle Flat 7 Cary Castle Drive Torquay Torbay TQ1 4QZ\",\n                \"Cary Castle Flat 9 Cary Castle Drive Torquay Torbay TQ1 4QZ\",\n                \"Cary Castle Flat 6 Cary Castle Drive Torquay Torbay TQ1 4QZ\",\n                \"Cary Castle Flat 8 Cary Castle Drive Torquay Torbay TQ1 4QZ\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.526929351220868,\n                                    50.48430336180573\n                                ],\n                                [\n                                    -3.5269297659290246,\n                                    50.48429436272127\n                                ],\n                                [\n                                    -3.526904375083903,\n                                    50.484293805539856\n                                ],\n                                [\n                                    -3.5269039458813523,\n                                    50.48430235513231\n                                ],\n                                [\n                                    -3.526862336650772,\n                                    50.484301552087324\n                                ],\n                                [\n                                    -3.5268315176406624,\n                                    50.48430095819423\n                                ],\n                                [\n                                    -3.526831941536901,\n                                    50.484298803151475\n                                ],\n                                [\n                                    -3.526831883581362,\n                                    50.48429700518347\n                                ],\n                                [\n                                    -3.526832530130194,\n                                    50.4842951979712\n                                ],\n                                [\n                                    -3.5268338808935367,\n                                    50.48429337252479\n                                ],\n                                [\n                                    -3.526835246725247,\n                                    50.484292014550036\n                                ],\n                                [\n                                    -3.5268365977781744,\n                                    50.48429019809339\n                                ],\n                                [\n                                    -3.5268379630301596,\n                                    50.48428882213896\n                                ],\n                                [\n                                    -3.52684003336587,\n                                    50.48428745491982\n                                ],\n                                [\n                                    -3.5268421176108786,\n                                    50.48428651921298\n                                ],\n                                [\n                                    -3.5268441879463674,\n                                    50.484285151993774\n                                ],\n                                [\n                                    -3.526846272191192,\n                                    50.48428421628685\n                                ],\n                                [\n                                    -3.526849076008717,\n                                    50.484283738807186\n                                ],\n                                [\n                                    -3.526851865047337,\n                                    50.48428280284563\n                                ],\n                                [\n                                    -3.5268595711258115,\n                                    50.48428135268097\n                                ],\n                                [\n                                    -3.526861359092674,\n                                    50.484263791616655\n                                ],\n                                [\n                                    -3.5268627839091,\n                                    50.4842498327745\n                                ],\n                                [\n                                    -3.5268569595213832,\n                                    50.48424406333409\n                                ],\n                                [\n                                    -3.526844003166139,\n                                    50.48423568938503\n                                ],\n                                [\n                                    -3.5268425648914996,\n                                    50.48423479989989\n                                ],\n                                [\n                                    -3.5268403212705017,\n                                    50.4842307911947\n                                ],\n                                [\n                                    -3.526840176381219,\n                                    50.48422629627466\n                                ],\n                                [\n                                    -3.526841498164483,\n                                    50.48422357184416\n                                ],\n                                [\n                                    -3.526842863994004,\n                                    50.4842222138693\n                                ],\n                                [\n                                    -3.526883797630096,\n                                    50.484223925150445\n                                ],\n                                [\n                                    -3.526899339881018,\n                                    50.48422506125464\n                                ],\n                                [\n                                    -3.5269178166427753,\n                                    50.48422977429318\n                                ],\n                                [\n                                    -3.5269447903394364,\n                                    50.48423570688585\n                                ],\n                                [\n                                    -3.5269618291225413,\n                                    50.48423953942326\n                                ],\n                                [\n                                    -3.5269696366216072,\n                                    50.48424123569526\n                                ],\n                                [\n                                    -3.526982346375621,\n                                    50.48424195927672\n                                ],\n                                [\n                                    -3.5270189805583696,\n                                    50.484241478521284\n                                ],\n                                [\n                                    -3.527027362146855,\n                                    50.48423912011629\n                                ],\n                                [\n                                    -3.5271578582716194,\n                                    50.48419874382435\n                                ],\n                                [\n                                    -3.527167619866994,\n                                    50.48419546793298\n                                ],\n                                [\n                                    -3.5272084609098386,\n                                    50.48417244779731\n                                ],\n                                [\n                                    -3.527252599464577,\n                                    50.484146776209805\n                                ],\n                                [\n                                    -3.5273136176529873,\n                                    50.48411125984908\n                                ],\n                                [\n                                    -3.527455329939537,\n                                    50.48402530910613\n                                ],\n                                [\n                                    -3.52746363899392,\n                                    50.484020703210696\n                                ],\n                                [\n                                    -3.52747124354668,\n                                    50.48401610656279\n                                ],\n                                [\n                                    -3.5274808746284094,\n                                    50.4840087852186\n                                ],\n                                [\n                                    -3.5274884643927233,\n                                    50.484003730087856\n                                ],\n                                [\n                                    -3.527493999216047,\n                                    50.48400051864863\n                                ],\n                                [\n                                    -3.5275070803137085,\n                                    50.48399090360158\n                                ],\n                                [\n                                    -3.527586888520799,\n                                    50.48393048885043\n                                ],\n                                [\n                                    -3.5276116129355652,\n                                    50.48391038723851\n                                ],\n                                [\n                                    -3.5276253549942,\n                                    50.4838994144539\n                                ],\n                                [\n                                    -3.5277809390114605,\n                                    50.48377595756793\n                                ],\n                                [\n                                    -3.5277923726914855,\n                                    50.48376771316493\n                                ],\n                                [\n                                    -3.5277944278991864,\n                                    50.483765878457625\n                                ],\n                                [\n                                    -3.5278163918588503,\n                                    50.483747602780795\n                                ],\n                                [\n                                    -3.5278218541401096,\n                                    50.48374214386714\n                                ],\n                                [\n                                    -3.527848503077105,\n                                    50.4837161620717\n                                ],\n                                [\n                                    -3.5278600880441413,\n                                    50.483703868535585\n                                ],\n                                [\n                                    -3.5278716437183713,\n                                    50.48369066702482\n                                ],\n                                [\n                                    -3.5278743460008024,\n                                    50.48368704307802\n                                ],\n                                [\n                                    -3.5278838171797644,\n                                    50.48367476830127\n                                ],\n                                [\n                                    -3.5278844784688874,\n                                    50.48367341956505\n                                ],\n                                [\n                                    -3.5278878704555447,\n                                    50.48366932788571\n                                ],\n                                [\n                                    -3.527890557946973,\n                                    50.48366524545686\n                                ],\n                                [\n                                    -3.527894523939396,\n                                    50.483657099100256\n                                ],\n                                [\n                                    -3.527895199436646,\n                                    50.48365619086598\n                                ],\n                                [\n                                    -3.527896376447263,\n                                    50.48364898049548\n                                ],\n                                [\n                                    -3.527896848963245,\n                                    50.48364177937558\n                                ],\n                                [\n                                    -3.527896457209892,\n                                    50.48362963410639\n                                ],\n                                [\n                                    -3.5278955500249327,\n                                    50.48362335946126\n                                ],\n                                [\n                                    -3.527893938056325,\n                                    50.483617085076894\n                                ],\n                                [\n                                    -3.527890859106173,\n                                    50.483609031226386\n                                ],\n                                [\n                                    -3.527885919476433,\n                                    50.48360010244359\n                                ],\n                                [\n                                    -3.5278898501425027,\n                                    50.48359960114852\n                                ],\n                                [\n                                    -3.527891831423944,\n                                    50.48359984494192\n                                ],\n                                [\n                                    -3.527905406998125,\n                                    50.48360119560173\n                                ],\n                                [\n                                    -3.527926541808805,\n                                    50.483600918079176\n                                ],\n                                [\n                                    -3.5279294945927195,\n                                    50.483600690439154\n                                ],\n                                [\n                                    -3.527958171528157,\n                                    50.48359825432907\n                                ],\n                                [\n                                    -3.5279975213840182,\n                                    50.48359458083352\n                                ],\n                                [\n                                    -3.528044548741835,\n                                    50.48358857607878\n                                ],\n                                [\n                                    -3.528060694090652,\n                                    50.483586565325304\n                                ],\n                                [\n                                    -3.528086673344655,\n                                    50.4835835260615\n                                ],\n                                [\n                                    -3.528092294791151,\n                                    50.4835830025553\n                                ],\n                                [\n                                    -3.5281134003005175,\n                                    50.483581817025474\n                                ],\n                                [\n                                    -3.52811692595736,\n                                    50.48358186965388\n                                ],\n                                [\n                                    -3.5281345498913943,\n                                    50.48358199794685\n                                ],\n                                [\n                                    -3.528158350165002,\n                                    50.483581325630965\n                                ],\n                                [\n                                    -3.5281669417931747,\n                                    50.48358111386543\n                                ],\n                                [\n                                    -3.5281725777396473,\n                                    50.48358103984714\n                                ],\n                                [\n                                    -3.528193827624812,\n                                    50.483579960330324\n                                ],\n                                [\n                                    -3.5281965017989965,\n                                    50.4835798352727\n                                ],\n                                [\n                                    -3.528299800973499,\n                                    50.483570375275654\n                                ],\n                                [\n                                    -3.5283669477599395,\n                                    50.483563206768174\n                                ],\n                                [\n                                    -3.528424162954684,\n                                    50.48355840809558\n                                ],\n                                [\n                                    -3.528464217230734,\n                                    50.483554725188974\n                                ],\n                                [\n                                    -3.5284818443453663,\n                                    50.48355495231759\n                                ],\n                                [\n                                    -3.528512914551241,\n                                    50.483556792588516\n                                ],\n                                [\n                                    -3.528550354204614,\n                                    50.483559448543396\n                                ],\n                                [\n                                    -3.528565911067308,\n                                    50.483561042908256\n                                ],\n                                [\n                                    -3.5285856948883945,\n                                    50.48356258174232\n                                ],\n                                [\n                                    -3.5285906553490465,\n                                    50.48356341594199\n                                ],\n                                [\n                                    -3.5285984482868034,\n                                    50.48356466261365\n                                ],\n                                [\n                                    -3.5286062267196203,\n                                    50.483565459793105\n                                ],\n                                [\n                                    -3.5286477918020487,\n                                    50.483564913745155\n                                ],\n                                [\n                                    -3.528689385605322,\n                                    50.48356525767585\n                                ],\n                                [\n                                    -3.5286921980645927,\n                                    50.483565049847265\n                                ],\n                                [\n                                    -3.5288035837328118,\n                                    50.483557200949996\n                                ],\n                                [\n                                    -3.5288047080197615,\n                                    50.4835570962419\n                                ],\n                                [\n                                    -3.5290375584791533,\n                                    50.48354360402613\n                                ],\n                                [\n                                    -3.5290396284282397,\n                                    50.483542227778734\n                                ],\n                                [\n                                    -3.529041669358294,\n                                    50.4835399525481\n                                ],\n                                [\n                                    -3.529044371252091,\n                                    50.48353631958508\n                                ],\n                                [\n                                    -3.5290470293267826,\n                                    50.48353132915738\n                                ],\n                                [\n                                    -3.5290482932162117,\n                                    50.483526815726236\n                                ],\n                                [\n                                    -3.5290496296530196,\n                                    50.483524549753064\n                                ],\n                                [\n                                    -3.5290502763972733,\n                                    50.48352275151891\n                                ],\n                                [\n                                    -3.5290509083417594,\n                                    50.48352049480334\n                                ],\n                                [\n                                    -3.5290508503036295,\n                                    50.483518696836946\n                                ],\n                                [\n                                    -3.529051482248036,\n                                    50.48351644012137\n                                ],\n                                [\n                                    -3.5290514242098943,\n                                    50.48351464215496\n                                ],\n                                [\n                                    -3.5290506471702265,\n                                    50.48351240395463\n                                ],\n                                [\n                                    -3.52908556095319,\n                                    50.48351104578888\n                                ],\n                                [\n                                    -3.529084551158482,\n                                    50.48351033057344\n                                ],\n                                [\n                                    -3.529063742325144,\n                                    50.483503238227435\n                                ],\n                                [\n                                    -3.5290399946555815,\n                                    50.48349680505774\n                                ],\n                                [\n                                    -3.5290391086391124,\n                                    50.4834955575903\n                                ],\n                                [\n                                    -3.52902244651917,\n                                    50.48349029041791\n                                ],\n                                [\n                                    -3.529013171763854,\n                                    50.48348680584152\n                                ],\n                                [\n                                    -3.529009591559388,\n                                    50.48348506315175\n                                ],\n                                [\n                                    -3.5290052920643378,\n                                    50.48348287123776\n                                ],\n                                [\n                                    -3.528996664057438,\n                                    50.48347758842609\n                                ],\n                                [\n                                    -3.528982298268886,\n                                    50.48346922424027\n                                ],\n                                [\n                                    -3.528976575575209,\n                                    50.483466610337764\n                                ],\n                                [\n                                    -3.5289751520837385,\n                                    50.48346617936046\n                                ],\n                                [\n                                    -3.528973554196872,\n                                    50.48346034549389\n                                ],\n                                [\n                                    -3.528969654476668,\n                                    50.48345743782752\n                                ],\n                                [\n                                    -3.52892158340473,\n                                    50.483422364706264\n                                ],\n                                [\n                                    -3.528869655929155,\n                                    50.483385723379534\n                                ],\n                                [\n                                    -3.528842664954391,\n                                    50.48336789286767\n                                ],\n                                [\n                                    -3.5288329290231166,\n                                    50.48336147341437\n                                ],\n                                [\n                                    -3.528574389244825,\n                                    50.48319039335568\n                                ],\n                                [\n                                    -3.528529695511733,\n                                    50.4831608067979\n                                ],\n                                [\n                                    -3.5284813537277415,\n                                    50.483192460906515\n                                ],\n                                [\n                                    -3.5284134237351563,\n                                    50.483236936417015\n                                ],\n                                [\n                                    -3.5282917322324416,\n                                    50.48314553153245\n                                ],\n                                [\n                                    -3.5282417535134716,\n                                    50.48311247078324\n                                ],\n                                [\n                                    -3.528140067238308,\n                                    50.483045184764435\n                                ],\n                                [\n                                    -3.5282536994466653,\n                                    50.482971563336704\n                                ],\n                                [\n                                    -3.528256459376685,\n                                    50.482969728358626\n                                ],\n                                [\n                                    -3.5282599092889098,\n                                    50.48296743463588\n                                ],\n                                [\n                                    -3.5281102812332694,\n                                    50.48289088524222\n                                ],\n                                [\n                                    -3.5280893565254035,\n                                    50.48288018779293\n                                ],\n                                [\n                                    -3.5280750348678773,\n                                    50.4828731809566\n                                ],\n                                [\n                                    -3.5280599794422614,\n                                    50.48286527539645\n                                ],\n                                [\n                                    -3.5280497833019866,\n                                    50.48286075058715\n                                ],\n                                [\n                                    -3.528103370132227,\n                                    50.4828374458264\n                                ],\n                                [\n                                    -3.5281472804823326,\n                                    50.48286242909527\n                                ],\n                                [\n                                    -3.528292737644483,\n                                    50.48294513990894\n                                ],\n                                [\n                                    -3.5284057498402506,\n                                    50.48300958792626\n                                ],\n                                [\n                                    -3.5285061534158166,\n                                    50.4829322727436\n                                ],\n                                [\n                                    -3.528605866687139,\n                                    50.48285541622281\n                                ],\n                                [\n                                    -3.5286515041919397,\n                                    50.48281947164264\n                                ],\n                                [\n                                    -3.528706901272761,\n                                    50.48277583516746\n                                ],\n                                [\n                                    -3.5287927144371802,\n                                    50.48270942285022\n                                ],\n                                [\n                                    -3.5288121049525287,\n                                    50.48269441850294\n                                ],\n                                [\n                                    -3.5288732188752903,\n                                    50.48273183851692\n                                ],\n                                [\n                                    -3.5289285809827327,\n                                    50.48276573661857\n                                ],\n                                [\n                                    -3.5292401726596174,\n                                    50.482759015790194\n                                ],\n                                [\n                                    -3.5292483282247575,\n                                    50.482758836656025\n                                ],\n                                [\n                                    -3.5292541236923487,\n                                    50.482763706993985\n                                ],\n                                [\n                                    -3.5292621196706433,\n                                    50.48277124650494\n                                ],\n                                [\n                                    -3.5292804137256195,\n                                    50.48279214113929\n                                ],\n                                [\n                                    -3.5292840667340197,\n                                    50.482796140269144\n                                ],\n                                [\n                                    -3.529288481979808,\n                                    50.482801919116525\n                                ],\n                                [\n                                    -3.5292981481402634,\n                                    50.48281753095573\n                                ],\n                                [\n                                    -3.5293122011165443,\n                                    50.482838040636864\n                                ],\n                                [\n                                    -3.5293225717745216,\n                                    50.4828536432147\n                                ],\n                                [\n                                    -3.529330799968685,\n                                    50.482868374586026\n                                ],\n                                [\n                                    -3.529340640300494,\n                                    50.48288938032031\n                                ],\n                                [\n                                    -3.529341388319024,\n                                    50.48289071953577\n                                ],\n                                [\n                                    -3.529345171948333,\n                                    50.48289876408778\n                                ],\n                                [\n                                    -3.529349659771609,\n                                    50.48290679039048\n                                ],\n                                [\n                                    -3.529357771886669,\n                                    50.482917925826946\n                                ],\n                                [\n                                    -3.5293621587091937,\n                                    50.482922823667735\n                                ],\n                                [\n                                    -3.529367307774507,\n                                    50.48292950122534\n                                ],\n                                [\n                                    -3.5293803948185056,\n                                    50.48294192031861\n                                ],\n                                [\n                                    -3.5293913539061648,\n                                    50.48295391769757\n                                ],\n                                [\n                                    -3.529405762855144,\n                                    50.482963621319236\n                                ],\n                                [\n                                    -3.5294072005575905,\n                                    50.482964492793165\n                                ],\n                                [\n                                    -3.529420200835539,\n                                    50.482974223922156\n                                ],\n                                [\n                                    -3.529444588676732,\n                                    50.48298739383407\n                                ],\n                                [\n                                    -3.5294854554235124,\n                                    50.48300889109728\n                                ],\n                                [\n                                    -3.529489754896889,\n                                    50.483011082993876\n                                ],\n                                [\n                                    -3.529550709816458,\n                                    50.483043549244904\n                                ],\n                                [\n                                    -3.5298916194947654,\n                                    50.483211754436596\n                                ],\n                                [\n                                    -3.529945609887826,\n                                    50.48324853007202\n                                ],\n                                [\n                                    -3.529944020761139,\n                                    50.483259118501145\n                                ],\n                                [\n                                    -3.5299398492169773,\n                                    50.48326525305567\n                                ],\n                                [\n                                    -3.52993453025846,\n                                    50.483273830981254\n                                ],\n                                [\n                                    -3.5299294012036055,\n                                    50.48327912372875\n                                ],\n                                [\n                                    -3.5299119544206694,\n                                    50.483288841421576\n                                ],\n                                [\n                                    -3.529895468411034,\n                                    50.483295137887474\n                                ],\n                                [\n                                    -3.529954025924804,\n                                    50.483320566443744\n                                ],\n                                [\n                                    -3.529945848272767,\n                                    50.48334144929102\n                                ],\n                                [\n                                    -3.52997457953072,\n                                    50.483358159441295\n                                ],\n                                [\n                                    -3.5297367854475725,\n                                    50.48352407089198\n                                ],\n                                [\n                                    -3.5298421160533677,\n                                    50.48369536409032\n                                ],\n                                [\n                                    -3.529696894575407,\n                                    50.483685581576424\n                                ],\n                                [\n                                    -3.5296940620822435,\n                                    50.48368516913113\n                                ],\n                                [\n                                    -3.5296643281646247,\n                                    50.48368106319682\n                                ],\n                                [\n                                    -3.529609058279768,\n                                    50.48367189675637\n                                ],\n                                [\n                                    -3.5295438819559233,\n                                    50.48366151146404\n                                ],\n                                [\n                                    -3.5294865131479303,\n                                    50.48365282223824\n                                ],\n                                [\n                                    -3.5294637094319454,\n                                    50.483649434586226\n                                ],\n                                [\n                                    -3.5294418978158486,\n                                    50.483646213762334\n                                ],\n                                [\n                                    -3.5293689140806013,\n                                    50.483634132264925\n                                ],\n                                [\n                                    -3.5293186335181197,\n                                    50.48362668984479\n                                ],\n                                [\n                                    -3.529281811487053,\n                                    50.48362133691954\n                                ],\n                                [\n                                    -3.529261250569959,\n                                    50.48361756000545\n                                ],\n                                [\n                                    -3.529252092154523,\n                                    50.48361768037075\n                                ],\n                                [\n                                    -3.5292217699113815,\n                                    50.48361717951381\n                                ],\n                                [\n                                    -3.5291201777411527,\n                                    50.48361401780044\n                                ],\n                                [\n                                    -3.5290180987280992,\n                                    50.48361760762959\n                                ],\n                                [\n                                    -3.5288147028826713,\n                                    50.483626566740234\n                                ],\n                                [\n                                    -3.528714300925461,\n                                    50.48363058395036\n                                ],\n                                [\n                                    -3.528697154251133,\n                                    50.48363126789667\n                                ],\n                                [\n                                    -3.528611983015864,\n                                    50.48363463523737\n                                ],\n                                [\n                                    -3.5284130028061087,\n                                    50.48364939049919\n                                ],\n                                [\n                                    -3.528230225839099,\n                                    50.483663932611734\n                                ],\n                                [\n                                    -3.528227410761373,\n                                    50.48366405952072\n                                ],\n                                [\n                                    -3.5282161504502967,\n                                    50.48366456715589\n                                ],\n                                [\n                                    -3.528202089562636,\n                                    50.48366565119011\n                                ],\n                                [\n                                    -3.528195763323088,\n                                    50.48366617496427\n                                ],\n                                [\n                                    -3.5281817317271855,\n                                    50.4836681669694\n                                ],\n                                [\n                                    -3.5281684188359175,\n                                    50.48367059022248\n                                ],\n                                [\n                                    -3.5281628118811565,\n                                    50.48367156322419\n                                ],\n                                [\n                                    -3.528143216249624,\n                                    50.48367585872179\n                                ],\n                                [\n                                    -3.528124325689305,\n                                    50.483680162943784\n                                ],\n                                [\n                                    -3.528118733233237,\n                                    50.483681585435136\n                                ],\n                                [\n                                    -3.5280858394832335,\n                                    50.483688762650715\n                                ],\n                                [\n                                    -3.5280690766076996,\n                                    50.483693479610366\n                                ],\n                                [\n                                    -3.5280572159039965,\n                                    50.48369722383296\n                                ],\n                                [\n                                    -3.5280446799934286,\n                                    50.48370188527933\n                                ],\n                                [\n                                    -3.528037584333012,\n                                    50.48370477548384\n                                ],\n                                [\n                                    -3.5280321588703396,\n                                    50.483707005206\n                                ],\n                                [\n                                    -3.528030764379839,\n                                    50.48370747320074\n                                ],\n                                [\n                                    -3.528016877472595,\n                                    50.48371395111426\n                                ],\n                                [\n                                    -3.5280030195609298,\n                                    50.48372132800975\n                                ],\n                                [\n                                    -3.527991921628808,\n                                    50.48372686993152\n                                ],\n                                [\n                                    -3.5279531658412804,\n                                    50.483748963600405\n                                ],\n                                [\n                                    -3.5279220434842826,\n                                    50.48376735956347\n                                ],\n                                [\n                                    -3.5279158625066667,\n                                    50.483772387230545\n                                ],\n                                [\n                                    -3.527913807013463,\n                                    50.4837742129501\n                                ],\n                                [\n                                    -3.5278805839204916,\n                                    50.48379740311795\n                                ],\n                                [\n                                    -3.5278717606435124,\n                                    50.48380354471521\n                                ],\n                                [\n                                    -3.527807822427882,\n                                    50.48385339061416\n                                ],\n                                [\n                                    -3.5277707482909095,\n                                    50.48388392515948\n                                ],\n                                [\n                                    -3.527741084945791,\n                                    50.483908228727714\n                                ],\n                                [\n                                    -3.527734355119187,\n                                    50.483913722266834\n                                ],\n                                [\n                                    -3.5277192910675352,\n                                    50.483927410514355\n                                ],\n                                [\n                                    -3.5276486122473796,\n                                    50.483986797142215\n                                ],\n                                [\n                                    -3.527607339606558,\n                                    50.48401827712559\n                                ],\n                                [\n                                    -3.5275536813228374,\n                                    50.484059084214735\n                                ],\n                                [\n                                    -3.527525478368241,\n                                    50.48408059851237\n                                ],\n                                [\n                                    -3.5275158182886015,\n                                    50.48408702087651\n                                ],\n                                [\n                                    -3.5275040736932244,\n                                    50.48409436996859\n                                ],\n                                [\n                                    -3.5274902735705,\n                                    50.48410354477176\n                                ],\n                                [\n                                    -3.5274664996604086,\n                                    50.48411815675057\n                                ],\n                                [\n                                    -3.52744397064742,\n                                    50.48413203289129\n                                ],\n                                [\n                                    -3.5273651648086304,\n                                    50.48417983428913\n                                ],\n                                [\n                                    -3.5273437162712273,\n                                    50.4841922482509\n                                ],\n                                [\n                                    -3.527313269192559,\n                                    50.484209744813185\n                                ],\n                                [\n                                    -3.527199759633065,\n                                    50.484274190163895\n                                ],\n                                [\n                                    -3.5271914406897302,\n                                    50.48427411947559\n                                ],\n                                [\n                                    -3.5271729739912816,\n                                    50.48427409203611\n                                ],\n                                [\n                                    -3.527146791410406,\n                                    50.48427083821242\n                                ],\n                                [\n                                    -3.5271293379315924,\n                                    50.484276004787205\n                                ],\n                                [\n                                    -3.527083275405771,\n                                    50.484290099777645\n                                ],\n                                [\n                                    -3.527016529692883,\n                                    50.484305374540426\n                                ],\n                                [\n                                    -3.526929351220868,\n                                    50.48430336180573\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5306826528732165,\n                                    50.483182815267334\n                                ],\n                                [\n                                    -3.5306807685877106,\n                                    50.48320825610135\n                                ],\n                                [\n                                    -3.5306497565457526,\n                                    50.483183346940244\n                                ],\n                                [\n                                    -3.530672946503745,\n                                    50.4831812431538\n                                ],\n                                [\n                                    -3.5306755538337167,\n                                    50.483179050379576\n                                ],\n                                [\n                                    -3.5306826528732165,\n                                    50.483182815267334\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 95274.2495993634,\n            \"area_buildings_sqft\": 8532.170206164597,\n            \"density\": 8.955379068366453,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": true,\n            \"area_m2\": 8851.193756908528,\n            \"area_acre\": 2.1871958126575617,\n            \"area_buildings_m2\": 792.6579530067445,\n            \"area_buildings_acre\": 0.1958716759909228\n        },\n        {\n            \"title_no\": \"DN645632\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18.8,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Lincombe Hall Hotel, Lower Woodfield Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"POWIS HOTELS LIMITED\",\n                    \"company_registration_no\": \"8111333\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Lincombe Hall Hotel, Lower Woodfield Road, Torquay TQ1 2JX\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5165228685291754,\n                                50.460543782678\n                            ],\n                            [\n                                -3.5164952335434476,\n                                50.46051671221262\n                            ],\n                            [\n                                -3.5164735190004452,\n                                50.46047652374974\n                            ],\n                            [\n                                -3.516481925316566,\n                                50.46045303063651\n                            ],\n                            [\n                                -3.516510794795132,\n                                50.46040858534699\n                            ],\n                            [\n                                -3.516418765707495,\n                                50.460372461193\n                            ],\n                            [\n                                -3.5163245955496136,\n                                50.460335465505324\n                            ],\n                            [\n                                -3.51632597509928,\n                                50.460334548158094\n                            ],\n                            [\n                                -3.516241418980014,\n                                50.460303003173\n                            ],\n                            [\n                                -3.5162346648216207,\n                                50.46029886417399\n                            ],\n                            [\n                                -3.516254220429357,\n                                50.4602790480799\n                            ],\n                            [\n                                -3.5162780059189944,\n                                50.46028840627754\n                            ],\n                            [\n                                -3.516325802254691,\n                                50.460307119721115\n                            ],\n                            [\n                                -3.516328647614332,\n                                50.460307982002945\n                            ],\n                            [\n                                -3.5163322258795877,\n                                50.4603097340992\n                            ],\n                            [\n                                -3.5163379022224195,\n                                50.46031100916638\n                            ],\n                            [\n                                -3.516340747582509,\n                                50.4603118714479\n                            ],\n                            [\n                                -3.5163442970941863,\n                                50.46031272455167\n                            ],\n                            [\n                                -3.516356310801192,\n                                50.46031391701868\n                            ],\n                            [\n                                -3.5163612254843564,\n                                50.460313403278285\n                            ],\n                            [\n                                -3.516364731864449,\n                                50.46031290789329\n                            ],\n                            [\n                                -3.516373124172475,\n                                50.46031099977515\n                            ],\n                            [\n                                -3.5163766017973335,\n                                50.46030960539769\n                            ],\n                            [\n                                -3.5163807691958926,\n                                50.46030775234622\n                            ],\n                            [\n                                -3.516384246820286,\n                                50.46030635796855\n                            ],\n                            [\n                                -3.5163877100669065,\n                                50.46030451409471\n                            ],\n                            [\n                                -3.51639046916194,\n                                50.460302679398765\n                            ],\n                            [\n                                -3.516395958596081,\n                                50.460298111014545\n                            ],\n                            [\n                                -3.516397999161543,\n                                50.46029583600034\n                            ],\n                            [\n                                -3.516399321197955,\n                                50.46029312066806\n                            ],\n                            [\n                                -3.5164013617630427,\n                                50.46029084565384\n                            ],\n                            [\n                                -3.516481116190746,\n                                50.46020751402304\n                            ],\n                            [\n                                -3.5164021503326475,\n                                50.46017895413372\n                            ],\n                            [\n                                -3.5163670863605105,\n                                50.46016628040176\n                            ],\n                            [\n                                -3.516380720839716,\n                                50.46015647946495\n                            ],\n                            [\n                                -3.51643716985481,\n                                50.460110955222724\n                            ],\n                            [\n                                -3.5164715289601394,\n                                50.46008397604019\n                            ],\n                            [\n                                -3.516499019092034,\n                                50.46006248258629\n                            ],\n                            [\n                                -3.516543491882625,\n                                50.46003015522119\n                            ],\n                            [\n                                -3.516610770194907,\n                                50.459990209701466\n                            ],\n                            [\n                                -3.516628553563951,\n                                50.459979743080396\n                            ],\n                            [\n                                -3.516633208631145,\n                                50.45997684039663\n                            ],\n                            [\n                                -3.516638481620992,\n                                50.459973875695255\n                            ],\n                            [\n                                -3.5166426202202667,\n                                50.459971123642596\n                            ],\n                            [\n                                -3.5166453649063487,\n                                50.45996883944474\n                            ],\n                            [\n                                -3.516653642102744,\n                                50.4599633353388\n                            ],\n                            [\n                                -3.5166626522033173,\n                                50.459958721044735\n                            ],\n                            [\n                                -3.5166820806911514,\n                                50.45994947409527\n                            ],\n                            [\n                                -3.516702946223785,\n                                50.45994110777501\n                            ],\n                            [\n                                -3.5167126748415374,\n                                50.459936933793365\n                            ],\n                            [\n                                -3.516716166809481,\n                                50.45993598890202\n                            ],\n                            [\n                                -3.516751618056949,\n                                50.45992113685076\n                            ],\n                            [\n                                -3.5167885350973287,\n                                50.45990806441219\n                            ],\n                            [\n                                -3.5168031639549406,\n                                50.459902927168805\n                            ],\n                            [\n                                -3.516835956767612,\n                                50.45989305626965\n                            ],\n                            [\n                                -3.5168701866201926,\n                                50.45988406599172\n                            ],\n                            [\n                                -3.516904445224094,\n                                50.459875974695755\n                            ],\n                            [\n                                -3.516926129888802,\n                                50.45987119512275\n                            ],\n                            [\n                                -3.5169674443024506,\n                                50.45986346149274\n                            ],\n                            [\n                                -3.5170101957577646,\n                                50.45985660847679\n                            ],\n                            [\n                                -3.517052990351311,\n                                50.45985110393306\n                            ],\n                            [\n                                -3.5170845761614085,\n                                50.459847544271476\n                            ],\n                            [\n                                -3.517128850947811,\n                                50.45984426881543\n                            ],\n                            [\n                                -3.5171731544972786,\n                                50.45984189233443\n                            ],\n                            [\n                                -3.5172182053417074,\n                                50.45984085514144\n                            ],\n                            [\n                                -3.517257651801601,\n                                50.459840790388064\n                            ],\n                            [\n                                -3.517311238688683,\n                                50.45984233993643\n                            ],\n                            [\n                                -3.5173641502077055,\n                                50.459844797635604\n                            ],\n                            [\n                                -3.5174171192800383,\n                                50.459849053294114\n                            ],\n                            [\n                                -3.517429837038132,\n                                50.4598502364671\n                            ],\n                            [\n                                -3.5174849761056626,\n                                50.45985626252547\n                            ],\n                            [\n                                -3.5175295530204957,\n                                50.459862426329934\n                            ],\n                            [\n                                -3.517562834857711,\n                                50.459867838085955\n                            ],\n                            [\n                                -3.5176317556035666,\n                                50.45988627544192\n                            ],\n                            [\n                                -3.5176320246174795,\n                                50.45988631690104\n                            ],\n                            [\n                                -3.517667969163724,\n                                50.459895246392406\n                            ],\n                            [\n                                -3.5176736454911843,\n                                50.45989652139464\n                            ],\n                            [\n                                -3.5177070712665994,\n                                50.459906428067065\n                            ],\n                            [\n                                -3.5177405114460054,\n                                50.45991678422552\n                            ],\n                            [\n                                -3.5177590350752816,\n                                50.45992328782302\n                            ],\n                            [\n                                -3.5178225530676634,\n                                50.45994899048628\n                            ],\n                            [\n                                -3.517919741665059,\n                                50.459992241152264\n                            ],\n                            [\n                                -3.518016283863475,\n                                50.46003729890584\n                            ],\n                            [\n                                -3.518108558178346,\n                                50.46008106322026\n                            ],\n                            [\n                                -3.518156470163066,\n                                50.460103371873494\n                            ],\n                            [\n                                -3.51815142714212,\n                                50.460121874705656\n                            ],\n                            [\n                                -3.5181453356742116,\n                                50.460151633306936\n                            ],\n                            [\n                                -3.5181334826204593,\n                                50.46019945443192\n                            ],\n                            [\n                                -3.518117951613763,\n                                50.46026441152215\n                            ],\n                            [\n                                -3.5181135119550957,\n                                50.460279758694256\n                            ],\n                            [\n                                -3.518100695600249,\n                                50.460319498081496\n                            ],\n                            [\n                                -3.5180821751809104,\n                                50.460379097971426\n                            ],\n                            [\n                                -3.5180675485816346,\n                                50.46042830432878\n                            ],\n                            [\n                                -3.5180437558076303,\n                                50.46052124958569\n                            ],\n                            [\n                                -3.5180217299734706,\n                                50.46060337937716\n                            ],\n                            [\n                                -3.5180089710323412,\n                                50.460644916736356\n                            ],\n                            [\n                                -3.518006384698125,\n                                50.460652145418386\n                            ],\n                            [\n                                -3.518001341564782,\n                                50.460670648243386\n                            ],\n                            [\n                                -3.518000694980679,\n                                50.46067245541386\n                            ],\n                            [\n                                -3.517997060156248,\n                                50.46069093986312\n                            ],\n                            [\n                                -3.5179715033917813,\n                                50.46080360425236\n                            ],\n                            [\n                                -3.5179600209123087,\n                                50.46085420855563\n                            ],\n                            [\n                                -3.517950139874261,\n                                50.46085802488258\n                            ],\n                            [\n                                -3.5178880743940644,\n                                50.460882128264124\n                            ],\n                            [\n                                -3.517680017318547,\n                                50.46096254787601\n                            ],\n                            [\n                                -3.517670357270692,\n                                50.46096006572788\n                            ],\n                            [\n                                -3.5176511290845345,\n                                50.460953571306575\n                            ],\n                            [\n                                -3.5176318721242246,\n                                50.46094617789055\n                            ],\n                            [\n                                -3.517615431811343,\n                                50.460938747729536\n                            ],\n                            [\n                                -3.517598258564612,\n                                50.46093042775996\n                            ],\n                            [\n                                -3.517582479254938,\n                                50.46092163992158\n                            ],\n                            [\n                                -3.5175666855620547,\n                                50.46091240258526\n                            ],\n                            [\n                                -3.5175629548628367,\n                                50.460910292768375\n                            ],\n                            [\n                                -3.5175429590622134,\n                                50.460897422837206\n                            ],\n                            [\n                                -3.517529967634965,\n                                50.46088769925988\n                            ],\n                            [\n                                -3.5175082960834536,\n                                50.46087089396663\n                            ],\n                            [\n                                -3.517471362397341,\n                                50.460839448185475\n                            ],\n                            [\n                                -3.51743007432021,\n                                50.46080401203582\n                            ],\n                            [\n                                -3.5174270850344675,\n                                50.46079865482355\n                            ],\n                            [\n                                -3.517424785520036,\n                                50.46079283893114\n                            ],\n                            [\n                                -3.5174240238112353,\n                                50.46079105013226\n                            ],\n                            [\n                                -3.5174118940284083,\n                                50.460764227332426\n                            ],\n                            [\n                                -3.5174066196245954,\n                                50.46075350372257\n                            ],\n                            [\n                                -3.517395409828903,\n                                50.46073341417351\n                            ],\n                            [\n                                -3.5173806648702146,\n                                50.46071292104747\n                            ],\n                            [\n                                -3.5173652301546614,\n                                50.4606928865991\n                            ],\n                            [\n                                -3.5173607750221243,\n                                50.460685749769446\n                            ],\n                            [\n                                -3.517345958159432,\n                                50.460663009159504\n                            ],\n                            [\n                                -3.5173445009315394,\n                                50.4606614992413\n                            ],\n                            [\n                                -3.517258880969497,\n                                50.46065398196347\n                            ],\n                            [\n                                -3.51706474016051,\n                                50.4606365477444\n                            ],\n                            [\n                                -3.516642794462525,\n                                50.46059753042174\n                            ],\n                            [\n                                -3.5165184489545482,\n                                50.46058620046683\n                            ],\n                            [\n                                -3.5165228685291754,\n                                50.460543782678\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 112512.700650054,\n            \"area_buildings_sqft\": 14786.67328862565,\n            \"density\": 13.142225902670619,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 10452.684935902453,\n            \"area_acre\": 2.582936194904821,\n            \"area_buildings_m2\": 1373.715467170722,\n            \"area_buildings_acre\": 0.3394553096562362\n        },\n        {\n            \"title_no\": \"DN63494\",\n            \"tenure\": \"Freehold\",\n            \"height\": 14.1,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10024000854\",\n                \"10024000855\",\n                \"10024000856\",\n                \"10024000857\",\n                \"10024000858\",\n                \"10024000859\",\n                \"10024000860\",\n                \"10024000861\",\n                \"10024000862\",\n                \"10024000863\",\n                \"10024000864\",\n                \"10024000865\",\n                \"10024000866\",\n                \"10024000867\",\n                \"10024000868\",\n                \"10024000869\",\n                \"10093140153\"\n            ],\n            \"property_address\": [\n                \"1-17, Courtlands, Rawlyn Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"COURTLANDS (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"11514724\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"135 Reddenhill Road, Torquay TQ1 3NT\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5506190316397177,\n                                50.46142989814256\n                            ],\n                            [\n                                -3.550641623467687,\n                                50.46143139576939\n                            ],\n                            [\n                                -3.5506451442516602,\n                                50.461431348842694\n                            ],\n                            [\n                                -3.550675511212135,\n                                50.461433642201314\n                            ],\n                            [\n                                -3.550737785788495,\n                                50.46144225552148\n                            ],\n                            [\n                                -3.5508596213125347,\n                                50.461462666028744\n                            ],\n                            [\n                                -3.5509984302485216,\n                                50.461485098552195\n                            ],\n                            [\n                                -3.5511068575776354,\n                                50.461504788182665\n                            ],\n                            [\n                                -3.55131169768202,\n                                50.46154297829239\n                            ],\n                            [\n                                -3.551437027012055,\n                                50.46158402710754\n                            ],\n                            [\n                                -3.5514965537379983,\n                                50.46160337916287\n                            ],\n                            [\n                                -3.551467555512451,\n                                50.46165152239277\n                            ],\n                            [\n                                -3.5514389561884623,\n                                50.46169894079979\n                            ],\n                            [\n                                -3.551360851363741,\n                                50.46181366262235\n                            ],\n                            [\n                                -3.5513478172491366,\n                                50.461832992995475\n                            ],\n                            [\n                                -3.5513236607577436,\n                                50.4618913244358\n                            ],\n                            [\n                                -3.55128132318129,\n                                50.46202655155141\n                            ],\n                            [\n                                -3.551259518249001,\n                                50.46211670728418\n                            ],\n                            [\n                                -3.5512556097976766,\n                                50.46213677036712\n                            ],\n                            [\n                                -3.5512465111476286,\n                                50.46213428351399\n                            ],\n                            [\n                                -3.551127124512317,\n                                50.46212418350403\n                            ],\n                            [\n                                -3.5510791382097544,\n                                50.46212167548214\n                            ],\n                            [\n                                -3.550991542088454,\n                                50.462114299285545\n                            ],\n                            [\n                                -3.550836785461198,\n                                50.46209972397292\n                            ],\n                            [\n                                -3.550607856196152,\n                                50.46207894210477\n                            ],\n                            [\n                                -3.5505752362373197,\n                                50.461964707270866\n                            ],\n                            [\n                                -3.5505951130172053,\n                                50.46194780402151\n                            ],\n                            [\n                                -3.5505825819704797,\n                                50.46190929815226\n                            ],\n                            [\n                                -3.5505597105730056,\n                                50.461899260230254\n                            ],\n                            [\n                                -3.5505243198480954,\n                                50.46180799622686\n                            ],\n                            [\n                                -3.5505098234298282,\n                                50.4617740133895\n                            ],\n                            [\n                                -3.550501664485673,\n                                50.46173994608948\n                            ],\n                            [\n                                -3.5504894129017037,\n                                50.46170998049416\n                            ],\n                            [\n                                -3.550445557844333,\n                                50.461618379585474\n                            ],\n                            [\n                                -3.550428596245403,\n                                50.461573637157535\n                            ],\n                            [\n                                -3.550418486629856,\n                                50.461544542378526\n                            ],\n                            [\n                                -3.550409902948478,\n                                50.46151902474088\n                            ],\n                            [\n                                -3.5504021116377715,\n                                50.46149619465132\n                            ],\n                            [\n                                -3.5503944085376427,\n                                50.4614760614939\n                            ],\n                            [\n                                -3.5503834042874014,\n                                50.46144976667894\n                            ],\n                            [\n                                -3.5503821864938145,\n                                50.46144699486234\n                            ],\n                            [\n                                -3.550401081131569,\n                                50.461443145588895\n                            ],\n                            [\n                                -3.5504354819206525,\n                                50.461439539352504\n                            ],\n                            [\n                                -3.5504431982456306,\n                                50.46143853714977\n                            ],\n                            [\n                                -3.5504783472885464,\n                                50.461436269983004\n                            ],\n                            [\n                                -3.55048889494099,\n                                50.461435679728666\n                            ],\n                            [\n                                -3.550524088084341,\n                                50.46143476101446\n                            ],\n                            [\n                                -3.550529721339408,\n                                50.4614346859374\n                            ],\n                            [\n                                -3.5505691100178693,\n                                50.461432811924084\n                            ],\n                            [\n                                -3.5506007235632886,\n                                50.46143014215604\n                            ],\n                            [\n                                -3.5506190316397177,\n                                50.46142989814256\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 45679.73756832184,\n            \"area_buildings_sqft\": 6706.000686309546,\n            \"density\": 14.680471130727444,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4243.751167625589,\n            \"area_acre\": 1.0486624786116125,\n            \"area_buildings_m2\": 623.0026650231835,\n            \"area_buildings_acre\": 0.15394859243134862\n        },\n        {\n            \"title_no\": \"DN62961\",\n            \"tenure\": \"Freehold\",\n            \"height\": 15.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10002987668\",\n                \"10002987669\",\n                \"10002987670\",\n                \"10002992147\",\n                \"100041196056\",\n                \"100041196058\",\n                \"100041196060\",\n                \"100041196095\",\n                \"100041196233\",\n                \"100041196237\",\n                \"100041196238\"\n            ],\n            \"property_address\": [\n                \"Greenway, Greenway Road, Chelston, Torquay,\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"GREENWAY CHELSTON MANAGEMENT COMPANY LIMITED\",\n                    \"company_registration_no\": \"2825166\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Greenway, Greenway Road, Chelston, Torquay TQ2 6JE\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5507460580389925,\n                                50.463934747174214\n                            ],\n                            [\n                                -3.5507446643562055,\n                                50.46393521543532\n                            ],\n                            [\n                                -3.5507458097028453,\n                                50.46394869070512\n                            ],\n                            [\n                                -3.550808205104236,\n                                50.464343329574916\n                            ],\n                            [\n                                -3.5508106569327005,\n                                50.464358837989785\n                            ],\n                            [\n                                -3.5508150897038377,\n                                50.46438665934225\n                            ],\n                            [\n                                -3.550822946189172,\n                                50.46444591297295\n                            ],\n                            [\n                                -3.550871147765022,\n                                50.464764996127094\n                            ],\n                            [\n                                -3.5505464736827514,\n                                50.464772561349406\n                            ],\n                            [\n                                -3.5502748221500813,\n                                50.46441094769218\n                            ],\n                            [\n                                -3.5501813165951837,\n                                50.46428590422719\n                            ],\n                            [\n                                -3.5498526822032224,\n                                50.46384646195579\n                            ],\n                            [\n                                -3.5498752428306592,\n                                50.463846970845324\n                            ],\n                            [\n                                -3.5499994894359443,\n                                50.46385475898406\n                            ],\n                            [\n                                -3.550053169785646,\n                                50.46385899033327\n                            ],\n                            [\n                                -3.550139360620238,\n                                50.463866385971386\n                            ],\n                            [\n                                -3.550216396968685,\n                                50.46387390352581\n                            ],\n                            [\n                                -3.550328056420082,\n                                50.46388455713913\n                            ],\n                            [\n                                -3.5504397747279937,\n                                50.46389700859926\n                            ],\n                            [\n                                -3.5505069818652495,\n                                50.46390555631922\n                            ],\n                            [\n                                -3.550606699565007,\n                                50.4639172681827\n                            ],\n                            [\n                                -3.5506109247273154,\n                                50.46391721186994\n                            ],\n                            [\n                                -3.550620842254896,\n                                50.463918878427194\n                            ],\n                            [\n                                -3.55065194094784,\n                                50.4639228168843\n                            ],\n                            [\n                                -3.550717718333232,\n                                50.463931158696695\n                            ],\n                            [\n                                -3.5507460580389925,\n                                50.463934747174214\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 44492.18547639249,\n            \"area_buildings_sqft\": 3966.21036297987,\n            \"density\": 8.914397709423236,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4133.424886324089,\n            \"area_acre\": 1.021400033893308,\n            \"area_buildings_m2\": 368.4699333872046,\n            \"area_buildings_acre\": 0.09105166122543319\n        },\n        {\n            \"title_no\": \"DN62906\",\n            \"tenure\": \"Freehold\",\n            \"height\": 21.8,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10024000966\",\n                \"100041187446\",\n                \"100041187447\",\n                \"100041187448\",\n                \"100041187449\",\n                \"100041187450\",\n                \"100041187451\",\n                \"100041187452\",\n                \"100041187453\",\n                \"100041187454\",\n                \"100041187455\",\n                \"100041187456\",\n                \"100041187457\",\n                \"100041187458\",\n                \"100041187459\",\n                \"100041187460\",\n                \"100041187461\",\n                \"100041187462\",\n                \"100041187463\",\n                \"100041187464\",\n                \"100041187465\",\n                \"100041187466\",\n                \"100041187467\",\n                \"100041187468\",\n                \"100041187469\",\n                \"100041187470\",\n                \"100041187471\",\n                \"100041187472\",\n                \"100041187473\",\n                \"100041187474\",\n                \"100041187475\",\n                \"100041187476\",\n                \"100041187477\",\n                \"100041187478\",\n                \"100041187479\",\n                \"100041187480\",\n                \"100041187481\",\n                \"100041187482\",\n                \"100041187483\",\n                \"100041187484\",\n                \"100041187485\",\n                \"100041187486\",\n                \"100041187487\",\n                \"100041187488\",\n                \"100041187489\",\n                \"100041187490\",\n                \"100041187491\",\n                \"100041187492\",\n                \"100041187493\",\n                \"100041187494\",\n                \"100041187495\",\n                \"100041187878\"\n            ],\n            \"property_address\": [\n                \"Lyncombe Crescent, Higher Lincombe Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"LYNCOMBE CRESCENT (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"1213149\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Petitor House, Nicholson Road, Torquay, Devon TQ2 7TD\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5061914721791787,\n                                50.46096633215378\n                            ],\n                            [\n                                -3.5063950014100955,\n                                50.46096450645085\n                            ],\n                            [\n                                -3.506485852897775,\n                                50.4609637797471\n                            ],\n                            [\n                                -3.5065225408656135,\n                                50.46096555308938\n                            ],\n                            [\n                                -3.5065628067969863,\n                                50.46096907881931\n                            ],\n                            [\n                                -3.5066002703614063,\n                                50.460973090508546\n                            ],\n                            [\n                                -3.506637748217412,\n                                50.460977551683705\n                            ],\n                            [\n                                -3.5066872683075725,\n                                50.46098410530856\n                            ],\n                            [\n                                -3.5067459996977965,\n                                50.46099233834852\n                            ],\n                            [\n                                -3.5068550839966655,\n                                50.46101116127331\n                            ],\n                            [\n                                -3.5070689706970244,\n                                50.461047063551966\n                            ],\n                            [\n                                -3.507177351078276,\n                                50.46106589529388\n                            ],\n                            [\n                                -3.507254548164521,\n                                50.46107883537045\n                            ],\n                            [\n                                -3.5073315611370703,\n                                50.461125863754965\n                            ],\n                            [\n                                -3.5075002756037605,\n                                50.461229892882\n                            ],\n                            [\n                                -3.507689188625624,\n                                50.46134436246707\n                            ],\n                            [\n                                -3.5077494046393753,\n                                50.46138153534994\n                            ],\n                            [\n                                -3.50780559447031,\n                                50.46141615222028\n                            ],\n                            [\n                                -3.507868253459584,\n                                50.46145482230288\n                            ],\n                            [\n                                -3.507892543424938,\n                                50.461469886645084\n                            ],\n                            [\n                                -3.507807510243525,\n                                50.461476384916764\n                            ],\n                            [\n                                -3.5077969476704505,\n                                50.461476521809004\n                            ],\n                            [\n                                -3.5076091039081696,\n                                50.46149316611006\n                            ],\n                            [\n                                -3.507607899022368,\n                                50.46149337958404\n                            ],\n                            [\n                                -3.5073788231060936,\n                                50.46150892096395\n                            ],\n                            [\n                                -3.5071496916821494,\n                                50.46152537996447\n                            ],\n                            [\n                                -3.5070114657061393,\n                                50.46153391577655\n                            ],\n                            [\n                                -3.5068876297102936,\n                                50.46154748136498\n                            ],\n                            [\n                                -3.5068490487938804,\n                                50.461552657771314\n                            ],\n                            [\n                                -3.506809915142421,\n                                50.46156260796316\n                            ],\n                            [\n                                -3.5068001424424557,\n                                50.46156543263253\n                            ],\n                            [\n                                -3.5067470824581646,\n                                50.461580509681895\n                            ],\n                            [\n                                -3.5067275227553454,\n                                50.46158570951144\n                            ],\n                            [\n                                -3.5066960778152425,\n                                50.4615937613571\n                            ],\n                            [\n                                -3.5066939938670147,\n                                50.46159468771139\n                            ],\n                            [\n                                -3.5066912057450397,\n                                50.461595623185104\n                            ],\n                            [\n                                -3.5066227967221675,\n                                50.46161539578466\n                            ],\n                            [\n                                -3.506618207987528,\n                                50.46160844015427\n                            ],\n                            [\n                                -3.5066143634276963,\n                                50.46160273399904\n                            ],\n                            [\n                                -3.5065895946442094,\n                                50.46156815935144\n                            ],\n                            [\n                                -3.5065664722161305,\n                                50.46153662122323\n                            ],\n                            [\n                                -3.50655616239019,\n                                50.46152254474798\n                            ],\n                            [\n                                -3.5065490852074177,\n                                50.46151265343113\n                            ],\n                            [\n                                -3.5065143977963094,\n                                50.4614630079223\n                            ],\n                            [\n                                -3.5065072838100293,\n                                50.461465258519674\n                            ],\n                            [\n                                -3.506489402085621,\n                                50.46144345560295\n                            ],\n                            [\n                                -3.506404844059202,\n                                50.461340763670194\n                            ],\n                            [\n                                -3.506396798238064,\n                                50.46133142450564\n                            ],\n                            [\n                                -3.506392111380917,\n                                50.461325369502724\n                            ],\n                            [\n                                -3.506374759018962,\n                                50.461302930157956\n                            ],\n                            [\n                                -3.506354056749842,\n                                50.46127217008074\n                            ],\n                            [\n                                -3.5063282967839635,\n                                50.46123742833747\n                            ],\n                            [\n                                -3.50631052550651,\n                                50.461210227767324\n                            ],\n                            [\n                                -3.5063016612991715,\n                                50.461197301728234\n                            ],\n                            [\n                                -3.5062876108417615,\n                                50.46117634854186\n                            ],\n                            [\n                                -3.506279385116444,\n                                50.46116134569281\n                            ],\n                            [\n                                -3.506268921212643,\n                                50.46114241461052\n                            ],\n                            [\n                                -3.506253148250492,\n                                50.461111590695424\n                            ],\n                            [\n                                -3.506233540280551,\n                                50.461070923403\n                            ],\n                            [\n                                -3.506231003909999,\n                                50.46106337458532\n                            ],\n                            [\n                                -3.506228872552622,\n                                50.46105704366178\n                            ],\n                            [\n                                -3.5062279590016905,\n                                50.461054897010825\n                            ],\n                            [\n                                -3.5061914721791787,\n                                50.46096633215378\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 53394.6380548985,\n            \"area_buildings_sqft\": 20046.338634342854,\n            \"density\": 37.543729791242164,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4960.4829110831015,\n            \"area_acre\": 1.2257722234825184,\n            \"area_buildings_m2\": 1862.3503004777829,\n            \"area_buildings_acre\": 0.4602006114403777\n        },\n        {\n            \"title_no\": \"DN62825\",\n            \"tenure\": \"Freehold\",\n            \"height\": 13.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Warberries Nursing Home, Lower Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"MARGARET ROSE CARE LIMITED\",\n                    \"company_registration_no\": \"05241804\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"50 The Terrace, Torquay, Devon TQ1 1DD\",\n                    \"address_2\": \"Sailing Free, 3 Kilmorie Close, Torquay, Torbay TQ1 2PE\",\n                    \"address_3\": \"Woodwater House, Pynes Hill, Exeter, Devon EX2 5WR\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.517124222132705,\n                                50.46639126786518\n                            ],\n                            [\n                                -3.5169216601699134,\n                                50.46642403782519\n                            ],\n                            [\n                                -3.5168901419028353,\n                                50.46642984495506\n                            ],\n                            [\n                                -3.516846004807635,\n                                50.4664376153263\n                            ],\n                            [\n                                -3.5166995373471814,\n                                50.46646200894466\n                            ],\n                            [\n                                -3.5165702302516877,\n                                50.466485459199994\n                            ],\n                            [\n                                -3.5164993635405524,\n                                50.46649897405425\n                            ],\n                            [\n                                -3.5162202482181595,\n                                50.466552526645444\n                            ],\n                            [\n                                -3.5161337155033947,\n                                50.466569663025616\n                            ],\n                            [\n                                -3.516063708007969,\n                                50.46658361609951\n                            ],\n                            [\n                                -3.5160462312882284,\n                                50.46658789097881\n                            ],\n                            [\n                                -3.516019642514251,\n                                50.4665936336377\n                            ],\n                            [\n                                -3.5160014179435506,\n                                50.4665525002747\n                            ],\n                            [\n                                -3.5159944040251703,\n                                50.46653145656715\n                            ],\n                            [\n                                -3.515988626077104,\n                                50.466505000558655\n                            ],\n                            [\n                                -3.515983552378966,\n                                50.46647853537342\n                            ],\n                            [\n                                -3.51597972924936,\n                                50.46646914184622\n                            ],\n                            [\n                                -3.515968604911253,\n                                50.46645174915943\n                            ],\n                            [\n                                -3.515961102430539,\n                                50.46643745706032\n                            ],\n                            [\n                                -3.5159549653093745,\n                                50.466421798121424\n                            ],\n                            [\n                                -3.5159496330701523,\n                                50.46640927647569\n                            ],\n                            [\n                                -3.515944228951466,\n                                50.46639450735132\n                            ],\n                            [\n                                -3.5158275684160114,\n                                50.46629349962294\n                            ],\n                            [\n                                -3.5157337317260846,\n                                50.46624525702621\n                            ],\n                            [\n                                -3.515591230824357,\n                                50.466173365415756\n                            ],\n                            [\n                                -3.5155689394095866,\n                                50.4660931625417\n                            ],\n                            [\n                                -3.5155472862026245,\n                                50.466019696594095\n                            ],\n                            [\n                                -3.515546015699221,\n                                50.4660152163141\n                            ],\n                            [\n                                -3.5155758091905454,\n                                50.46599953898951\n                            ],\n                            [\n                                -3.5155841594147166,\n                                50.46599628243357\n                            ],\n                            [\n                                -3.515591862893349,\n                                50.46599483303399\n                            ],\n                            [\n                                -3.5156016790797433,\n                                50.465993356112115\n                            ],\n                            [\n                                -3.5156206647073973,\n                                50.465992209423014\n                            ],\n                            [\n                                -3.515643752151156,\n                                50.46599154891556\n                            ],\n                            [\n                                -3.515651636720085,\n                                50.46599135626533\n                            ],\n                            [\n                                -3.5156805103972038,\n                                50.46599098011836\n                            ],\n                            [\n                                -3.5157439347605965,\n                                50.46599150289202\n                            ],\n                            [\n                                -3.5158221480804253,\n                                50.465991832951545\n                            ],\n                            [\n                                -3.515882051264963,\n                                50.46599240152614\n                            ],\n                            [\n                                -3.5159278697309073,\n                                50.465993153588734\n                            ],\n                            [\n                                -3.5159504340344525,\n                                50.46599375894914\n                            ],\n                            [\n                                -3.5159716042430538,\n                                50.465994832153164\n                            ],\n                            [\n                                -3.5159934930652526,\n                                50.465996345672735\n                            ],\n                            [\n                                -3.5160274114091465,\n                                50.465999501170955\n                            ],\n                            [\n                                -3.5160777572274013,\n                                50.46600963752444\n                            ],\n                            [\n                                -3.516082580539533,\n                                50.46601065391163\n                            ],\n                            [\n                                -3.51608556133567,\n                                50.466011334561934\n                            ],\n                            [\n                                -3.5161302735756674,\n                                50.466043578771284\n                            ],\n                            [\n                                -3.516139989107345,\n                                50.46603895533451\n                            ],\n                            [\n                                -3.516155209124638,\n                                50.466030213018016\n                            ],\n                            [\n                                -3.516161446604263,\n                                50.466026983952794\n                            ],\n                            [\n                                -3.5161677272182317,\n                                50.466025103374186\n                            ],\n                            [\n                                -3.516176853534011,\n                                50.46602408507692\n                            ],\n                            [\n                                -3.5161874027006332,\n                                50.46602349791963\n                            ],\n                            [\n                                -3.5161972332519698,\n                                50.4660224704433\n                            ],\n                            [\n                                -3.5162120509722263,\n                                50.466023176705406\n                            ],\n                            [\n                                -3.5162271412278865,\n                                50.465988354455106\n                            ],\n                            [\n                                -3.5162297943175855,\n                                50.465987600386754\n                            ],\n                            [\n                                -3.5162418007679284,\n                                50.46598411626153\n                            ],\n                            [\n                                -3.5162544338735016,\n                                50.46598260257359\n                            ],\n                            [\n                                -3.5162712492542485,\n                                50.46597968532959\n                            ],\n                            [\n                                -3.516284557834303,\n                                50.46597726346917\n                            ],\n                            [\n                                -3.516332129497078,\n                                50.465966750447954\n                            ],\n                            [\n                                -3.516399937013897,\n                                50.46595012778258\n                            ],\n                            [\n                                -3.5164153151420865,\n                                50.46594632988425\n                            ],\n                            [\n                                -3.5164285518009435,\n                                50.465941660529445\n                            ],\n                            [\n                                -3.516447422336918,\n                                50.46593691774106\n                            ],\n                            [\n                                -3.516612916522148,\n                                50.46589069162475\n                            ],\n                            [\n                                -3.5168131761371817,\n                                50.46583007185763\n                            ],\n                            [\n                                -3.5169770597153476,\n                                50.465777570654296\n                            ],\n                            [\n                                -3.517009140786451,\n                                50.465767349265995\n                            ],\n                            [\n                                -3.517039261274052,\n                                50.465929202174436\n                            ],\n                            [\n                                -3.5170695544780113,\n                                50.46609204212234\n                            ],\n                            [\n                                -3.5170751289678783,\n                                50.46612092902262\n                            ],\n                            [\n                                -3.5170777452280197,\n                                50.466136633814706\n                            ],\n                            [\n                                -3.517124222132705,\n                                50.46639126786518\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 64147.23404098465,\n            \"area_buildings_sqft\": 16006.010137023988,\n            \"density\": 24.951987994989,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 5959.423452339712,\n            \"area_acre\": 1.472617861363284,\n            \"area_buildings_m2\": 1486.9946243983638,\n            \"area_buildings_acre\": 0.3674474319794304\n        },\n        {\n            \"title_no\": \"DN62373\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10000013116\",\n                \"10000013117\",\n                \"10000013118\",\n                \"10000013120\",\n                \"10000013121\",\n                \"10000013122\",\n                \"10000013123\",\n                \"10000013124\",\n                \"10000013125\",\n                \"10000013126\",\n                \"10000013130\",\n                \"10000013131\",\n                \"10093140155\"\n            ],\n            \"property_address\": [\n                \"The Manor House Hotel, Seaway Lane, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE MANOR HOUSE MANAGEMENT (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"4685367\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Manor House, Seaway Lane, Torquay TQ2 6PS\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5481701313513048,\n                                50.45993583248747\n                            ],\n                            [\n                                -3.5481706744594175,\n                                50.45995246359504\n                            ],\n                            [\n                                -3.548169207910518,\n                                50.45997226923882\n                            ],\n                            [\n                                -3.5481670225457362,\n                                50.45999163476333\n                            ],\n                            [\n                                -3.5481653945300327,\n                                50.460006496023674\n                            ],\n                            [\n                                -3.548159087957805,\n                                50.460072233916\n                            ],\n                            [\n                                -3.5481544240719134,\n                                50.46012356003689\n                            ],\n                            [\n                                -3.548147706045186,\n                                50.46015512736461\n                            ],\n                            [\n                                -3.548146532623548,\n                                50.46016233793486\n                            ],\n                            [\n                                -3.5481417068275745,\n                                50.460187134811214\n                            ],\n                            [\n                                -3.548131292367931,\n                                50.46023493997563\n                            ],\n                            [\n                                -3.54813000151513,\n                                50.460238554630614\n                            ],\n                            [\n                                -3.5481293707670196,\n                                50.46024081144748\n                            ],\n                            [\n                                -3.548128754697211,\n                                50.460243517753725\n                            ],\n                            [\n                                -3.548127419808953,\n                                50.460245783940536\n                            ],\n                            [\n                                -3.548125395458834,\n                                50.46024850898667\n                            ],\n                            [\n                                -3.548123356430174,\n                                50.46025078454337\n                            ],\n                            [\n                                -3.548093871424987,\n                                50.46029704473351\n                            ],\n                            [\n                                -3.5480842483011816,\n                                50.46030436773987\n                            ],\n                            [\n                                -3.548073906355511,\n                                50.460311250625736\n                            ],\n                            [\n                                -3.5480628602657136,\n                                50.46031814288029\n                            ],\n                            [\n                                -3.548051784817362,\n                                50.460324136154995\n                            ],\n                            [\n                                -3.5480393010835796,\n                                50.46033014816757\n                            ],\n                            [\n                                -3.548032362412885,\n                                50.460333388287445\n                            ],\n                            [\n                                -3.548019849319431,\n                                50.46033850131918\n                            ],\n                            [\n                                -3.5480066174044875,\n                                50.46034317422941\n                            ],\n                            [\n                                -3.547992651991074,\n                                50.46034695752854\n                            ],\n                            [\n                                -3.5479786865754006,\n                                50.460350740826\n                            ],\n                            [\n                                -3.5479647064806072,\n                                50.46035407463241\n                            ],\n                            [\n                                -3.5479500075653454,\n                                50.46035696831663\n                            ],\n                            [\n                                -3.5479360127900383,\n                                50.46035985263019\n                            ],\n                            [\n                                -3.547914301805577,\n                                50.4603637389767\n                            ],\n                            [\n                                -3.547891857323198,\n                                50.4603667357089\n                            ],\n                            [\n                                -3.547869398161923,\n                                50.46036928294736\n                            ],\n                            [\n                                -3.5478475991128526,\n                                50.460370472344934\n                            ],\n                            [\n                                -3.547829291421411,\n                                50.46037071591878\n                            ],\n                            [\n                                -3.547810954378891,\n                                50.46037006051086\n                            ],\n                            [\n                                -3.547791898519604,\n                                50.460368964978564\n                            ],\n                            [\n                                -3.547773532128034,\n                                50.46036741058586\n                            ],\n                            [\n                                -3.547755165737603,\n                                50.46036585619025\n                            ],\n                            [\n                                -3.5477388970993404,\n                                50.460363824199405\n                            ],\n                            [\n                                -3.5477070639687156,\n                                50.46035975084349\n                            ],\n                            [\n                                -3.5476759056369347,\n                                50.46035476913262\n                            ],\n                            [\n                                -3.547645422105593,\n                                50.460348879067354\n                            ],\n                            [\n                                -3.547612782136172,\n                                50.460341668626164\n                            ],\n                            [\n                                -3.547580098156879,\n                                50.460333109707236\n                            ],\n                            [\n                                -3.54754879312619,\n                                50.460323633067105\n                            ],\n                            [\n                                -3.54753457824364,\n                                50.46031977499008\n                            ],\n                            [\n                                -3.5474875913841504,\n                                50.46030466102901\n                            ],\n                            [\n                                -3.547441250007739,\n                                50.460287739724755\n                            ],\n                            [\n                                -3.5474220034569015,\n                                50.46028080076766\n                            ],\n                            [\n                                -3.54735706105135,\n                                50.4602551331452\n                            ],\n                            [\n                                -3.547310631745555,\n                                50.46023551485064\n                            ],\n                            [\n                                -3.547235552776773,\n                                50.460201437967065\n                            ],\n                            [\n                                -3.5472197976490056,\n                                50.46019355317389\n                            ],\n                            [\n                                -3.5471367239099623,\n                                50.460151937910865\n                            ],\n                            [\n                                -3.5470708283341543,\n                                50.460118638165724\n                            ],\n                            [\n                                -3.5470164190749025,\n                                50.460091930915816\n                            ],\n                            [\n                                -3.5469684937890253,\n                                50.46006963427008\n                            ],\n                            [\n                                -3.546942044680641,\n                                50.46005784447486\n                            ],\n                            [\n                                -3.546933507027412,\n                                50.46005525988977\n                            ],\n                            [\n                                -3.546928669024323,\n                                50.46005379529129\n                            ],\n                            [\n                                -3.5469263923170895,\n                                50.46005310606839\n                            ],\n                            [\n                                -3.54691776666486,\n                                50.46004782454423\n                            ],\n                            [\n                                -3.546914876781124,\n                                50.460045614546395\n                            ],\n                            [\n                                -3.5469126910350877,\n                                50.460043395185885\n                            ],\n                            [\n                                -3.5469110627297846,\n                                50.46004142023675\n                            ],\n                            [\n                                -3.54691049062255,\n                                50.46004072633569\n                            ],\n                            [\n                                -3.5469833867592904,\n                                50.45997338359094\n                            ],\n                            [\n                                -3.5470451426535297,\n                                50.459914373200014\n                            ],\n                            [\n                                -3.5472208097440485,\n                                50.45974970092784\n                            ],\n                            [\n                                -3.5474346833485835,\n                                50.45955133346754\n                            ],\n                            [\n                                -3.5474563529665253,\n                                50.45955482258837\n                            ],\n                            [\n                                -3.5475375099091835,\n                                50.45956795310929\n                            ],\n                            [\n                                -3.547646001864527,\n                                50.45958548660092\n                            ],\n                            [\n                                -3.547745005719984,\n                                50.45960152735402\n                            ],\n                            [\n                                -3.548041451437328,\n                                50.459649566701586\n                            ],\n                            [\n                                -3.5480962652952597,\n                                50.459658460574474\n                            ],\n                            [\n                                -3.5481075313963317,\n                                50.459658310658895\n                            ],\n                            [\n                                -3.5481110667307854,\n                                50.45965871329946\n                            ],\n                            [\n                                -3.5481153061966197,\n                                50.45965910657016\n                            ],\n                            [\n                                -3.5481188562091526,\n                                50.45965995869992\n                            ],\n                            [\n                                -3.5481202791497957,\n                                50.459660389449695\n                            ],\n                            [\n                                -3.5481238438405205,\n                                50.45966169106874\n                            ],\n                            [\n                                -3.548127393853398,\n                                50.45966254319825\n                            ],\n                            [\n                                -3.548130269091158,\n                                50.4596643036764\n                            ],\n                            [\n                                -3.548133288091038,\n                                50.45966615217837\n                            ],\n                            [\n                                -3.548143897962102,\n                                50.459714936691945\n                            ],\n                            [\n                                -3.5481508809963676,\n                                50.459734629896175\n                            ],\n                            [\n                                -3.5481573066876306,\n                                50.459758827364034\n                            ],\n                            [\n                                -3.5481593811803505,\n                                50.45977058149839\n                            ],\n                            [\n                                -3.5481599034733047,\n                                50.45977363240432\n                            ],\n                            [\n                                -3.5481600502574144,\n                                50.45977812729841\n                            ],\n                            [\n                                -3.5481609016060007,\n                                50.45980419768406\n                            ],\n                            [\n                                -3.5481617231670075,\n                                50.45980778422921\n                            ],\n                            [\n                                -3.548164525889204,\n                                50.45985046698238\n                            ],\n                            [\n                                -3.5481667712678933,\n                                50.45989765399927\n                            ],\n                            [\n                                -3.5481701313513048,\n                                50.45993583248747\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 61125.79093212899,\n            \"area_buildings_sqft\": 8540.48694208431,\n            \"density\": 13.971985984716724,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": true,\n            \"area_m2\": 5678.724538473522,\n            \"area_acre\": 1.4032550719037877,\n            \"area_buildings_m2\": 793.4305966261901,\n            \"area_buildings_acre\": 0.19606260197622383\n        },\n        {\n            \"title_no\": \"DN619808\",\n            \"tenure\": \"Freehold\",\n            \"height\": 15.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040551569\",\n                \"100040551570\",\n                \"100040551571\",\n                \"100040551572\",\n                \"100040551573\",\n                \"100040551574\",\n                \"100040551575\",\n                \"100040551576\",\n                \"100040551577\",\n                \"100040551578\",\n                \"100040551579\",\n                \"100040551580\",\n                \"100040551581\",\n                \"100040551582\",\n                \"100040551583\",\n                \"100040551584\",\n                \"100040551585\",\n                \"100040551586\",\n                \"100040551587\",\n                \"100040551588\",\n                \"100040551589\",\n                \"100040551590\",\n                \"100040551591\",\n                \"100040551592\",\n                \"100040551593\",\n                \"100040551594\",\n                \"100040551595\",\n                \"100040551596\",\n                \"100040551597\",\n                \"100040551598\",\n                \"100040551599\",\n                \"100040551600\",\n                \"100040551601\",\n                \"100040551602\",\n                \"100040551603\",\n                \"100040551604\",\n                \"100040551605\",\n                \"100040551606\",\n                \"100040551607\",\n                \"100040551608\",\n                \"100040551609\",\n                \"100040551610\",\n                \"100040551611\",\n                \"100040551612\",\n                \"100040551613\",\n                \"100040551614\",\n                \"100040551615\",\n                \"100040551616\",\n                \"100040551617\"\n            ],\n            \"property_address\": [\n                \"Torwood Mount, Old Torwood Road, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5154486644166183,\n                                50.46391302889449\n                            ],\n                            [\n                                -3.5154445666010696,\n                                50.463877845099866\n                            ],\n                            [\n                                -3.515432994651159,\n                                50.46387727633803\n                            ],\n                            [\n                                -3.51542520849937,\n                                50.463757132482094\n                            ],\n                            [\n                                -3.5154195895101794,\n                                50.463669517456225\n                            ],\n                            [\n                                -3.5153886190079513,\n                                50.46367037053902\n                            ],\n                            [\n                                -3.515386808332362,\n                                50.463635768519985\n                            ],\n                            [\n                                -3.5153832873266646,\n                                50.463635814381526\n                            ],\n                            [\n                                -3.515368096753866,\n                                50.4636234211109\n                            ],\n                            [\n                                -3.5153579936397943,\n                                50.463620314984574\n                            ],\n                            [\n                                -3.51535493257461,\n                                50.463608303345836\n                            ],\n                            [\n                                -3.515351814013598,\n                                50.463598900618244\n                            ],\n                            [\n                                -3.5153479194064747,\n                                50.46358725958259\n                            ],\n                            [\n                                -3.515331895443718,\n                                50.46354879553841\n                            ],\n                            [\n                                -3.5153635844372757,\n                                50.46354838279522\n                            ],\n                            [\n                                -3.5153665451171427,\n                                50.46350877211365\n                            ],\n                            [\n                                -3.515320772164508,\n                                50.463509368296336\n                            ],\n                            [\n                                -3.515320633993474,\n                                50.46354912208788\n                            ],\n                            [\n                                -3.5152882781577808,\n                                50.46355071268075\n                            ],\n                            [\n                                -3.515120419546506,\n                                50.46358887345319\n                            ],\n                            [\n                                -3.5150963041068284,\n                                50.4636058257792\n                            ],\n                            [\n                                -3.5150944576509686,\n                                50.46360712692509\n                            ],\n                            [\n                                -3.515093300532939,\n                                50.46360001901267\n                            ],\n                            [\n                                -3.514937457561004,\n                                50.46352919972195\n                            ],\n                            [\n                                -3.5149877007666204,\n                                50.46347008666964\n                            ],\n                            [\n                                -3.514997904598571,\n                                50.46345871171874\n                            ],\n                            [\n                                -3.5150682102239323,\n                                50.46338809530029\n                            ],\n                            [\n                                -3.515126788542356,\n                                50.46332527617617\n                            ],\n                            [\n                                -3.51517108146179,\n                                50.46327838197674\n                            ],\n                            [\n                                -3.515203129815694,\n                                50.463245137724215\n                            ],\n                            [\n                                -3.5152251180825784,\n                                50.46322776339481\n                            ],\n                            [\n                                -3.5152347469243663,\n                                50.46322044305947\n                            ],\n                            [\n                                -3.5152450799580968,\n                                50.46321311355192\n                            ],\n                            [\n                                -3.5152554417252624,\n                                50.4632066830356\n                            ],\n                            [\n                                -3.515267211879038,\n                                50.46320023417532\n                            ],\n                            [\n                                -3.5152789963981332,\n                                50.463194234809876\n                            ],\n                            [\n                                -3.5152908096515145,\n                                50.46318913443541\n                            ],\n                            [\n                                -3.5153026372710903,\n                                50.46318448355577\n                            ],\n                            [\n                                -3.515337487766911,\n                                50.46317278756192\n                            ],\n                            [\n                                -3.5153535118045482,\n                                50.463167182653294\n                            ],\n                            [\n                                -3.515371619681886,\n                                50.46316065123391\n                            ],\n                            [\n                                -3.5154093012881997,\n                                50.4631493680262\n                            ],\n                            [\n                                -3.5154225660134557,\n                                50.4631455977818\n                            ],\n                            [\n                                -3.515436549300358,\n                                50.46314226785937\n                            ],\n                            [\n                                -3.515451208038736,\n                                50.46313802977061\n                            ],\n                            [\n                                -3.515469373372448,\n                                50.46313329632028\n                            ],\n                            [\n                                -3.5154917638639187,\n                                50.4631285078299\n                            ],\n                            [\n                                -3.5155106764953805,\n                                50.46312511368834\n                            ],\n                            [\n                                -3.515527490914546,\n                                50.463122196559034\n                            ],\n                            [\n                                -3.515544319702597,\n                                50.46311972892335\n                            ],\n                            [\n                                -3.5155618670534032,\n                                50.463117701607906\n                            ],\n                            [\n                                -3.5155794287739885,\n                                50.46311612378584\n                            ],\n                            [\n                                -3.515597019236358,\n                                50.463115444953125\n                            ],\n                            [\n                                -3.5156146240698347,\n                                50.46311521561371\n                            ],\n                            [\n                                -3.515632257646761,\n                                50.463115885263605\n                            ],\n                            [\n                                -3.5156604684963355,\n                                50.46311686679869\n                            ],\n                            [\n                                -3.515671074513078,\n                                50.46311807767754\n                            ],\n                            [\n                                -3.5156922434308986,\n                                50.4631191509444\n                            ],\n                            [\n                                -3.5157721622351237,\n                                50.46312890214684\n                            ],\n                            [\n                                -3.5157792329164477,\n                                50.46312970939269\n                            ],\n                            [\n                                -3.5157912904459487,\n                                50.46313225039911\n                            ],\n                            [\n                                -3.515809700092309,\n                                50.46313515832707\n                            ],\n                            [\n                                -3.51582813848828,\n                                50.463138965243985\n                            ],\n                            [\n                                -3.515852986499879,\n                                50.463144937062125\n                            ],\n                            [\n                                -3.515936742591822,\n                                50.46316453118572\n                            ],\n                            [\n                                -3.5160035405887666,\n                                50.463182547489815\n                            ],\n                            [\n                                -3.516068154172363,\n                                50.46319834380478\n                            ],\n                            [\n                                -3.5160802261103608,\n                                50.46320133427681\n                            ],\n                            [\n                                -3.516120710230396,\n                                50.46321159911281\n                            ],\n                            [\n                                -3.516211537250557,\n                                50.463232000260824\n                            ],\n                            [\n                                -3.5162732479204526,\n                                50.46324513619445\n                            ],\n                            [\n                                -3.5163214782654757,\n                                50.4632553000056\n                            ],\n                            [\n                                -3.516371088263592,\n                                50.463264546448464\n                            ],\n                            [\n                                -3.516373215228445,\n                                50.463264968409604\n                            ],\n                            [\n                                -3.5163972872813116,\n                                50.463268701809326\n                            ],\n                            [\n                                -3.5164227821080924,\n                                50.46327286634278\n                            ],\n                            [\n                                -3.5164270360394636,\n                                50.46327371026306\n                            ],\n                            [\n                                -3.5164319941664197,\n                                50.4632745450046\n                            ],\n                            [\n                                -3.516436248098098,\n                                50.46327538892458\n                            ],\n                            [\n                                -3.5164412062253816,\n                                50.46327622366572\n                            ],\n                            [\n                                -3.5164454889166294,\n                                50.46327796657694\n                            ],\n                            [\n                                -3.516446911687232,\n                                50.463278397715385\n                            ],\n                            [\n                                -3.5164569429808776,\n                                50.46328366316293\n                            ],\n                            [\n                                -3.516464847310012,\n                                50.46328850665023\n                            ],\n                            [\n                                -3.5164720905847315,\n                                50.46329470780317\n                            ],\n                            [\n                                -3.5164750080270397,\n                                50.46329781755831\n                            ],\n                            [\n                                -3.5164847233924865,\n                                50.46331522856863\n                            ],\n                            [\n                                -3.5165010066146194,\n                                50.4633397488996\n                            ],\n                            [\n                                -3.5165025012885898,\n                                50.46334242751624\n                            ],\n                            [\n                                -3.5165046857789655,\n                                50.46334464745806\n                            ],\n                            [\n                                -3.5165061804533027,\n                                50.46334732607465\n                            ],\n                            [\n                                -3.516507761409352,\n                                50.463352701665926\n                            ],\n                            [\n                                -3.5165079483527393,\n                                50.46335854511108\n                            ],\n                            [\n                                -3.5165074310994417,\n                                50.463364397735305\n                            ],\n                            [\n                                -3.5164989811707135,\n                                50.46338654235612\n                            ],\n                            [\n                                -3.5164802131576303,\n                                50.46343850056086\n                            ],\n                            [\n                                -3.516465454597467,\n                                50.46348366125291\n                            ],\n                            [\n                                -3.5164391995599127,\n                                50.46356584581373\n                            ],\n                            [\n                                -3.5164160196735708,\n                                50.463634050106485\n                            ],\n                            [\n                                -3.516388241033984,\n                                50.463712657046145\n                            ],\n                            [\n                                -3.5163584934862606,\n                                50.463795786471415\n                            ],\n                            [\n                                -3.5163565965624435,\n                                50.46380255644274\n                            ],\n                            [\n                                -3.516354685259066,\n                                50.46380887691826\n                            ],\n                            [\n                                -3.5163527883342223,\n                                50.463815646889515\n                            ],\n                            [\n                                -3.516350172826255,\n                                50.46382197654312\n                            ],\n                            [\n                                -3.516346853113922,\n                                50.463828315374826\n                            ],\n                            [\n                                -3.516346192047145,\n                                50.46382967304032\n                            ],\n                            [\n                                -3.51634216812996,\n                                50.46383602105007\n                            ],\n                            [\n                                -3.5163367070461455,\n                                50.46384148842429\n                            ],\n                            [\n                                -3.5163256842232538,\n                                50.463849276701524\n                            ],\n                            [\n                                -3.5163227441369314,\n                                50.463851626391744\n                            ],\n                            [\n                                -3.5163222494757513,\n                                50.46385201956628\n                            ],\n                            [\n                                -3.516309157171452,\n                                50.46386118386333\n                            ],\n                            [\n                                -3.516300189438167,\n                                50.46386714662127\n                            ],\n                            [\n                                -3.516289813293887,\n                                50.46387312773415\n                            ],\n                            [\n                                -3.5162794227686245,\n                                50.463878659350335\n                            ],\n                            [\n                                -3.516271101719692,\n                                50.46388281494517\n                            ],\n                            [\n                                -3.5162474463270703,\n                                50.463892116900446\n                            ],\n                            [\n                                -3.5162342245957174,\n                                50.46389723572706\n                            ],\n                            [\n                                -3.516219594451838,\n                                50.46390237290701\n                            ],\n                            [\n                                -3.5162049499270895,\n                                50.46390706058935\n                            ],\n                            [\n                                -3.5162035558949434,\n                                50.46390752843976\n                            ],\n                            [\n                                -3.5161867987520337,\n                                50.463912243651684\n                            ],\n                            [\n                                -3.516170012851057,\n                                50.463916059869604\n                            ],\n                            [\n                                -3.5161608869399448,\n                                50.463917078163085\n                            ],\n                            [\n                                -3.5161383955088437,\n                                50.463918720313586\n                            ],\n                            [\n                                -3.516097652249297,\n                                50.463922399037585\n                            ],\n                            [\n                                -3.5160112362732128,\n                                50.46392982067596\n                            ],\n                            [\n                                -3.5159613325733123,\n                                50.46393343884343\n                            ],\n                            [\n                                -3.5158320232630573,\n                                50.4639433978489\n                            ],\n                            [\n                                -3.5158137282923017,\n                                50.463944085894695\n                            ],\n                            [\n                                -3.5158003483862506,\n                                50.463944260217836\n                            ],\n                            [\n                                -3.515749970392744,\n                                50.46394802837252\n                            ],\n                            [\n                                -3.5155935798240487,\n                                50.463959742941796\n                            ],\n                            [\n                                -3.5155520152925566,\n                                50.46396285657852\n                            ],\n                            [\n                                -3.51552414167019,\n                                50.46396494645506\n                            ],\n                            [\n                                -3.5155072263554237,\n                                50.46396471711452\n                            ],\n                            [\n                                -3.5154817599729906,\n                                50.46396145137541\n                            ],\n                            [\n                                -3.5154632347682986,\n                                50.46395626050959\n                            ],\n                            [\n                                -3.5154526144882103,\n                                50.4639532870391\n                            ],\n                            [\n                                -3.5154522448522414,\n                                50.4639531839299\n                            ],\n                            [\n                                -3.5154524678988195,\n                                50.46395310907526\n                            ],\n                            [\n                                -3.5154533043234717,\n                                50.46395282837038\n                            ],\n                            [\n                                -3.5154527814963323,\n                                50.4639483743238\n                            ],\n                            [\n                                -3.5154486644166183,\n                                50.46391302889449\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 75665.16324976414,\n            \"area_buildings_sqft\": 14545.733917856465,\n            \"density\": 19.223818852861335,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 7029.4651848536,\n            \"area_acre\": 1.7370331324555588,\n            \"area_buildings_m2\": 1351.3316534612102,\n            \"area_buildings_acre\": 0.3339241027974395\n        },\n        {\n            \"title_no\": \"DN61250\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Rainbow International Hotel, Belgrave Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"POWIS HOTELS LIMITED\",\n                    \"company_registration_no\": \"8111333\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Lincombe Hall Hotel, Lower Woodfield Road, Torquay TQ1 2JX\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5367462121832474,\n                                50.46580322741072\n                            ],\n                            [\n                                -3.5367579945756145,\n                                50.465797225891315\n                            ],\n                            [\n                                -3.536756404472245,\n                                50.465795987779714\n                            ],\n                            [\n                                -3.5366942884959442,\n                                50.465744554969824\n                            ],\n                            [\n                                -3.536656561263039,\n                                50.46571087729799\n                            ],\n                            [\n                                -3.536610223098015,\n                                50.4656723668202\n                            ],\n                            [\n                                -3.536558926298488,\n                                50.46563302244509\n                            ],\n                            [\n                                -3.5363980136271786,\n                                50.46549394677713\n                            ],\n                            [\n                                -3.536231881000328,\n                                50.46534594613573\n                            ],\n                            [\n                                -3.536217578084574,\n                                50.46533938973561\n                            ],\n                            [\n                                -3.5363395120842642,\n                                50.465293171005\n                            ],\n                            [\n                                -3.536413543463239,\n                                50.46526449286021\n                            ],\n                            [\n                                -3.53659744813901,\n                                50.465191373803904\n                            ],\n                            [\n                                -3.53661065340632,\n                                50.46518580318971\n                            ],\n                            [\n                                -3.5367901845612773,\n                                50.46511687868023\n                            ],\n                            [\n                                -3.536815429645172,\n                                50.46513498225433\n                            ],\n                            [\n                                -3.5368126710742294,\n                                50.46513681742854\n                            ],\n                            [\n                                -3.53684516529426,\n                                50.4651612107519\n                            ],\n                            [\n                                -3.536819587292112,\n                                50.46517629825348\n                            ],\n                            [\n                                -3.536814905483153,\n                                50.465178788389736\n                            ],\n                            [\n                                -3.536829150179901,\n                                50.46518876308337\n                            ],\n                            [\n                                -3.5369062795115935,\n                                50.46524260566426\n                            ],\n                            [\n                                -3.5369411307994016,\n                                50.46522235918146\n                            ],\n                            [\n                                -3.53706546279068,\n                                50.46530660627474\n                            ],\n                            [\n                                -3.5371425109514525,\n                                50.46535793154246\n                            ],\n                            [\n                                -3.5372298148780525,\n                                50.465421352654666\n                            ],\n                            [\n                                -3.537275288709889,\n                                50.46545492778599\n                            ],\n                            [\n                                -3.537306532391947,\n                                50.465484194090784\n                            ],\n                            [\n                                -3.537315260041882,\n                                50.46549262276217\n                            ],\n                            [\n                                -3.537458996986133,\n                                50.46562338015263\n                            ],\n                            [\n                                -3.537462634743659,\n                                50.465626929551675\n                            ],\n                            [\n                                -3.5374691477162967,\n                                50.46563223969078\n                            ],\n                            [\n                                -3.5374735334393614,\n                                50.46563712825694\n                            ],\n                            [\n                                -3.5374764378149863,\n                                50.46563978797932\n                            ],\n                            [\n                                -3.5374793276107166,\n                                50.46564199821043\n                            ],\n                            [\n                                -3.537482261147471,\n                                50.46564555691506\n                            ],\n                            [\n                                -3.5374837570765516,\n                                50.46564823524978\n                            ],\n                            [\n                                -3.537493320235724,\n                                50.46566070002165\n                            ],\n                            [\n                                -3.5375323573317106,\n                                50.465704334103016\n                            ],\n                            [\n                                -3.5375386443317627,\n                                50.46571136501698\n                            ],\n                            [\n                                -3.5375445260042557,\n                                50.465718931914196\n                            ],\n                            [\n                                -3.5375839539442167,\n                                50.46576158050218\n                            ],\n                            [\n                                -3.5376264175853995,\n                                50.465810934214794\n                            ],\n                            [\n                                -3.5377829552550946,\n                                50.4659887388361\n                            ],\n                            [\n                                -3.5378407623155863,\n                                50.46605497765523\n                            ],\n                            [\n                                -3.5378862330094933,\n                                50.466110137416045\n                            ],\n                            [\n                                -3.5379975349761073,\n                                50.466239973823335\n                            ],\n                            [\n                                -3.5380347197925723,\n                                50.46627860475624\n                            ],\n                            [\n                                -3.5380753250134283,\n                                50.46632276653956\n                            ],\n                            [\n                                -3.538113879686944,\n                                50.46636452712472\n                            ],\n                            [\n                                -3.5378770506148727,\n                                50.46647854987143\n                            ],\n                            [\n                                -3.537843980691631,\n                                50.466479886360965\n                            ],\n                            [\n                                -3.5378129068038873,\n                                50.466477598987375\n                            ],\n                            [\n                                -3.5377817308343165,\n                                50.46647216516786\n                            ],\n                            [\n                                -3.5377512591075684,\n                                50.46646672203193\n                            ],\n                            [\n                                -3.5377342261995675,\n                                50.46646290000297\n                            ],\n                            [\n                                -3.5377193205844155,\n                                50.46645949953918\n                            ],\n                            [\n                                -3.537674560004094,\n                                50.46644794966289\n                            ],\n                            [\n                                -3.537624738559099,\n                                50.46643241949987\n                            ],\n                            [\n                                -3.5376062534571204,\n                                50.46642726759302\n                            ],\n                            [\n                                -3.5375998249323524,\n                                50.46642456451196\n                            ],\n                            [\n                                -3.5375376510068834,\n                                50.4664191805411\n                            ],\n                            [\n                                -3.5374749011687774,\n                                50.46641776136534\n                            ],\n                            [\n                                -3.5374305343498134,\n                                50.46641834765547\n                            ],\n                            [\n                                -3.537360139983616,\n                                50.46642017722237\n                            ],\n                            [\n                                -3.5373553459734066,\n                                50.46640270290011\n                            ],\n                            [\n                                -3.5373505373874825,\n                                50.46638477908638\n                            ],\n                            [\n                                -3.53734512662613,\n                                50.4663700110162\n                            ],\n                            [\n                                -3.5373353009323396,\n                                50.4663494553932\n                            ],\n                            [\n                                -3.5373286129243238,\n                                50.466338751353724\n                            ],\n                            [\n                                -3.537316072362489,\n                                50.466321379388866\n                            ],\n                            [\n                                -3.5372845365371233,\n                                50.46628312327173\n                            ],\n                            [\n                                -3.5372633702682665,\n                                50.466260469067805\n                            ],\n                            [\n                                -3.5372473922479144,\n                                50.466250067645674\n                            ],\n                            [\n                                -3.5372360117085035,\n                                50.466242393515834\n                            ],\n                            [\n                                -3.537214800849687,\n                                50.4662227078056\n                            ],\n                            [\n                                -3.537169187268735,\n                                50.46618050056853\n                            ],\n                            [\n                                -3.537145917153471,\n                                50.46615814395002\n                            ],\n                            [\n                                -3.537044865905965,\n                                50.466061897601755\n                            ],\n                            [\n                                -3.536932334614411,\n                                50.46595923743577\n                            ],\n                            [\n                                -3.5369274720600656,\n                                50.46596137021655\n                            ],\n                            [\n                                -3.5368568445404946,\n                                50.46589080346292\n                            ],\n                            [\n                                -3.5367462121832474,\n                                50.46580322741072\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 86355.65262449732,\n            \"area_buildings_sqft\": 30397.486803896118,\n            \"density\": 35.2003440192553,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 8022.635881131301,\n            \"area_acre\": 1.982452998725834,\n            \"area_buildings_m2\": 2823.995429570431,\n            \"area_buildings_acre\": 0.6978302755715362\n        },\n        {\n            \"title_no\": \"DN609510\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.5089300092512077,\n                                    50.46676161421119\n                                ],\n                                [\n                                    -3.508930803633909,\n                                    50.466733453772555\n                                ],\n                                [\n                                    -3.5089300135237793,\n                                    50.46673076592367\n                                ],\n                                [\n                                    -3.508931983169726,\n                                    50.466726243551754\n                                ],\n                                [\n                                    -3.5089261345250415,\n                                    50.466719574164564\n                                ],\n                                [\n                                    -3.509027703804134,\n                                    50.466723203345396\n                                ],\n                                [\n                                    -3.5090220984337033,\n                                    50.46672417541336\n                                ],\n                                [\n                                    -3.5090179444941465,\n                                    50.46672647770392\n                                ],\n                                [\n                                    -3.509013819176068,\n                                    50.46672967898848\n                                ],\n                                [\n                                    -3.5090118209159757,\n                                    50.466733302367565\n                                ],\n                                [\n                                    -3.5090112168431937,\n                                    50.466736457981234\n                                ],\n                                [\n                                    -3.509008571423828,\n                                    50.46676401287284\n                                ],\n                                [\n                                    -3.5090064558126413,\n                                    50.46676395037581\n                                ],\n                                [\n                                    -3.5089300092512077,\n                                    50.46676161421119\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5099704774483604,\n                                    50.46621766959758\n                                ],\n                                [\n                                    -3.509857645155932,\n                                    50.466302774911455\n                                ],\n                                [\n                                    -3.5097847708811245,\n                                    50.46635948126535\n                                ],\n                                [\n                                    -3.5097842957266363,\n                                    50.466366682355215\n                                ],\n                                [\n                                    -3.5098193477574693,\n                                    50.46638331543358\n                                ],\n                                [\n                                    -3.5098339337813678,\n                                    50.46639886504548\n                                ],\n                                [\n                                    -3.5098411194072887,\n                                    50.46640326862374\n                                ],\n                                [\n                                    -3.5098561519510043,\n                                    50.466410718148886\n                                ],\n                                [\n                                    -3.509869114723344,\n                                    50.46641954358071\n                                ],\n                                [\n                                    -3.509881373256112,\n                                    50.46642837815042\n                                ],\n                                [\n                                    -3.509892251942641,\n                                    50.46643812999149\n                                ],\n                                [\n                                    -3.5099255922741777,\n                                    50.46646737636865\n                                ],\n                                [\n                                    -3.5099414722926108,\n                                    50.466479311711794\n                                ],\n                                [\n                                    -3.50995905109967,\n                                    50.46649149481519\n                                ],\n                                [\n                                    -3.5099553398213463,\n                                    50.466494420950454\n                                ],\n                                [\n                                    -3.5099664453066377,\n                                    50.46650686793764\n                                ],\n                                [\n                                    -3.510129003824226,\n                                    50.4665937952772\n                                ],\n                                [\n                                    -3.5100706236763544,\n                                    50.46663309082835\n                                ],\n                                [\n                                    -3.5100737954338945,\n                                    50.46663003678722\n                                ],\n                                [\n                                    -3.5100744710393372,\n                                    50.466629128652926\n                                ],\n                                [\n                                    -3.5100785103504797,\n                                    50.466623230350244\n                                ],\n                                [\n                                    -3.5100818310924793,\n                                    50.46661689169117\n                                ],\n                                [\n                                    -3.510083024771467,\n                                    50.466610130957\n                                ],\n                                [\n                                    -3.510082162993351,\n                                    50.46660519563212\n                                ],\n                                [\n                                    -3.5100805396845858,\n                                    50.46659847146039\n                                ],\n                                [\n                                    -3.510076113710187,\n                                    50.46659223334781\n                                ],\n                                [\n                                    -3.5100717163787625,\n                                    50.466586894228755\n                                ],\n                                [\n                                    -3.5100652292218197,\n                                    50.466582301726056\n                                ],\n                                [\n                                    -3.5100264036856768,\n                                    50.46655780328075\n                                ],\n                                [\n                                    -3.5099998024056527,\n                                    50.4665410605861\n                                ],\n                                [\n                                    -3.509940937298269,\n                                    50.46650674930223\n                                ],\n                                [\n                                    -3.509923591502096,\n                                    50.466493034250824\n                                ],\n                                [\n                                    -3.509890912440954,\n                                    50.4664624302432\n                                ],\n                                [\n                                    -3.509869916581836,\n                                    50.46644471540826\n                                ],\n                                [\n                                    -3.509856925164795,\n                                    50.46643499098278\n                                ],\n                                [\n                                    -3.5098483024062666,\n                                    50.466429706690086\n                                ],\n                                [\n                                    -3.509831818413405,\n                                    50.46642092695133\n                                ],\n                                [\n                                    -3.509817404203984,\n                                    50.46641077130248\n                                ],\n                                [\n                                    -3.509805117051064,\n                                    50.46640103773199\n                                ],\n                                [\n                                    -3.5097941954364633,\n                                    50.466389937391654\n                                ],\n                                [\n                                    -3.5097863055730905,\n                                    50.46638554294924\n                                ],\n                                [\n                                    -3.5097741902487742,\n                                    50.466381203338635\n                                ],\n                                [\n                                    -3.5097649634907677,\n                                    50.46637907465688\n                                ],\n                                [\n                                    -3.509562272893575,\n                                    50.46636371739779\n                                ],\n                                [\n                                    -3.509444320660586,\n                                    50.466354455361426\n                                ],\n                                [\n                                    -3.509359263506341,\n                                    50.46634719474663\n                                ],\n                                [\n                                    -3.509306563776191,\n                                    50.46634275202921\n                                ],\n                                [\n                                    -3.5092373904880114,\n                                    50.46633870285769\n                                ],\n                                [\n                                    -3.5092318830776255,\n                                    50.46633832461712\n                                ],\n                                [\n                                    -3.509105382133261,\n                                    50.46633052217914\n                                ],\n                                [\n                                    -3.509085777814907,\n                                    50.466334373924816\n                                ],\n                                [\n                                    -3.5090739487924965,\n                                    50.4663390241824\n                                ],\n                                [\n                                    -3.5090524320933323,\n                                    50.46634919628523\n                                ],\n                                [\n                                    -3.509044124281738,\n                                    50.46635380086804\n                                ],\n                                [\n                                    -3.5090372392667692,\n                                    50.46635883667887\n                                ],\n                                [\n                                    -3.509033156914278,\n                                    50.46636338645534\n                                ],\n                                [\n                                    -3.5090291318046187,\n                                    50.46636973422004\n                                ],\n                                [\n                                    -3.5090265151816995,\n                                    50.46637606371624\n                                ],\n                                [\n                                    -3.5090098946953505,\n                                    50.466504618731456\n                                ],\n                                [\n                                    -3.509001925003539,\n                                    50.46662163960053\n                                ],\n                                [\n                                    -3.5090017949987073,\n                                    50.46662640792326\n                                ],\n                                [\n                                    -3.5090011290092904,\n                                    50.466640896343904\n                                ],\n                                [\n                                    -3.508958138407396,\n                                    50.46664046462088\n                                ],\n                                [\n                                    -3.508959066074492,\n                                    50.466625343250925\n                                ],\n                                [\n                                    -3.5089834131983237,\n                                    50.46637212592304\n                                ],\n                                [\n                                    -3.5089854114459733,\n                                    50.466368502544334\n                                ],\n                                [\n                                    -3.508985296962079,\n                                    50.46636490656745\n                                ],\n                                [\n                                    -3.5089844925449887,\n                                    50.46636176922165\n                                ],\n                                [\n                                    -3.5089829695738923,\n                                    50.46635819151265\n                                ],\n                                [\n                                    -3.508979980874118,\n                                    50.46635283408298\n                                ],\n                                [\n                                    -3.508975612308813,\n                                    50.46634839391524\n                                ],\n                                [\n                                    -3.508947874068914,\n                                    50.466325577023646\n                                ],\n                                [\n                                    -3.5089475993014525,\n                                    50.4663253557459\n                                ],\n                                [\n                                    -3.508931480037239,\n                                    50.466312092310076\n                                ],\n                                [\n                                    -3.5087924293728916,\n                                    50.46630400261121\n                                ],\n                                [\n                                    -3.5086489403382624,\n                                    50.4662937038978\n                                ],\n                                [\n                                    -3.508617304990956,\n                                    50.46629143399929\n                                ],\n                                [\n                                    -3.5085888466863295,\n                                    50.46628981540862\n                                ],\n                                [\n                                    -3.508456379992523,\n                                    50.466282278487014\n                                ],\n                                [\n                                    -3.50835115487246,\n                                    50.466274433215105\n                                ],\n                                [\n                                    -3.508321960235046,\n                                    50.466272257505125\n                                ],\n                                [\n                                    -3.5083071624059823,\n                                    50.46627128916434\n                                ],\n                                [\n                                    -3.5083067199870555,\n                                    50.466271555715835\n                                ],\n                                [\n                                    -3.5082598001653933,\n                                    50.4662685215467\n                                ],\n                                [\n                                    -3.508177397300642,\n                                    50.46626318627632\n                                ],\n                                [\n                                    -3.508177668985697,\n                                    50.46626286797661\n                                ],\n                                [\n                                    -3.508350590896738,\n                                    50.46605745962874\n                                ],\n                                [\n                                    -3.5083634850943253,\n                                    50.46604200324991\n                                ],\n                                [\n                                    -3.5084625846150943,\n                                    50.46592380092033\n                                ],\n                                [\n                                    -3.508543298750049,\n                                    50.46582562293083\n                                ],\n                                [\n                                    -3.5085670600186107,\n                                    50.465797434507536\n                                ],\n                                [\n                                    -3.508590849872056,\n                                    50.465770145073954\n                                ],\n                                [\n                                    -3.508605152384234,\n                                    50.46575467040603\n                                ],\n                                [\n                                    -3.508619512113945,\n                                    50.46574099372528\n                                ],\n                                [\n                                    -3.50863253490072,\n                                    50.465729582792456\n                                ],\n                                [\n                                    -3.508664675341366,\n                                    50.465699037282555\n                                ],\n                                [\n                                    -3.5086804864265044,\n                                    50.4656866908223\n                                ],\n                                [\n                                    -3.5086956218846224,\n                                    50.46567525248651\n                                ],\n                                [\n                                    -3.5087204162967245,\n                                    50.46565739333668\n                                ],\n                                [\n                                    -3.5087307937963197,\n                                    50.465651412888654\n                                ],\n                                [\n                                    -3.5087391301327955,\n                                    50.4656477073229\n                                ],\n                                [\n                                    -3.5087474807758294,\n                                    50.4656444512538\n                                ],\n                                [\n                                    -3.50875653565078,\n                                    50.46564118605161\n                                ],\n                                [\n                                    -3.5087642106744674,\n                                    50.4656388381082\n                                ],\n                                [\n                                    -3.508777448020648,\n                                    50.465634169617644\n                                ],\n                                [\n                                    -3.508787531742326,\n                                    50.46563224011909\n                                ],\n                                [\n                                    -3.508791461138461,\n                                    50.46563173947897\n                                ],\n                                [\n                                    -3.508800616166426,\n                                    50.46563162075387\n                                ],\n                                [\n                                    -3.5088055601052535,\n                                    50.46563200632184\n                                ],\n                                [\n                                    -3.5088097998112286,\n                                    50.46563240102241\n                                ],\n                                [\n                                    -3.5088147437502033,\n                                    50.46563278658999\n                                ],\n                                [\n                                    -3.508823933118873,\n                                    50.465633746656344\n                                ],\n                                [\n                                    -3.5088260544028613,\n                                    50.465633988956014\n                                ],\n                                [\n                                    -3.508835970898849,\n                                    50.46563565908399\n                                ],\n                                [\n                                    -3.5088465916285076,\n                                    50.46563732007813\n                                ],\n                                [\n                                    -3.5088508456441097,\n                                    50.46563816427438\n                                ],\n                                [\n                                    -3.508855099659862,\n                                    50.46563900847049\n                                ],\n                                [\n                                    -3.5088891174820085,\n                                    50.46564531253647\n                                ],\n                                [\n                                    -3.508908993411827,\n                                    50.46565000127231\n                                ],\n                                [\n                                    -3.50891750144759,\n                                    50.46565168966005\n                                ],\n                                [\n                                    -3.508955140621959,\n                                    50.46566109451953\n                                ],\n                                [\n                                    -3.5089693826977504,\n                                    50.465665856314125\n                                ],\n                                [\n                                    -3.5089714953978643,\n                                    50.46566582891284\n                                ],\n                                [\n                                    -3.508995307507974,\n                                    50.465683507382586\n                                ],\n                                [\n                                    -3.509013156625366,\n                                    50.46569092048505\n                                ],\n                                [\n                                    -3.5090303444461926,\n                                    50.46569969121028\n                                ],\n                                [\n                                    -3.5090638727637593,\n                                    50.465712746815846\n                                ],\n                                [\n                                    -3.509076763641702,\n                                    50.46571932485427\n                                ],\n                                [\n                                    -3.509091767225885,\n                                    50.46572587548773\n                                ],\n                                [\n                                    -3.509103206708761,\n                                    50.465731123300735\n                                ],\n                                [\n                                    -3.509111829256667,\n                                    50.4657364076511\n                                ],\n                                [\n                                    -3.5091254386936193,\n                                    50.4657434260465\n                                ],\n                                [\n                                    -3.5091340755578195,\n                                    50.465749159892326\n                                ],\n                                [\n                                    -3.509141246708218,\n                                    50.4657531140186\n                                ],\n                                [\n                                    -3.509146966455347,\n                                    50.465755737922734\n                                ],\n                                [\n                                    -3.5091591817453534,\n                                    50.46576322408086\n                                ],\n                                [\n                                    -3.50916781861724,\n                                    50.46576895792407\n                                ],\n                                [\n                                    -3.509177188350144,\n                                    50.465775581625856\n                                ],\n                                [\n                                    -3.5091923493995756,\n                                    50.46578707671423\n                                ],\n                                [\n                                    -3.5092942658475517,\n                                    50.465868046586834\n                                ],\n                                [\n                                    -3.5093224610467737,\n                                    50.46589061464036\n                                ],\n                                [\n                                    -3.5093404963699273,\n                                    50.46590387115315\n                                ],\n                                [\n                                    -3.5093541488300235,\n                                    50.465912238012066\n                                ],\n                                [\n                                    -3.5093599258633326,\n                                    50.46591665989367\n                                ],\n                                [\n                                    -3.509375648099923,\n                                    50.465923650850314\n                                ],\n                                [\n                                    -3.5093856362453595,\n                                    50.465927568415985\n                                ],\n                                [\n                                    -3.509397075809298,\n                                    50.4659328161992\n                                ],\n                                [\n                                    -3.509407753881391,\n                                    50.465936275129486\n                                ],\n                                [\n                                    -3.5094177420321024,\n                                    50.465940192692344\n                                ],\n                                [\n                                    -3.509433335454252,\n                                    50.46594313816758\n                                ],\n                                [\n                                    -3.5094546629803647,\n                                    50.46594915702633\n                                ],\n                                [\n                                    -3.509472397749826,\n                                    50.46595297408015\n                                ],\n                                [\n                                    -3.509503498719786,\n                                    50.4659561680315\n                                ],\n                                [\n                                    -3.509514823781094,\n                                    50.46595781982669\n                                ],\n                                [\n                                    -3.5095268101344796,\n                                    50.46595811399251\n                                ],\n                                [\n                                    -3.509539515041054,\n                                    50.46595884851689\n                                ],\n                                [\n                                    -3.5095472473383476,\n                                    50.46595829850992\n                                ],\n                                [\n                                    -3.509552881238557,\n                                    50.46595822541148\n                                ],\n                                [\n                                    -3.509559190744827,\n                                    50.46595724418136\n                                ],\n                                [\n                                    -3.509573203915661,\n                                    50.46595481394817\n                                ],\n                                [\n                                    -3.5097431595780897,\n                                    50.46591573467017\n                                ],\n                                [\n                                    -3.509832671884956,\n                                    50.46589478704454\n                                ],\n                                [\n                                    -3.5098725699472384,\n                                    50.46588662466578\n                                ],\n                                [\n                                    -3.5098739641012875,\n                                    50.465886156890335\n                                ],\n                                [\n                                    -3.5098886957893387,\n                                    50.465884166977155\n                                ],\n                                [\n                                    -3.5099034417950596,\n                                    50.465882626559086\n                                ],\n                                [\n                                    -3.509918906355132,\n                                    50.46588152649661\n                                ],\n                                [\n                                    -3.5099336809974258,\n                                    50.46588088506859\n                                ],\n                                [\n                                    -3.5099414275961824,\n                                    50.46588078453255\n                                ],\n                                [\n                                    -3.5099562308767664,\n                                    50.4658810420956\n                                ],\n                                [\n                                    -3.5099710484770528,\n                                    50.46588174915369\n                                ],\n                                [\n                                    -3.509986598953464,\n                                    50.46588334606386\n                                ],\n                                [\n                                    -3.5100014451945896,\n                                    50.46588495211195\n                                ],\n                                [\n                                    -3.5100164551959687,\n                                    50.46588727552522\n                                ],\n                                [\n                                    -3.5100205598147016,\n                                    50.465887851808176\n                                ],\n                                [\n                                    -3.510029639912326,\n                                    50.46588980249985\n                                ],\n                                [\n                                    -3.5100468027225618,\n                                    50.46589335707994\n                                ],\n                                [\n                                    -3.5100779896123195,\n                                    50.465899247859326\n                                ],\n                                [\n                                    -3.510117741916205,\n                                    50.46590862491705\n                                ],\n                                [\n                                    -3.5101425763730685,\n                                    50.465914148448455\n                                ],\n                                [\n                                    -3.510164593888605,\n                                    50.46591970853864\n                                ],\n                                [\n                                    -3.5101865970875807,\n                                    50.4659248191277\n                                ],\n                                [\n                                    -3.510210784611302,\n                                    50.465932149773145\n                                ],\n                                [\n                                    -3.5102271396028786,\n                                    50.46593688398784\n                                ],\n                                [\n                                    -3.5102413675643387,\n                                    50.465941196127766\n                                ],\n                                [\n                                    -3.5102548769689426,\n                                    50.46594506791064\n                                ],\n                                [\n                                    -3.5102712749366662,\n                                    50.46595115060966\n                                ],\n                                [\n                                    -3.5102883485005747,\n                                    50.46595632517082\n                                ],\n                                [\n                                    -3.510300478084108,\n                                    50.46596111422562\n                                ],\n                                [\n                                    -3.510253451170218,\n                                    50.46599760936873\n                                ],\n                                [\n                                    -3.5102261963850268,\n                                    50.46601783913355\n                                ],\n                                [\n                                    -3.5101885613171655,\n                                    50.4660439595704\n                                ],\n                                [\n                                    -3.5101702272062183,\n                                    50.466052291840064\n                                ],\n                                [\n                                    -3.5100711997791794,\n                                    50.46612840439524\n                                ],\n                                [\n                                    -3.5100691386138294,\n                                    50.46613005000551\n                                ],\n                                [\n                                    -3.5100578850957698,\n                                    50.46613064574938\n                                ],\n                                [\n                                    -3.509963005445591,\n                                    50.46620427608867\n                                ],\n                                [\n                                    -3.5099704774483604,\n                                    50.46621766959758\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5104220405559627,\n                                    50.46652321349806\n                                ],\n                                [\n                                    -3.5104216481837947,\n                                    50.4665232815475\n                                ],\n                                [\n                                    -3.5104162825969643,\n                                    50.466524259563634\n                                ],\n                                [\n                                    -3.5103892721284806,\n                                    50.466529169997564\n                                ],\n                                [\n                                    -3.510335960000577,\n                                    50.466544431800116\n                                ],\n                                [\n                                    -3.510335038416976,\n                                    50.466544695585924\n                                ],\n                                [\n                                    -3.510331282230798,\n                                    50.466545769623295\n                                ],\n                                [\n                                    -3.510329243593395,\n                                    50.4665463536943\n                                ],\n                                [\n                                    -3.510436558476971,\n                                    50.46646277652629\n                                ],\n                                [\n                                    -3.5104365722753808,\n                                    50.46646276735351\n                                ],\n                                [\n                                    -3.5104768034365037,\n                                    50.46643144178295\n                                ],\n                                [\n                                    -3.510474962871934,\n                                    50.466440009650974\n                                ],\n                                [\n                                    -3.5104772475010826,\n                                    50.466445376183586\n                                ],\n                                [\n                                    -3.5104913467150123,\n                                    50.466445642819906\n                                ],\n                                [\n                                    -3.510506178823411,\n                                    50.46644679930496\n                                ],\n                                [\n                                    -3.5105111371846873,\n                                    50.466447634296344\n                                ],\n                                [\n                                    -3.5105253223501505,\n                                    50.46645059790925\n                                ],\n                                [\n                                    -3.5105381276787333,\n                                    50.4664544788007\n                                ],\n                                [\n                                    -3.510545256076384,\n                                    50.466457084347674\n                                ],\n                                [\n                                    -3.5105759047545693,\n                                    50.466446073910404\n                                ],\n                                [\n                                    -3.510737382646675,\n                                    50.46633992065034\n                                ],\n                                [\n                                    -3.510743520251994,\n                                    50.46633354539485\n                                ],\n                                [\n                                    -3.5107703553123972,\n                                    50.46631341089646\n                                ],\n                                [\n                                    -3.510809100789244,\n                                    50.46633539191123\n                                ],\n                                [\n                                    -3.510783674219304,\n                                    50.46635550812876\n                                ],\n                                [\n                                    -3.5107753665774717,\n                                    50.466360112833726\n                                ],\n                                [\n                                    -3.5107387867024427,\n                                    50.466383971331446\n                                ],\n                                [\n                                    -3.510718721815075,\n                                    50.46639547394044\n                                ],\n                                [\n                                    -3.510692433337101,\n                                    50.46641065481868\n                                ],\n                                [\n                                    -3.5106619480304317,\n                                    50.466426789549274\n                                ],\n                                [\n                                    -3.510594020863122,\n                                    50.466461847404624\n                                ],\n                                [\n                                    -3.510557930181412,\n                                    50.46647895425135\n                                ],\n                                [\n                                    -3.510519769713241,\n                                    50.46649743700715\n                                ],\n                                [\n                                    -3.5104917170489394,\n                                    50.46650722656335\n                                ],\n                                [\n                                    -3.5104689041467725,\n                                    50.46651518533066\n                                ],\n                                [\n                                    -3.5104220405559627,\n                                    50.46652321349806\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 78145.86651309575,\n            \"area_buildings_sqft\": 116.25023250100539,\n            \"density\": 0.1487605649385487,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 7259.928141313244,\n            \"area_acre\": 1.7939822431840164,\n            \"area_buildings_m2\": 10.79991011715026,\n            \"area_buildings_acre\": 0.002668738119857791\n        },\n        {\n            \"title_no\": \"DN60439\",\n            \"tenure\": \"Freehold\",\n            \"height\": 23.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"The English Riviera Centre, Chestnut Avenue, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.537963953834634,\n                                50.46470564651715\n                            ],\n                            [\n                                -3.5379643080202263,\n                                50.464694849419665\n                            ],\n                            [\n                                -3.5379639725807346,\n                                50.46468451112243\n                            ],\n                            [\n                                -3.5379621995545305,\n                                50.46467329246088\n                            ],\n                            [\n                                -3.537962097464448,\n                                50.46467014602258\n                            ],\n                            [\n                                -3.5379602369336642,\n                                50.46465623041385\n                            ],\n                            [\n                                -3.5379570846605746,\n                                50.464645929352585\n                            ],\n                            [\n                                -3.5379539178047015,\n                                50.46463517880004\n                            ],\n                            [\n                                -3.537953169843543,\n                                50.46463383963543\n                            ],\n                            [\n                                -3.5379467048797144,\n                                50.464608293109144\n                            ],\n                            [\n                                -3.537942731732345,\n                                50.46459440542673\n                            ],\n                            [\n                                -3.5379426004756986,\n                                50.46459036000594\n                            ],\n                            [\n                                -3.5379431734269393,\n                                50.46458630527627\n                            ],\n                            [\n                                -3.537943042170292,\n                                50.46458225985548\n                            ],\n                            [\n                                -3.5379437026258596,\n                                50.46458090207298\n                            ],\n                            [\n                                -3.5379436338777888,\n                                50.46455706973055\n                            ],\n                            [\n                                -3.5379434151168887,\n                                50.46455032736255\n                            ],\n                            [\n                                -3.537946061108728,\n                                50.46452331134592\n                            ],\n                            [\n                                -3.537946002772459,\n                                50.46452151338113\n                            ],\n                            [\n                                -3.5379474882777453,\n                                50.464502157332646\n                            ],\n                            [\n                                -3.5379498967495784,\n                                50.46448953434322\n                            ],\n                            [\n                                -3.537949657161424,\n                                50.46443872321916\n                            ],\n                            [\n                                -3.5379622679854794,\n                                50.46444784698656\n                            ],\n                            [\n                                -3.537982461935307,\n                                50.464437075419454\n                            ],\n                            [\n                                -3.538140375016034,\n                                50.46435298342993\n                            ],\n                            [\n                                -3.5381772706525725,\n                                50.464333680858616\n                            ],\n                            [\n                                -3.5382014333300176,\n                                50.4643210310651\n                            ],\n                            [\n                                -3.538203871869018,\n                                50.46431975769671\n                            ],\n                            [\n                                -3.5382809809621176,\n                                50.464279624676145\n                            ],\n                            [\n                                -3.53835902466724,\n                                50.46424788833695\n                            ],\n                            [\n                                -3.5385145320175733,\n                                50.46418739108497\n                            ],\n                            [\n                                -3.5385823541670822,\n                                50.46416588966651\n                            ],\n                            [\n                                -3.5386842649607577,\n                                50.46413846022548\n                            ],\n                            [\n                                -3.5387517675204685,\n                                50.46412144178729\n                            ],\n                            [\n                                -3.5387705370176654,\n                                50.464116714687535\n                            ],\n                            [\n                                -3.5388172607523765,\n                                50.46410589786886\n                            ],\n                            [\n                                -3.538834314679656,\n                                50.464141206336805\n                            ],\n                            [\n                                -3.5388489376687287,\n                                50.464171510494424\n                            ],\n                            [\n                                -3.5388528146000406,\n                                50.46417982333823\n                            ],\n                            [\n                                -3.539005647639738,\n                                50.46450784284525\n                            ],\n                            [\n                                -3.5391079302077455,\n                                50.46471445966228\n                            ],\n                            [\n                                -3.5390783376486215,\n                                50.46472478016145\n                            ],\n                            [\n                                -3.5386402510417634,\n                                50.46482006178502\n                            ],\n                            [\n                                -3.5386465189463596,\n                                50.46482910747712\n                            ],\n                            [\n                                -3.538746859459935,\n                                50.464973756846746\n                            ],\n                            [\n                                -3.5387769140471628,\n                                50.46504059609458\n                            ],\n                            [\n                                -3.5387850240009984,\n                                50.46505863807668\n                            ],\n                            [\n                                -3.538793270934489,\n                                50.46507699302524\n                            ],\n                            [\n                                -3.538806740820983,\n                                50.465106925707694\n                            ],\n                            [\n                                -3.5388219579611797,\n                                50.46514076551648\n                            ],\n                            [\n                                -3.538825557445708,\n                                50.46514877624476\n                            ],\n                            [\n                                -3.538832573981241,\n                                50.46516438640464\n                            ],\n                            [\n                                -3.538846270879169,\n                                50.46517830733019\n                            ],\n                            [\n                                -3.5388199612522113,\n                                50.46518429435387\n                            ],\n                            [\n                                -3.5388501588938044,\n                                50.4652364360172\n                            ],\n                            [\n                                -3.5388620864870575,\n                                50.465257053653076\n                            ],\n                            [\n                                -3.5388761635045967,\n                                50.465282247621246\n                            ],\n                            [\n                                -3.5389094075002214,\n                                50.46527544936847\n                            ],\n                            [\n                                -3.5389382282669652,\n                                50.46526955502029\n                            ],\n                            [\n                                -3.5389672030786192,\n                                50.465263631646216\n                            ],\n                            [\n                                -3.5391792227465957,\n                                50.465220283405\n                            ],\n                            [\n                                -3.539209205438481,\n                                50.465214157769275\n                            ],\n                            [\n                                -3.5392448428689733,\n                                50.465206869077754\n                            ],\n                            [\n                                -3.539250574140014,\n                                50.465218476042246\n                            ],\n                            [\n                                -3.539257525944319,\n                                50.465232522133086\n                            ],\n                            [\n                                -3.5392764521746884,\n                                50.4652707916636\n                            ],\n                            [\n                                -3.5392938402343574,\n                                50.46530595174121\n                            ],\n                            [\n                                -3.5391980439105932,\n                                50.46534991213578\n                            ],\n                            [\n                                -3.539003112137612,\n                                50.46543959464795\n                            ],\n                            [\n                                -3.538967585324677,\n                                50.46545593843603\n                            ],\n                            [\n                                -3.5386206840368253,\n                                50.46562106379891\n                            ],\n                            [\n                                -3.5385651486736527,\n                                50.46564653084173\n                            ],\n                            [\n                                -3.538562789331295,\n                                50.46564764128369\n                            ],\n                            [\n                                -3.5384062157495677,\n                                50.46572058192834\n                            ],\n                            [\n                                -3.538371509291516,\n                                50.46573659990568\n                            ],\n                            [\n                                -3.538323881716518,\n                                50.46564972116423\n                            ],\n                            [\n                                -3.5382753350008658,\n                                50.46555188226765\n                            ],\n                            [\n                                -3.538158414600246,\n                                50.4653253034442\n                            ],\n                            [\n                                -3.538149032283392,\n                                50.465307125349014\n                            ],\n                            [\n                                -3.5380762744510683,\n                                50.46517093363313\n                            ],\n                            [\n                                -3.5380755410633133,\n                                50.46517004396067\n                            ],\n                            [\n                                -3.5380753952070267,\n                                50.46516554904944\n                            ],\n                            [\n                                -3.538077099458307,\n                                50.465152935368565\n                            ],\n                            [\n                                -3.53808056630099,\n                                50.465129505971184\n                            ],\n                            [\n                                -3.5380803037592234,\n                                50.4651214151309\n                            ],\n                            [\n                                -3.5380793370019386,\n                                50.465113333600435\n                            ],\n                            [\n                                -3.5380785598581537,\n                                50.465111095454596\n                            ],\n                            [\n                                -3.538077636858263,\n                                50.465104362397504\n                            ],\n                            [\n                                -3.5380745282845227,\n                                50.465095409814076\n                            ],\n                            [\n                                -3.538072226026125,\n                                50.46508959435871\n                            ],\n                            [\n                                -3.5380685153379026,\n                                50.465083797522745\n                            ],\n                            [\n                                -3.5380655088657176,\n                                50.465077991376965\n                            ],\n                            [\n                                -3.5380647608941587,\n                                50.465076652213284\n                            ],\n                            [\n                                -3.5380572228393294,\n                                50.46506146261165\n                            ],\n                            [\n                                -3.5380267019121647,\n                                50.46501105180525\n                            ],\n                            [\n                                -3.5380228891405183,\n                                50.46500210852964\n                            ],\n                            [\n                                -3.5380175950176525,\n                                50.464990936416996\n                            ],\n                            [\n                                -3.5380098819732235,\n                                50.46497035291798\n                            ],\n                            [\n                                -3.537998987463002,\n                                50.46493856937665\n                            ],\n                            [\n                                -3.5379942663034685,\n                                50.464923342532956\n                            ],\n                            [\n                                -3.5379876116740863,\n                                50.464891952625614\n                            ],\n                            [\n                                -3.5379850469135015,\n                                50.46487804632717\n                            ],\n                            [\n                                -3.537978936078932,\n                                50.46484170270691\n                            ],\n                            [\n                                -3.5379771698751195,\n                                50.464828523333566\n                            ],\n                            [\n                                -3.537965926883144,\n                                50.46474474294088\n                            ],\n                            [\n                                -3.537963953834634,\n                                50.46470564651715\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 102684.63756405149,\n            \"area_buildings_sqft\": 38126.421389252144,\n            \"density\": 37.12962551527736,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 9539.635596808947,\n            \"area_acre\": 2.3573149119387393,\n            \"area_buildings_m2\": 3542.0309726172563,\n            \"area_buildings_acre\": 0.8752621990186442\n        },\n        {\n            \"title_no\": \"DN604352\",\n            \"tenure\": \"Freehold\",\n            \"height\": 17.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5338548847020568,\n                                50.46377365474574\n                            ],\n                            [\n                                -3.533971784982521,\n                                50.463800524511534\n                            ],\n                            [\n                                -3.533981920123734,\n                                50.46380893487389\n                            ],\n                            [\n                                -3.5339855720272513,\n                                50.463812933878394\n                            ],\n                            [\n                                -3.534012558311871,\n                                50.46384135782867\n                            ],\n                            [\n                                -3.534018410093887,\n                                50.46384802592945\n                            ],\n                            [\n                                -3.534059736287157,\n                                50.4639059399278\n                            ],\n                            [\n                                -3.534082584756206,\n                                50.46393711652483\n                            ],\n                            [\n                                -3.5340922048611088,\n                                50.463951379559184\n                            ],\n                            [\n                                -3.534101839519221,\n                                50.46396609208469\n                            ],\n                            [\n                                -3.534114509195953,\n                                50.463987509847406\n                            ],\n                            [\n                                -3.534197787746629,\n                                50.464122665909684\n                            ],\n                            [\n                                -3.534238744822671,\n                                50.46419092744018\n                            ],\n                            [\n                                -3.5342492147195035,\n                                50.46420967609368\n                            ],\n                            [\n                                -3.5343097616175565,\n                                50.46431725144084\n                            ],\n                            [\n                                -3.5343269768100307,\n                                50.46434850227957\n                            ],\n                            [\n                                -3.534375057841028,\n                                50.46444095273895\n                            ],\n                            [\n                                -3.5343902187023994,\n                                50.4644740293966\n                            ],\n                            [\n                                -3.534403703440841,\n                                50.46449885397504\n                            ],\n                            [\n                                -3.534488319480303,\n                                50.464653508464636\n                            ],\n                            [\n                                -3.534559381313377,\n                                50.46478118076667\n                            ],\n                            [\n                                -3.534585600382598,\n                                50.46482940079145\n                            ],\n                            [\n                                -3.5345879167538548,\n                                50.46483566581192\n                            ],\n                            [\n                                -3.534641175704778,\n                                50.464935692485874\n                            ],\n                            [\n                                -3.5346703921027576,\n                                50.46496768433685\n                            ],\n                            [\n                                -3.5346872439418964,\n                                50.46498769781826\n                            ],\n                            [\n                                -3.5347017939534906,\n                                50.46500189577113\n                            ],\n                            [\n                                -3.534704829117772,\n                                50.46500860099135\n                            ],\n                            [\n                                -3.5347216518787343,\n                                50.465027715483714\n                            ],\n                            [\n                                -3.5347776173766294,\n                                50.46510252409753\n                            ],\n                            [\n                                -3.5348122146855356,\n                                50.46514838512761\n                            ],\n                            [\n                                -3.5348541598984498,\n                                50.46520359257143\n                            ],\n                            [\n                                -3.534861536848064,\n                                50.46521383797946\n                            ],\n                            [\n                                -3.5349413970469583,\n                                50.46530856705401\n                            ],\n                            [\n                                -3.53498374109066,\n                                50.465354325829054\n                            ],\n                            [\n                                -3.5350340500004593,\n                                50.46540672475841\n                            ],\n                            [\n                                -3.535082892349103,\n                                50.46545734428109\n                            ],\n                            [\n                                -3.5351017407449925,\n                                50.46547373388867\n                            ],\n                            [\n                                -3.5352201740069793,\n                                50.46556300729229\n                            ],\n                            [\n                                -3.535259881748511,\n                                50.46559261213733\n                            ],\n                            [\n                                -3.535282382413818,\n                                50.465613000675205\n                            ],\n                            [\n                                -3.53531192534133,\n                                50.46563329627739\n                            ],\n                            [\n                                -3.535388393162649,\n                                50.46568849763756\n                            ],\n                            [\n                                -3.5355065341637015,\n                                50.46577741486093\n                            ],\n                            [\n                                -3.535529930657504,\n                                50.4657950034885\n                            ],\n                            [\n                                -3.535613237391522,\n                                50.46584381886734\n                            ],\n                            [\n                                -3.5356650048648355,\n                                50.465875962502466\n                            ],\n                            [\n                                -3.5356900391852,\n                                50.46589191061816\n                            ],\n                            [\n                                -3.5357642709575408,\n                                50.46593895700211\n                            ],\n                            [\n                                -3.535841385769918,\n                                50.465992350790515\n                            ],\n                            [\n                                -3.5359500441905403,\n                                50.46607122988916\n                            ],\n                            [\n                                -3.5359849650541255,\n                                50.46609658071843\n                            ],\n                            [\n                                -3.535985533139819,\n                                50.4661141108866\n                            ],\n                            [\n                                -3.5360839598176392,\n                                50.466194653864854\n                            ],\n                            [\n                                -3.5360861016493073,\n                                50.4661955249541\n                            ],\n                            [\n                                -3.5360889768480965,\n                                50.466197285728356\n                            ],\n                            [\n                                -3.5361030274498275,\n                                50.46620474484327\n                            ],\n                            [\n                                -3.5361097637755594,\n                                50.46620825337357\n                            ],\n                            [\n                                -3.5361340174402605,\n                                50.46622619030997\n                            ],\n                            [\n                                -3.5363015624154945,\n                                50.46634377380799\n                            ],\n                            [\n                                -3.5363754623238295,\n                                50.46639792919008\n                            ],\n                            [\n                                -3.5364618803352585,\n                                50.46646442042031\n                            ],\n                            [\n                                -3.53653196899271,\n                                50.46651835622481\n                            ],\n                            [\n                                -3.536535650466829,\n                                50.46652325412635\n                            ],\n                            [\n                                -3.536652237188225,\n                                50.46661799163971\n                            ],\n                            [\n                                -3.5366843205440373,\n                                50.46663359461784\n                            ],\n                            [\n                                -3.5367127762787822,\n                                50.466636834229156\n                            ],\n                            [\n                                -3.536735388255499,\n                                50.46663497965694\n                            ],\n                            [\n                                -3.5367748166265445,\n                                50.46662722794841\n                            ],\n                            [\n                                -3.5368357534016615,\n                                50.4666092271249\n                            ],\n                            [\n                                -3.5368372056021005,\n                                50.46661055699374\n                            ],\n                            [\n                                -3.5368379389896734,\n                                50.466611446673795\n                            ],\n                            [\n                                -3.537025430409332,\n                                50.46652712743896\n                            ],\n                            [\n                                -3.5370414237884287,\n                                50.466520620577235\n                            ],\n                            [\n                                -3.537056683772989,\n                                50.466513224034664\n                            ],\n                            [\n                                -3.5370712395161186,\n                                50.46650583679406\n                            ],\n                            [\n                                -3.5370733084956063,\n                                50.46650446040862\n                            ],\n                            [\n                                -3.5370871308430276,\n                                50.46649618348752\n                            ],\n                            [\n                                -3.537100234372174,\n                                50.46648746637759\n                            ],\n                            [\n                                -3.5371126190830875,\n                                50.466478309079164\n                            ],\n                            [\n                                -3.537118796859518,\n                                50.466473280938246\n                            ],\n                            [\n                                -3.537129068855119,\n                                50.46646415155063\n                            ],\n                            [\n                                -3.5371393262693624,\n                                50.46645457267092\n                            ],\n                            [\n                                -3.5371461208107893,\n                                50.466446838276944\n                            ],\n                            [\n                                -3.53714816063054,\n                                50.466444562907796\n                            ],\n                            [\n                                -3.5371508609532047,\n                                50.466440929760594\n                            ],\n                            [\n                                -3.5371555048825325,\n                                50.46643205460201\n                            ],\n                            [\n                                -3.5371589327635617,\n                                50.466429131336184\n                            ],\n                            [\n                                -3.537160210036084,\n                                50.46642506730637\n                            ],\n                            [\n                                -3.537160783073031,\n                                50.466421012580966\n                            ],\n                            [\n                                -3.537162600409237,\n                                50.46641622192163\n                            ],\n                            [\n                                -3.5371756743204497,\n                                50.466380524164926\n                            ],\n                            [\n                                -3.537180269146781,\n                                50.466339722102354\n                            ],\n                            [\n                                -3.537174140745642,\n                                50.46633323768843\n                            ],\n                            [\n                                -3.5371078222407775,\n                                50.46626522232199\n                            ],\n                            [\n                                -3.5370976277085173,\n                                50.46625501428013\n                            ],\n                            [\n                                -3.5370408900688686,\n                                50.46620000306475\n                            ],\n                            [\n                                -3.5370234491789163,\n                                50.46618359517481\n                            ],\n                            [\n                                -3.5369943324696735,\n                                50.46615475038115\n                            ],\n                            [\n                                -3.5369637198804904,\n                                50.46612322723846\n                            ],\n                            [\n                                -3.5369337824122864,\n                                50.4660907958016\n                            ],\n                            [\n                                -3.536884733389676,\n                                50.466033884206595\n                            ],\n                            [\n                                -3.5368525521749348,\n                                50.465997435233604\n                            ],\n                            [\n                                -3.5368430619850386,\n                                50.465987217865454\n                            ],\n                            [\n                                -3.536832838421855,\n                                50.46597611081625\n                            ],\n                            [\n                                -3.5368205021773953,\n                                50.46596503167299\n                            ],\n                            [\n                                -3.53681252247655,\n                                50.46595794213687\n                            ],\n                            [\n                                -3.5367384177138717,\n                                50.46588877029494\n                            ],\n                            [\n                                -3.536681049571945,\n                                50.465836015651604\n                            ],\n                            [\n                                -3.536652020722124,\n                                50.46580986771506\n                            ],\n                            [\n                                -3.536642559758281,\n                                50.46580054931227\n                            ],\n                            [\n                                -3.5366345655397167,\n                                50.465793010271845\n                            ],\n                            [\n                                -3.536629417372585,\n                                50.46578633300918\n                            ],\n                            [\n                                -3.536623564980907,\n                                50.465779665047336\n                            ],\n                            [\n                                -3.5366132832262496,\n                                50.465766760012\n                            ],\n                            [\n                                -3.5366089121509248,\n                                50.46576232090424\n                            ],\n                            [\n                                -3.5366074599833373,\n                                50.46576099103206\n                            ],\n                            [\n                                -3.5366038514227096,\n                                50.46575834058862\n                            ],\n                            [\n                                -3.5365995386368185,\n                                50.46575569944604\n                            ],\n                            [\n                                -3.536595240423309,\n                                50.46575350779468\n                            ],\n                            [\n                                -3.5365938028282655,\n                                50.46575262741372\n                            ],\n                            [\n                                -3.5365729431344395,\n                                50.46573941239637\n                            ],\n                            [\n                                -3.5365570188575495,\n                                50.465726312067055\n                            ],\n                            [\n                                -3.536554123270493,\n                                50.465723922016174\n                            ],\n                            [\n                                -3.5365345409086992,\n                                50.4657066429677\n                            ],\n                            [\n                                -3.5365287031115895,\n                                50.4657004244922\n                            ],\n                            [\n                                -3.536513389829831,\n                                50.46568443811103\n                            ],\n                            [\n                                -3.5365090187715396,\n                                50.465679998999306\n                            ],\n                            [\n                                -3.536502476756625,\n                                50.4656737898228\n                            ],\n                            [\n                                -3.536365065702371,\n                                50.46554249804271\n                            ],\n                            [\n                                -3.536357418326849,\n                                50.46554565687881\n                            ],\n                            [\n                                -3.5363176691545486,\n                                50.46551479383778\n                            ],\n                            [\n                                -3.536302443418654,\n                                50.46550150437599\n                            ],\n                            [\n                                -3.5362806903009987,\n                                50.46548245521393\n                            ],\n                            [\n                                -3.536243682361307,\n                                50.46544921759474\n                            ],\n                            [\n                                -3.536205955684984,\n                                50.46541553977013\n                            ],\n                            [\n                                -3.536127569076785,\n                                50.46534462534222\n                            ],\n                            [\n                                -3.5360833006584693,\n                                50.465304738276444\n                            ],\n                            [\n                                -3.5360769822679363,\n                                50.46528368655623\n                            ],\n                            [\n                                -3.5360289860175294,\n                                50.46523746317709\n                            ],\n                            [\n                                -3.5359911751818807,\n                                50.465201178227744\n                            ],\n                            [\n                                -3.5359788539035892,\n                                50.465190548481814\n                            ],\n                            [\n                                -3.5359107057336914,\n                                50.46513119051978\n                            ],\n                            [\n                                -3.535882396525786,\n                                50.46510548257533\n                            ],\n                            [\n                                -3.535835855684656,\n                                50.465060678891895\n                            ],\n                            [\n                                -3.5358019977926607,\n                                50.46500853081423\n                            ],\n                            [\n                                -3.535759831809766,\n                                50.46495610566709\n                            ],\n                            [\n                                -3.5357248029051087,\n                                50.46486780944719\n                            ],\n                            [\n                                -3.535725112605459,\n                                50.464839097540526\n                            ],\n                            [\n                                -3.535712616725452,\n                                50.464823073864615\n                            ],\n                            [\n                                -3.5356810977706883,\n                                50.464785266774335\n                            ],\n                            [\n                                -3.5356774456486018,\n                                50.46478126782564\n                            ],\n                            [\n                                -3.5356493615146785,\n                                50.46467551312236\n                            ],\n                            [\n                                -3.535644055062285,\n                                50.464595224652555\n                            ],\n                            [\n                                -3.5356810532793377,\n                                50.464524252845145\n                            ],\n                            [\n                                -3.535704530109407,\n                                50.464529986710865\n                            ],\n                            [\n                                -3.5357063756124214,\n                                50.46453041203456\n                            ],\n                            [\n                                -3.53574145473904,\n                                50.46453894267106\n                            ],\n                            [\n                                -3.5357366709152163,\n                                50.464543502656745\n                            ],\n                            [\n                                -3.5357346311069544,\n                                50.46454577800176\n                            ],\n                            [\n                                -3.5357326204246955,\n                                50.46454895233002\n                            ],\n                            [\n                                -3.5357306243052573,\n                                50.46455257614996\n                            ],\n                            [\n                                -3.5357286136224526,\n                                50.46455575047817\n                            ],\n                            [\n                                -3.535722022994257,\n                                50.464569777674775\n                            ],\n                            [\n                                -3.5357173993581683,\n                                50.464579282068016\n                            ],\n                            [\n                                -3.5357161365707994,\n                                50.464583795575585\n                            ],\n                            [\n                                -3.535714946597967,\n                                50.46459055654145\n                            ],\n                            [\n                                -3.535713771187761,\n                                50.46459776699898\n                            ],\n                            [\n                                -3.5357131689195906,\n                                50.46460092273606\n                            ],\n                            [\n                                -3.535711522306887,\n                                50.46461533435563\n                            ],\n                            [\n                                -3.5357106381542525,\n                                50.46463153464639\n                            ],\n                            [\n                                -3.5357098122528776,\n                                50.46464953290376\n                            ],\n                            [\n                                -3.5357100452599055,\n                                50.46465672477036\n                            ],\n                            [\n                                -3.5357116866865197,\n                                50.464663898046105\n                            ],\n                            [\n                                -3.5357142070793794,\n                                50.46467645592629\n                            ],\n                            [\n                                -3.5357181650199516,\n                                50.464689894198784\n                            ],\n                            [\n                                -3.5357196753815665,\n                                50.464693022049445\n                            ],\n                            [\n                                -3.535725833334996,\n                                50.464709129385064\n                            ],\n                            [\n                                -3.5357312288293636,\n                                50.46472344804924\n                            ],\n                            [\n                                -3.5357380036222477,\n                                50.4647368491386\n                            ],\n                            [\n                                -3.5357619073353623,\n                                50.46477880389189\n                            ],\n                            [\n                                -3.5357983506870676,\n                                50.4648381307823\n                            ],\n                            [\n                                -3.5358087193983376,\n                                50.4648537328452\n                            ],\n                            [\n                                -3.5358582902080586,\n                                50.464926826625586\n                            ],\n                            [\n                                -3.535895938318311,\n                                50.464979842006706\n                            ],\n                            [\n                                -3.535965780921956,\n                                50.46506975611127\n                            ],\n                            [\n                                -3.536001642121172,\n                                50.46511110326806\n                            ],\n                            [\n                                -3.536054987247622,\n                                50.46517020693463\n                            ],\n                            [\n                                -3.536124335155171,\n                                50.46524483822367\n                            ],\n                            [\n                                -3.5361972043793632,\n                                50.46531942297627\n                            ],\n                            [\n                                -3.536217578084574,\n                                50.46533938973561\n                            ],\n                            [\n                                -3.536231881000328,\n                                50.46534594613573\n                            ],\n                            [\n                                -3.5363980136271786,\n                                50.46549394677713\n                            ],\n                            [\n                                -3.536558926298488,\n                                50.46563302244509\n                            ],\n                            [\n                                -3.536610223098015,\n                                50.4656723668202\n                            ],\n                            [\n                                -3.536656561263039,\n                                50.46571087729799\n                            ],\n                            [\n                                -3.5366942884959442,\n                                50.465744554969824\n                            ],\n                            [\n                                -3.536756404472245,\n                                50.465795987779714\n                            ],\n                            [\n                                -3.5367579945756145,\n                                50.465797225891315\n                            ],\n                            [\n                                -3.5367462121832474,\n                                50.46580322741072\n                            ],\n                            [\n                                -3.5368568445404946,\n                                50.46589080346292\n                            ],\n                            [\n                                -3.5369274720600656,\n                                50.46596137021655\n                            ],\n                            [\n                                -3.536932334614411,\n                                50.46595923743577\n                            ],\n                            [\n                                -3.537044865905965,\n                                50.466061897601755\n                            ],\n                            [\n                                -3.537145917153471,\n                                50.46615814395002\n                            ],\n                            [\n                                -3.537169187268735,\n                                50.46618050056853\n                            ],\n                            [\n                                -3.537214800849687,\n                                50.4662227078056\n                            ],\n                            [\n                                -3.5372360117085035,\n                                50.466242393515834\n                            ],\n                            [\n                                -3.5372473922479144,\n                                50.466250067645674\n                            ],\n                            [\n                                -3.5372633702682665,\n                                50.466260469067805\n                            ],\n                            [\n                                -3.5372845365371233,\n                                50.46628312327173\n                            ],\n                            [\n                                -3.537316072362489,\n                                50.466321379388866\n                            ],\n                            [\n                                -3.5373286129243238,\n                                50.466338751353724\n                            ],\n                            [\n                                -3.5373353009323396,\n                                50.4663494553932\n                            ],\n                            [\n                                -3.53734512662613,\n                                50.4663700110162\n                            ],\n                            [\n                                -3.5373505373874825,\n                                50.46638477908638\n                            ],\n                            [\n                                -3.5373553459734066,\n                                50.46640270290011\n                            ],\n                            [\n                                -3.537360139983616,\n                                50.46642017722237\n                            ],\n                            [\n                                -3.5374305343498134,\n                                50.46641834765547\n                            ],\n                            [\n                                -3.5374749011687774,\n                                50.46641776136534\n                            ],\n                            [\n                                -3.5375376510068834,\n                                50.4664191805411\n                            ],\n                            [\n                                -3.5375998249323524,\n                                50.46642456451196\n                            ],\n                            [\n                                -3.5376062534571204,\n                                50.46642726759302\n                            ],\n                            [\n                                -3.537624738559099,\n                                50.46643241949987\n                            ],\n                            [\n                                -3.537674560004094,\n                                50.46644794966289\n                            ],\n                            [\n                                -3.5377193205844155,\n                                50.46645949953918\n                            ],\n                            [\n                                -3.5377342261995675,\n                                50.46646290000297\n                            ],\n                            [\n                                -3.5377512591075684,\n                                50.46646672203193\n                            ],\n                            [\n                                -3.5377817308343165,\n                                50.46647216516786\n                            ],\n                            [\n                                -3.5378129068038873,\n                                50.466477598987375\n                            ],\n                            [\n                                -3.537843980691631,\n                                50.466479886360965\n                            ],\n                            [\n                                -3.5378770506148727,\n                                50.46647854987143\n                            ],\n                            [\n                                -3.538113879686944,\n                                50.46636452712472\n                            ],\n                            [\n                                -3.538140033582715,\n                                50.46639323093701\n                            ],\n                            [\n                                -3.5380997801855134,\n                                50.466412020265544\n                            ],\n                            [\n                                -3.5380420396590364,\n                                50.466439045128034\n                            ],\n                            [\n                                -3.5379747352175897,\n                                50.46647096303692\n                            ],\n                            [\n                                -3.5379199465057285,\n                                50.466497768944066\n                            ],\n                            [\n                                -3.5379088391577813,\n                                50.466502862289616\n                            ],\n                            [\n                                -3.537907442352902,\n                                50.466503240500366\n                            ],\n                            [\n                                -3.537899052772356,\n                                50.46650524006997\n                            ],\n                            [\n                                -3.5378885621495266,\n                                50.46650762715834\n                            ],\n                            [\n                                -3.537870339509061,\n                                50.46651056613319\n                            ],\n                            [\n                                -3.5378506646406795,\n                                50.4665121752492\n                            ],\n                            [\n                                -3.537830270950371,\n                                50.466513344179305\n                            ],\n                            [\n                                -3.5378098626751693,\n                                50.466514063614795\n                            ],\n                            [\n                                -3.5377893814812005,\n                                50.46651253559131\n                            ],\n                            [\n                                -3.5377610807702577,\n                                50.466508862497804\n                            ],\n                            [\n                                -3.5377341739533152,\n                                50.46650472129049\n                            ],\n                            [\n                                -3.537694401311172,\n                                50.4664949042313\n                            ],\n                            [\n                                -3.5376588686845034,\n                                50.46648548080482\n                            ],\n                            [\n                                -3.537636114395175,\n                                50.46647903627428\n                            ],\n                            [\n                                -3.5376050362095004,\n                                50.466498333725994\n                            ],\n                            [\n                                -3.537577406273783,\n                                50.46651533717918\n                            ],\n                            [\n                                -3.537572980816126,\n                                50.46651791389394\n                            ],\n                            [\n                                -3.537560810805088,\n                                50.46652499985868\n                            ],\n                            [\n                                -3.5375164832835564,\n                                50.46654851953694\n                            ],\n                            [\n                                -3.5374863976403685,\n                                50.466563666748584\n                            ],\n                            [\n                                -3.5374707326622956,\n                                50.46657160832012\n                            ],\n                            [\n                                -3.537424952835915,\n                                50.46659379810336\n                            ],\n                            [\n                                -3.5373625482627458,\n                                50.466624751538276\n                            ],\n                            [\n                                -3.5372527801980893,\n                                50.46667251937344\n                            ],\n                            [\n                                -3.5372340135764864,\n                                50.466680411957476\n                            ],\n                            [\n                                -3.537208937951159,\n                                50.46668928726385\n                            ],\n                            [\n                                -3.537185905060426,\n                                50.46669597709331\n                            ],\n                            [\n                                -3.5371252155043384,\n                                50.466718993305065\n                            ],\n                            [\n                                -3.5371100438349017,\n                                50.466724769827685\n                            ],\n                            [\n                                -3.5370926564943113,\n                                50.46673174479849\n                            ],\n                            [\n                                -3.5370745357545554,\n                                50.46673783008826\n                            ],\n                            [\n                                -3.53706420629297,\n                                50.46674084452999\n                            ],\n                            [\n                                -3.537054991952944,\n                                50.466743484491694\n                            ],\n                            [\n                                -3.537031999828005,\n                                50.46675143286652\n                            ],\n                            [\n                                -3.5369099529508965,\n                                50.46678991922933\n                            ],\n                            [\n                                -3.536865993872083,\n                                50.46680309106228\n                            ],\n                            [\n                                -3.5368457603516825,\n                                50.46680920422492\n                            ],\n                            [\n                                -3.536821330527208,\n                                50.46681627218124\n                            ],\n                            [\n                                -3.5367040235465708,\n                                50.46684884982711\n                            ],\n                            [\n                                -3.536546220028694,\n                                50.4668797137706\n                            ],\n                            [\n                                -3.536518776930902,\n                                50.46688511266026\n                            ],\n                            [\n                                -3.5364821048534694,\n                                50.46689270196899\n                            ],\n                            [\n                                -3.536474231861171,\n                                50.4668671739669\n                            ],\n                            [\n                                -3.5364665045900736,\n                                50.4668461408774\n                            ],\n                            [\n                                -3.536451297777399,\n                                50.46681171604923\n                            ],\n                            [\n                                -3.5364339928355437,\n                                50.466777768610285\n                            ],\n                            [\n                                -3.5364317489749206,\n                                50.466773751088375\n                            ],\n                            [\n                                -3.536411583388078,\n                                50.46673849237179\n                            ],\n                            [\n                                -3.5363982659583924,\n                                50.46671888215025\n                            ],\n                            [\n                                -3.5363768667852695,\n                                50.466689035922904\n                            ],\n                            [\n                                -3.536351198494258,\n                                50.46665789701455\n                            ],\n                            [\n                                -3.5363182984439048,\n                                50.46662100770588\n                            ],\n                            [\n                                -3.5363102458565936,\n                                50.466611670679484\n                            ],\n                            [\n                                -3.536306593537749,\n                                50.466607671753515\n                            ],\n                            [\n                                -3.536297851286286,\n                                50.466598793516845\n                            ],\n                            [\n                                -3.5362920425464224,\n                                50.46659347401387\n                            ],\n                            [\n                                -3.5362299182496004,\n                                50.466537454295725\n                            ],\n                            [\n                                -3.5362114828377025,\n                                50.466520789607074\n                            ],\n                            [\n                                -3.536288414762244,\n                                50.46648155065683\n                            ],\n                            [\n                                -3.536290498333115,\n                                50.46648062377655\n                            ],\n                            [\n                                -3.536295326002817,\n                                50.46647741224247\n                            ],\n                            [\n                                -3.5362966761980137,\n                                50.466475595678496\n                            ],\n                            [\n                                -3.5362986577822264,\n                                50.466471522358276\n                            ],\n                            [\n                                -3.5362979244069246,\n                                50.46647063267469\n                            ],\n                            [\n                                -3.5362971618927586,\n                                50.466468844008304\n                            ],\n                            [\n                                -3.536296428517526,\n                                50.46646795432473\n                            ],\n                            [\n                                -3.5362934658780585,\n                                50.46646349660751\n                            ],\n                            [\n                                -3.53629128032229,\n                                50.466461277048055\n                            ],\n                            [\n                                -3.5362883905305114,\n                                50.46645906678773\n                            ],\n                            [\n                                -3.5362458499045566,\n                                50.46642905001444\n                            ],\n                            [\n                                -3.5359298785810886,\n                                50.46620118491367\n                            ],\n                            [\n                                -3.535929145216949,\n                                50.466200295227615\n                            ],\n                            [\n                                -3.53592839728703,\n                                50.4661989560501\n                            ],\n                            [\n                                -3.535924803295795,\n                                50.466196755077235\n                            ],\n                            [\n                                -3.5358980621159106,\n                                50.466175972959654\n                            ],\n                            [\n                                -3.5358973141872627,\n                                50.46617463378189\n                            ],\n                            [\n                                -3.535896580824152,\n                                50.46617374409561\n                            ],\n                            [\n                                -3.535893705633852,\n                                50.46617198331654\n                            ],\n                            [\n                                -3.5358893637179554,\n                                50.46616844316477\n                            ],\n                            [\n                                -3.535887207325652,\n                                50.466167122580345\n                            ],\n                            [\n                                -3.535837726855183,\n                                50.46614034505897\n                            ],\n                            [\n                                -3.535801111942176,\n                                50.466119243575676\n                            ],\n                            [\n                                -3.5357687661406096,\n                                50.46609943477939\n                            ],\n                            [\n                                -3.535751427673041,\n                                50.46608617313499\n                            ],\n                            [\n                                -3.535728295167568,\n                                50.46606804144671\n                            ],\n                            [\n                                -3.535692122446539,\n                                50.46603883978423\n                            ],\n                            [\n                                -3.5356754736893556,\n                                50.46602511934095\n                            ],\n                            [\n                                -3.535643511848135,\n                                50.46599541239862\n                            ],\n                            [\n                                -3.535564915981977,\n                                50.465939789608605\n                            ],\n                            [\n                                -3.535559855321142,\n                                50.4659358092471\n                            ],\n                            [\n                                -3.5355540904325338,\n                                50.46593183818\n                            ],\n                            [\n                                -3.5355483401069585,\n                                50.46592831660422\n                            ],\n                            [\n                                -3.535541900115715,\n                                50.46592525381432\n                            ],\n                            [\n                                -3.5355347413348746,\n                                50.46592175082695\n                            ],\n                            [\n                                -3.5355283159072672,\n                                50.46591913752786\n                            ],\n                            [\n                                -3.5355233426226524,\n                                50.46591785411433\n                            ],\n                            [\n                                -3.535484527968387,\n                                50.465894083461485\n                            ],\n                            [\n                                -3.5354815363190437,\n                                50.46588872673893\n                            ],\n                            [\n                                -3.535479350828049,\n                                50.46588650716343\n                            ],\n                            [\n                                -3.535477898687959,\n                                50.465885177276924\n                            ],\n                            [\n                                -3.5354757131973003,\n                                50.46588295770135\n                            ],\n                            [\n                                -3.535473542268181,\n                                50.46588118761735\n                            ],\n                            [\n                                -3.535470681672654,\n                                50.465879876319065\n                            ],\n                            [\n                                -3.535467806516007,\n                                50.46587811552905\n                            ],\n                            [\n                                -3.535466383499026,\n                                50.46587768462565\n                            ],\n                            [\n                                -3.535416801642593,\n                                50.46584776047775\n                            ],\n                            [\n                                -3.535401721653922,\n                                50.465838965813894\n                            ],\n                            [\n                                -3.535391658624226,\n                                50.46583280304245\n                            ],\n                            [\n                                -3.535377972538739,\n                                50.465823540296476\n                            ],\n                            [\n                                -3.5353570985872014,\n                                50.4658098755669\n                            ],\n                            [\n                                -3.5353023834502073,\n                                50.46577372353938\n                            ],\n                            [\n                                -3.535298789520287,\n                                50.465771522546504\n                            ],\n                            [\n                                -3.5352959289361827,\n                                50.46577021124378\n                            ],\n                            [\n                                -3.5352944622452456,\n                                50.46576843186324\n                            ],\n                            [\n                                -3.53529301011398,\n                                50.46576710197434\n                            ],\n                            [\n                                -3.5352915434232526,\n                                50.46576532259374\n                            ],\n                            [\n                                -3.535290795518389,\n                                50.46576398341178\n                            ],\n                            [\n                                -3.5352747638441198,\n                                50.46574755666556\n                            ],\n                            [\n                                -3.535265332279812,\n                                50.46573913713151\n                            ],\n                            [\n                                -3.5352638947095447,\n                                50.46573825673389\n                            ],\n                            [\n                                -3.535256663181408,\n                                50.4657325062705\n                            ],\n                            [\n                                -3.535251617127825,\n                                50.46572897538672\n                            ],\n                            [\n                                -3.5351952946350935,\n                                50.465691045784126\n                            ],\n                            [\n                                -3.535184595491137,\n                                50.4656826429696\n                            ],\n                            [\n                                -3.535157121585813,\n                                50.46566097098338\n                            ],\n                            [\n                                -3.5351469858351408,\n                                50.465652560731435\n                            ],\n                            [\n                                -3.5351418961240544,\n                                50.46564768136756\n                            ],\n                            [\n                                -3.5351339312841694,\n                                50.46564104120492\n                            ],\n                            [\n                                -3.535131731263014,\n                                50.465638372130826\n                            ],\n                            [\n                                -3.5351251748747528,\n                                50.46563171338343\n                            ],\n                            [\n                                -3.535117928821961,\n                                50.465625513419326\n                            ],\n                            [\n                                -3.535110697328831,\n                                50.465619762946446\n                            ],\n                            [\n                                -3.535082330022943,\n                                50.46559225684128\n                            ],\n                            [\n                                -3.535080115449543,\n                                50.46558913827442\n                            ],\n                            [\n                                -3.535078619657525,\n                                50.46558645990754\n                            ],\n                            [\n                                -3.535075715418444,\n                                50.46558380012404\n                            ],\n                            [\n                                -3.5350735154032695,\n                                50.465581131048765\n                            ],\n                            [\n                                -3.5350706111648065,\n                                50.46557847126515\n                            ],\n                            [\n                                -3.535067017260494,\n                                50.46557627026481\n                            ],\n                            [\n                                -3.5349364287760716,\n                                50.46545972635989\n                            ],\n                            [\n                                -3.5349342724426016,\n                                50.46545840575713\n                            ],\n                            [\n                                -3.534900873897238,\n                                50.46542781819848\n                            ],\n                            [\n                                -3.5347832096145897,\n                                50.4653187482402\n                            ],\n                            [\n                                -3.534778134531643,\n                                50.4653143183513\n                            ],\n                            [\n                                -3.5347715636840524,\n                                50.46530721009095\n                            ],\n                            [\n                                -3.5347613116438237,\n                                50.46529520386915\n                            ],\n                            [\n                                -3.53475104505466,\n                                50.46528274815453\n                            ],\n                            [\n                                -3.5347502971729026,\n                                50.4652814089688\n                            ],\n                            [\n                                -3.534747334754581,\n                                50.46527695120936\n                            ],\n                            [\n                                -3.5347436681177196,\n                                50.4652725027395\n                            ],\n                            [\n                                -3.5347400160356166,\n                                50.46526850376132\n                            ],\n                            [\n                                -3.534734926408134,\n                                50.4652636243786\n                            ],\n                            [\n                                -3.5347327700892377,\n                                50.4652623037719\n                            ],\n                            [\n                                -3.5347320367623127,\n                                50.465261414077816\n                            ],\n                            [\n                                -3.5346911071279794,\n                                50.46519405173155\n                            ],\n                            [\n                                -3.5346821180339405,\n                                50.46517753200512\n                            ],\n                            [\n                                -3.534679039201212,\n                                50.46516947830903\n                            ],\n                            [\n                                -3.534658185956264,\n                                50.46513467804234\n                            ],\n                            [\n                                -3.5346269789116316,\n                                50.46508472509365\n                            ],\n                            [\n                                -3.5346040422011455,\n                                50.46505085166651\n                            ],\n                            [\n                                -3.534602590111488,\n                                50.465049521768464\n                            ],\n                            [\n                                -3.534601152574545,\n                                50.46504864136225\n                            ],\n                            [\n                                -3.5345997004850327,\n                                50.46504731146415\n                            ],\n                            [\n                                -3.534597558732416,\n                                50.46504644034665\n                            ],\n                            [\n                                -3.534596135748244,\n                                50.46504600943224\n                            ],\n                            [\n                                -3.534577176980183,\n                                50.46500443890502\n                            ],\n                            [\n                                -3.5345757103403517,\n                                50.46500265951473\n                            ],\n                            [\n                                -3.5345727334040067,\n                                50.464997752258455\n                            ],\n                            [\n                                -3.5345287690960743,\n                                50.464923684624004\n                            ],\n                            [\n                                -3.5345048809444513,\n                                50.46488217910115\n                            ],\n                            [\n                                -3.5344780450220163,\n                                50.46483666529754\n                            ],\n                            [\n                                -3.5344567118881556,\n                                50.46478703175703\n                            ],\n                            [\n                                -3.5344558912672,\n                                50.46478344510957\n                            ],\n                            [\n                                -3.534453589467131,\n                                50.46477762957815\n                            ],\n                            [\n                                -3.534449835590946,\n                                50.46477048414654\n                            ],\n                            [\n                                -3.5344461399199822,\n                                50.4647651366825\n                            ],\n                            [\n                                -3.534441696385356,\n                                50.4647584500303\n                            ],\n                            [\n                                -3.5343929543304897,\n                                50.46466735737069\n                            ],\n                            [\n                                -3.5343472475516857,\n                                50.46458296991831\n                            ],\n                            [\n                                -3.534307203699684,\n                                50.464499407134156\n                            ],\n                            [\n                                -3.5342769984908604,\n                                50.46443684973007\n                            ],\n                            [\n                                -3.534238508790878,\n                                50.46435776326449\n                            ],\n                            [\n                                -3.5342294618238217,\n                                50.46433944552996\n                            ],\n                            [\n                                -3.534216791997862,\n                                50.46431802778231\n                            ],\n                            [\n                                -3.5342055596900988,\n                                50.4642974904446\n                            ],\n                            [\n                                -3.5342003392875805,\n                                50.46428856560819\n                            ],\n                            [\n                                -3.5341718191818052,\n                                50.46423452994797\n                            ],\n                            [\n                                -3.5341393853360463,\n                                50.46416840442416\n                            ],\n                            [\n                                -3.534117494145077,\n                                50.46412327501622\n                            ],\n                            [\n                                -3.5341044898383434,\n                                50.464091518937636\n                            ],\n                            [\n                                -3.5340924952441264,\n                                50.46406919290474\n                            ],\n                            [\n                                -3.534078358963729,\n                                50.46404599574272\n                            ],\n                            [\n                                -3.5340417874624075,\n                                50.463982622852335\n                            ],\n                            [\n                                -3.5339971643959043,\n                                50.463909912749976\n                            ],\n                            [\n                                -3.533996431104163,\n                                50.46390902305076\n                            ],\n                            [\n                                -3.533994979067065,\n                                50.46390769314441\n                            ],\n                            [\n                                -3.533992133178193,\n                                50.463906831299965\n                            ],\n                            [\n                                -3.533989991488481,\n                                50.46390596017057\n                            ],\n                            [\n                                -3.5339758989467205,\n                                50.46388411147084\n                            ],\n                            [\n                                -3.5339764431382465,\n                                50.46387915777306\n                            ],\n                            [\n                                -3.5339476120820166,\n                                50.46383726762104\n                            ],\n                            [\n                                -3.533921693674873,\n                                50.463820071673425\n                            ],\n                            [\n                                -3.533864260936153,\n                                50.46380868741558\n                            ],\n                            [\n                                -3.5338385231609584,\n                                50.46377530044849\n                            ],\n                            [\n                                -3.5338548847020568,\n                                50.46377365474574\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 76606.09397172989,\n            \"area_buildings_sqft\": 62.26653078372735,\n            \"density\": 0.08128143278876182,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 7116.879781840384,\n            \"area_acre\": 1.7586339295622104,\n            \"area_buildings_m2\": 5.78470185653357,\n            \"area_buildings_acre\": 0.001429442855457469\n        },\n        {\n            \"title_no\": \"DN600036\",\n            \"tenure\": \"Freehold\",\n            \"height\": 3.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land on the west side of The Kings Drive, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.541100614955669,\n                                50.461915670344325\n                            ],\n                            [\n                                -3.541100658793523,\n                                50.46191701881652\n                            ],\n                            [\n                                -3.5411014944743395,\n                                50.461921054905496\n                            ],\n                            [\n                                -3.5411016406006426,\n                                50.461925549812875\n                            ],\n                            [\n                                -3.5411099271112936,\n                                50.46194207836539\n                            ],\n                            [\n                                -3.5411137548168963,\n                                50.46195147103209\n                            ],\n                            [\n                                -3.5411186764938134,\n                                50.46196417687116\n                            ],\n                            [\n                                -3.541119884994225,\n                                50.461966679094786\n                            ],\n                            [\n                                -3.5411288902997824,\n                                50.461983647808644\n                            ],\n                            [\n                                -3.541130213331607,\n                                50.461985339083284\n                            ],\n                            [\n                                -3.5411501733504873,\n                                50.46200989725188\n                            ],\n                            [\n                                -3.5411718140820065,\n                                50.462038480311335\n                            ],\n                            [\n                                -3.5411744630746163,\n                                50.462041952757666\n                            ],\n                            [\n                                -3.541175929866214,\n                                50.46204373206425\n                            ],\n                            [\n                                -3.5411796260725636,\n                                50.46204907931202\n                            ],\n                            [\n                                -3.541184026448946,\n                                50.462054417231506\n                            ],\n                            [\n                                -3.541187722657063,\n                                50.46205976447899\n                            ],\n                            [\n                                -3.5411907146966812,\n                                50.46206512105461\n                            ],\n                            [\n                                -3.541193765191309,\n                                50.46207227559295\n                            ],\n                            [\n                                -3.5411961699717605,\n                                50.46208123742229\n                            ],\n                            [\n                                -3.541197224868224,\n                                50.46209201587093\n                            ],\n                            [\n                                -3.541198998548769,\n                                50.46210323448194\n                            ],\n                            [\n                                -3.541209175719812,\n                                50.462134577562814\n                            ],\n                            [\n                                -3.541213018075193,\n                                50.46214441971633\n                            ],\n                            [\n                                -3.541219881709058,\n                                50.462160517425765\n                            ],\n                            [\n                                -3.541233389780821,\n                                50.46218597048284\n                            ],\n                            [\n                                -3.541237173689387,\n                                50.462194014672654\n                            ],\n                            [\n                                -3.541244756124588,\n                                50.4622105525425\n                            ],\n                            [\n                                -3.5412507256229255,\n                                50.46222081619944\n                            ],\n                            [\n                                -3.5412574285242093,\n                                50.46223196950875\n                            ],\n                            [\n                                -3.5412896981658415,\n                                50.462271114222865\n                            ],\n                            [\n                                -3.541302884783653,\n                                50.4622866784761\n                            ],\n                            [\n                                -3.5413080039839087,\n                                50.46229245655204\n                            ],\n                            [\n                                -3.541323288517564,\n                                50.462307543325224\n                            ],\n                            [\n                                -3.541337927348202,\n                                50.46232443738799\n                            ],\n                            [\n                                -3.5413408609616375,\n                                50.46232799599659\n                            ],\n                            [\n                                -3.541344498748764,\n                                50.462331545275894\n                            ],\n                            [\n                                -3.541346728189839,\n                                50.46233511321351\n                            ],\n                            [\n                                -3.5413489430160645,\n                                50.46233823166043\n                            ],\n                            [\n                                -3.541352770802571,\n                                50.462347624317935\n                            ],\n                            [\n                                -3.54135589441701,\n                                50.462357026304566\n                            ],\n                            [\n                                -3.541358313858964,\n                                50.462366437620354\n                            ],\n                            [\n                                -3.541434677357171,\n                                50.4625700322347\n                            ],\n                            [\n                                -3.5414273387815567,\n                                50.462573996749384\n                            ],\n                            [\n                                -3.5414131255799046,\n                                50.462578861777466\n                            ],\n                            [\n                                -3.541402676929819,\n                                50.46258250774853\n                            ],\n                            [\n                                -3.541395711162194,\n                                50.462584938395345\n                            ],\n                            [\n                                -3.5414286216673347,\n                                50.46266544553167\n                            ],\n                            [\n                                -3.5414368367083275,\n                                50.46269276742911\n                            ],\n                            [\n                                -3.5414601914980044,\n                                50.46276971374995\n                            ],\n                            [\n                                -3.541424822052198,\n                                50.46278691062254\n                            ],\n                            [\n                                -3.5414075975679737,\n                                50.462798830620535\n                            ],\n                            [\n                                -3.5414327929234153,\n                                50.462819721902676\n                            ],\n                            [\n                                -3.541463785452541,\n                                50.462845572833984\n                            ],\n                            [\n                                -3.541490139704566,\n                                50.46286743805442\n                            ],\n                            [\n                                -3.541506783863582,\n                                50.46292432742351\n                            ],\n                            [\n                                -3.5414726933761322,\n                                50.46289420058133\n                            ],\n                            [\n                                -3.5413705975626093,\n                                50.46280921387897\n                            ],\n                            [\n                                -3.5413590383666462,\n                                50.462800373336826\n                            ],\n                            [\n                                -3.541336427793497,\n                                50.46278097672124\n                            ],\n                            [\n                                -3.5413017420217976,\n                                50.46274986841031\n                            ],\n                            [\n                                -3.541256796815322,\n                                50.462710891623296\n                            ],\n                            [\n                                -3.541224789948628,\n                                50.46267983773715\n                            ],\n                            [\n                                -3.541210209501616,\n                                50.46266474162438\n                            ],\n                            [\n                                -3.5411787753511996,\n                                50.4626296329804\n                            ],\n                            [\n                                -3.541166278239831,\n                                50.46261360989565\n                            ],\n                            [\n                                -3.5411273639901544,\n                                50.462565109797865\n                            ],\n                            [\n                                -3.541083859445183,\n                                50.46250542838453\n                            ],\n                            [\n                                -3.5409012754172093,\n                                50.462263218545004\n                            ],\n                            [\n                                -3.5408504521278172,\n                                50.46219508997656\n                            ],\n                            [\n                                -3.5408261625405046,\n                                50.462163034402664\n                            ],\n                            [\n                                -3.5408161627023156,\n                                50.46214580902712\n                            ],\n                            [\n                                -3.540365093350548,\n                                50.46154542779585\n                            ],\n                            [\n                                -3.540346186324806,\n                                50.46152724106878\n                            ],\n                            [\n                                -3.540047552998047,\n                                50.46113007617155\n                            ],\n                            [\n                                -3.540038266584316,\n                                50.4611131110951\n                            ],\n                            [\n                                -3.5400340959109937,\n                                50.46110356104653\n                            ],\n                            [\n                                -3.5400424813413105,\n                                50.46107154044655\n                            ],\n                            [\n                                -3.5400583598407542,\n                                50.46104725415743\n                            ],\n                            [\n                                -3.5400820524232164,\n                                50.46102063399148\n                            ],\n                            [\n                                -3.5401125873098196,\n                                50.46099386028662\n                            ],\n                            [\n                                -3.5401647156870446,\n                                50.460950450189415\n                            ],\n                            [\n                                -3.5402294376925063,\n                                50.460899174746125\n                            ],\n                            [\n                                -3.5403869957378373,\n                                50.460959432968785\n                            ],\n                            [\n                                -3.5404516509694526,\n                                50.4609841549396\n                            ],\n                            [\n                                -3.5404969184717983,\n                                50.46100147097329\n                            ],\n                            [\n                                -3.5405592913099335,\n                                50.461025323737665\n                            ],\n                            [\n                                -3.5405982101150615,\n                                50.461040205567855\n                            ],\n                            [\n                                -3.540654974723377,\n                                50.46108354092238\n                            ],\n                            [\n                                -3.540657289372739,\n                                50.46108539894456\n                            ],\n                            [\n                                -3.540701713611966,\n                                50.46112141494737\n                            ],\n                            [\n                                -3.540827902493452,\n                                50.461219573681284\n                            ],\n                            [\n                                -3.5408403406741704,\n                                50.46123379884707\n                            ],\n                            [\n                                -3.540849810290225,\n                                50.461243386610924\n                            ],\n                            [\n                                -3.540874669050971,\n                                50.461227947977825\n                            ],\n                            [\n                                -3.540908243719142,\n                                50.46126392772506\n                            ],\n                            [\n                                -3.540926458456987,\n                                50.461304158064\n                            ],\n                            [\n                                -3.5410202379764995,\n                                50.461458506703046\n                            ],\n                            [\n                                -3.5410253132159135,\n                                50.461462936320984\n                            ],\n                            [\n                                -3.541047124787718,\n                                50.46148378257139\n                            ],\n                            [\n                                -3.541059504656719,\n                                50.46149620974877\n                            ],\n                            [\n                                -3.541060238041694,\n                                50.46149709940297\n                            ],\n                            [\n                                -3.5410624089727043,\n                                50.46149886938395\n                            ],\n                            [\n                                -3.5410652986769495,\n                                50.46150107952831\n                            ],\n                            [\n                                -3.541067484220421,\n                                50.46150329899998\n                            ],\n                            [\n                                -3.541068980215129,\n                                50.46150597728979\n                            ],\n                            [\n                                -3.54107046159789,\n                                50.46150820608883\n                            ],\n                            [\n                                -3.5410719575929273,\n                                50.46151088437862\n                            ],\n                            [\n                                -3.541072749426943,\n                                50.46151357199582\n                            ],\n                            [\n                                -3.5410799448183696,\n                                50.4615268772772\n                            ],\n                            [\n                                -3.5410859551062406,\n                                50.461538399519036\n                            ],\n                            [\n                                -3.541099706594248,\n                                50.461562680189516\n                            ],\n                            [\n                                -3.541100454593461,\n                                50.461564019334205\n                            ],\n                            [\n                                -3.541104913364678,\n                                50.46157115522065\n                            ],\n                            [\n                                -3.5411079638129723,\n                                50.461578309762224\n                            ],\n                            [\n                                -3.541114269288508,\n                                50.461598911715754\n                            ],\n                            [\n                                -3.5411201044093543,\n                                50.46162671484868\n                            ],\n                            [\n                                -3.5411208524101885,\n                                50.461628053993195\n                            ],\n                            [\n                                -3.541123315603247,\n                                50.46163881378804\n                            ],\n                            [\n                                -3.5411257934101945,\n                                50.46165002307356\n                            ],\n                            [\n                                -3.541127403563057,\n                                50.461677882172395\n                            ],\n                            [\n                                -3.5411275935288127,\n                                50.461683725552156\n                            ],\n                            [\n                                -3.5411268281623074,\n                                50.46170352180075\n                            ],\n                            [\n                                -3.5411249933123643,\n                                50.46171209010834\n                            ],\n                            [\n                                -3.5411199591199454,\n                                50.461730593851215\n                            ],\n                            [\n                                -3.5411193280190396,\n                                50.46173285063271\n                            ],\n                            [\n                                -3.541112187173305,\n                                50.46175156215479\n                            ],\n                            [\n                                -3.5410980048305727,\n                                50.46179204173466\n                            ],\n                            [\n                                -3.5410966987875474,\n                                50.461795206825144\n                            ],\n                            [\n                                -3.541094805478954,\n                                50.461801977169245\n                            ],\n                            [\n                                -3.5410936163354076,\n                                50.46180873818569\n                            ],\n                            [\n                                -3.5410931021322276,\n                                50.461814590893034\n                            ],\n                            [\n                                -3.541094390798197,\n                                50.461832561195266\n                            ],\n                            [\n                                -3.541095460277287,\n                                50.461843789136275\n                            ],\n                            [\n                                -3.5410973069859684,\n                                50.46185725520334\n                            ],\n                            [\n                                -3.541097833038218,\n                                50.461873436870064\n                            ],\n                            [\n                                -3.5410972165470698,\n                                50.46187614314215\n                            ],\n                            [\n                                -3.54109750879844,\n                                50.461885132956986\n                            ],\n                            [\n                                -3.541098344478366,\n                                50.46188916904601\n                            ],\n                            [\n                                -3.541099986613463,\n                                50.46189634224255\n                            ],\n                            [\n                                -3.541100924582107,\n                                50.461903524766704\n                            ],\n                            [\n                                -3.5411010707082675,\n                                50.4619080196741\n                            ],\n                            [\n                                -3.541100614955669,\n                                50.461915670344325\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 78419.08924615954,\n            \"area_buildings_sqft\": 172.6445119559874,\n            \"density\": 0.22015623187621045,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 7285.3111525603435,\n            \"area_acre\": 1.800254574062432,\n            \"area_buildings_m2\": 16.03906651393417,\n            \"area_buildings_acre\": 0.003963372634434973\n        },\n        {\n            \"title_no\": \"DN59947\",\n            \"tenure\": \"Freehold\",\n            \"height\": 25.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10002986645\",\n                \"10002987083\",\n                \"10002987084\",\n                \"10002987085\",\n                \"10002987086\",\n                \"10002987087\",\n                \"10002987088\",\n                \"10002987089\",\n                \"10024001259\",\n                \"10024001260\",\n                \"10024001261\",\n                \"10024001262\"\n            ],\n            \"property_address\": [\n                \"12 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"5 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"4 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"3 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"9 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"10 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"2 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"1 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"11 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"7 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"6 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\",\n                \"8 Meadfoot Lodge Meadfoot Sea Road Torquay Torbay TQ1 2LG\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5153414804909007,\n                                50.45873570990436\n                            ],\n                            [\n                                -3.5153409487646328,\n                                50.45874111303235\n                            ],\n                            [\n                                -3.5153846621986795,\n                                50.45874234238273\n                            ],\n                            [\n                                -3.5154206302212554,\n                                50.45874367260763\n                            ],\n                            [\n                                -3.515458049606479,\n                                50.45874633296628\n                            ],\n                            [\n                                -3.51549755264461,\n                                50.4587480668031\n                            ],\n                            [\n                                -3.5155293390085984,\n                                50.45875080051741\n                            ],\n                            [\n                                -3.5156340529687733,\n                                50.458765175305615\n                            ],\n                            [\n                                -3.515713346497132,\n                                50.45877763277199\n                            ],\n                            [\n                                -3.515786346017778,\n                                50.458791521239895\n                            ],\n                            [\n                                -3.5157969798099438,\n                                50.45879363110928\n                            ],\n                            [\n                                -3.5158580235524237,\n                                50.45880812498828\n                            ],\n                            [\n                                -3.5158885598095075,\n                                50.45881582141192\n                            ],\n                            [\n                                -3.5159113075347954,\n                                50.45882227026243\n                            ],\n                            [\n                                -3.5159404786678965,\n                                50.45883133351073\n                            ],\n                            [\n                                -3.51602583662319,\n                                50.458857202249085\n                            ],\n                            [\n                                -3.516137578105535,\n                                50.458893069818764\n                            ],\n                            [\n                                -3.5161795530491418,\n                                50.458906013298986\n                            ],\n                            [\n                                -3.5162137538258116,\n                                50.458918158715484\n                            ],\n                            [\n                                -3.5162429969519096,\n                                50.458929469367696\n                            ],\n                            [\n                                -3.516289412381935,\n                                50.458949100188924\n                            ],\n                            [\n                                -3.516321543951831,\n                                50.458962621593095\n                            ],\n                            [\n                                -3.516512365137011,\n                                50.45904827232462\n                            ],\n                            [\n                                -3.5165323827954844,\n                                50.45905745474245\n                            ],\n                            [\n                                -3.5165338485743107,\n                                50.459059234369576\n                            ],\n                            [\n                                -3.516535371866568,\n                                50.45906281198114\n                            ],\n                            [\n                                -3.5165354293798927,\n                                50.459064609965566\n                            ],\n                            [\n                                -3.5165361910261397,\n                                50.45906639877134\n                            ],\n                            [\n                                -3.5165362485395035,\n                                50.45906819675579\n                            ],\n                            [\n                                -3.516535601919899,\n                                50.45907000391889\n                            ],\n                            [\n                                -3.5165356881899226,\n                                50.459072700895526\n                            ],\n                            [\n                                -3.5165350847052395,\n                                50.45907585654698\n                            ],\n                            [\n                                -3.516533762709051,\n                                50.45907857188097\n                            ],\n                            [\n                                -3.516532455091025,\n                                50.459081736711056\n                            ],\n                            [\n                                -3.5165311330945297,\n                                50.459084452045005\n                            ],\n                            [\n                                -3.5165297967195945,\n                                50.45908671788285\n                            ],\n                            [\n                                -3.516527770589549,\n                                50.4590894423954\n                            ],\n                            [\n                                -3.5165250403259676,\n                                50.45909217608654\n                            ],\n                            [\n                                -3.516522956682505,\n                                50.45909310261458\n                            ],\n                            [\n                                -3.516515915349289,\n                                50.45909319440036\n                            ],\n                            [\n                                -3.5165144927044945,\n                                50.459092763261346\n                            ],\n                            [\n                                -3.516512380304538,\n                                50.45909279079697\n                            ],\n                            [\n                                -3.5165109864160162,\n                                50.459093258650135\n                            ],\n                            [\n                                -3.5165074945055443,\n                                50.459094203534946\n                            ],\n                            [\n                                -3.516503327217663,\n                                50.459096056590376\n                            ],\n                            [\n                                -3.5164991886854624,\n                                50.45909880863787\n                            ],\n                            [\n                                -3.5164985250902387,\n                                50.459099644705596\n                            ],\n                            [\n                                -3.5164783185283226,\n                                50.459136530325296\n                            ],\n                            [\n                                -3.5164801633897813,\n                                50.459138269037076\n                            ],\n                            [\n                                -3.516498902292358,\n                                50.45915592217953\n                            ],\n                            [\n                                -3.516412021306799,\n                                50.45919257964807\n                            ],\n                            [\n                                -3.516314003406433,\n                                50.459233429356146\n                            ],\n                            [\n                                -3.516163117861833,\n                                50.459295203732445\n                            ],\n                            [\n                                -3.5160664934323616,\n                                50.459335585386036\n                            ],\n                            [\n                                -3.5160254955429817,\n                                50.4593532076103\n                            ],\n                            [\n                                -3.515997775623894,\n                                50.459367509014\n                            ],\n                            [\n                                -3.515970774198962,\n                                50.45938225073209\n                            ],\n                            [\n                                -3.5159652273351547,\n                                50.45938502111156\n                            ],\n                            [\n                                -3.5158876574077818,\n                                50.45942650337396\n                            ],\n                            [\n                                -3.515836456588932,\n                                50.45945550055971\n                            ],\n                            [\n                                -3.515818393296316,\n                                50.459463380530956\n                            ],\n                            [\n                                -3.515725403926375,\n                                50.45952934649341\n                            ],\n                            [\n                                -3.5156419302628694,\n                                50.459588892843904\n                            ],\n                            [\n                                -3.5156269536209397,\n                                50.45957874523441\n                            ],\n                            [\n                                -3.5155565396260275,\n                                50.45953559355673\n                            ],\n                            [\n                                -3.5155112735540817,\n                                50.459507853169264\n                            ],\n                            [\n                                -3.515452482348517,\n                                50.459471295275144\n                            ],\n                            [\n                                -3.515161689089265,\n                                50.459290442778006\n                            ],\n                            [\n                                -3.5148788043843315,\n                                50.4591145230342\n                            ],\n                            [\n                                -3.51500811598693,\n                                50.458836103957\n                            ],\n                            [\n                                -3.5150187903370407,\n                                50.45881303109352\n                            ],\n                            [\n                                -3.5150274901825185,\n                                50.45879430090347\n                            ],\n                            [\n                                -3.5150386933438207,\n                                50.4587701419111\n                            ],\n                            [\n                                -3.5150493676648407,\n                                50.458747069044826\n                            ],\n                            [\n                                -3.5150587227768755,\n                                50.4587268013949\n                            ],\n                            [\n                                -3.5151510928740666,\n                                50.458729645596385\n                            ],\n                            [\n                                -3.5153414804909007,\n                                50.45873570990436\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 70907.44214613656,\n            \"area_buildings_sqft\": 6882.255952010776,\n            \"density\": 9.70597125450782,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 6587.462109451557,\n            \"area_acre\": 1.6278108848975334,\n            \"area_buildings_m2\": 639.3771787449625,\n            \"area_buildings_acre\": 0.15799485656590395\n        },\n        {\n            \"title_no\": \"DN592794\",\n            \"tenure\": \"Freehold\",\n            \"height\": 21.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040549158\"\n            ],\n            \"property_address\": [\n                \"17 Lydwell Road Torquay Torbay TQ1 1SN\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5087721704992556,\n                                50.47284714530918\n                            ],\n                            [\n                                -3.508800336548084,\n                                50.47285982084878\n                            ],\n                            [\n                                -3.508785960446909,\n                                50.47287304805754\n                            ],\n                            [\n                                -3.508759939714174,\n                                50.47289676895633\n                            ],\n                            [\n                                -3.508748280773902,\n                                50.47290681315029\n                            ],\n                            [\n                                -3.5087462106855134,\n                                50.47290818904027\n                            ],\n                            [\n                                -3.5087338044640766,\n                                50.4729168938762\n                            ],\n                            [\n                                -3.508715230901538,\n                                50.47293107486928\n                            ],\n                            [\n                                -3.5085609929473334,\n                                50.47304414627106\n                            ],\n                            [\n                                -3.5083240356423384,\n                                50.47321494978716\n                            ],\n                            [\n                                -3.5081340424296537,\n                                50.47335591473246\n                            ],\n                            [\n                                -3.507954241426931,\n                                50.473485055529274\n                            ],\n                            [\n                                -3.5078590600917816,\n                                50.47355419107972\n                            ],\n                            [\n                                -3.507849554599702,\n                                50.47356105949835\n                            ],\n                            [\n                                -3.5077909539490624,\n                                50.473535287669414\n                            ],\n                            [\n                                -3.5077895023393872,\n                                50.47353395743428\n                            ],\n                            [\n                                -3.5077873463791787,\n                                50.4735326363268\n                            ],\n                            [\n                                -3.5077858947696874,\n                                50.47353130609165\n                            ],\n                            [\n                                -3.507785161813599,\n                                50.47353041622566\n                            ],\n                            [\n                                -3.507783710204238,\n                                50.47352908599047\n                            ],\n                            [\n                                -3.5077836529933153,\n                                50.473527288003275\n                            ],\n                            [\n                                -3.5077829057346093,\n                                50.473525948640464\n                            ],\n                            [\n                                -3.5077827913128448,\n                                50.47352235266606\n                            ],\n                            [\n                                -3.5077834384524054,\n                                50.473520545551246\n                            ],\n                            [\n                                -3.5077833812415107,\n                                50.47351874756406\n                            ],\n                            [\n                                -3.507784042683732,\n                                50.473517389946046\n                            ],\n                            [\n                                -3.5077839425646404,\n                                50.47351424346843\n                            ],\n                            [\n                                -3.507786273672622,\n                                50.47349892406673\n                            ],\n                            [\n                                -3.507785944709689,\n                                50.4734885856403\n                            ],\n                            [\n                                -3.50778496860801,\n                                50.473480054328625\n                            ],\n                            [\n                                -3.5077840211121267,\n                                50.473472422010545\n                            ],\n                            [\n                                -3.5077808747517207,\n                                50.47346212009438\n                            ],\n                            [\n                                -3.5077732019417933,\n                                50.473442433510364\n                            ],\n                            [\n                                -3.5077701700062978,\n                                50.47343572756829\n                            ],\n                            [\n                                -3.507748717645141,\n                                50.47338159402205\n                            ],\n                            [\n                                -3.5077389890269015,\n                                50.47336373280467\n                            ],\n                            [\n                                -3.5077286275788446,\n                                50.47334812819772\n                            ],\n                            [\n                                -3.50770819074165,\n                                50.47332590891739\n                            ],\n                            [\n                                -3.507704483079406,\n                                50.47332011109411\n                            ],\n                            [\n                                -3.507700746814411,\n                                50.47331341427704\n                            ],\n                            [\n                                -3.5076977148977773,\n                                50.47330670833277\n                            ],\n                            [\n                                -3.5076961660456805,\n                                50.47330232151788\n                            ],\n                            [\n                                -3.5076954016309867,\n                                50.47330044275819\n                            ],\n                            [\n                                -3.507693592487327,\n                                50.473287875100816\n                            ],\n                            [\n                                -3.507692845235078,\n                                50.47328653573733\n                            ],\n                            [\n                                -3.5076899599013975,\n                                50.47326229028906\n                            ],\n                            [\n                                -3.507688007744039,\n                                50.47324522766308\n                            ],\n                            [\n                                -3.5076813897292114,\n                                50.47319225092413\n                            ],\n                            [\n                                -3.507675729931812,\n                                50.47316939047327\n                            ],\n                            [\n                                -3.5076734023735185,\n                                50.47316267540119\n                            ],\n                            [\n                                -3.5076664340041255,\n                                50.473142979681434\n                            ],\n                            [\n                                -3.507658071252881,\n                                50.473123751711604\n                            ],\n                            [\n                                -3.5076558152060104,\n                                50.47311928412337\n                            ],\n                            [\n                                -3.5076283744446104,\n                                50.47303195166878\n                            ],\n                            [\n                                -3.50764316211332,\n                                50.47296520709238\n                            ],\n                            [\n                                -3.507646254790256,\n                                50.47295167655274\n                            ],\n                            [\n                                -3.5076494189712992,\n                                50.47294039349736\n                            ],\n                            [\n                                -3.5076539346294893,\n                                50.472927294200964\n                            ],\n                            [\n                                -3.507658536092656,\n                                50.472916891885575\n                            ],\n                            [\n                                -3.5077228848608146,\n                                50.47276901196699\n                            ],\n                            [\n                                -3.507740053528005,\n                                50.47273281491044\n                            ],\n                            [\n                                -3.5077460064235613,\n                                50.47272059634967\n                            ],\n                            [\n                                -3.507757100526403,\n                                50.472648503431365\n                            ],\n                            [\n                                -3.5077584233891126,\n                                50.472645788195464\n                            ],\n                            [\n                                -3.5077582517646193,\n                                50.472640394232975\n                            ],\n                            [\n                                -3.507756757277737,\n                                50.472637715506366\n                            ],\n                            [\n                                -3.5077553056970516,\n                                50.4726363852704\n                            ],\n                            [\n                                -3.507750993861386,\n                                50.47263374305297\n                            ],\n                            [\n                                -3.5077467106300473,\n                                50.47263199982907\n                            ],\n                            [\n                                -3.507741708759927,\n                                50.47262981623541\n                            ],\n                            [\n                                -3.5077367211920922,\n                                50.472628082138435\n                            ],\n                            [\n                                -3.5077317479263983,\n                                50.47262679753809\n                            ],\n                            [\n                                -3.507726760359238,\n                                50.47262506344065\n                            ],\n                            [\n                                -3.5077203212131773,\n                                50.47262199910655\n                            ],\n                            [\n                                -3.5077131348260804,\n                                50.4726175954085\n                            ],\n                            [\n                                -3.507709513029905,\n                                50.47261449456552\n                            ],\n                            [\n                                -3.507705905535735,\n                                50.472611843219326\n                            ],\n                            [\n                                -3.5077029880773893,\n                                50.472608733249125\n                            ],\n                            [\n                                -3.5077015364991055,\n                                50.472607403012454\n                            ],\n                            [\n                                -3.5076989179378133,\n                                50.472604828787595\n                            ],\n                            [\n                                -3.507694997247123,\n                                50.47260119219866\n                            ],\n                            [\n                                -3.5076898809716646,\n                                50.47259541262758\n                            ],\n                            [\n                                -3.5076847360948316,\n                                50.472588734062484\n                            ],\n                            [\n                                -3.5076832702163774,\n                                50.47258695432866\n                            ],\n                            [\n                                -3.507680295555989,\n                                50.472582046370256\n                            ],\n                            [\n                                -3.5076757549098554,\n                                50.472572212199594\n                            ],\n                            [\n                                -3.507674188923818,\n                                50.47256728598735\n                            ],\n                            [\n                                -3.507673312973159,\n                                50.47256190115141\n                            ],\n                            [\n                                -3.5076732414671947,\n                                50.47255965366689\n                            ],\n                            [\n                                -3.5076685864156247,\n                                50.47254622352067\n                            ],\n                            [\n                                -3.5077431316145304,\n                                50.472541660083145\n                            ],\n                            [\n                                -3.5078073549025066,\n                                50.472544874959524\n                            ],\n                            [\n                                -3.507832163989523,\n                                50.47254949995581\n                            ],\n                            [\n                                -3.5079117647909697,\n                                50.47257095246149\n                            ],\n                            [\n                                -3.5083383676899667,\n                                50.47264690529351\n                            ],\n                            [\n                                -3.5083617367282116,\n                                50.47265055954472\n                            ],\n                            [\n                                -3.5085198342094346,\n                                50.47268088699234\n                            ],\n                            [\n                                -3.5087618808095744,\n                                50.47272757332754\n                            ],\n                            [\n                                -3.5087627785580104,\n                                50.472742491136586\n                            ],\n                            [\n                                -3.5087622602703963,\n                                50.47274834372657\n                            ],\n                            [\n                                -3.508766981076343,\n                                50.472808090248044\n                            ],\n                            [\n                                -3.508771149866617,\n                                50.47280623746059\n                            ],\n                            [\n                                -3.508773248573378,\n                                50.47280576056345\n                            ],\n                            [\n                                -3.50877677027085,\n                                50.472805714895934\n                            ],\n                            [\n                                -3.5087810392432672,\n                                50.4728070085847\n                            ],\n                            [\n                                -3.5087839138487062,\n                                50.47280877003708\n                            ],\n                            [\n                                -3.508785365463369,\n                                50.47281010025989\n                            ],\n                            [\n                                -3.5087861127385382,\n                                50.47281143961627\n                            ],\n                            [\n                                -3.50878688863751,\n                                50.472813677965945\n                            ],\n                            [\n                                -3.508787017444447,\n                                50.47281772343579\n                            ],\n                            [\n                                -3.508785723260083,\n                                50.472821337676116\n                            ],\n                            [\n                                -3.508785061855959,\n                                50.472822695299634\n                            ],\n                            [\n                                -3.5087844147636624,\n                                50.47282450241978\n                            ],\n                            [\n                                -3.508781740522951,\n                                50.472829033920505\n                            ],\n                            [\n                                -3.5087810934304455,\n                                50.47283084104064\n                            ],\n                            [\n                                -3.508779813557116,\n                                50.472834904777564\n                            ],\n                            [\n                                -3.5087785193717584,\n                                50.47283851901782\n                            ],\n                            [\n                                -3.5087771822508023,\n                                50.47284078476811\n                            ],\n                            [\n                                -3.50877583081793,\n                                50.47284260102175\n                            ],\n                            [\n                                -3.5087721704992556,\n                                50.47284714530918\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 58178.08814437762,\n            \"area_buildings_sqft\": 2280.7649782000226,\n            \"density\": 3.920316137821448,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 5404.8762675936105,\n            \"area_acre\": 1.3355851272813963,\n            \"area_buildings_m2\": 211.88823654775388,\n            \"area_buildings_acre\": 0.05235915927915571\n        },\n        {\n            \"title_no\": \"DN572229\",\n            \"tenure\": \"Freehold\",\n            \"height\": 6.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Warberry Service Reservoir, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"SOUTH WEST WATER LIMITED\",\n                    \"company_registration_no\": \": 2366665\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Peninsula House, Rydon Lane, Exeter EX2 7HR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.519350606532797,\n                                50.468195123001635\n                            ],\n                            [\n                                -3.5193479648992363,\n                                50.468196236737356\n                            ],\n                            [\n                                -3.519322120616633,\n                                50.468207636430996\n                            ],\n                            [\n                                -3.5192853419697423,\n                                50.46822520465492\n                            ],\n                            [\n                                -3.519315875827996,\n                                50.468298553941125\n                            ],\n                            [\n                                -3.519313635051516,\n                                50.46849239656297\n                            ],\n                            [\n                                -3.519316298971064,\n                                50.468729344694\n                            ],\n                            [\n                                -3.51898617935965,\n                                50.46871746649671\n                            ],\n                            [\n                                -3.518398785951459,\n                                50.468697883021186\n                            ],\n                            [\n                                -3.518382423722277,\n                                50.46869737706402\n                            ],\n                            [\n                                -3.5181292173750482,\n                                50.46868907942457\n                            ],\n                            [\n                                -3.5181329301951,\n                                50.46866861537476\n                            ],\n                            [\n                                -3.518148754283234,\n                                50.46850715260411\n                            ],\n                            [\n                                -3.5181772975299754,\n                                50.468232473568996\n                            ],\n                            [\n                                -3.5181778146169216,\n                                50.468226620943476\n                            ],\n                            [\n                                -3.5181788919862256,\n                                50.468216264177556\n                            ],\n                            [\n                                -3.5181922730830424,\n                                50.468216089570376\n                            ],\n                            [\n                                -3.518502050266085,\n                                50.46820889914064\n                            ],\n                            [\n                                -3.5185182340291608,\n                                50.46820823823392\n                            ],\n                            [\n                                -3.518574053677905,\n                                50.468206610315846\n                            ],\n                            [\n                                -3.518574546665493,\n                                50.46820660388128\n                            ],\n                            [\n                                -3.5185741874749374,\n                                50.4682085871745\n                            ],\n                            [\n                                -3.518599654411345,\n                                50.4682087134504\n                            ],\n                            [\n                                -3.518663399653995,\n                                50.46820904158944\n                            ],\n                            [\n                                -3.518802010800864,\n                                50.46820318508233\n                            ],\n                            [\n                                -3.518918128559175,\n                                50.4681989711143\n                            ],\n                            [\n                                -3.5189675281437602,\n                                50.468201473968406\n                            ],\n                            [\n                                -3.5192055418158446,\n                                50.468197466967055\n                            ],\n                            [\n                                -3.519350606532797,\n                                50.468195123001635\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 49585.771520513255,\n            \"area_buildings_sqft\": 421.5663986863804,\n            \"density\": 0.8501761407745397,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4606.630576041737,\n            \"area_acre\": 1.1383326795342805,\n            \"area_buildings_m2\": 39.16447405113159,\n            \"area_buildings_acre\": 0.009677832844039955\n        },\n        {\n            \"title_no\": \"DN57055\",\n            \"tenure\": \"Freehold\",\n            \"height\": 11.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10000013502\",\n                \"10000013503\",\n                \"10000013504\",\n                \"10000013505\",\n                \"100040546504\"\n            ],\n            \"property_address\": [\n                \"Lavatacana Flat 3 Higher Warberry Road Torquay Torbay TQ1 1SA\",\n                \"Lavatacana Flat 4 Higher Warberry Road Torquay Torbay TQ1 1SA\",\n                \"Lavatacana Higher Warberry Road Torquay Torbay TQ1 1SA\",\n                \"Lavatacana Flat 2 Higher Warberry Road Torquay Torbay TQ1 1SA\",\n                \"Lavatacana Flat 1 Higher Warberry Road Torquay Torbay TQ1 1SA\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5173041234833002,\n                                50.46760936148682\n                            ],\n                            [\n                                -3.517304324943062,\n                                50.46761565442084\n                            ],\n                            [\n                                -3.5173037501932654,\n                                50.46761970906284\n                            ],\n                            [\n                                -3.517302456793664,\n                                50.46762332339397\n                            ],\n                            [\n                                -3.5173011777838337,\n                                50.4676273872204\n                            ],\n                            [\n                                -3.5172998843838372,\n                                50.46763100155151\n                            ],\n                            [\n                                -3.517297182463843,\n                                50.467634634251425\n                            ],\n                            [\n                                -3.5172966507137473,\n                                50.467635630488566\n                            ],\n                            [\n                                -3.5172951848033964,\n                                50.46763825776688\n                            ],\n                            [\n                                -3.517291778622622,\n                                50.46764189965107\n                            ],\n                            [\n                                -3.517288358051478,\n                                50.46764509203987\n                            ],\n                            [\n                                -3.517280180336371,\n                                50.46765374266221\n                            ],\n                            [\n                                -3.5172636234424814,\n                                50.46766475097113\n                            ],\n                            [\n                                -3.5167162771469003,\n                                50.46786138396094\n                            ],\n                            [\n                                -3.516614816312587,\n                                50.46789690946133\n                            ],\n                            [\n                                -3.5165287116263984,\n                                50.467927054365575\n                            ],\n                            [\n                                -3.516527317480177,\n                                50.46792752222057\n                            ],\n                            [\n                                -3.516475777197383,\n                                50.46794618132992\n                            ],\n                            [\n                                -3.516452076689243,\n                                50.46795413485188\n                            ],\n                            [\n                                -3.5164257164238317,\n                                50.46792300062395\n                            ],\n                            [\n                                -3.516340482077055,\n                                50.46792706143051\n                            ],\n                            [\n                                -3.5163934923163076,\n                                50.46791690921024\n                            ],\n                            [\n                                -3.516379421562648,\n                                50.46788055136753\n                            ],\n                            [\n                                -3.516371678876981,\n                                50.46786052447365\n                            ],\n                            [\n                                -3.5163497779322315,\n                                50.46785689767047\n                            ],\n                            [\n                                -3.5163480598925716,\n                                50.467845480128936\n                            ],\n                            [\n                                -3.5163317152870195,\n                                50.46773760736615\n                            ],\n                            [\n                                -3.5163127318570737,\n                                50.467738844076095\n                            ],\n                            [\n                                -3.5161988255033756,\n                                50.46774608447271\n                            ],\n                            [\n                                -3.5161641321485733,\n                                50.467748254371486\n                            ],\n                            [\n                                -3.5161735154974556,\n                                50.46778653501151\n                            ],\n                            [\n                                -3.516168572744254,\n                                50.46778795746538\n                            ],\n                            [\n                                -3.51614795455625,\n                                50.46779051053837\n                            ],\n                            [\n                                -3.516135239361544,\n                                50.46779431866477\n                            ],\n                            [\n                                -3.5161247378806437,\n                                50.46780037333805\n                            ],\n                            [\n                                -3.516112226866033,\n                                50.46781100498747\n                            ],\n                            [\n                                -3.516106930117374,\n                                50.467823827016005\n                            ],\n                            [\n                                -3.5159831985798236,\n                                50.46782743588263\n                            ],\n                            [\n                                -3.51597594855133,\n                                50.46778712184566\n                            ],\n                            [\n                                -3.515971130532924,\n                                50.46775984390412\n                            ],\n                            [\n                                -3.51594876826595,\n                                50.467637821531795\n                            ],\n                            [\n                                -3.5159300397216318,\n                                50.46753688690418\n                            ],\n                            [\n                                -3.5159137259448645,\n                                50.46744536415052\n                            ],\n                            [\n                                -3.51591169923191,\n                                50.46742605419221\n                            ],\n                            [\n                                -3.5160256161166847,\n                                50.46739713921972\n                            ],\n                            [\n                                -3.5160717289825727,\n                                50.46738502646357\n                            ],\n                            [\n                                -3.516173121476622,\n                                50.46736104118549\n                            ],\n                            [\n                                -3.516369608119738,\n                                50.467314411563\n                            ],\n                            [\n                                -3.516398266874314,\n                                50.467307292798395\n                            ],\n                            [\n                                -3.5164339969354943,\n                                50.46730098122666\n                            ],\n                            [\n                                -3.516466263238814,\n                                50.46729651352266\n                            ],\n                            [\n                                -3.5164879657096657,\n                                50.46729218350209\n                            ],\n                            [\n                                -3.516504839067063,\n                                50.467291064202904\n                            ],\n                            [\n                                -3.51651816238368,\n                                50.467289091808595\n                            ],\n                            [\n                                -3.5165237964238822,\n                                50.46728901837132\n                            ],\n                            [\n                                -3.5165343458666825,\n                                50.467288431180236\n                            ],\n                            [\n                                -3.5165484022015403,\n                                50.46728734859369\n                            ],\n                            [\n                                -3.5165589804091177,\n                                50.46728766039129\n                            ],\n                            [\n                                -3.516572404402545,\n                                50.46728883445905\n                            ],\n                            [\n                                -3.5165851241415864,\n                                50.46729001770528\n                            ],\n                            [\n                                -3.5165964785204946,\n                                50.467292567796726\n                            ],\n                            [\n                                -3.516607861667042,\n                                50.467296016878\n                            ],\n                            [\n                                -3.5166227804743264,\n                                50.46729986955225\n                            ],\n                            [\n                                -3.516824128001301,\n                                50.4673831341678\n                            ],\n                            [\n                                -3.517171173552631,\n                                50.46752790390159\n                            ],\n                            [\n                                -3.517256131453979,\n                                50.467562770644285\n                            ],\n                            [\n                                -3.5172696994372896,\n                                50.46756843958367\n                            ],\n                            [\n                                -3.5172769003133024,\n                                50.46757329218943\n                            ],\n                            [\n                                -3.5172855384885096,\n                                50.4675790254167\n                            ],\n                            [\n                                -3.517286990176084,\n                                50.46758035553393\n                            ],\n                            [\n                                -3.5172906122004566,\n                                50.46758345607926\n                            ],\n                            [\n                                -3.517293529966113,\n                                50.46758656580882\n                            ],\n                            [\n                                -3.5172964621220517,\n                                50.46759012503362\n                            ],\n                            [\n                                -3.5172987044090593,\n                                50.467594142938026\n                            ],\n                            [\n                                -3.5173009323065103,\n                                50.46759771134708\n                            ],\n                            [\n                                -3.5173024559448933,\n                                50.46760128894054\n                            ],\n                            [\n                                -3.517303120082191,\n                                50.467604428060014\n                            ],\n                            [\n                                -3.5173041234833002,\n                                50.46760936148682\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 47890.330267990605,\n            \"area_buildings_sqft\": 6563.111659591253,\n            \"density\": 13.70446105271061,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4449.120240430194,\n            \"area_acre\": 1.0994107040401884,\n            \"area_buildings_m2\": 609.7279505380205,\n            \"area_buildings_acre\": 0.1506683117445191\n        },\n        {\n            \"title_no\": \"DN561850\",\n            \"tenure\": \"Freehold\",\n            \"height\": 6.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Chapel Hill Reservoir, St Michaels Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"SOUTH WEST WATER LIMITED\",\n                    \"company_registration_no\": \": 2366665\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Peninsula House, Rydon Lane, Exeter EX2 7HR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5472952339356043,\n                                50.47646751638499\n                            ],\n                            [\n                                -3.5472998418759687,\n                                50.47647914687807\n                            ],\n                            [\n                                -3.5473142526600134,\n                                50.47651043308239\n                            ],\n                            [\n                                -3.5473187431761484,\n                                50.47651846766823\n                            ],\n                            [\n                                -3.547348093042903,\n                                50.476575636842476\n                            ],\n                            [\n                                -3.547430977493274,\n                                50.47674001807746\n                            ],\n                            [\n                                -3.5473526148072865,\n                                50.47675724883759\n                            ],\n                            [\n                                -3.547256026103891,\n                                50.47677742001563\n                            ],\n                            [\n                                -3.5471712797809705,\n                                50.476793386491686\n                            ],\n                            [\n                                -3.546903026100144,\n                                50.47684372029016\n                            ],\n                            [\n                                -3.546643165798802,\n                                50.47689214316336\n                            ],\n                            [\n                                -3.5463504040732046,\n                                50.47694729829094\n                            ],\n                            [\n                                -3.5461052467861505,\n                                50.47699282645037\n                            ],\n                            [\n                                -3.5459210189766974,\n                                50.47702675216874\n                            ],\n                            [\n                                -3.5456772696291443,\n                                50.47707226071566\n                            ],\n                            [\n                                -3.54564222605224,\n                                50.47707812244221\n                            ],\n                            [\n                                -3.545633371909388,\n                                50.477052967854206\n                            ],\n                            [\n                                -3.5456127318313655,\n                                50.47699487313033\n                            ],\n                            [\n                                -3.5455641329871286,\n                                50.47684442507593\n                            ],\n                            [\n                                -3.5455633552862817,\n                                50.47684218698942\n                            ],\n                            [\n                                -3.5455632819728766,\n                                50.47683993954627\n                            ],\n                            [\n                                -3.5455631793341253,\n                                50.476836793125834\n                            ],\n                            [\n                                -3.545564441481873,\n                                50.47683227952618\n                            ],\n                            [\n                                -3.545565087218353,\n                                50.476830472214985\n                            ],\n                            [\n                                -3.545566422679276,\n                                50.47682820605847\n                            ],\n                            [\n                                -3.5455684625272332,\n                                50.47682593054529\n                            ],\n                            [\n                                -3.545569812650608,\n                                50.47682411387737\n                            ],\n                            [\n                                -3.54557186716098,\n                                50.476822287852755\n                            ],\n                            [\n                                -3.545573231946887,\n                                50.47682092067343\n                            ],\n                            [\n                                -3.545575976181254,\n                                50.476818635803404\n                            ],\n                            [\n                                -3.5455794541280103,\n                                50.47681724055382\n                            ],\n                            [\n                                -3.54558221302471,\n                                50.47681540517227\n                            ],\n                            [\n                                -3.545588752150162,\n                                50.47681280008217\n                            ],\n                            [\n                                -3.545591252752161,\n                                50.47681168762494\n                            ],\n                            [\n                                -3.5455968291957127,\n                                50.47680981481573\n                            ],\n                            [\n                                -3.545601715914969,\n                                50.47680840085179\n                            ],\n                            [\n                                -3.5456073070207927,\n                                50.47680697753072\n                            ],\n                            [\n                                -3.54561151281359,\n                                50.476806292105074\n                            ],\n                            [\n                                -3.5456541636786603,\n                                50.47679601236967\n                            ],\n                            [\n                                -3.545915169299139,\n                                50.476739482188115\n                            ],\n                            [\n                                -3.5460950083453726,\n                                50.47670066827285\n                            ],\n                            [\n                                -3.5461810903106796,\n                                50.47668243641528\n                            ],\n                            [\n                                -3.546192301793508,\n                                50.47668048869477\n                            ],\n                            [\n                                -3.54620210450588,\n                                50.47667855969416\n                            ],\n                            [\n                                -3.5462070029280204,\n                                50.47667750529587\n                            ],\n                            [\n                                -3.5462112028327137,\n                                50.476676640053306\n                            ],\n                            [\n                                -3.546214005702842,\n                                50.47667615312256\n                            ],\n                            [\n                                -3.5462431115415636,\n                                50.47666974057326\n                            ],\n                            [\n                                -3.5462685809775243,\n                                50.476664185772776\n                            ],\n                            [\n                                -3.546269461548777,\n                                50.47665661938859\n                            ],\n                            [\n                                -3.5462725872449252,\n                                50.47665738727988\n                            ],\n                            [\n                                -3.546275419451932,\n                                50.47665779932466\n                            ],\n                            [\n                                -3.546283167680562,\n                                50.47665769635408\n                            ],\n                            [\n                                -3.5462866749332056,\n                                50.47665720006061\n                            ],\n                            [\n                                -3.546289477801374,\n                                50.476656713128044\n                            ],\n                            [\n                                -3.546292985053875,\n                                50.476656216834385\n                            ],\n                            [\n                                -3.546316127050599,\n                                50.47665276149821\n                            ],\n                            [\n                                -3.546341352856759,\n                                50.47664837909647\n                            ],\n                            [\n                                -3.5467728762962487,\n                                50.47656979458517\n                            ],\n                            [\n                                -3.5468110920101914,\n                                50.47656182180058\n                            ],\n                            [\n                                -3.5469770709213893,\n                                50.47653020583488\n                            ],\n                            [\n                                -3.5469906478814908,\n                                50.47652732721969\n                            ],\n                            [\n                                -3.5471937151234245,\n                                50.47648775307665\n                            ],\n                            [\n                                -3.547254629357057,\n                                50.47647570096987\n                            ],\n                            [\n                                -3.5472952339356043,\n                                50.47646751638499\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 44312.09086376051,\n            \"area_buildings_sqft\": 588.8370283683133,\n            \"density\": 1.3288405419160176,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4116.693688569353,\n            \"area_acre\": 1.0172656304811871,\n            \"area_buildings_m2\": 54.704294720207486,\n            \"area_buildings_acre\": 0.013517838116811601\n        },\n        {\n            \"title_no\": \"DN559225\",\n            \"tenure\": \"Freehold\",\n            \"height\": 11.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040540274\",\n                \"100040540275\",\n                \"100040540276\",\n                \"100040540277\",\n                \"100040540278\",\n                \"100040540279\",\n                \"100040540280\",\n                \"100040547096\",\n                \"100040547097\",\n                \"100040547098\"\n            ],\n            \"property_address\": [\n                \"Froyle House, Burridge Road, Chelston, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"EVANS ESTATES (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"458256\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"45 Wood Lane, Falmouth, Cornwall\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.550052841156843,\n                                50.46471069713429\n                            ],\n                            [\n                                -3.5500631557061544,\n                                50.46472449993028\n                            ],\n                            [\n                                -3.5501298627904765,\n                                50.46469618040814\n                            ],\n                            [\n                                -3.5502228356320997,\n                                50.46478595775836\n                            ],\n                            [\n                                -3.5502238597430678,\n                                50.464787113292125\n                            ],\n                            [\n                                -3.5502316124676834,\n                                50.464795823805645\n                            ],\n                            [\n                                -3.550155894392654,\n                                50.464824353384785\n                            ],\n                            [\n                                -3.550151041380825,\n                                50.46482675640525\n                            ],\n                            [\n                                -3.550149656485916,\n                                50.46482749435262\n                            ],\n                            [\n                                -3.5501495394418723,\n                                50.46483253237797\n                            ],\n                            [\n                                -3.550148371940711,\n                                50.464883002529156\n                            ],\n                            [\n                                -3.550103349105707,\n                                50.46487640744917\n                            ],\n                            [\n                                -3.550011287594039,\n                                50.46486189504026\n                            ],\n                            [\n                                -3.550004245514565,\n                                50.464861988859745\n                            ],\n                            [\n                                -3.5500014139842513,\n                                50.464861576898805\n                            ],\n                            [\n                                -3.549998567755493,\n                                50.464860715449156\n                            ],\n                            [\n                                -3.5499957362253,\n                                50.46486030348809\n                            ],\n                            [\n                                -3.549812346982635,\n                                50.46483216802193\n                            ],\n                            [\n                                -3.5498102343599216,\n                                50.46483219616418\n                            ],\n                            [\n                                -3.5498024586833847,\n                                50.464831400374834\n                            ],\n                            [\n                                -3.549798922948989,\n                                50.46483099778963\n                            ],\n                            [\n                                -3.549795372518104,\n                                50.464830145715645\n                            ],\n                            [\n                                -3.549607734749628,\n                                50.46480134702667\n                            ],\n                            [\n                                -3.549458333015429,\n                                50.46477842433427\n                            ],\n                            [\n                                -3.5494542257487374,\n                                50.46479071045118\n                            ],\n                            [\n                                -3.5494538443657015,\n                                50.46479197464681\n                            ],\n                            [\n                                -3.549438953164638,\n                                50.46478902517499\n                            ],\n                            [\n                                -3.549406999375661,\n                                50.46478135640549\n                            ],\n                            [\n                                -3.54938355484945,\n                                50.464775373044546\n                            ],\n                            [\n                                -3.5493620703541513,\n                                50.46476900382932\n                            ],\n                            [\n                                -3.5493458498861843,\n                                50.464764183373056\n                            ],\n                            [\n                                -3.5493180626002676,\n                                50.46475466035607\n                            ],\n                            [\n                                -3.549304805685693,\n                                50.46474998030288\n                            ],\n                            [\n                                -3.549283849317412,\n                                50.464742524797764\n                            ],\n                            [\n                                -3.549251015081739,\n                                50.46472947149695\n                            ],\n                            [\n                                -3.549231003484225,\n                                50.4647207442852\n                            ],\n                            [\n                                -3.5491980811330657,\n                                50.46470499403633\n                            ],\n                            [\n                                -3.549166537833993,\n                                50.46468832604659\n                            ],\n                            [\n                                -3.5491313560086226,\n                                50.46466810902067\n                            ],\n                            [\n                                -3.5490708513147,\n                                50.46462754366877\n                            ],\n                            [\n                                -3.549044912369416,\n                                50.464609901657184\n                            ],\n                            [\n                                -3.549013010949137,\n                                50.46458658306475\n                            ],\n                            [\n                                -3.548982118947617,\n                                50.464563970519386\n                            ],\n                            [\n                                -3.5489698243330885,\n                                50.46455424115069\n                            ],\n                            [\n                                -3.548911212212443,\n                                50.464506905252456\n                            ],\n                            [\n                                -3.5488560771586726,\n                                50.46445817398196\n                            ],\n                            [\n                                -3.548806434991484,\n                                50.46440936956202\n                            ],\n                            [\n                                -3.548788383319828,\n                                50.46439162249465\n                            ],\n                            [\n                                -3.548759935470655,\n                                50.46436187233935\n                            ],\n                            [\n                                -3.5486985062764296,\n                                50.46429298898244\n                            ],\n                            [\n                                -3.5485339819852246,\n                                50.46410900957395\n                            ],\n                            [\n                                -3.5485077351620316,\n                                50.46408192816776\n                            ],\n                            [\n                                -3.5484749890809084,\n                                50.464049986729435\n                            ],\n                            [\n                                -3.5484409080687365,\n                                50.46402031147116\n                            ],\n                            [\n                                -3.548396792167595,\n                                50.463985373543586\n                            ],\n                            [\n                                -3.548384512507245,\n                                50.46397609359871\n                            ],\n                            [\n                                -3.5483491994040053,\n                                50.46395183092467\n                            ],\n                            [\n                                -3.5483152800441715,\n                                50.4639271000073\n                            ],\n                            [\n                                -3.5483109521023635,\n                                50.46392400981333\n                            ],\n                            [\n                                -3.5483065947971975,\n                                50.463920020641105\n                            ],\n                            [\n                                -3.548301547980212,\n                                50.463916490329254\n                            ],\n                            [\n                                -3.548297205358404,\n                                50.46391295064573\n                            ],\n                            [\n                                -3.5482928333735977,\n                                50.463908511983895\n                            ],\n                            [\n                                -3.5482898991417917,\n                                50.46390495355715\n                            ],\n                            [\n                                -3.548287713150001,\n                                50.463902734226096\n                            ],\n                            [\n                                -3.5482862313526597,\n                                50.46390050552361\n                            ],\n                            [\n                                -3.548283898543917,\n                                50.46389379130187\n                            ],\n                            [\n                                -3.5482837957718054,\n                                50.463890644878425\n                            ],\n                            [\n                                -3.548285027979121,\n                                50.463885232266904\n                            ],\n                            [\n                                -3.548287008425365,\n                                50.46388115875113\n                            ],\n                            [\n                                -3.5482883434044408,\n                                50.46387889256298\n                            ],\n                            [\n                                -3.54829239238632,\n                                50.46387344246569\n                            ],\n                            [\n                                -3.5482965000946267,\n                                50.46386979032447\n                            ],\n                            [\n                                -3.5482978938003393,\n                                50.463869322092485\n                            ],\n                            [\n                                -3.548299962336054,\n                                50.46386794551087\n                            ],\n                            [\n                                -3.548302749747276,\n                                50.46386700904678\n                            ],\n                            [\n                                -3.5483055224764675,\n                                50.46386562309356\n                            ],\n                            [\n                                -3.548309014081143,\n                                50.4638646772578\n                            ],\n                            [\n                                -3.5483118161739733,\n                                50.46386419028255\n                            ],\n                            [\n                                -3.5483188287468104,\n                                50.463863197588694\n                            ],\n                            [\n                                -3.5483216455215176,\n                                50.46386316010228\n                            ],\n                            [\n                                -3.5485510657977257,\n                                50.46385560983971\n                            ],\n                            [\n                                -3.5487347281115134,\n                                50.46384911794061\n                            ],\n                            [\n                                -3.548938122465157,\n                                50.46384281273316\n                            ],\n                            [\n                                -3.549002644670919,\n                                50.463928742796725\n                            ],\n                            [\n                                -3.5490235985620577,\n                                50.46395769330254\n                            ],\n                            [\n                                -3.5491201080979256,\n                                50.46408681680047\n                            ],\n                            [\n                                -3.5492211665545415,\n                                50.464225772702676\n                            ],\n                            [\n                                -3.549249204229292,\n                                50.46426452189785\n                            ],\n                            [\n                                -3.54933833407701,\n                                50.46436181588668\n                            ],\n                            [\n                                -3.5494003519886412,\n                                50.464448678447056\n                            ],\n                            [\n                                -3.549457880433188,\n                                50.4645275064449\n                            ],\n                            [\n                                -3.549468913666065,\n                                50.464541749406095\n                            ],\n                            [\n                                -3.5494906862814877,\n                                50.46456124555004\n                            ],\n                            [\n                                -3.5495379729972236,\n                                50.46460693326083\n                            ],\n                            [\n                                -3.5495430199797378,\n                                50.46461046351714\n                            ],\n                            [\n                                -3.549601790042082,\n                                50.4645837339674\n                            ],\n                            [\n                                -3.549990034653704,\n                                50.464622172598794\n                            ],\n                            [\n                                -3.5500457587343073,\n                                50.46462768980545\n                            ],\n                            [\n                                -3.550046973654392,\n                                50.464630371725775\n                            ],\n                            [\n                                -3.550047909832573,\n                                50.4646331472967\n                            ],\n                            [\n                                -3.5500608428910025,\n                                50.464666701322784\n                            ],\n                            [\n                                -3.5500609286834828,\n                                50.464677942291296\n                            ],\n                            [\n                                -3.5500571209024625,\n                                50.464690764061636\n                            ],\n                            [\n                                -3.550052841156843,\n                                50.46471069713429\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 54659.07015530022,\n            \"area_buildings_sqft\": 7011.859353579891,\n            \"density\": 12.828354623775024,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 5077.951519444466,\n            \"area_acre\": 1.2547995903420621,\n            \"area_buildings_m2\": 651.4176285377082,\n            \"area_buildings_acre\": 0.160970141266756\n        },\n        {\n            \"title_no\": \"DN542254\",\n            \"tenure\": \"Freehold\",\n            \"height\": 14.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"land at Chilcote Close, St Marychurch Road and Babbacombe Road, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.5195696104644627,\n                                    50.48061151450356\n                                ],\n                                [\n                                    -3.519621245846184,\n                                    50.4806160834489\n                                ],\n                                [\n                                    -3.519664919118119,\n                                    50.48062289684676\n                                ],\n                                [\n                                    -3.5197342027114584,\n                                    50.480634097396894\n                                ],\n                                [\n                                    -3.5198024495388127,\n                                    50.480651642971736\n                                ],\n                                [\n                                    -3.51999751405735,\n                                    50.48069922551901\n                                ],\n                                [\n                                    -3.520247673926453,\n                                    50.48076825723904\n                                ],\n                                [\n                                    -3.5203043549522377,\n                                    50.4807868619897\n                                ],\n                                [\n                                    -3.5204046077287323,\n                                    50.48081701181642\n                                ],\n                                [\n                                    -3.520516149501112,\n                                    50.48085766250905\n                                ],\n                                [\n                                    -3.5205742608753288,\n                                    50.480880862175994\n                                ],\n                                [\n                                    -3.520647356097635,\n                                    50.48091769821578\n                                ],\n                                [\n                                    -3.5207055752638925,\n                                    50.4809591804837\n                                ],\n                                [\n                                    -3.520793963080209,\n                                    50.481024092578664\n                                ],\n                                [\n                                    -3.5208528747679164,\n                                    50.48107177133513\n                                ],\n                                [\n                                    -3.5209162416642226,\n                                    50.48111728731513\n                                ],\n                                [\n                                    -3.5209217484053177,\n                                    50.481128124623844\n                                ],\n                                [\n                                    -3.5209163868729405,\n                                    50.48112444435635\n                                ],\n                                [\n                                    -3.5209153775402875,\n                                    50.481123738058066\n                                ],\n                                [\n                                    -3.520812417633538,\n                                    50.481055832766955\n                                ],\n                                [\n                                    -3.520687273554873,\n                                    50.48097742494501\n                                ],\n                                [\n                                    -3.5206347949157992,\n                                    50.4809452839904\n                                ],\n                                [\n                                    -3.5206132283724276,\n                                    50.480932075371825\n                                ],\n                                [\n                                    -3.520593128465409,\n                                    50.48092064631122\n                                ],\n                                [\n                                    -3.520568787403848,\n                                    50.480908822989115\n                                ],\n                                [\n                                    -3.5205458985487508,\n                                    50.480898329730984\n                                ],\n                                [\n                                    -3.520520177453364,\n                                    50.480887423797235\n                                ],\n                                [\n                                    -3.5205151741268472,\n                                    50.48088524076864\n                                ],\n                                [\n                                    -3.5204866496501395,\n                                    50.4808748211433\n                                ],\n                                [\n                                    -3.5204795329597816,\n                                    50.480872665729464\n                                ],\n                                [\n                                    -3.5203570629935492,\n                                    50.48083802164848\n                                ],\n                                [\n                                    -3.5201054411448993,\n                                    50.480766931730486\n                                ],\n                                [\n                                    -3.5198702046038526,\n                                    50.48070570012339\n                                ],\n                                [\n                                    -3.5198673608329445,\n                                    50.480704927841316\n                                ],\n                                [\n                                    -3.5196364352421083,\n                                    50.480646247609336\n                                ],\n                                [\n                                    -3.5195797474236596,\n                                    50.48063664525889\n                                ],\n                                [\n                                    -3.519525187402007,\n                                    50.480627464775715\n                                ],\n                                [\n                                    -3.5194805762341725,\n                                    50.48062085243977\n                                ],\n                                [\n                                    -3.519462907261894,\n                                    50.48061928444589\n                                ],\n                                [\n                                    -3.51944525270766,\n                                    50.480618165943156\n                                ],\n                                [\n                                    -3.5194276269877376,\n                                    50.48061794642541\n                                ],\n                                [\n                                    -3.519417750241288,\n                                    50.480617625717\n                                ],\n                                [\n                                    -3.519395207773176,\n                                    50.480617920080576\n                                ],\n                                [\n                                    -3.5194635412893764,\n                                    50.4806131245153\n                                ],\n                                [\n                                    -3.5195239927485096,\n                                    50.48061219118567\n                                ],\n                                [\n                                    -3.5195696104644627,\n                                    50.48061151450356\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.522406957909785,\n                                    50.482287606393236\n                                ],\n                                [\n                                    -3.522405144319989,\n                                    50.482289069104596\n                                ],\n                                [\n                                    -3.5223821337965813,\n                                    50.48230420967646\n                                ],\n                                [\n                                    -3.5223692135328464,\n                                    50.4823127068316\n                                ],\n                                [\n                                    -3.522376851084282,\n                                    50.48231746347199\n                                ],\n                                [\n                                    -3.5223907602393716,\n                                    50.48232614022698\n                                ],\n                                [\n                                    -3.5224003442404013,\n                                    50.48233137504304\n                                ],\n                                [\n                                    -3.5223981004120692,\n                                    50.48233611706898\n                                ],\n                                [\n                                    -3.522397042589255,\n                                    50.482338289383264\n                                ],\n                                [\n                                    -3.5223325087718327,\n                                    50.48246621386366\n                                ],\n                                [\n                                    -3.522330122879228,\n                                    50.4824709217722\n                                ],\n                                [\n                                    -3.522369872957462,\n                                    50.48250208630818\n                                ],\n                                [\n                                    -3.522343172837965,\n                                    50.48249628398501\n                                ],\n                                [\n                                    -3.5222377917817,\n                                    50.48247337983295\n                                ],\n                                [\n                                    -3.5222145978182544,\n                                    50.48246834103926\n                                ],\n                                [\n                                    -3.5222132815788236,\n                                    50.482467297008824\n                                ],\n                                [\n                                    -3.5221654401308955,\n                                    50.48244356808685\n                                ],\n                                [\n                                    -3.5221587623101187,\n                                    50.482440165911285\n                                ],\n                                [\n                                    -3.5221158861891415,\n                                    50.482418305647045\n                                ],\n                                [\n                                    -3.5221000370948126,\n                                    50.482410229829185\n                                ],\n                                [\n                                    -3.522118470702026,\n                                    50.48238951017307\n                                ],\n                                [\n                                    -3.5221318047215644,\n                                    50.48237458617363\n                                ],\n                                [\n                                    -3.5221356741406877,\n                                    50.482370425461816\n                                ],\n                                [\n                                    -3.52213765235358,\n                                    50.482367944319726\n                                ],\n                                [\n                                    -3.522162408488326,\n                                    50.48234000999036\n                                ],\n                                [\n                                    -3.522243626801134,\n                                    50.48225755503039\n                                ],\n                                [\n                                    -3.522322375950367,\n                                    50.482178540906034\n                                ],\n                                [\n                                    -3.52232692936598,\n                                    50.48217417337867\n                                ],\n                                [\n                                    -3.5224022257807954,\n                                    50.48210483656131\n                                ],\n                                [\n                                    -3.5224448623220668,\n                                    50.48206749470941\n                                ],\n                                [\n                                    -3.52250367071301,\n                                    50.48201582122075\n                                ],\n                                [\n                                    -3.5225204888411845,\n                                    50.482028174271605\n                                ],\n                                [\n                                    -3.522545723094644,\n                                    50.482046703750925\n                                ],\n                                [\n                                    -3.5226286302792738,\n                                    50.48210760306012\n                                ],\n                                [\n                                    -3.522652219119052,\n                                    50.48212493091256\n                                ],\n                                [\n                                    -3.5226624688399903,\n                                    50.48213245936799\n                                ],\n                                [\n                                    -3.5225822923290107,\n                                    50.48215959009499\n                                ],\n                                [\n                                    -3.5224460101336863,\n                                    50.48223916831696\n                                ],\n                                [\n                                    -3.5224323761781733,\n                                    50.482247387020855\n                                ],\n                                [\n                                    -3.522387464019318,\n                                    50.482274451926344\n                                ],\n                                [\n                                    -3.522396627480995,\n                                    50.482280636577286\n                                ],\n                                [\n                                    -3.522406957909785,\n                                    50.482287606393236\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5236419880778738,\n                                    50.48315885258237\n                                ],\n                                [\n                                    -3.5236493076671525,\n                                    50.483167300696195\n                                ],\n                                [\n                                    -3.523625730799354,\n                                    50.48317359918451\n                                ],\n                                [\n                                    -3.5236441005142045,\n                                    50.483194727538056\n                                ],\n                                [\n                                    -3.5236257002077083,\n                                    50.483200256738314\n                                ],\n                                [\n                                    -3.5236157832088026,\n                                    50.48320308468565\n                                ],\n                                [\n                                    -3.5236027895884012,\n                                    50.48320667240885\n                                ],\n                                [\n                                    -3.523544262280117,\n                                    50.48322326756063\n                                ],\n                                [\n                                    -3.523524563376641,\n                                    50.483228741798825\n                                ],\n                                [\n                                    -3.5234146415955596,\n                                    50.48325581286819\n                                ],\n                                [\n                                    -3.523411142274834,\n                                    50.483256578173936\n                                ],\n                                [\n                                    -3.5233705478331223,\n                                    50.483265383794055\n                                ],\n                                [\n                                    -3.523293675466237,\n                                    50.483285726511376\n                                ],\n                                [\n                                    -3.523242913938717,\n                                    50.483298352580015\n                                ],\n                                [\n                                    -3.523159367213351,\n                                    50.48331716372595\n                                ],\n                                [\n                                    -3.5231652199455863,\n                                    50.48332383234301\n                                ],\n                                [\n                                    -3.5230139351019387,\n                                    50.483375277624724\n                                ],\n                                [\n                                    -3.5228089675443806,\n                                    50.48344496287429\n                                ],\n                                [\n                                    -3.5227886817469303,\n                                    50.48344972517648\n                                ],\n                                [\n                                    -3.522743969878002,\n                                    50.483462002044575\n                                ],\n                                [\n                                    -3.522734883712808,\n                                    50.48346436936146\n                                ],\n                                [\n                                    -3.522684535867312,\n                                    50.48347671996181\n                                ],\n                                [\n                                    -3.5226446976064527,\n                                    50.483487134286825\n                                ],\n                                [\n                                    -3.522634202443811,\n                                    50.483489520033565\n                                ],\n                                [\n                                    -3.522605520476567,\n                                    50.483496190900865\n                                ],\n                                [\n                                    -3.5225866436239612,\n                                    50.483500934730976\n                                ],\n                                [\n                                    -3.522550385582649,\n                                    50.48351310090334\n                                ],\n                                [\n                                    -3.522545511914949,\n                                    50.483514963402925\n                                ],\n                                [\n                                    -3.522431188392656,\n                                    50.483554232546965\n                                ],\n                                [\n                                    -3.5223377972987886,\n                                    50.48358693217033\n                                ],\n                                [\n                                    -3.5223091874576467,\n                                    50.48359585043038\n                                ],\n                                [\n                                    -3.522300820185491,\n                                    50.48359865798991\n                                ],\n                                [\n                                    -3.5222834062775608,\n                                    50.48360506444168\n                                ],\n                                [\n                                    -3.522272958161649,\n                                    50.483608915503396\n                                ],\n                                [\n                                    -3.5222664144844935,\n                                    50.483611447381215\n                                ],\n                                [\n                                    -3.5222465051172795,\n                                    50.483619154577404\n                                ],\n                                [\n                                    -3.522202024058362,\n                                    50.48363862312783\n                                ],\n                                [\n                                    -3.522184657211142,\n                                    50.483646494912264\n                                ],\n                                [\n                                    -3.5221640930076683,\n                                    50.48365575756663\n                                ],\n                                [\n                                    -3.5221501300861093,\n                                    50.48362041534687\n                                ],\n                                [\n                                    -3.5221487406629897,\n                                    50.48361665619393\n                                ],\n                                [\n                                    -3.522124948479969,\n                                    50.48355617042438\n                                ],\n                                [\n                                    -3.522117322890721,\n                                    50.48353819296079\n                                ],\n                                [\n                                    -3.522107862019198,\n                                    50.48351530199605\n                                ],\n                                [\n                                    -3.5220835439647264,\n                                    50.48345643295802\n                                ],\n                                [\n                                    -3.5221450438180986,\n                                    50.48343537478901\n                                ],\n                                [\n                                    -3.5221861765125007,\n                                    50.483421813915044\n                                ],\n                                [\n                                    -3.5224382166908623,\n                                    50.483334336024484\n                                ],\n                                [\n                                    -3.522546915311501,\n                                    50.48329550021715\n                                ],\n                                [\n                                    -3.522571254638019,\n                                    50.48328528873159\n                                ],\n                                [\n                                    -3.522573897027714,\n                                    50.48328417491865\n                                ],\n                                [\n                                    -3.5225976640811543,\n                                    50.48327370110657\n                                ],\n                                [\n                                    -3.5226282571081673,\n                                    50.4832607096846\n                                ],\n                                [\n                                    -3.522648456149834,\n                                    50.483253250453075\n                                ],\n                                [\n                                    -3.5226694030218013,\n                                    50.48324713047798\n                                ],\n                                [\n                                    -3.522674981147314,\n                                    50.48324525875441\n                                ],\n                                [\n                                    -3.5227671502019633,\n                                    50.483218420713875\n                                ],\n                                [\n                                    -3.5228592035458552,\n                                    50.48318798665784\n                                ],\n                                [\n                                    -3.522964526443073,\n                                    50.48315378139364\n                                ],\n                                [\n                                    -3.5230248385647385,\n                                    50.48313131730561\n                                ],\n                                [\n                                    -3.522972494952876,\n                                    50.48309122525404\n                                ],\n                                [\n                                    -3.522951244190577,\n                                    50.48307429855978\n                                ],\n                                [\n                                    -3.522933924845819,\n                                    50.48306127760827\n                                ],\n                                [\n                                    -3.5228996766513414,\n                                    50.48303510467576\n                                ],\n                                [\n                                    -3.522851428732265,\n                                    50.48300007634727\n                                ],\n                                [\n                                    -3.522834441958593,\n                                    50.482987752532466\n                                ],\n                                [\n                                    -3.5227819230954043,\n                                    50.482944829692215\n                                ],\n                                [\n                                    -3.5227230178802307,\n                                    50.482897925277626\n                                ],\n                                [\n                                    -3.522720471916058,\n                                    50.482895899051485\n                                ],\n                                [\n                                    -3.5227130445737695,\n                                    50.48289023132491\n                                ],\n                                [\n                                    -3.5225936787284144,\n                                    50.48279888902021\n                                ],\n                                [\n                                    -3.5225497468827363,\n                                    50.48276656513752\n                                ],\n                                [\n                                    -3.5224586464757692,\n                                    50.48269812838142\n                                ],\n                                [\n                                    -3.522422943616429,\n                                    50.482670535359816\n                                ],\n                                [\n                                    -3.522379139700023,\n                                    50.48263648296007\n                                ],\n                                [\n                                    -3.522388780740797,\n                                    50.482625069800825\n                                ],\n                                [\n                                    -3.5223913296236633,\n                                    50.482621924652264\n                                ],\n                                [\n                                    -3.5224101216630976,\n                                    50.482598762984054\n                                ],\n                                [\n                                    -3.522435421573054,\n                                    50.48256757477826\n                                ],\n                                [\n                                    -3.522442191893469,\n                                    50.48255894223558\n                                ],\n                                [\n                                    -3.522544984352737,\n                                    50.48263812630855\n                                ],\n                                [\n                                    -3.5226163637584524,\n                                    50.48269336657281\n                                ],\n                                [\n                                    -3.5226178102873487,\n                                    50.48269451681751\n                                ],\n                                [\n                                    -3.522626043655895,\n                                    50.482700704627575\n                                ],\n                                [\n                                    -3.522676881774937,\n                                    50.48273871202351\n                                ],\n                                [\n                                    -3.5226851151589145,\n                                    50.482744899829235\n                                ],\n                                [\n                                    -3.5227638255526883,\n                                    50.48280367749973\n                                ],\n                                [\n                                    -3.5228003683110622,\n                                    50.48283107955268\n                                ],\n                                [\n                                    -3.5228697328321146,\n                                    50.48288413359557\n                                ],\n                                [\n                                    -3.5229442911951696,\n                                    50.482940896947724\n                                ],\n                                [\n                                    -3.5229544141175664,\n                                    50.482948858731724\n                                ],\n                                [\n                                    -3.5230420103379627,\n                                    50.483016117833735\n                                ],\n                                [\n                                    -3.5230453037880456,\n                                    50.483013772352834\n                                ],\n                                [\n                                    -3.523091662768946,\n                                    50.483052737560946\n                                ],\n                                [\n                                    -3.5230931295543093,\n                                    50.483054517089485\n                                ],\n                                [\n                                    -3.52309531527976,\n                                    50.483056736889395\n                                ],\n                                [\n                                    -3.5231039859191724,\n                                    50.48306336862413\n                                ],\n                                [\n                                    -3.5231075661672313,\n                                    50.483065120487794\n                                ],\n                                [\n                                    -3.52311044192823,\n                                    50.48306688157294\n                                ],\n                                [\n                                    -3.5231168545791967,\n                                    50.483069046042715\n                                ],\n                                [\n                                    -3.5231239572650446,\n                                    50.48307075179762\n                                ],\n                                [\n                                    -3.523131749985639,\n                                    50.483071998837474\n                                ],\n                                [\n                                    -3.5231388382192237,\n                                    50.48307325509859\n                                ],\n                                [\n                                    -3.5231430795969367,\n                                    50.48307364926077\n                                ],\n                                [\n                                    -3.523150857865145,\n                                    50.48307444680646\n                                ],\n                                [\n                                    -3.5231586216801882,\n                                    50.48307479485877\n                                ],\n                                [\n                                    -3.5231690762735424,\n                                    50.483074658005464\n                                ],\n                                [\n                                    -3.5231704288893884,\n                                    50.483074640299265\n                                ],\n                                [\n                                    -3.5232241930650767,\n                                    50.48305370080392\n                                ],\n                                [\n                                    -3.5232545354915574,\n                                    50.48304169280298\n                                ],\n                                [\n                                    -3.523293366254071,\n                                    50.483026264010306\n                                ],\n                                [\n                                    -3.5233567668956005,\n                                    50.48307354997292\n                                ],\n                                [\n                                    -3.5233746718454864,\n                                    50.48308680602351\n                                ],\n                                [\n                                    -3.5233832124291626,\n                                    50.483089392301686\n                                ],\n                                [\n                                    -3.5233903006716916,\n                                    50.48309064854738\n                                ],\n                                [\n                                    -3.5233973889145878,\n                                    50.48309190479266\n                                ],\n                                [\n                                    -3.5234044771578517,\n                                    50.48309316103749\n                                ],\n                                [\n                                    -3.5234115364898377,\n                                    50.4830935182963\n                                ],\n                                [\n                                    -3.5234242317229,\n                                    50.48309380176676\n                                ],\n                                [\n                                    -3.5234312621430846,\n                                    50.48309326003871\n                                ],\n                                [\n                                    -3.523438997050698,\n                                    50.48309270908669\n                                ],\n                                [\n                                    -3.5234460130143845,\n                                    50.48309171786496\n                                ],\n                                [\n                                    -3.5234530145215515,\n                                    50.48309027715002\n                                ],\n                                [\n                                    -3.5234540499350278,\n                                    50.48309003875257\n                                ],\n                                [\n                                    -3.523457212534395,\n                                    50.483089322822295\n                                ],\n                                [\n                                    -3.523598664714371,\n                                    50.48302145740468\n                                ],\n                                [\n                                    -3.5236205243000422,\n                                    50.48303933832933\n                                ],\n                                [\n                                    -3.523668925738604,\n                                    50.48308043503897\n                                ],\n                                [\n                                    -3.5237082020246597,\n                                    50.48311391669044\n                                ],\n                                [\n                                    -3.5237199610705106,\n                                    50.48313198382378\n                                ],\n                                [\n                                    -3.5236921762850577,\n                                    50.48314155715213\n                                ],\n                                [\n                                    -3.5236419880778738,\n                                    50.48315885258237\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 47435.19515616215,\n            \"area_buildings_sqft\": 236.0952348479972,\n            \"density\": 0.4977216475461824,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4406.837156834091,\n            \"area_acre\": 1.0889622395813165,\n            \"area_buildings_m2\": 21.93378250167198,\n            \"area_buildings_acre\": 0.0054200007999999356\n        },\n        {\n            \"title_no\": \"DN528414\",\n            \"tenure\": \"Freehold\",\n            \"height\": 7.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"St Johns Wood, Vane Hill Road, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.520194246662458,\n                                50.45904079933013\n                            ],\n                            [\n                                -3.52019410940866,\n                                50.459036079444935\n                            ],\n                            [\n                                -3.5201954228402146,\n                                50.45903617920022\n                            ],\n                            [\n                                -3.5201911836395827,\n                                50.459035784909666\n                            ],\n                            [\n                                -3.5201876485702877,\n                                50.459035381418175\n                            ],\n                            [\n                                -3.5201841279139443,\n                                50.459035427421924\n                            ],\n                            [\n                                -3.5201805928447305,\n                                50.45903502393024\n                            ],\n                            [\n                                -3.5201728474007985,\n                                50.45903512513791\n                            ],\n                            [\n                                -3.520169341157208,\n                                50.45903562063659\n                            ],\n                            [\n                                -3.520165820500818,\n                                50.4590356666398\n                            ],\n                            [\n                                -3.520148289281515,\n                                50.45903814413103\n                            ],\n                            [\n                                -3.520144797449954,\n                                50.459039089124325\n                            ],\n                            [\n                                -3.520141291205757,\n                                50.459039584622154\n                            ],\n                            [\n                                -3.520135715804744,\n                                50.45904145620733\n                            ],\n                            [\n                                -3.520119018423606,\n                                50.45904796995202\n                            ],\n                            [\n                                -3.5201030684058394,\n                                50.459055822980176\n                            ],\n                            [\n                                -3.5200975074134693,\n                                50.45905814405889\n                            ],\n                            [\n                                -3.520087793690497,\n                                50.45906276781527\n                            ],\n                            [\n                                -3.520083655371999,\n                                50.4590655199884\n                            ],\n                            [\n                                -3.520078798509315,\n                                50.459067831866115\n                            ],\n                            [\n                                -3.5200739272342854,\n                                50.45906969424826\n                            ],\n                            [\n                                -3.520069070370694,\n                                50.45907200612557\n                            ],\n                            [\n                                -3.52006419909485,\n                                50.459073868507325\n                            ],\n                            [\n                                -3.520060017538788,\n                                50.459075272193495\n                            ],\n                            [\n                                -3.520053737998384,\n                                50.4590771529748\n                            ],\n                            [\n                                -3.5200481625894375,\n                                50.459079024555834\n                            ],\n                            [\n                                -3.5200418830480555,\n                                50.45908090533652\n                            ],\n                            [\n                                -3.5200348849626426,\n                                50.4590823458213\n                            ],\n                            [\n                                -3.520022297054639,\n                                50.45908520839009\n                            ],\n                            [\n                                -3.520015988688729,\n                                50.45908619017862\n                            ],\n                            [\n                                -3.5200089906017205,\n                                50.45908763066188\n                            ],\n                            [\n                                -3.520003371956106,\n                                50.45908815375464\n                            ],\n                            [\n                                -3.519997063589391,\n                                50.45908913554213\n                            ],\n                            [\n                                -3.5199900510902635,\n                                50.45909012652887\n                            ],\n                            [\n                                -3.5199830241798167,\n                                50.459090668019805\n                            ],\n                            [\n                                -3.519976701401362,\n                                50.459091200310795\n                            ],\n                            [\n                                -3.5199696744905844,\n                                50.45909174180091\n                            ],\n                            [\n                                -3.519942917467654,\n                                50.459092091377\n                            ],\n                            [\n                                -3.5198601017033897,\n                                50.45907968280228\n                            ],\n                            [\n                                -3.519716269567369,\n                                50.459053681350554\n                            ],\n                            [\n                                -3.5196278622546755,\n                                50.45902066020352\n                            ],\n                            [\n                                -3.5195129124040885,\n                                50.45897269642114\n                            ],\n                            [\n                                -3.519459964384844,\n                                50.45894841253447\n                            ],\n                            [\n                                -3.5194471383857837,\n                                50.45894252730669\n                            ],\n                            [\n                                -3.5194286437283098,\n                                50.45893692296655\n                            ],\n                            [\n                                -3.5194179377216237,\n                                50.458932565953226\n                            ],\n                            [\n                                -3.5193964969033673,\n                                50.458922952932554\n                            ],\n                            [\n                                -3.51939293303806,\n                                50.45892165042573\n                            ],\n                            [\n                                -3.5193815517187432,\n                                50.458918201596\n                            ],\n                            [\n                                -3.5193733204304753,\n                                50.4589163304875\n                            ],\n                            [\n                                -3.5193701992113047,\n                                50.45891565175621\n                            ],\n                            [\n                                -3.5193581425753444,\n                                50.458913111111016\n                            ],\n                            [\n                                -3.5193468044752376,\n                                50.45891101076447\n                            ],\n                            [\n                                -3.519334762246444,\n                                50.45890891961235\n                            ],\n                            [\n                                -3.5193290859949005,\n                                50.458907644690264\n                            ],\n                            [\n                                -3.519302185023158,\n                                50.45890349916272\n                            ],\n                            [\n                                -3.519276002589757,\n                                50.45889979392921\n                            ],\n                            [\n                                -3.519256229346019,\n                                50.45889825341175\n                            ],\n                            [\n                                -3.519240724092256,\n                                50.458898006207576\n                            ],\n                            [\n                                -3.5192167836877792,\n                                50.45889831883568\n                            ],\n                            [\n                                -3.5192020257741916,\n                                50.458899410918164\n                            ],\n                            [\n                                -3.519172567557823,\n                                50.45890339305984\n                            ],\n                            [\n                                -3.519157852850828,\n                                50.45890583362348\n                            ],\n                            [\n                                -3.51914594025817,\n                                50.45890778791195\n                            ],\n                            [\n                                -3.5191231066126374,\n                                50.458911863411466\n                            ],\n                            [\n                                -3.519108118889994,\n                                50.45891457734392\n                            ],\n                            [\n                                -3.5191060209031284,\n                                50.45891505442214\n                            ],\n                            [\n                                -3.519094151513429,\n                                50.45891835719209\n                            ],\n                            [\n                                -3.5190830006543963,\n                                50.45892210026239\n                            ],\n                            [\n                                -3.519071864195885,\n                                50.458926292827236\n                            ],\n                            [\n                                -3.5190614462676706,\n                                50.458930925692684\n                            ],\n                            [\n                                -3.519050324207251,\n                                50.45893556775105\n                            ],\n                            [\n                                -3.5190419754594884,\n                                50.458938824546365\n                            ],\n                            [\n                                -3.519036132775565,\n                                50.45894114925229\n                            ],\n                            [\n                                -3.5189708947130565,\n                                50.458967273263866\n                            ],\n                            [\n                                -3.5189371002337793,\n                                50.458981025127976\n                            ],\n                            [\n                                -3.518930007384993,\n                                50.458983905771134\n                            ],\n                            [\n                                -3.518923713409528,\n                                50.45898533699616\n                            ],\n                            [\n                                -3.5189174050328105,\n                                50.458986318725195\n                            ],\n                            [\n                                -3.5189110822550163,\n                                50.4589868509583\n                            ],\n                            [\n                                -3.518906857469228,\n                                50.45898690611642\n                            ],\n                            [\n                                -3.518904012143883,\n                                50.45898604389719\n                            ],\n                            [\n                                -3.518901181219351,\n                                50.45898563117347\n                            ],\n                            [\n                                -3.5188983358941823,\n                                50.45898476895409\n                            ],\n                            [\n                                -3.518896180299378,\n                                50.45898344804607\n                            ],\n                            [\n                                -3.5188933349744294,\n                                50.45898258582656\n                            ],\n                            [\n                                -3.518891179379862,\n                                50.458981264918435\n                            ],\n                            [\n                                -3.5188768951553375,\n                                50.458975155836995\n                            ],\n                            [\n                                -3.5188647953284082,\n                                50.45897126665371\n                            ],\n                            [\n                                -3.518860541743278,\n                                50.4589704228189\n                            ],\n                            [\n                                -3.5188506551124816,\n                                50.45896965252537\n                            ],\n                            [\n                                -3.518845007666474,\n                                50.45896927657092\n                            ],\n                            [\n                                -3.5188414726127113,\n                                50.45896887303839\n                            ],\n                            [\n                                -3.5188252200061285,\n                                50.45896728648473\n                            ],\n                            [\n                                -3.51882096642203,\n                                50.45896644264843\n                            ],\n                            [\n                                -3.5188174169687585,\n                                50.45896558961952\n                            ],\n                            [\n                                -3.5188102892629125,\n                                50.458962984570086\n                            ],\n                            [\n                                -3.518631192543604,\n                                50.45891360892127\n                            ],\n                            [\n                                -3.5186283328294614,\n                                50.45891229719949\n                            ],\n                            [\n                                -3.518626191643475,\n                                50.45891142578204\n                            ],\n                            [\n                                -3.5186233319296023,\n                                50.458910114060146\n                            ],\n                            [\n                                -3.518619796881998,\n                                50.458909710520814\n                            ],\n                            [\n                                -3.5186183742241783,\n                                50.45890927940764\n                            ],\n                            [\n                                -3.5186155433065793,\n                                50.45890886667691\n                            ],\n                            [\n                                -3.5186120082591303,\n                                50.45890846313736\n                            ],\n                            [\n                                -3.518609177341631,\n                                50.458908050406485\n                            ],\n                            [\n                                -3.518605656692164,\n                                50.45890809636243\n                            ],\n                            [\n                                -3.5186028545704295,\n                                50.458908582622776\n                            ],\n                            [\n                                -3.5185993483187263,\n                                50.45890907807421\n                            ],\n                            [\n                                -3.518597954456701,\n                                50.45890954595215\n                            ],\n                            [\n                                -3.5185951523347985,\n                                50.45891003221235\n                            ],\n                            [\n                                -3.518593068740525,\n                                50.45891095877704\n                            ],\n                            [\n                                -3.5185909995439038,\n                                50.4589123348374\n                            ],\n                            [\n                                -3.5185889159494486,\n                                50.45891326140204\n                            ],\n                            [\n                                -3.518586861150301,\n                                50.45891508695801\n                            ],\n                            [\n                                -3.5185854960833445,\n                                50.45891645382722\n                            ],\n                            [\n                                -3.518583426886265,\n                                50.45891782988745\n                            ],\n                            [\n                                -3.5185820762167856,\n                                50.45891964625232\n                            ],\n                            [\n                                -3.5185807111495615,\n                                50.458921013121454\n                            ],\n                            [\n                                -3.518577305679965,\n                                50.458924655042104\n                            ],\n                            [\n                                -3.5185752796750718,\n                                50.45892737958927\n                            ],\n                            [\n                                -3.5185732824650984,\n                                50.45893100312782\n                            ],\n                            [\n                                -3.5185706675098487,\n                                50.45893733283146\n                            ],\n                            [\n                                -3.5185693744295135,\n                                50.45894094717896\n                            ],\n                            [\n                                -3.5185680381563853,\n                                50.45894321303934\n                            ],\n                            [\n                                -3.518567206112394,\n                                50.45894758583111\n                            ],\n                            [\n                                -3.5185496481242997,\n                                50.45894087189734\n                            ],\n                            [\n                                -3.5185370536600002,\n                                50.458936053794545\n                            ],\n                            [\n                                -3.518519595410382,\n                                50.458929374529085\n                            ],\n                            [\n                                -3.5184781892813017,\n                                50.4589135374975\n                            ],\n                            [\n                                -3.5184769503936857,\n                                50.45881327421853\n                            ],\n                            [\n                                -3.5184767744941765,\n                                50.458803383474496\n                            ],\n                            [\n                                -3.5184767828711667,\n                                50.45879924627574\n                            ],\n                            [\n                                -3.5184971853161575,\n                                50.45879844035804\n                            ],\n                            [\n                                -3.518514055601397,\n                                50.458797320793245\n                            ],\n                            [\n                                -3.518531601219821,\n                                50.4587952930439\n                            ],\n                            [\n                                -3.518548428311209,\n                                50.458792824987\n                            ],\n                            [\n                                -3.5185505262985237,\n                                50.45879234791884\n                            ],\n                            [\n                                -3.5185779324115134,\n                                50.45883426045154\n                            ],\n                            [\n                                -3.5185806224985736,\n                                50.458834675021414\n                            ],\n                            [\n                                -3.518594213760335,\n                                50.45883674603166\n                            ],\n                            [\n                                -3.5185998755865935,\n                                50.45883757149415\n                            ],\n                            [\n                                -3.518609072455205,\n                                50.45883880049617\n                            ],\n                            [\n                                -3.5186182837222355,\n                                50.458840478993174\n                            ],\n                            [\n                                -3.518627509387948,\n                                50.4588426069851\n                            ],\n                            [\n                                -3.5186775039386204,\n                                50.458863988872096\n                            ],\n                            [\n                                -3.51868537894742,\n                                50.45886793322528\n                            ],\n                            [\n                                -3.518693958086852,\n                                50.45887186838622\n                            ],\n                            [\n                                -3.5187097081110887,\n                                50.4588797570898\n                            ],\n                            [\n                                -3.5187182872546634,\n                                50.45888369224891\n                            ],\n                            [\n                                -3.5187275417311707,\n                                50.458886719224104\n                            ],\n                            [\n                                -3.518730387047402,\n                                50.458887581447755\n                            ],\n                            [\n                                -3.5187509651957933,\n                                50.458892259332394\n                            ],\n                            [\n                                -3.5188041061097772,\n                                50.458901908316435\n                            ],\n                            [\n                                -3.5188097679472716,\n                                50.45890273376859\n                            ],\n                            [\n                                -3.518816866844217,\n                                50.45890443982689\n                            ],\n                            [\n                                -3.5188239801416046,\n                                50.45890659538037\n                            ],\n                            [\n                                -3.5188310790396224,\n                                50.45890830143778\n                            ],\n                            [\n                                -3.518845248036879,\n                                50.45891081456\n                            ],\n                            [\n                                -3.5188530078654954,\n                                50.4589111629365\n                            ],\n                            [\n                                -3.518873413230843,\n                                50.458910446851576\n                            ],\n                            [\n                                -3.518875525620368,\n                                50.45891041927317\n                            ],\n                            [\n                                -3.5188791726950694,\n                                50.45890992197487\n                            ],\n                            [\n                                -3.5189140943523043,\n                                50.45890496921037\n                            ],\n                            [\n                                -3.5189288234731846,\n                                50.45890297817309\n                            ],\n                            [\n                                -3.518942848463111,\n                                50.45890099632714\n                            ],\n                            [\n                                -3.5189575487790696,\n                                50.45889810629502\n                            ],\n                            [\n                                -3.5189715305622853,\n                                50.458894775958775\n                            ],\n                            [\n                                -3.5189729244200945,\n                                50.45889430807637\n                            ],\n                            [\n                                -3.518989679514627,\n                                50.45888959247753\n                            ],\n                            [\n                                -3.51900640580247,\n                                50.458883977885094\n                            ],\n                            [\n                                -3.519009325701589,\n                                50.458882770583365\n                            ],\n                            [\n                                -3.5190216950240827,\n                                50.45887748268644\n                            ],\n                            [\n                                -3.5190730084660573,\n                                50.45885208008398\n                            ],\n                            [\n                                -3.519077865356829,\n                                50.458849768247944\n                            ],\n                            [\n                                -3.5191028251271583,\n                                50.4588373008793\n                            ],\n                            [\n                                -3.5191270807558306,\n                                50.458824842699705\n                            ],\n                            [\n                                -3.519150603437444,\n                                50.458811494718454\n                            ],\n                            [\n                                -3.519169254821879,\n                                50.45880000907694\n                            ],\n                            [\n                                -3.519195435553484,\n                                50.458781679857104\n                            ],\n                            [\n                                -3.51922017920254,\n                                50.45876247003005\n                            ],\n                            [\n                                -3.5192359708301355,\n                                50.458749672670834\n                            ],\n                            [\n                                -3.5192715483561097,\n                                50.458716830845994\n                            ],\n                            [\n                                -3.519287195912499,\n                                50.45869953852429\n                            ],\n                            [\n                                -3.5192939779010644,\n                                50.45869135565122\n                            ],\n                            [\n                                -3.519308863697147,\n                                50.45867227453974\n                            ],\n                            [\n                                -3.519341680526412,\n                                50.458619232979764\n                            ],\n                            [\n                                -3.519358979445608,\n                                50.45858752920394\n                            ],\n                            [\n                                -3.5193696980558142,\n                                50.45857030124116\n                            ],\n                            [\n                                -3.5193710486852643,\n                                50.458568484867406\n                            ],\n                            [\n                                -3.5193716807850794,\n                                50.45856622819386\n                            ],\n                            [\n                                -3.5193723416947598,\n                                50.45856487051141\n                            ],\n                            [\n                                -3.5193730170093716,\n                                50.458563962324526\n                            ],\n                            [\n                                -3.5193726280753683,\n                                50.45855182594445\n                            ],\n                            [\n                                -3.5193711333969975,\n                                50.45854914736262\n                            ],\n                            [\n                                -3.5193710901821698,\n                                50.45854779887595\n                            ],\n                            [\n                                -3.519369624313869,\n                                50.45854601928521\n                            ],\n                            [\n                                -3.519368848165003,\n                                50.45854378100316\n                            ],\n                            [\n                                -3.519367382296912,\n                                50.45854200141237\n                            ],\n                            [\n                                -3.519384434724837,\n                                50.45852678625535\n                            ],\n                            [\n                                -3.5194099926547517,\n                                50.45850397727595\n                            ],\n                            [\n                                -3.5194461381098585,\n                                50.45847172156039\n                            ],\n                            [\n                                -3.519471832283323,\n                                50.45848217838737\n                            ],\n                            [\n                                -3.519474691994143,\n                                50.45848349008852\n                            ],\n                            [\n                                -3.519483975250914,\n                                50.45848741599511\n                            ],\n                            [\n                                -3.5195025705813623,\n                                50.458496166797126\n                            ],\n                            [\n                                -3.5195125435601797,\n                                50.45849963400933\n                            ],\n                            [\n                                -3.5195246433175638,\n                                50.45850352312615\n                            ],\n                            [\n                                -3.5195700385829762,\n                                50.45851327292676\n                            ],\n                            [\n                                -3.519572869484682,\n                                50.458513685634415\n                            ],\n                            [\n                                -3.5196792660627705,\n                                50.45853657879707\n                            ],\n                            [\n                                -3.5197019709283563,\n                                50.45854167841689\n                            ],\n                            [\n                                -3.5197601989963827,\n                                50.458556207032544\n                            ],\n                            [\n                                -3.5198319927859782,\n                                50.45857640428802\n                            ],\n                            [\n                                -3.5198526141316298,\n                                50.45858243046463\n                            ],\n                            [\n                                -3.519888151790585,\n                                50.45859230892081\n                            ],\n                            [\n                                -3.5199230285698335,\n                                50.45860354505141\n                            ],\n                            [\n                                -3.5199315789410983,\n                                50.458606581129914\n                            ],\n                            [\n                                -3.5199472426158724,\n                                50.45861177269264\n                            ],\n                            [\n                                -3.5199543991504476,\n                                50.45861527666336\n                            ],\n                            [\n                                -3.519967318382975,\n                                50.45862275249764\n                            ],\n                            [\n                                -3.5199817179240642,\n                                50.45863245740863\n                            ],\n                            [\n                                -3.5199838735324986,\n                                50.45863377829651\n                            ],\n                            [\n                                -3.520000356634955,\n                                50.45864255661584\n                            ],\n                            [\n                                -3.5200011895608068,\n                                50.4586430493792\n                            ],\n                            [\n                                -3.5200313059690465,\n                                50.45866092204862\n                            ],\n                            [\n                                -3.5201015274818905,\n                                50.45872830250796\n                            ],\n                            [\n                                -3.5201322192822664,\n                                50.45876982998962\n                            ],\n                            [\n                                -3.5201592009262597,\n                                50.458785279319414\n                            ],\n                            [\n                                -3.5202404248688812,\n                                50.458835931595374\n                            ],\n                            [\n                                -3.5203446135435303,\n                                50.458899774220626\n                            ],\n                            [\n                                -3.520370567607609,\n                                50.45891832176045\n                            ],\n                            [\n                                -3.5203792333815116,\n                                50.45892495376771\n                            ],\n                            [\n                                -3.5203878847430685,\n                                50.45893113627896\n                            ],\n                            [\n                                -3.5203972258217626,\n                                50.45893686009221\n                            ],\n                            [\n                                -3.5204065524877546,\n                                50.45894213440939\n                            ],\n                            [\n                                -3.5204172874155915,\n                                50.458947390321505\n                            ],\n                            [\n                                -3.5204279791003072,\n                                50.458951297746694\n                            ],\n                            [\n                                -3.5204535872552696,\n                                50.458959057379964\n                            ],\n                            [\n                                -3.5204756315208714,\n                                50.45896551453418\n                            ],\n                            [\n                                -3.520499112884551,\n                                50.45897285226943\n                            ],\n                            [\n                                -3.5205218901250817,\n                                50.45898019920268\n                            ],\n                            [\n                                -3.520544006491004,\n                                50.45898890382016\n                            ],\n                            [\n                                -3.520549711616368,\n                                50.458991077673126\n                            ],\n                            [\n                                -3.5205819020706772,\n                                50.45900639587071\n                            ],\n                            [\n                                -3.520613417248686,\n                                50.459022622253016\n                            ],\n                            [\n                                -3.5206184326672854,\n                                50.459025254801126\n                            ],\n                            [\n                                -3.520648864512237,\n                                50.45904284438473\n                            ],\n                            [\n                                -3.5206224602232976,\n                                50.45906297558949\n                            ],\n                            [\n                                -3.520608550595719,\n                                50.45906855359972\n                            ],\n                            [\n                                -3.5205276380953254,\n                                50.459119885770725\n                            ],\n                            [\n                                -3.5205194907933732,\n                                50.459125028710915\n                            ],\n                            [\n                                -3.5205169914878263,\n                                50.459124413831496\n                            ],\n                            [\n                                -3.520508342686578,\n                                50.45912973420512\n                            ],\n                            [\n                                -3.5204789695082517,\n                                50.45914779066535\n                            ],\n                            [\n                                -3.520469933880178,\n                                50.45915334992714\n                            ],\n                            [\n                                -3.520447025030554,\n                                50.45914980902761\n                            ],\n                            [\n                                -3.520406658814698,\n                                50.4591431416297\n                            ],\n                            [\n                                -3.5203173615110113,\n                                50.45912632124808\n                            ],\n                            [\n                                -3.5203032067890785,\n                                50.459124257801825\n                            ],\n                            [\n                                -3.5202890376544063,\n                                50.4591217448585\n                            ],\n                            [\n                                -3.5202748541074014,\n                                50.459118782418116\n                            ],\n                            [\n                                -3.5202691778063393,\n                                50.4591175075424\n                            ],\n                            [\n                                -3.5202556983942177,\n                                50.45911453589838\n                            ],\n                            [\n                                -3.5202308519719736,\n                                50.45910856500253\n                            ],\n                            [\n                                -3.5201967682407935,\n                                50.45910010663944\n                            ],\n                            [\n                                -3.5201950122035974,\n                                50.45906687098043\n                            ],\n                            [\n                                -3.5201949946618383,\n                                50.45906676328558\n                            ],\n                            [\n                                -3.5201948674969414,\n                                50.45906235804714\n                            ],\n                            [\n                                -3.520194246662458,\n                                50.45904079933013\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 46280.08835879366,\n            \"area_buildings_sqft\": 0.04289234084315202,\n            \"density\": 0.0000926799026627227,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4299.525116944785,\n            \"area_acre\": 1.0624446363359428,\n            \"area_buildings_m2\": 0.00398479569334374,\n            \"area_buildings_acre\": 9.846726548014698e-7\n        },\n        {\n            \"title_no\": \"DN525398\",\n            \"tenure\": \"Freehold\",\n            \"height\": 31.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Multi-Storey Car Park and land adjoining, Lower Union Lane,Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.532432973969153,\n                                    50.46725953464834\n                                ],\n                                [\n                                    -3.5324372152267536,\n                                    50.467303547774954\n                                ],\n                                [\n                                    -3.5324377046299014,\n                                    50.46730560987326\n                                ],\n                                [\n                                    -3.5324462845141307,\n                                    50.467344349523984\n                                ],\n                                [\n                                    -3.532452312166259,\n                                    50.467400030892726\n                                ],\n                                [\n                                    -3.5324532634869974,\n                                    50.467407662982936\n                                ],\n                                [\n                                    -3.532459595110058,\n                                    50.4674291643965\n                                ],\n                                [\n                                    -3.5324622818170233,\n                                    50.46744252957836\n                                ],\n                                [\n                                    -3.5324663482145713,\n                                    50.46746370108131\n                                ],\n                                [\n                                    -3.5324679311232687,\n                                    50.46746907643447\n                                ],\n                                [\n                                    -3.532469673902828,\n                                    50.46747939620101\n                                ],\n                                [\n                                    -3.532471562020264,\n                                    50.4674942108887\n                                ],\n                                [\n                                    -3.5324768485019686,\n                                    50.46752696815625\n                                ],\n                                [\n                                    -3.5324787511576674,\n                                    50.467542232335816\n                                ],\n                                [\n                                    -3.532479940840621,\n                                    50.467557236096255\n                                ],\n                                [\n                                    -3.5324805843070646,\n                                    50.46756406281068\n                                ],\n                                [\n                                    -3.5324878212264563,\n                                    50.4676314290136\n                                ],\n                                [\n                                    -3.5324813856576385,\n                                    50.46763199044608\n                                ],\n                                [\n                                    -3.5324639197380066,\n                                    50.46763351559023\n                                ],\n                                [\n                                    -3.5324612781343263,\n                                    50.46763374824511\n                                ],\n                                [\n                                    -3.532435293369074,\n                                    50.46763633892042\n                                ],\n                                [\n                                    -3.532344650837382,\n                                    50.46764391827674\n                                ],\n                                [\n                                    -3.5323243769766086,\n                                    50.467531134850596\n                                ],\n                                [\n                                    -3.532312170588266,\n                                    50.46746303365029\n                                ],\n                                [\n                                    -3.5323094228872383,\n                                    50.46744778059755\n                                ],\n                                [\n                                    -3.532271765707562,\n                                    50.46724187179396\n                                ],\n                                [\n                                    -3.5322772501320028,\n                                    50.46724152975387\n                                ],\n                                [\n                                    -3.5322914527139444,\n                                    50.46724062321076\n                                ],\n                                [\n                                    -3.5323063566380255,\n                                    50.46723961749235\n                                ],\n                                [\n                                    -3.532320280425547,\n                                    50.467238804554235\n                                ],\n                                [\n                                    -3.5323336379068326,\n                                    50.46723790913631\n                                ],\n                                [\n                                    -3.53234065133301,\n                                    50.46723691739847\n                                ],\n                                [\n                                    -3.5323532696863853,\n                                    50.46723495247247\n                                ],\n                                [\n                                    -3.5323595643301577,\n                                    50.46723352051677\n                                ],\n                                [\n                                    -3.5323630565101256,\n                                    50.467232575154966\n                                ],\n                                [\n                                    -3.532368632371706,\n                                    50.46723070298212\n                                ],\n                                [\n                                    -3.532374897949124,\n                                    50.467228372041276\n                                ],\n                                [\n                                    -3.532380459277025,\n                                    50.46722605037572\n                                ],\n                                [\n                                    -3.532385301822769,\n                                    50.467223288493386\n                                ],\n                                [\n                                    -3.5323873855037835,\n                                    50.46722236168212\n                                ],\n                                [\n                                    -3.5323928741662596,\n                                    50.467217792555175\n                                ],\n                                [\n                                    -3.532395603964255,\n                                    50.46721505849945\n                                ],\n                                [\n                                    -3.5323996550620245,\n                                    50.46720960893925\n                                ],\n                                [\n                                    -3.532403720691786,\n                                    50.46720460887108\n                                ],\n                                [\n                                    -3.5324050419913546,\n                                    50.46720189336661\n                                ],\n                                [\n                                    -3.5324056590422868,\n                                    50.4671991871379\n                                ],\n                                [\n                                    -3.5324082871078093,\n                                    50.46719330663677\n                                ],\n                                [\n                                    -3.532409296345586,\n                                    50.46719009159685\n                                ],\n                                [\n                                    -3.532410298122202,\n                                    50.46719013236432\n                                ],\n                                [\n                                    -3.5324190978957235,\n                                    50.46720080886635\n                                ],\n                                [\n                                    -3.5324206226573356,\n                                    50.46720438625193\n                                ],\n                                [\n                                    -3.5324214286374827,\n                                    50.46720752342116\n                                ],\n                                [\n                                    -3.532422967932596,\n                                    50.46721155029882\n                                ],\n                                [\n                                    -3.532432973969153,\n                                    50.46725953464834\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.530823282292567,\n                                    50.466371465242126\n                                ],\n                                [\n                                    -3.530816872833637,\n                                    50.466376756910904\n                                ],\n                                [\n                                    -3.5308235777211063,\n                                    50.46638104860876\n                                ],\n                                [\n                                    -3.530880422366322,\n                                    50.46641777728379\n                                ],\n                                [\n                                    -3.530895602484481,\n                                    50.46642707485829\n                                ],\n                                [\n                                    -3.5309910047663147,\n                                    50.466468764275156\n                                ],\n                                [\n                                    -3.5310111100083725,\n                                    50.46644993676966\n                                ],\n                                [\n                                    -3.5310526527478387,\n                                    50.466470974903714\n                                ],\n                                [\n                                    -3.5310791741973726,\n                                    50.466485015764015\n                                ],\n                                [\n                                    -3.5310943828361783,\n                                    50.46649344954494\n                                ],\n                                [\n                                    -3.5311753136789696,\n                                    50.46653861194382\n                                ],\n                                [\n                                    -3.5311965308965445,\n                                    50.46654984460952\n                                ],\n                                [\n                                    -3.531318946827376,\n                                    50.46661424700169\n                                ],\n                                [\n                                    -3.5312927259549145,\n                                    50.46664004420421\n                                ],\n                                [\n                                    -3.5313157989778925,\n                                    50.46665637881555\n                                ],\n                                [\n                                    -3.531331640814369,\n                                    50.46666696271277\n                                ],\n                                [\n                                    -3.531346001562663,\n                                    50.46667531768413\n                                ],\n                                [\n                                    -3.53135612225786,\n                                    50.466665831056005\n                                ],\n                                [\n                                    -3.5314441889497536,\n                                    50.466705053458966\n                                ],\n                                [\n                                    -3.5315063875017016,\n                                    50.46673301447637\n                                ],\n                                [\n                                    -3.53155400462004,\n                                    50.46675451209268\n                                ],\n                                [\n                                    -3.5315771677573555,\n                                    50.466764909643075\n                                ],\n                                [\n                                    -3.531663673859485,\n                                    50.4668037926776\n                                ],\n                                [\n                                    -3.53166007427708,\n                                    50.466807518476955\n                                ],\n                                [\n                                    -3.5316853240775177,\n                                    50.466819696263464\n                                ],\n                                [\n                                    -3.5317455699817537,\n                                    50.466852629379545\n                                ],\n                                [\n                                    -3.5318079432287006,\n                                    50.46688598413951\n                                ],\n                                [\n                                    -3.531832962150416,\n                                    50.466892759737355\n                                ],\n                                [\n                                    -3.5318804443965734,\n                                    50.46690571500862\n                                ],\n                                [\n                                    -3.531997680694663,\n                                    50.466940595709524\n                                ],\n                                [\n                                    -3.5320554174898997,\n                                    50.46695692341272\n                                ],\n                                [\n                                    -3.5321645617074187,\n                                    50.46698993189592\n                                ],\n                                [\n                                    -3.53218035269079,\n                                    50.46698585666315\n                                ],\n                                [\n                                    -3.532183155141649,\n                                    50.46698537007343\n                                ],\n                                [\n                                    -3.5321859430617115,\n                                    50.46698443399141\n                                ],\n                                [\n                                    -3.5321887164508965,\n                                    50.46698304841709\n                                ],\n                                [\n                                    -3.532190095880043,\n                                    50.46698213088382\n                                ],\n                                [\n                                    -3.5321921795544537,\n                                    50.46698120407609\n                                ],\n                                [\n                                    -3.532194938412448,\n                                    50.46697936900944\n                                ],\n                                [\n                                    -3.5321955990652594,\n                                    50.4669780112583\n                                ],\n                                [\n                                    -3.532196963963286,\n                                    50.466976644232716\n                                ],\n                                [\n                                    -3.5321976246160034,\n                                    50.46697528648159\n                                ],\n                                [\n                                    -3.5322289300609566,\n                                    50.46694114793527\n                                ],\n                                [\n                                    -3.5322828200358583,\n                                    50.466882069280715\n                                ],\n                                [\n                                    -3.5323248716650175,\n                                    50.466836007468274\n                                ],\n                                [\n                                    -3.5324439286747378,\n                                    50.46670493049008\n                                ],\n                                [\n                                    -3.532461260467317,\n                                    50.466686193225236\n                                ],\n                                [\n                                    -3.5324659121275035,\n                                    50.46668755295525\n                                ],\n                                [\n                                    -3.5324723084285066,\n                                    50.466689267439314\n                                ],\n                                [\n                                    -3.532481536227014,\n                                    50.46669139431065\n                                ],\n                                [\n                                    -3.5324914828007676,\n                                    50.466693961397205\n                                ],\n                                [\n                                    -3.5324929058161776,\n                                    50.466694392336954\n                                ],\n                                [\n                                    -3.5324971603290174,\n                                    50.46669523566392\n                                ],\n                                [\n                                    -3.532501400308426,\n                                    50.466695629498545\n                                ],\n                                [\n                                    -3.5325049505805333,\n                                    50.46669648210151\n                                ],\n                                [\n                                    -3.5325092050937643,\n                                    50.466697325428015\n                                ],\n                                [\n                                    -3.5325106281094336,\n                                    50.46669775636754\n                                ],\n                                [\n                                    -3.532512769899825,\n                                    50.46669862752291\n                                ],\n                                [\n                                    -3.5325156159313242,\n                                    50.46669948940186\n                                ],\n                                [\n                                    -3.532517757721886,\n                                    50.466700360557105\n                                ],\n                                [\n                                    -3.532608723698079,\n                                    50.46673944496224\n                                ],\n                                [\n                                    -3.5325120350162216,\n                                    50.46685108894031\n                                ],\n                                [\n                                    -3.5324957569343236,\n                                    50.46686973138957\n                                ],\n                                [\n                                    -3.5324206008728383,\n                                    50.46694222100897\n                                ],\n                                [\n                                    -3.5323809318196355,\n                                    50.46697916786592\n                                ],\n                                [\n                                    -3.5323788626816444,\n                                    50.46698054416919\n                                ],\n                                [\n                                    -3.5323761183633375,\n                                    50.46698282873233\n                                ],\n                                [\n                                    -3.532373359512254,\n                                    50.46698466380324\n                                ],\n                                [\n                                    -3.5323726988644673,\n                                    50.46698602155532\n                                ],\n                                [\n                                    -3.5323699690780357,\n                                    50.46698875561052\n                                ],\n                                [\n                                    -3.5323693084300984,\n                                    50.466990113362584\n                                ],\n                                [\n                                    -3.5323652864119075,\n                                    50.46699646190616\n                                ],\n                                [\n                                    -3.532347746239911,\n                                    50.46702052615326\n                                ],\n                                [\n                                    -3.532341713204135,\n                                    50.467030048967494\n                                ],\n                                [\n                                    -3.5323342571415166,\n                                    50.46703914083982\n                                ],\n                                [\n                                    -3.5323165570861703,\n                                    50.467058260668296\n                                ],\n                                [\n                                    -3.532312594525513,\n                                    50.46706209019877\n                                ],\n                                [\n                                    -3.5323104077837746,\n                                    50.467064187543414\n                                ],\n                                [\n                                    -3.5323316552443154,\n                                    50.467102490556435\n                                ],\n                                [\n                                    -3.5323373446699353,\n                                    50.46711284828267\n                                ],\n                                [\n                                    -3.532343034098086,\n                                    50.46712320600856\n                                ],\n                                [\n                                    -3.5323524598458524,\n                                    50.467140169841265\n                                ],\n                                [\n                                    -3.532357776520727,\n                                    50.46714989392517\n                                ],\n                                [\n                                    -3.532363093779122,\n                                    50.467159635988466\n                                ],\n                                [\n                                    -3.532375062218144,\n                                    50.46718115310252\n                                ],\n                                [\n                                    -3.5323755138323554,\n                                    50.46718204652149\n                                ],\n                                [\n                                    -3.5323770095247484,\n                                    50.46718472492335\n                                ],\n                                [\n                                    -3.5323770676553607,\n                                    50.467186522892\n                                ],\n                                [\n                                    -3.5323778300343167,\n                                    50.4671883115851\n                                ],\n                                [\n                                    -3.532377706623843,\n                                    50.46718885283082\n                                ],\n                                [\n                                    -3.532377183916604,\n                                    50.46719011882935\n                                ],\n                                [\n                                    -3.532377227514576,\n                                    50.46719146730584\n                                ],\n                                [\n                                    -3.5323745558473756,\n                                    50.467195999329824\n                                ],\n                                [\n                                    -3.5323744179042134,\n                                    50.46719609108336\n                                ],\n                                [\n                                    -3.5323704611500353,\n                                    50.46720010041267\n                                ],\n                                [\n                                    -3.532367760416566,\n                                    50.46720373345215\n                                ],\n                                [\n                                    -3.5323664245822406,\n                                    50.46720599946403\n                                ],\n                                [\n                                    -3.532362315350819,\n                                    50.46720965105444\n                                ],\n                                [\n                                    -3.532360246202365,\n                                    50.46721102735742\n                                ],\n                                [\n                                    -3.5323574728050904,\n                                    50.46721241293584\n                                ],\n                                [\n                                    -3.532352615726359,\n                                    50.46721472532486\n                                ],\n                                [\n                                    -3.532347729582372,\n                                    50.46721613872935\n                                ],\n                                [\n                                    -3.532342828905741,\n                                    50.467217102641456\n                                ],\n                                [\n                                    -3.5323414349405224,\n                                    50.46721757068437\n                                ],\n                                [\n                                    -3.5323358300148135,\n                                    50.46721854387156\n                                ],\n                                [\n                                    -3.5323245910983405,\n                                    50.467219591260765\n                                ],\n                                [\n                                    -3.532318265937871,\n                                    50.467220079281006\n                                ],\n                                [\n                                    -3.5323021016382654,\n                                    50.46722132644223\n                                ],\n                                [\n                                    -3.5322873414759624,\n                                    50.467222420203484\n                                ],\n                                [\n                                    -3.5322732855618315,\n                                    50.46722350468793\n                                ],\n                                [\n                                    -3.5322676631959884,\n                                    50.46722393848122\n                                ],\n                                [\n                                    -3.5322655649809005,\n                                    50.46722441579816\n                                ],\n                                [\n                                    -3.5322599309896203,\n                                    50.46722448999733\n                                ],\n                                [\n                                    -3.532253578217897,\n                                    50.467224123978895\n                                ],\n                                [\n                                    -3.5322450691052856,\n                                    50.46722243730794\n                                ],\n                                [\n                                    -3.532241533329465,\n                                    50.467222034189625\n                                ],\n                                [\n                                    -3.5322372787734757,\n                                    50.467221190853785\n                                ],\n                                [\n                                    -3.532232319968778,\n                                    50.46722035679249\n                                ],\n                                [\n                                    -3.5322237817951336,\n                                    50.46721777113554\n                                ],\n                                [\n                                    -3.5322194981774793,\n                                    50.46721602881465\n                                ],\n                                [\n                                    -3.5322159188089133,\n                                    50.467214277218964\n                                ],\n                                [\n                                    -3.5322123249095045,\n                                    50.46721207613098\n                                ],\n                                [\n                                    -3.5322057053768363,\n                                    50.46722961102896\n                                ],\n                                [\n                                    -3.5322080200041617,\n                                    50.46723146921759\n                                ],\n                                [\n                                    -3.53221095324911,\n                                    50.46723502805688\n                                ],\n                                [\n                                    -3.5322124779962296,\n                                    50.467238605445274\n                                ],\n                                [\n                                    -3.5322132258387495,\n                                    50.46723994464726\n                                ],\n                                [\n                                    -3.5322191649868864,\n                                    50.467249309786425\n                                ],\n                                [\n                                    -3.5322206461414902,\n                                    50.46725153869812\n                                ],\n                                [\n                                    -3.5322250314811554,\n                                    50.46725642746429\n                                ],\n                                [\n                                    -3.532226498105,\n                                    50.46725820688372\n                                ],\n                                [\n                                    -3.532230927039818,\n                                    50.467264444126236\n                                ],\n                                [\n                                    -3.5322316603519655,\n                                    50.46726533383591\n                                ],\n                                [\n                                    -3.532236103819509,\n                                    50.46727202057039\n                                ],\n                                [\n                                    -3.532237599507016,\n                                    50.46727469897404\n                                ],\n                                [\n                                    -3.532251866673011,\n                                    50.467301941776284\n                                ],\n                                [\n                                    -3.5322572323708186,\n                                    50.467315361617764\n                                ],\n                                [\n                                    -3.532254170455488,\n                                    50.46739499593242\n                                ],\n                                [\n                                    -3.5322542431134734,\n                                    50.46739724339332\n                                ],\n                                [\n                                    -3.5322550781494124,\n                                    50.467401279548014\n                                ],\n                                [\n                                    -3.5322552089339014,\n                                    50.4674053249776\n                                ],\n                                [\n                                    -3.5322699925676027,\n                                    50.46747033439379\n                                ],\n                                [\n                                    -3.5322750173339044,\n                                    50.46749500081295\n                                ],\n                                [\n                                    -3.5322762939251717,\n                                    50.46750397767122\n                                ],\n                                [\n                                    -3.5322768327319487,\n                                    50.467507568043494\n                                ],\n                                [\n                                    -3.532281342167734,\n                                    50.467538087135274\n                                ],\n                                [\n                                    -3.532269174217049,\n                                    50.467553986311174\n                                ],\n                                [\n                                    -3.5322889391155887,\n                                    50.46764231366468\n                                ],\n                                [\n                                    -3.5322897014989407,\n                                    50.467644102358165\n                                ],\n                                [\n                                    -3.53228975962719,\n                                    50.467645900326744\n                                ],\n                                [\n                                    -3.532289113500258,\n                                    50.467647707570464\n                                ],\n                                [\n                                    -3.5322884819053315,\n                                    50.46764996430631\n                                ],\n                                [\n                                    -3.5322878212462507,\n                                    50.46765132205787\n                                ],\n                                [\n                                    -3.532286470863907,\n                                    50.4676531385767\n                                ],\n                                [\n                                    -3.5322851059494362,\n                                    50.46765450560333\n                                ],\n                                [\n                                    -3.532282463312261,\n                                    50.46765993660942\n                                ],\n                                [\n                                    -3.53228252144027,\n                                    50.46766173457802\n                                ],\n                                [\n                                    -3.532281875312858,\n                                    50.46766354182171\n                                ],\n                                [\n                                    -3.5322826376963032,\n                                    50.46766533051523\n                                ],\n                                [\n                                    -3.532303201944571,\n                                    50.467778379931715\n                                ],\n                                [\n                                    -3.5323033036703935,\n                                    50.46778152637666\n                                ],\n                                [\n                                    -3.532301938752798,\n                                    50.46778289340351\n                                ],\n                                [\n                                    -3.5322984465312675,\n                                    50.46778383876376\n                                ],\n                                [\n                                    -3.532175805166045,\n                                    50.46770388131498\n                                ],\n                                [\n                                    -3.532007805387941,\n                                    50.46759342089882\n                                ],\n                                [\n                                    -3.531959211742361,\n                                    50.46755743852794\n                                ],\n                                [\n                                    -3.531949122816608,\n                                    50.46755265183332\n                                ],\n                                [\n                                    -3.5318849413738027,\n                                    50.46751264765279\n                                ],\n                                [\n                                    -3.5317160736642204,\n                                    50.46740711778319\n                                ],\n                                [\n                                    -3.5315473152948296,\n                                    50.46729884316091\n                                ],\n                                [\n                                    -3.53149729176854,\n                                    50.46726743021805\n                                ],\n                                [\n                                    -3.531324426806559,\n                                    50.467157626444504\n                                ],\n                                [\n                                    -3.531114387856587,\n                                    50.467022868538756\n                                ],\n                                [\n                                    -3.5307911865345796,\n                                    50.4668126403808\n                                ],\n                                [\n                                    -3.530785516603339,\n                                    50.466808982608256\n                                ],\n                                [\n                                    -3.5307110320464936,\n                                    50.46676054237552\n                                ],\n                                [\n                                    -3.5306886070650143,\n                                    50.466745943891375\n                                ],\n                                [\n                                    -3.5305120261029357,\n                                    50.466790618126\n                                ],\n                                [\n                                    -3.530496248448198,\n                                    50.46675714438201\n                                ],\n                                [\n                                    -3.5306946576665,\n                                    50.46670510497078\n                                ],\n                                [\n                                    -3.5306874689793055,\n                                    50.46669456003572\n                                ],\n                                [\n                                    -3.5307829282569854,\n                                    50.4666738687715\n                                ],\n                                [\n                                    -3.5308747016968995,\n                                    50.46671662231406\n                                ],\n                                [\n                                    -3.5309085954050237,\n                                    50.46673249085406\n                                ],\n                                [\n                                    -3.5309208096974403,\n                                    50.466738086083325\n                                ],\n                                [\n                                    -3.5309723020892023,\n                                    50.46670550796219\n                                ],\n                                [\n                                    -3.530962371577396,\n                                    50.46669907325617\n                                ],\n                                [\n                                    -3.5309337300741044,\n                                    50.46668047349393\n                                ],\n                                [\n                                    -3.530929294795677,\n                                    50.46668319398226\n                                ],\n                                [\n                                    -3.530873313265785,\n                                    50.466657057512506\n                                ],\n                                [\n                                    -3.5308091762814895,\n                                    50.46662708909346\n                                ],\n                                [\n                                    -3.5306265507874994,\n                                    50.46653998682593\n                                ],\n                                [\n                                    -3.5303672100278725,\n                                    50.46642738903863\n                                ],\n                                [\n                                    -3.530251224722107,\n                                    50.466387534735325\n                                ],\n                                [\n                                    -3.530074910792787,\n                                    50.46632827394046\n                                ],\n                                [\n                                    -3.5299864109760373,\n                                    50.46630962472723\n                                ],\n                                [\n                                    -3.529994403097147,\n                                    50.46630403348796\n                                ],\n                                [\n                                    -3.5300103830833067,\n                                    50.466288354228176\n                                ],\n                                [\n                                    -3.530034673238602,\n                                    50.46626384181986\n                                ],\n                                [\n                                    -3.5300786329990665,\n                                    50.46622009408264\n                                ],\n                                [\n                                    -3.5301013998880353,\n                                    50.46619641112303\n                                ],\n                                [\n                                    -3.5301127187049017,\n                                    50.46618475036488\n                                ],\n                                [\n                                    -3.5301237600835544,\n                                    50.46617759008992\n                                ],\n                                [\n                                    -3.530136140274526,\n                                    50.466168253725115\n                                ],\n                                [\n                                    -3.5302133891709793,\n                                    50.46611687318401\n                                ],\n                                [\n                                    -3.5302492546731554,\n                                    50.46609301791573\n                                ],\n                                [\n                                    -3.5302904990303405,\n                                    50.466117927523676\n                                ],\n                                [\n                                    -3.530312759828073,\n                                    50.46613094535768\n                                ],\n                                [\n                                    -3.5303620251884107,\n                                    50.46615988652672\n                                ],\n                                [\n                                    -3.5303559904768442,\n                                    50.466165002361144\n                                ],\n                                [\n                                    -3.5304538403689416,\n                                    50.46622361309173\n                                ],\n                                [\n                                    -3.5304576766796036,\n                                    50.46622023496868\n                                ],\n                                [\n                                    -3.5305577935844155,\n                                    50.46626613471429\n                                ],\n                                [\n                                    -3.5305715154125448,\n                                    50.46625471210887\n                                ],\n                                [\n                                    -3.530571650453535,\n                                    50.46625453045893\n                                ],\n                                [\n                                    -3.5305800533241167,\n                                    50.466257297889854\n                                ],\n                                [\n                                    -3.5305836180451275,\n                                    50.46625860004471\n                                ],\n                                [\n                                    -3.530589339017428,\n                                    50.466261222883354\n                                ],\n                                [\n                                    -3.53059362248943,\n                                    50.46626296526586\n                                ],\n                                [\n                                    -3.5306021604036664,\n                                    50.466265551045176\n                                ],\n                                [\n                                    -3.530604287624682,\n                                    50.46626597274359\n                                ],\n                                [\n                                    -3.5306622568774544,\n                                    50.466285176051315\n                                ],\n                                [\n                                    -3.530743660340408,\n                                    50.46632754449275\n                                ],\n                                [\n                                    -3.530823282292567,\n                                    50.466371465242126\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 98597.22897117985,\n            \"area_buildings_sqft\": 31973.963076620854,\n            \"density\": 32.42886581119526,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 9159.906073130793,\n            \"area_acre\": 2.263480922203394,\n            \"area_buildings_m2\": 2970.4536488871104,\n            \"area_buildings_acre\": 0.7340211909233437\n        },\n        {\n            \"title_no\": \"DN523959\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.1,\n            \"planning_use_classes\": [\n                \"B8\"\n            ],\n            \"uprns\": [\n                \"100041053240\"\n            ],\n            \"property_address\": [\n                \"Torquay Delivery Office, Broomhill Way, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"ROYAL MAIL GROUP LIMITED\",\n                    \"company_registration_no\": \"7989038\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"185 Farringdon Road, London EC1A 1AA\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5501105093590883,\n                                50.48501099067614\n                            ],\n                            [\n                                -3.5501108329806708,\n                                50.485020879390845\n                            ],\n                            [\n                                -3.5501094798639974,\n                                50.48502260621209\n                            ],\n                            [\n                                -3.5501094860631466,\n                                50.48502710295946\n                            ],\n                            [\n                                -3.550108135888264,\n                                50.4850289196781\n                            ],\n                            [\n                                -3.5501081947284847,\n                                50.485030717626216\n                            ],\n                            [\n                                -3.550105494378315,\n                                50.485034351063454\n                            ],\n                            [\n                                -3.5501055532184482,\n                                50.485036149011584\n                            ],\n                            [\n                                -3.550100149574694,\n                                50.48504332598845\n                            ],\n                            [\n                                -3.5500960107876125,\n                                50.48504607922179\n                            ],\n                            [\n                                -3.5500933104356522,\n                                50.48504971265874\n                            ],\n                            [\n                                -3.5500905777215026,\n                                50.485052357224156\n                            ],\n                            [\n                                -3.5500879300111126,\n                                50.48505329186173\n                            ],\n                            [\n                                -3.5500865798346717,\n                                50.48505510858013\n                            ],\n                            [\n                                -3.5500838206421275,\n                                50.48505694406871\n                            ],\n                            [\n                                -3.5500810290877816,\n                                50.48505779068577\n                            ],\n                            [\n                                -3.5500796789109503,\n                                50.48505960740409\n                            ],\n                            [\n                                -3.550076890298326,\n                                50.48506054391843\n                            ],\n                            [\n                                -3.5500741281631387,\n                                50.4850622895094\n                            ],\n                            [\n                                -3.5500659032257524,\n                                50.485065097174896\n                            ],\n                            [\n                                -3.550046615340852,\n                                50.48507875466702\n                            ],\n                            [\n                                -3.549989503592744,\n                                50.48511427594374\n                            ],\n                            [\n                                -3.549998031765871,\n                                50.485136241776814\n                            ],\n                            [\n                                -3.5500246902287054,\n                                50.485158280875396\n                            ],\n                            [\n                                -3.5500616322403964,\n                                50.48518872695479\n                            ],\n                            [\n                                -3.5500953891357563,\n                                50.48521660729206\n                            ],\n                            [\n                                -3.5499567403554337,\n                                50.48524426603404\n                            ],\n                            [\n                                -3.5499346251979267,\n                                50.485253374400784\n                            ],\n                            [\n                                -3.5496819572255784,\n                                50.48533336569105\n                            ],\n                            [\n                                -3.549529672565724,\n                                50.48539924870049\n                            ],\n                            [\n                                -3.5494834242716045,\n                                50.48536182138917\n                            ],\n                            [\n                                -3.548928560243119,\n                                50.48491260075175\n                            ],\n                            [\n                                -3.5488500376298693,\n                                50.48486067333357\n                            ],\n                            [\n                                -3.5488215245319212,\n                                50.484841815428595\n                            ],\n                            [\n                                -3.548885927161423,\n                                50.48481585686569\n                            ],\n                            [\n                                -3.5490029633128866,\n                                50.48476096651199\n                            ],\n                            [\n                                -3.5492822484233555,\n                                50.48463718290951\n                            ],\n                            [\n                                -3.5494079694935987,\n                                50.48458064758378\n                            ],\n                            [\n                                -3.549430747774938,\n                                50.48457027137273\n                            ],\n                            [\n                                -3.549458836396415,\n                                50.48456279235168\n                            ],\n                            [\n                                -3.549480704217279,\n                                50.484559488277775\n                            ],\n                            [\n                                -3.5494809287753033,\n                                50.48455945830649\n                            ],\n                            [\n                                -3.5494863293170864,\n                                50.48455864891066\n                            ],\n                            [\n                                -3.549512378201147,\n                                50.484557762410454\n                            ],\n                            [\n                                -3.5495362697306403,\n                                50.484559872541446\n                            ],\n                            [\n                                -3.549547885302485,\n                                50.48456160652677\n                            ],\n                            [\n                                -3.5495483388298177,\n                                50.48456168143011\n                            ],\n                            [\n                                -3.5495565272670593,\n                                50.48456293042753\n                            ],\n                            [\n                                -3.5495753584240806,\n                                50.484569784642716\n                            ],\n                            [\n                                -3.5496076200265705,\n                                50.48459075991596\n                            ],\n                            [\n                                -3.5496150235483737,\n                                50.48459688493251\n                            ],\n                            [\n                                -3.549776410235113,\n                                50.48473043189557\n                            ],\n                            [\n                                -3.5499175330443733,\n                                50.48484304150396\n                            ],\n                            [\n                                -3.5500746705092343,\n                                50.484971176509816\n                            ],\n                            [\n                                -3.5500777088700692,\n                                50.48497356432265\n                            ],\n                            [\n                                -3.550084760134378,\n                                50.48497796721928\n                            ],\n                            [\n                                -3.5500918437617286,\n                                50.484983358986995\n                            ],\n                            [\n                                -3.550096077000939,\n                                50.48498779942345\n                            ],\n                            [\n                                -3.550103275368977,\n                                50.48499669718931\n                            ],\n                            [\n                                -3.5501047726432127,\n                                50.48499937534108\n                            ],\n                            [\n                                -3.5501075674506093,\n                                50.485002935573476\n                            ],\n                            [\n                                -3.550107623348747,\n                                50.485004643624215\n                            ],\n                            [\n                                -3.5501090941453928,\n                                50.48500651269925\n                            ],\n                            [\n                                -3.5501090385622454,\n                                50.4850091216011\n                            ],\n                            [\n                                -3.5501105093590883,\n                                50.48501099067614\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 50702.83756593278,\n            \"area_buildings_sqft\": 18041.99195204908,\n            \"density\": 35.583791397449296,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4710.408543843625,\n            \"area_acre\": 1.163976987280367,\n            \"area_buildings_m2\": 1676.1419502089448,\n            \"area_buildings_acre\": 0.4141871430681607\n        },\n        {\n            \"title_no\": \"DN521519\",\n            \"tenure\": \"Freehold\",\n            \"height\": 23.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Town Hall, Municipal Buildings and Car Park, Castle Circus, Torquay  and Torquay Central Library, Lymington Road, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.531776843601531,\n                                50.46910648099651\n                            ],\n                            [\n                                -3.5317767564338127,\n                                50.46910378404365\n                            ],\n                            [\n                                -3.531777388071011,\n                                50.46910152731071\n                            ],\n                            [\n                                -3.5317780342361123,\n                                50.46909972006993\n                            ],\n                            [\n                                -3.5317786658731976,\n                                50.469097463337\n                            ],\n                            [\n                                -3.531781366756822,\n                                50.46909383031095\n                            ],\n                            [\n                                -3.5317834069472767,\n                                50.469091555033515\n                            ],\n                            [\n                                -3.531784757388795,\n                                50.46908973852046\n                            ],\n                            [\n                                -3.5317895856297383,\n                                50.4690865271696\n                            ],\n                            [\n                                -3.531790979655109,\n                                50.4690860591329\n                            ],\n                            [\n                                -3.531812190422919,\n                                50.469066533426385\n                            ],\n                            [\n                                -3.531780808354129,\n                                50.46904167438648\n                            ],\n                            [\n                                -3.5316664254908856,\n                                50.4689513548964\n                            ],\n                            [\n                                -3.53164372148297,\n                                50.46893339663726\n                            ],\n                            [\n                                -3.531632357320305,\n                                50.46893930218725\n                            ],\n                            [\n                                -3.5316217933896956,\n                                50.46893072638929\n                            ],\n                            [\n                                -3.5315255593934696,\n                                50.46885257011246\n                            ],\n                            [\n                                -3.53153870817775,\n                                50.46884520209389\n                            ],\n                            [\n                                -3.5315068776906986,\n                                50.46881953945305\n                            ],\n                            [\n                                -3.531534882927866,\n                                50.4688053205597\n                            ],\n                            [\n                                -3.5315302564742463,\n                                50.468801694055905\n                            ],\n                            [\n                                -3.531539956509254,\n                                50.46879661985168\n                            ],\n                            [\n                                -3.531537023215089,\n                                50.468793060996816\n                            ],\n                            [\n                                -3.531534808719261,\n                                50.46878994236342\n                            ],\n                            [\n                                -3.5315325796982555,\n                                50.46878637423773\n                            ],\n                            [\n                                -3.5315295302017544,\n                                50.46877921944492\n                            ],\n                            [\n                                -3.5315279909284354,\n                                50.46877519255625\n                            ],\n                            [\n                                -3.5315276277929524,\n                                50.46876395525069\n                            ],\n                            [\n                                -3.5315282739632887,\n                                50.46876214801115\n                            ],\n                            [\n                                -3.53152886203188,\n                                50.46875854280271\n                            ],\n                            [\n                                -3.5315301834231403,\n                                50.46875582730806\n                            ],\n                            [\n                                -3.531532855256129,\n                                50.46875129530313\n                            ],\n                            [\n                                -3.5315390193963885,\n                                50.468745817960155\n                            ],\n                            [\n                                -3.5315424536018396,\n                                50.46874307465318\n                            ],\n                            [\n                                -3.5315500408087845,\n                                50.46873802826038\n                            ],\n                            [\n                                -3.531544965651738,\n                                50.46873359823355\n                            ],\n                            [\n                                -3.5315490896018904,\n                                50.468730396163416\n                            ],\n                            [\n                                -3.531541124732352,\n                                50.468723755758376\n                            ],\n                            [\n                                -3.5315447288414936,\n                                50.468721909581646\n                            ],\n                            [\n                                -3.531522893356879,\n                                50.46870465935949\n                            ],\n                            [\n                                -3.5316130000504167,\n                                50.46865863078016\n                            ],\n                            [\n                                -3.5318098474706243,\n                                50.46855806224525\n                            ],\n                            [\n                                -3.5318237091149376,\n                                50.46855095461823\n                            ],\n                            [\n                                -3.5318486269395724,\n                                50.46853713604335\n                            ],\n                            [\n                                -3.5318615142188774,\n                                50.46853040098724\n                            ],\n                            [\n                                -3.5320525084949272,\n                                50.46843057463113\n                            ],\n                            [\n                                -3.532145171381405,\n                                50.4683821376445\n                            ],\n                            [\n                                -3.5321706270837008,\n                                50.46840239792407\n                            ],\n                            [\n                                -3.532173952343443,\n                                50.46840064533641\n                            ],\n                            [\n                                -3.532183354841292,\n                                50.46840816613328\n                            ],\n                            [\n                                -3.532189591519396,\n                                50.46840493621717\n                            ],\n                            [\n                                -3.532195370966732,\n                                50.46840935694124\n                            ],\n                            [\n                                -3.5322167963396525,\n                                50.468396483646224\n                            ],\n                            [\n                                -3.5322202595441503,\n                                50.46839463930387\n                            ],\n                            [\n                                -3.5322237518120265,\n                                50.46839369394564\n                            ],\n                            [\n                                -3.5322258355472065,\n                                50.46839276713697\n                            ],\n                            [\n                                -3.5322293278148287,\n                                50.46839182177857\n                            ],\n                            [\n                                -3.5322335243485545,\n                                50.468390867145196\n                            ],\n                            [\n                                -3.532237031147824,\n                                50.468390371278645\n                            ],\n                            [\n                                -3.5322412422132476,\n                                50.4683898661371\n                            ],\n                            [\n                                -3.5322447780764,\n                                50.46839026925455\n                            ],\n                            [\n                                -3.532247609673373,\n                                50.46839068164685\n                            ],\n                            [\n                                -3.532251145536635,\n                                50.46839108476409\n                            ],\n                            [\n                                -3.5322539771337085,\n                                50.46839149715625\n                            ],\n                            [\n                                -3.532259654860164,\n                                50.46839277143242\n                            ],\n                            [\n                                -3.5322639240543534,\n                                50.46839406425844\n                            ],\n                            [\n                                -3.532272491507999,\n                                50.46839754889419\n                            ],\n                            [\n                                -3.532276070968936,\n                                50.46839930048696\n                            ],\n                            [\n                                -3.532278946163753,\n                                50.46840106135474\n                            ],\n                            [\n                                -3.532299174261304,\n                                50.46841653387196\n                            ],\n                            [\n                                -3.5323087869388434,\n                                50.468408762652246\n                            ],\n                            [\n                                -3.532342934045267,\n                                50.4684267499458\n                            ],\n                            [\n                                -3.5324220376243987,\n                                50.4684684280168\n                            ],\n                            [\n                                -3.5324126979405355,\n                                50.468475925840124\n                            ],\n                            [\n                                -3.532609514339581,\n                                50.468579278816776\n                            ],\n                            [\n                                -3.532617762067438,\n                                50.46857287460228\n                            ],\n                            [\n                                -3.532690862147558,\n                                50.46861103410661\n                            ],\n                            [\n                                -3.5327516554065213,\n                                50.46863901297572\n                            ],\n                            [\n                                -3.532792232055356,\n                                50.468657544992105\n                            ],\n                            [\n                                -3.532816732508187,\n                                50.46866873410957\n                            ],\n                            [\n                                -3.532568561570256,\n                                50.46879009026358\n                            ],\n                            [\n                                -3.5325209810621225,\n                                50.468813381049955\n                            ],\n                            [\n                                -3.532447734836424,\n                                50.46884915132513\n                            ],\n                            [\n                                -3.532446349545131,\n                                50.468849889064835\n                            ],\n                            [\n                                -3.5324428717825707,\n                                50.468851283921964\n                            ],\n                            [\n                                -3.532432482095773,\n                                50.468856816968824\n                            ],\n                            [\n                                -3.5324221069404884,\n                                50.46886279950678\n                            ],\n                            [\n                                -3.53241795397086,\n                                50.46886510262331\n                            ],\n                            [\n                                -3.5324145198079657,\n                                50.46886784595568\n                            ],\n                            [\n                                -3.5324103668375235,\n                                50.46887014907194\n                            ],\n                            [\n                                -3.5324069326738265,\n                                50.46887289240408\n                            ],\n                            [\n                                -3.5324042027831233,\n                                50.46887562646019\n                            ],\n                            [\n                                -3.5324021480980083,\n                                50.46887745225622\n                            ],\n                            [\n                                -3.532398786601977,\n                                50.46888244304828\n                            ],\n                            [\n                                -3.5323948807023906,\n                                50.46889238752853\n                            ],\n                            [\n                                -3.532393029487817,\n                                50.468900506212805\n                            ],\n                            [\n                                -3.5323921772144216,\n                                50.468904654525744\n                            ],\n                            [\n                                -3.5323918244117922,\n                                50.46890681765304\n                            ],\n                            [\n                                -3.5323920278833665,\n                                50.46891311054145\n                            ],\n                            [\n                                -3.5323929210953575,\n                                50.46891894466191\n                            ],\n                            [\n                                -3.532393828841293,\n                                50.4689252282744\n                            ],\n                            [\n                                -3.532394649385167,\n                                50.46892881493471\n                            ],\n                            [\n                                -3.5323969511463558,\n                                50.46893463050327\n                            ],\n                            [\n                                -3.532399267441892,\n                                50.46894089556381\n                            ],\n                            [\n                                -3.5324029777531565,\n                                50.468946692580325\n                            ],\n                            [\n                                -3.5324459268103046,\n                                50.46899370340081\n                            ],\n                            [\n                                -3.5324356517866002,\n                                50.46899842550722\n                            ],\n                            [\n                                -3.532419039861382,\n                                50.4690076379746\n                            ],\n                            [\n                                -3.5324532690677306,\n                                50.46903599385489\n                            ],\n                            [\n                                -3.532470569559626,\n                                50.4690502547827\n                            ],\n                            [\n                                -3.532460843861598,\n                                50.46905496965578\n                            ],\n                            [\n                                -3.532467026688094,\n                                50.4690600955531\n                            ],\n                            [\n                                -3.5324291300265793,\n                                50.4690782582685\n                            ],\n                            [\n                                -3.5323322341428662,\n                                50.469125249278875\n                            ],\n                            [\n                                -3.5325245082223007,\n                                50.46928415315826\n                            ],\n                            [\n                                -3.53266736569307,\n                                50.46921346978918\n                            ],\n                            [\n                                -3.53269454353747,\n                                50.46919937843419\n                            ],\n                            [\n                                -3.5328194478075594,\n                                50.46925373652354\n                            ],\n                            [\n                                -3.532969892127497,\n                                50.469317857861775\n                            ],\n                            [\n                                -3.5330016269645426,\n                                50.469331379912255\n                            ],\n                            [\n                                -3.5330444848489084,\n                                50.46934940511929\n                            ],\n                            [\n                                -3.5331623438344426,\n                                50.46939896311811\n                            ],\n                            [\n                                -3.5331709086276835,\n                                50.46940235778655\n                            ],\n                            [\n                                -3.533504182779997,\n                                50.46953323036395\n                            ],\n                            [\n                                -3.5335028236658337,\n                                50.4695347772013\n                            ],\n                            [\n                                -3.5336509208349316,\n                                50.4695911940444\n                            ],\n                            [\n                                -3.5337938805884015,\n                                50.46964560988194\n                            ],\n                            [\n                                -3.533766381327773,\n                                50.46967502194849\n                            ],\n                            [\n                                -3.5337546544585137,\n                                50.469687569814624\n                            ],\n                            [\n                                -3.53374961498544,\n                                50.469692960499486\n                            ],\n                            [\n                                -3.5337334036930046,\n                                50.46970932683269\n                            ],\n                            [\n                                -3.53371009018942,\n                                50.46973440272086\n                            ],\n                            [\n                                -3.5336573266229965,\n                                50.4697943665224\n                            ],\n                            [\n                                -3.5336101451507793,\n                                50.46985264685328\n                            ],\n                            [\n                                -3.5336039699068023,\n                                50.46986039085626\n                            ],\n                            [\n                                -3.533610767188576,\n                                50.46986228886045\n                            ],\n                            [\n                                -3.5335996843763957,\n                                50.469871662449385\n                            ],\n                            [\n                                -3.5335461462598463,\n                                50.469915537740846\n                            ],\n                            [\n                                -3.533492622589192,\n                                50.46995986249998\n                            ],\n                            [\n                                -3.533454171409368,\n                                50.46999094776168\n                            ],\n                            [\n                                -3.533441124423066,\n                                50.47000146243755\n                            ],\n                            [\n                                -3.5334232492096738,\n                                50.470015188530155\n                            ],\n                            [\n                                -3.5333840645619543,\n                                50.47004538406807\n                            ],\n                            [\n                                -3.5333565183108853,\n                                50.47006508349155\n                            ],\n                            [\n                                -3.533307822116879,\n                                50.47009747289966\n                            ],\n                            [\n                                -3.5332903025067335,\n                                50.47010912574133\n                            ],\n                            [\n                                -3.5332778434016454,\n                                50.47011603518381\n                            ],\n                            [\n                                -3.5332516183943175,\n                                50.47013301906963\n                            ],\n                            [\n                                -3.533219831742661,\n                                50.4701523246572\n                            ],\n                            [\n                                -3.5331979824151776,\n                                50.470165176736906\n                            ],\n                            [\n                                -3.5331761593451576,\n                                50.4701744849613\n                            ],\n                            [\n                                -3.533109475007166,\n                                50.47020100462177\n                            ],\n                            [\n                                -3.5330946717445726,\n                                50.47020689267393\n                            ],\n                            [\n                                -3.5330796494829144,\n                                50.47019904128565\n                            ],\n                            [\n                                -3.533071837461705,\n                                50.470194962166325\n                            ],\n                            [\n                                -3.533020234443781,\n                                50.470167995572815\n                            ],\n                            [\n                                -3.532549549203466,\n                                50.46976219653091\n                            ],\n                            [\n                                -3.5324729525225798,\n                                50.4696978844387\n                            ],\n                            [\n                                -3.532518929724454,\n                                50.46967814930919\n                            ],\n                            [\n                                -3.532506462679177,\n                                50.469663024287506\n                            ],\n                            [\n                                -3.5324546492616915,\n                                50.46962080695494\n                            ],\n                            [\n                                -3.5324167331703653,\n                                50.46959000838999\n                            ],\n                            [\n                                -3.532373618389067,\n                                50.469555321069066\n                            ],\n                            [\n                                -3.5323629671753487,\n                                50.46956148710964\n                            ],\n                            [\n                                -3.5323318400406376,\n                                50.46953581543005\n                            ],\n                            [\n                                -3.5323429487031435,\n                                50.46953072260769\n                            ],\n                            [\n                                -3.532358175512368,\n                                50.469522247888925\n                            ],\n                            [\n                                -3.532311109471831,\n                                50.46948302581426\n                            ],\n                            [\n                                -3.532266043218952,\n                                50.4695056538205\n                            ],\n                            [\n                                -3.5322443363379024,\n                                50.46948804229293\n                            ],\n                            [\n                                -3.5321884747366084,\n                                50.46944264043457\n                            ],\n                            [\n                                -3.532168504691203,\n                                50.46942644500728\n                            ],\n                            [\n                                -3.532049722118935,\n                                50.469329978200996\n                            ],\n                            [\n                                -3.5319990430230095,\n                                50.46928882496998\n                            ],\n                            [\n                                -3.5319600238956665,\n                                50.46925876027451\n                            ],\n                            [\n                                -3.531789353849644,\n                                50.46912295457759\n                            ],\n                            [\n                                -3.5317864786283653,\n                                50.46912119369811\n                            ],\n                            [\n                                -3.5317842931564827,\n                                50.46911897405419\n                            ],\n                            [\n                                -3.5317821222128174,\n                                50.469117203902364\n                            ],\n                            [\n                                -3.531781359823628,\n                                50.46911541520605\n                            ],\n                            [\n                                -3.5317783974352714,\n                                50.46911095737352\n                            ],\n                            [\n                                -3.531776843601531,\n                                50.46910648099651\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 127863.61685256941,\n            \"area_buildings_sqft\": 44157.41405284475,\n            \"density\": 34.53477630290998,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": true,\n            \"area_m2\": 11878.819848808009,\n            \"area_acre\": 2.935344739498839,\n            \"area_buildings_m2\": 4102.323862211516,\n            \"area_buildings_acre\": 1.0137147395051596\n        },\n        {\n            \"title_no\": \"DN521336\",\n            \"tenure\": \"Freehold\",\n            \"height\": 7.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Homelands Primary School, St Margarets Avenue, Torquay and land lying to the south east of St Margarets Avenue, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.527588321480672,\n                                    50.47944651657742\n                                ],\n                                [\n                                    -3.5280188451051666,\n                                    50.4795711815904\n                                ],\n                                [\n                                    -3.528058538157105,\n                                    50.47958262187678\n                                ],\n                                [\n                                    -3.528087957023616,\n                                    50.4795377169568\n                                ],\n                                [\n                                    -3.528103405066222,\n                                    50.47951413058729\n                                ],\n                                [\n                                    -3.528156905469926,\n                                    50.47951666566593\n                                ],\n                                [\n                                    -3.5282277726275817,\n                                    50.479520141798915\n                                ],\n                                [\n                                    -3.528250217094044,\n                                    50.47952119605615\n                                ],\n                                [\n                                    -3.5283067775185035,\n                                    50.47951809682406\n                                ],\n                                [\n                                    -3.528293783805702,\n                                    50.47961950901519\n                                ],\n                                [\n                                    -3.528281994147711,\n                                    50.479671737102755\n                                ],\n                                [\n                                    -3.528279539645454,\n                                    50.47971798770979\n                                ],\n                                [\n                                    -3.528278261356153,\n                                    50.47974215245008\n                                ],\n                                [\n                                    -3.5282820421550944,\n                                    50.479767599789\n                                ],\n                                [\n                                    -3.528289362823999,\n                                    50.479788305947615\n                                ],\n                                [\n                                    -3.528295118618361,\n                                    50.47980113623511\n                                ],\n                                [\n                                    -3.528299401083956,\n                                    50.479810676210846\n                                ],\n                                [\n                                    -3.5283108962659675,\n                                    50.479831021752844\n                                ],\n                                [\n                                    -3.5283142150870646,\n                                    50.4798369049761\n                                ],\n                                [\n                                    -3.5283778861784967,\n                                    50.479935367539206\n                                ],\n                                [\n                                    -3.5284452005358955,\n                                    50.479985540271535\n                                ],\n                                [\n                                    -3.5284286148054345,\n                                    50.47999483273226\n                                ],\n                                [\n                                    -3.528661948969515,\n                                    50.48009034686537\n                                ],\n                                [\n                                    -3.528657744914127,\n                                    50.480095033826984\n                                ],\n                                [\n                                    -3.5286507349109337,\n                                    50.48010492900087\n                                ],\n                                [\n                                    -3.528636990871036,\n                                    50.48012453584876\n                                ],\n                                [\n                                    -3.52863052091663,\n                                    50.48013369544076\n                                ],\n                                [\n                                    -3.5286267474764337,\n                                    50.480139060261365\n                                ],\n                                [\n                                    -3.528728987396502,\n                                    50.48017126335479\n                                ],\n                                [\n                                    -3.5288094392495735,\n                                    50.48019698941063\n                                ],\n                                [\n                                    -3.5288842228953445,\n                                    50.4802209012233\n                                ],\n                                [\n                                    -3.5290874541399497,\n                                    50.48028589887217\n                                ],\n                                [\n                                    -3.528799561947409,\n                                    50.480624245592864\n                                ],\n                                [\n                                    -3.5287567292931343,\n                                    50.480607270744215\n                                ],\n                                [\n                                    -3.528747878085361,\n                                    50.48060378957633\n                                ],\n                                [\n                                    -3.5287089075095115,\n                                    50.48058856269809\n                                ],\n                                [\n                                    -3.5286953344246976,\n                                    50.480582895150555\n                                ],\n                                [\n                                    -3.528641056621832,\n                                    50.48056067443625\n                                ],\n                                [\n                                    -3.5286046653494716,\n                                    50.48054675369118\n                                ],\n                                [\n                                    -3.5285532637241124,\n                                    50.48052630287446\n                                ],\n                                [\n                                    -3.528498354118068,\n                                    50.48050633880605\n                                ],\n                                [\n                                    -3.5283250438122264,\n                                    50.4804438880494\n                                ],\n                                [\n                                    -3.5282611502459376,\n                                    50.48041981485731\n                                ],\n                                [\n                                    -3.527946799769887,\n                                    50.48030512811573\n                                ],\n                                [\n                                    -3.5278823855269876,\n                                    50.48028194293159\n                                ],\n                                [\n                                    -3.52782522307576,\n                                    50.48026290749426\n                                ],\n                                [\n                                    -3.527822361810759,\n                                    50.48026159601695\n                                ],\n                                [\n                                    -3.5277974308444415,\n                                    50.48025337940532\n                                ],\n                                [\n                                    -3.52778988546059,\n                                    50.48025105019335\n                                ],\n                                [\n                                    -3.527772514382407,\n                                    50.480245612280385\n                                ],\n                                [\n                                    -3.5277405245001043,\n                                    50.480237038658444\n                                ],\n                                [\n                                    -3.527686464668482,\n                                    50.48022155088219\n                                ],\n                                [\n                                    -3.527617510682205,\n                                    50.480203128834475\n                                ],\n                                [\n                                    -3.527524085927977,\n                                    50.480177644215225\n                                ],\n                                [\n                                    -3.5274994861101177,\n                                    50.480170952113035\n                                ],\n                                [\n                                    -3.52749052607089,\n                                    50.48016846158004\n                                ],\n                                [\n                                    -3.5274610838781544,\n                                    50.480160214182206\n                                ],\n                                [\n                                    -3.527420539061228,\n                                    50.480148596006224\n                                ],\n                                [\n                                    -3.5274109983754265,\n                                    50.480145582464075\n                                ],\n                                [\n                                    -3.5273892105625366,\n                                    50.480138673552354\n                                ],\n                                [\n                                    -3.527309414263443,\n                                    50.48011183169403\n                                ],\n                                [\n                                    -3.5272131991204954,\n                                    50.48007847803603\n                                ],\n                                [\n                                    -3.52719964084843,\n                                    50.48007325980292\n                                ],\n                                [\n                                    -3.527181826950801,\n                                    50.480067198058826\n                                ],\n                                [\n                                    -3.527163984077978,\n                                    50.480060237327436\n                                ],\n                                [\n                                    -3.5271546959331275,\n                                    50.480056312091286\n                                ],\n                                [\n                                    -3.527133200456573,\n                                    50.480045352153034\n                                ],\n                                [\n                                    -3.5271281676525903,\n                                    50.48004226143604\n                                ],\n                                [\n                                    -3.5271224020089393,\n                                    50.48003829895946\n                                ],\n                                [\n                                    -3.527117355006797,\n                                    50.48003476773954\n                                ],\n                                [\n                                    -3.5271129834675854,\n                                    50.48003032828943\n                                ],\n                                [\n                                    -3.527108597439886,\n                                    50.48002543934689\n                                ],\n                                [\n                                    -3.527101233978758,\n                                    50.480015633980706\n                                ],\n                                [\n                                    -3.5270997526513277,\n                                    50.48001340501001\n                                ],\n                                [\n                                    -3.52709676130829,\n                                    50.48000805707384\n                                ],\n                                [\n                                    -3.5270952510029643,\n                                    50.48000492911855\n                                ],\n                                [\n                                    -3.527094459337677,\n                                    50.48000223242035\n                                ],\n                                [\n                                    -3.527093653762895,\n                                    50.47999910420953\n                                ],\n                                [\n                                    -3.5270935523388083,\n                                    50.479995957763556\n                                ],\n                                [\n                                    -3.527094082909281,\n                                    50.479990554610914\n                                ],\n                                [\n                                    -3.5270960368492323,\n                                    50.47998558245991\n                                ],\n                                [\n                                    -3.52709870971812,\n                                    50.47998105055584\n                                ],\n                                [\n                                    -3.5271034089713136,\n                                    50.47997379396198\n                                ],\n                                [\n                                    -3.5271122189481248,\n                                    50.47996288595731\n                                ],\n                                [\n                                    -3.5271367528792865,\n                                    50.479936932060205\n                                ],\n                                [\n                                    -3.527169479235824,\n                                    50.47990277634852\n                                ],\n                                [\n                                    -3.527183104336429,\n                                    50.47988820768011\n                                ],\n                                [\n                                    -3.5272021475850446,\n                                    50.479866822658764\n                                ],\n                                [\n                                    -3.527226493043601,\n                                    50.479835025343746\n                                ],\n                                [\n                                    -3.5272474901687443,\n                                    50.479808668161986\n                                ],\n                                [\n                                    -3.527329378332949,\n                                    50.47972116432709\n                                ],\n                                [\n                                    -3.5273898770374394,\n                                    50.479656596214475\n                                ],\n                                [\n                                    -3.527588321480672,\n                                    50.47944651657742\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5271622527403435,\n                                    50.47906646178433\n                                ],\n                                [\n                                    -3.527151305794798,\n                                    50.47908540219126\n                                ],\n                                [\n                                    -3.5270925906768156,\n                                    50.47918780105177\n                                ],\n                                [\n                                    -3.527072168172642,\n                                    50.47922323425393\n                                ],\n                                [\n                                    -3.5270495204409813,\n                                    50.4792595960211\n                                ],\n                                [\n                                    -3.5270312987946633,\n                                    50.479288974586\n                                ],\n                                [\n                                    -3.5270038224997498,\n                                    50.47933295437857\n                                ],\n                                [\n                                    -3.526953197763067,\n                                    50.47942400492496\n                                ],\n                                [\n                                    -3.5269098724992376,\n                                    50.47950101950151\n                                ],\n                                [\n                                    -3.526898346235467,\n                                    50.47951511091408\n                                ],\n                                [\n                                    -3.5268840456916872,\n                                    50.47953058777857\n                                ],\n                                [\n                                    -3.5268650748639487,\n                                    50.479554220210936\n                                ],\n                                [\n                                    -3.526863033996013,\n                                    50.47955649540432\n                                ],\n                                [\n                                    -3.526845414069826,\n                                    50.47957831137641\n                                ],\n                                [\n                                    -3.5268392914595466,\n                                    50.47958513695541\n                                ],\n                                [\n                                    -3.5268318179244695,\n                                    50.47959377899087\n                                ],\n                                [\n                                    -3.526822921031088,\n                                    50.47960199002075\n                                ],\n                                [\n                                    -3.5268064636736463,\n                                    50.47961614612964\n                                ],\n                                [\n                                    -3.526784457742335,\n                                    50.47963307313769\n                                ],\n                                [\n                                    -3.5267789526355604,\n                                    50.47963719251598\n                                ],\n                                [\n                                    -3.5267713776799665,\n                                    50.47964268810104\n                                ],\n                                [\n                                    -3.5267630982873106,\n                                    50.4796481929289\n                                ],\n                                [\n                                    -3.5267589441044587,\n                                    50.47965049585023\n                                ],\n                                [\n                                    -3.5267499457878455,\n                                    50.479655560428014\n                                ],\n                                [\n                                    -3.5267402285481726,\n                                    50.47966018475584\n                                ],\n                                [\n                                    -3.526705372702666,\n                                    50.47962826496867\n                                ],\n                                [\n                                    -3.526699033548071,\n                                    50.47961962430511\n                                ],\n                                [\n                                    -3.5266698429721015,\n                                    50.47957980569869\n                                ],\n                                [\n                                    -3.5266626179520104,\n                                    50.479569917545454\n                                ],\n                                [\n                                    -3.526617067689292,\n                                    50.479507919388155\n                                ],\n                                [\n                                    -3.526616181813116,\n                                    50.479506671900175\n                                ],\n                                [\n                                    -3.5265704397006803,\n                                    50.47944746427289\n                                ],\n                                [\n                                    -3.5265345571088647,\n                                    50.47940116806663\n                                ],\n                                [\n                                    -3.5264849030537007,\n                                    50.47933427719012\n                                ],\n                                [\n                                    -3.526456906546486,\n                                    50.4792965114041\n                                ],\n                                [\n                                    -3.526431081303272,\n                                    50.47926051585708\n                                ],\n                                [\n                                    -3.5264195679383743,\n                                    50.479244388391464\n                                ],\n                                [\n                                    -3.5263761529113773,\n                                    50.47918739857159\n                                ],\n                                [\n                                    -3.5263625650672394,\n                                    50.47916987731719\n                                ],\n                                [\n                                    -3.5263557421029486,\n                                    50.479161090089406\n                                ],\n                                [\n                                    -3.5263409788208797,\n                                    50.47914208231247\n                                ],\n                                [\n                                    -3.5263678000771486,\n                                    50.47912500228209\n                                ],\n                                [\n                                    -3.526503720197263,\n                                    50.47903903862027\n                                ],\n                                [\n                                    -3.526521816982948,\n                                    50.47902764907539\n                                ],\n                                [\n                                    -3.526576515459439,\n                                    50.47899302538656\n                                ],\n                                [\n                                    -3.5266633998486454,\n                                    50.478938103407316\n                                ],\n                                [\n                                    -3.5267316214159217,\n                                    50.478955735190496\n                                ],\n                                [\n                                    -3.5267947219196047,\n                                    50.47897190521123\n                                ],\n                                [\n                                    -3.5268942193469353,\n                                    50.47899785033886\n                                ],\n                                [\n                                    -3.526916391550745,\n                                    50.47900358512325\n                                ],\n                                [\n                                    -3.5269769359635705,\n                                    50.47901915903329\n                                ],\n                                [\n                                    -3.5270639168803806,\n                                    50.47904158087841\n                                ],\n                                [\n                                    -3.5271622527403435,\n                                    50.47906646178433\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 117520.46151018984,\n            \"area_buildings_sqft\": 13078.351365035676,\n            \"density\": 11.128573864476948,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 10917.91727147806,\n            \"area_acre\": 2.6978985654313554,\n            \"area_buildings_m2\": 1215.008488018922,\n            \"area_buildings_acre\": 0.3002376346426923\n        },\n        {\n            \"title_no\": \"DN520634\",\n            \"tenure\": \"Freehold\",\n            \"height\": 6.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land on the east side of Quinta Road, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.514202797805212,\n                                50.471825068984565\n                            ],\n                            [\n                                -3.513984575944147,\n                                50.47188013489619\n                            ],\n                            [\n                                -3.5139403868914765,\n                                50.47189174509989\n                            ],\n                            [\n                                -3.5137369584264997,\n                                50.47194583560432\n                            ],\n                            [\n                                -3.5135747507653936,\n                                50.471989370598344\n                            ],\n                            [\n                                -3.51355961631005,\n                                50.47196159722805\n                            ],\n                            [\n                                -3.513538185918751,\n                                50.47193039823321\n                            ],\n                            [\n                                -3.513521288900978,\n                                50.4719043565796\n                            ],\n                            [\n                                -3.5135180376963757,\n                                50.47189963223801\n                            ],\n                            [\n                                -3.513462770189728,\n                                50.4718194083148\n                            ],\n                            [\n                                -3.513396941651418,\n                                50.47172178411876\n                            ],\n                            [\n                                -3.513279408954589,\n                                50.471659907611766\n                            ],\n                            [\n                                -3.51320843244344,\n                                50.4716217083551\n                            ],\n                            [\n                                -3.5131116699613227,\n                                50.47157035392652\n                            ],\n                            [\n                                -3.5130320696707944,\n                                50.4715268705237\n                            ],\n                            [\n                                -3.512932159779851,\n                                50.47147402795559\n                            ],\n                            [\n                                -3.5129467787124558,\n                                50.471459627892784\n                            ],\n                            [\n                                -3.5129994182330946,\n                                50.471409028626866\n                            ],\n                            [\n                                -3.5130137695285226,\n                                50.471399488606735\n                            ],\n                            [\n                                -3.5130098829785315,\n                                50.47139693098901\n                            ],\n                            [\n                                -3.51311346553732,\n                                50.47129557456279\n                            ],\n                            [\n                                -3.513174764679654,\n                                50.47123726296205\n                            ],\n                            [\n                                -3.5131952595425484,\n                                50.4712458011993\n                            ],\n                            [\n                                -3.5132169790191607,\n                                50.47125517790266\n                            ],\n                            [\n                                -3.513224592943558,\n                                50.47125839753422\n                            ],\n                            [\n                                -3.513250779372734,\n                                50.47127085491865\n                            ],\n                            [\n                                -3.5132522167100753,\n                                50.47127173558957\n                            ],\n                            [\n                                -3.513254358362733,\n                                50.471272607100026\n                            ],\n                            [\n                                -3.5132565143689463,\n                                50.4712739281063\n                            ],\n                            [\n                                -3.51325941775109,\n                                50.4712765884396\n                            ],\n                            [\n                                -3.513274423677448,\n                                50.47128313850692\n                            ],\n                            [\n                                -3.5132822859767634,\n                                50.47128663370745\n                            ],\n                            [\n                                -3.513295150255057,\n                                50.471292312262094\n                            ],\n                            [\n                                -3.513314396439115,\n                                50.471299256855936\n                            ],\n                            [\n                                -3.51331796107952,\n                                50.47130055953946\n                            ],\n                            [\n                                -3.513332895250378,\n                                50.47130486211993\n                            ],\n                            [\n                                -3.5133435604663013,\n                                50.471307871176826\n                            ],\n                            [\n                                -3.5133542256835613,\n                                50.47131088023273\n                            ],\n                            [\n                                -3.513370525428866,\n                                50.47131381599882\n                            ],\n                            [\n                                -3.5133747800331165,\n                                50.47131466002362\n                            ],\n                            [\n                                -3.513388952478521,\n                                50.47131717377471\n                            ],\n                            [\n                                -3.513401687583815,\n                                50.47131880685507\n                            ],\n                            [\n                                -3.5134172399536405,\n                                50.47132040328843\n                            ],\n                            [\n                                -3.513422903191141,\n                                50.47132122898869\n                            ],\n                            [\n                                -3.5134391311679005,\n                                50.471321917266074\n                            ],\n                            [\n                                -3.5134708540956705,\n                                50.47132240398419\n                            ],\n                            [\n                                -3.5134750225689686,\n                                50.47132055103056\n                            ],\n                            [\n                                -3.513541300905433,\n                                50.47129990283039\n                            ],\n                            [\n                                -3.5135990525784275,\n                                50.47128143405627\n                            ],\n                            [\n                                -3.5137673023090064,\n                                50.471228161221724\n                            ],\n                            [\n                                -3.513784952495538,\n                                50.47125131507446\n                            ],\n                            [\n                                -3.5137968102340142,\n                                50.47126959778095\n                            ],\n                            [\n                                -3.513810148406045,\n                                50.47129010963719\n                            ],\n                            [\n                                -3.5138385643984686,\n                                50.47131941896406\n                            ],\n                            [\n                                -3.5138452191401637,\n                                50.471329225394065\n                            ],\n                            [\n                                -3.513902553839489,\n                                50.47140357637152\n                            ],\n                            [\n                                -3.513948318068346,\n                                50.471468634543676\n                            ],\n                            [\n                                -3.513985214142598,\n                                50.47152076730031\n                            ],\n                            [\n                                -3.514039070782485,\n                                50.47159651251545\n                            ],\n                            [\n                                -3.514086315838888,\n                                50.47166379977571\n                            ],\n                            [\n                                -3.5141504929036813,\n                                50.47175380047712\n                            ],\n                            [\n                                -3.514202797805212,\n                                50.471825068984565\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 43886.83121671853,\n            \"area_buildings_sqft\": 99.37887931395133,\n            \"density\": 0.22644350607863734,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4077.186103374074,\n            \"area_acre\": 1.007503012321362,\n            \"area_buildings_m2\": 9.232523161831228,\n            \"area_buildings_acre\": 0.0022814251449483776\n        },\n        {\n            \"title_no\": \"DN518\",\n            \"tenure\": \"Freehold\",\n            \"height\": 33.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040554164\",\n                \"100040554165\",\n                \"100040554166\",\n                \"100040554167\",\n                \"100040554168\",\n                \"100040554169\",\n                \"100040554170\",\n                \"100040554171\",\n                \"100040554172\",\n                \"100040554173\",\n                \"100040554174\",\n                \"100040554175\",\n                \"100040554176\",\n                \"100040554177\",\n                \"100040554178\",\n                \"100040554179\",\n                \"100040554180\",\n                \"100040554181\",\n                \"100040554182\",\n                \"100040554183\",\n                \"100040554184\",\n                \"100040554185\",\n                \"100040554186\",\n                \"100040554187\",\n                \"100040554188\",\n                \"100040554189\",\n                \"100040554190\",\n                \"100040554191\",\n                \"100040554192\",\n                \"100040554193\",\n                \"100040554194\",\n                \"100040554195\",\n                \"100040554196\",\n                \"100040554197\",\n                \"100040554198\",\n                \"100040554199\",\n                \"100040554200\",\n                \"100040554201\",\n                \"100040554202\",\n                \"100040554203\",\n                \"100040554204\",\n                \"100040554205\",\n                \"100040554206\",\n                \"100040554207\",\n                \"100040554208\",\n                \"100040554209\",\n                \"100040554210\",\n                \"100040554211\",\n                \"100040554212\",\n                \"100040554213\",\n                \"100040554214\",\n                \"100040554215\",\n                \"100040554216\"\n            ],\n            \"property_address\": [\n                \"Ridgeway Heights, Ridgeway Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"RIDGEWAY HEIGHTS LIMITED\",\n                    \"company_registration_no\": \"3499795\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"2 Montpellier Terrace, Torquay, TQ1 1BL\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5117656784143505,\n                                50.462707065647045\n                            ],\n                            [\n                                -3.511792720786373,\n                                50.46272708489676\n                            ],\n                            [\n                                -3.5118987094486847,\n                                50.462797090291254\n                            ],\n                            [\n                                -3.511697025889952,\n                                50.462682073945444\n                            ],\n                            [\n                                -3.511660544386421,\n                                50.46268549788323\n                            ],\n                            [\n                                -3.5115004042549014,\n                                50.46278720129211\n                            ],\n                            [\n                                -3.5113597749954595,\n                                50.462849933308604\n                            ],\n                            [\n                                -3.511298423465589,\n                                50.462877612338005\n                            ],\n                            [\n                                -3.511294698297977,\n                                50.4628792076378\n                            ],\n                            [\n                                -3.5113130698764587,\n                                50.462895517325556\n                            ],\n                            [\n                                -3.511293494947104,\n                                50.46287814403002\n                            ],\n                            [\n                                -3.511285519555409,\n                                50.46287105270128\n                            ],\n                            [\n                                -3.5112780522900877,\n                                50.46286443143556\n                            ],\n                            [\n                                -3.5112710201521415,\n                                50.46285820023824\n                            ],\n                            [\n                                -3.511242021369295,\n                                50.462832495306394\n                            ],\n                            [\n                                -3.5112337252584513,\n                                50.46282506638101\n                            ],\n                            [\n                                -3.5112189603378487,\n                                50.46281183962667\n                            ],\n                            [\n                                -3.5111977932709073,\n                                50.46279313794675\n                            ],\n                            [\n                                -3.511193005186933,\n                                50.46278879324607\n                            ],\n                            [\n                                -3.5111844435463686,\n                                50.462780990032435\n                            ],\n                            [\n                                -3.5111681910940646,\n                                50.46276618172163\n                            ],\n                            [\n                                -3.5111413479786986,\n                                50.46274179781408\n                            ],\n                            [\n                                -3.5111248935086685,\n                                50.46272683922895\n                            ],\n                            [\n                                -3.511117261050376,\n                                50.462719896326746\n                            ],\n                            [\n                                -3.5111027502764265,\n                                50.46270668424402\n                            ],\n                            [\n                                -3.510959870162664,\n                                50.46257813185144\n                            ],\n                            [\n                                -3.5109206835918823,\n                                50.46254221643937\n                            ],\n                            [\n                                -3.5109698641629388,\n                                50.462515945793875\n                            ],\n                            [\n                                -3.5111504899642734,\n                                50.462414219857706\n                            ],\n                            [\n                                -3.511162401327914,\n                                50.46240776957927\n                            ],\n                            [\n                                -3.511176833422099,\n                                50.46240083687465\n                            ],\n                            [\n                                -3.5111982905655825,\n                                50.462388866404375\n                            ],\n                            [\n                                -3.5113118277847826,\n                                50.46232623468592\n                            ],\n                            [\n                                -3.511419831567319,\n                                50.46226682252236\n                            ],\n                            [\n                                -3.511491201417504,\n                                50.46222947099178\n                            ],\n                            [\n                                -3.5116677575961974,\n                                50.462132743624565\n                            ],\n                            [\n                                -3.511746658004826,\n                                50.462088548840775\n                            ],\n                            [\n                                -3.5117488422154013,\n                                50.462090768874816\n                            ],\n                            [\n                                -3.5117503222467716,\n                                50.46209299805892\n                            ],\n                            [\n                                -3.511751773609207,\n                                50.462094328249286\n                            ],\n                            [\n                                -3.5117525494613635,\n                                50.46209656658351\n                            ],\n                            [\n                                -3.511754029493094,\n                                50.46209879576759\n                            ],\n                            [\n                                -3.511754819680004,\n                                50.46210148359864\n                            ],\n                            [\n                                -3.5117550060294453,\n                                50.46210732705791\n                            ],\n                            [\n                                -3.5117543878572373,\n                                50.46211003318924\n                            ],\n                            [\n                                -3.511753755350397,\n                                50.4621122898237\n                            ],\n                            [\n                                -3.5117524329983216,\n                                50.462115005105176\n                            ],\n                            [\n                                -3.511751757487677,\n                                50.46211591324903\n                            ],\n                            [\n                                -3.5117504781390023,\n                                50.46211997702107\n                            ],\n                            [\n                                -3.511747790430367,\n                                50.46212405909331\n                            ],\n                            [\n                                -3.511804149539053,\n                                50.46209096755191\n                            ],\n                            [\n                                -3.511791484160583,\n                                50.46208658133786\n                            ],\n                            [\n                                -3.5119042330414754,\n                                50.46212562363977\n                            ],\n                            [\n                                -3.5120269870700787,\n                                50.46216647843377\n                            ],\n                            [\n                                -3.5120302635767326,\n                                50.46216760502714\n                            ],\n                            [\n                                -3.5121031975142705,\n                                50.46219255887349\n                            ],\n                            [\n                                -3.5121670147720128,\n                                50.4622143934509\n                            ],\n                            [\n                                -3.5121712599324892,\n                                50.46221496783039\n                            ],\n                            [\n                                -3.512245353564201,\n                                50.4622630202281\n                            ],\n                            [\n                                -3.5122921090855725,\n                                50.462293260741916\n                            ],\n                            [\n                                -3.512275011509386,\n                                50.46244187841955\n                            ],\n                            [\n                                -3.5122821107125572,\n                                50.46244358487288\n                            ],\n                            [\n                                -3.5122756219577744,\n                                50.462549344750855\n                            ],\n                            [\n                                -3.51228714705121,\n                                50.46255728923766\n                            ],\n                            [\n                                -3.5121723761346337,\n                                50.462627600544025\n                            ],\n                            [\n                                -3.5121694732896658,\n                                50.46262582155424\n                            ],\n                            [\n                                -3.5121689498969464,\n                                50.462625756407775\n                            ],\n                            [\n                                -3.5121576906130123,\n                                50.46263851186485\n                            ],\n                            [\n                                -3.5121571349741183,\n                                50.46263920260508\n                            ],\n                            [\n                                -3.5121594532801215,\n                                50.462639882972255\n                            ],\n                            [\n                                -3.5121643961663147,\n                                50.462642894559536\n                            ],\n                            [\n                                -3.512167067299571,\n                                50.46264536007948\n                            ],\n                            [\n                                -3.5121653021471166,\n                                50.46264656119185\n                            ],\n                            [\n                                -3.5121632469394974,\n                                50.46264838663689\n                            ],\n                            [\n                                -3.512160458866782,\n                                50.462649322241084\n                            ],\n                            [\n                                -3.512158389320184,\n                                50.462650698189286\n                            ],\n                            [\n                                -3.5121556012472324,\n                                50.46265163379337\n                            ],\n                            [\n                                -3.5121521089865815,\n                                50.462652578549985\n                            ],\n                            [\n                                -3.5121471940120057,\n                                50.462653092114984\n                            ],\n                            [\n                                -3.5121415748497093,\n                                50.4626536148323\n                            ],\n                            [\n                                -3.5121331245983654,\n                                50.462653724662665\n                            ],\n                            [\n                                -3.5121278935362694,\n                                50.46265316309564\n                            ],\n                            [\n                                -3.5121253498578637,\n                                50.462652926346486\n                            ],\n                            [\n                                -3.512117589455899,\n                                50.462652577526505\n                            ],\n                            [\n                                -3.5120866625530383,\n                                50.46265477821549\n                            ],\n                            [\n                                -3.5120416375557335,\n                                50.462656712439376\n                            ],\n                            [\n                                -3.512039539330217,\n                                50.462657189391976\n                            ],\n                            [\n                                -3.5120374267671295,\n                                50.462657216847795\n                            ],\n                            [\n                                -3.5120353285415478,\n                                50.46265769380032\n                            ],\n                            [\n                                -3.5120268782890642,\n                                50.46265780362297\n                            ],\n                            [\n                                -3.5120247513885228,\n                                50.46265738158178\n                            ],\n                            [\n                                -3.51202331433832,\n                                50.46265650089193\n                            ],\n                            [\n                                -3.5120211874378686,\n                                50.462656078850685\n                            ],\n                            [\n                                -3.5120197503877706,\n                                50.46265519816079\n                            ],\n                            [\n                                -3.5120182990003763,\n                                50.462653867974105\n                            ],\n                            [\n                                -3.512016861950399,\n                                50.46265298728418\n                            ],\n                            [\n                                -3.5120161147507765,\n                                50.46265164794566\n                            ],\n                            [\n                                -3.5119376809182317,\n                                50.46260005434209\n                            ],\n                            [\n                                -3.5117656784143505,\n                                50.462707065647045\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 51621.85332148021,\n            \"area_buildings_sqft\": 9903.44622738172,\n            \"density\": 19.184600300394152,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4795.787190772967,\n            \"area_acre\": 1.1850746859843941,\n            \"area_buildings_m2\": 920.0526038072948,\n            \"area_buildings_acre\": 0.22735184176725715\n        },\n        {\n            \"title_no\": \"DN514938\",\n            \"tenure\": \"Freehold\",\n            \"height\": 24.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Tessier Gardens, Babbacombe, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH OF TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5230309450701673,\n                                50.480353190974476\n                            ],\n                            [\n                                -3.523012713702676,\n                                50.48036394318105\n                            ],\n                            [\n                                -3.522999920211301,\n                                50.48035268870778\n                            ],\n                            [\n                                -3.522928818365317,\n                                50.48028932377653\n                            ],\n                            [\n                                -3.522861397298801,\n                                50.48023083914584\n                            ],\n                            [\n                                -3.522859974248167,\n                                50.480230417081984\n                            ],\n                            [\n                                -3.522855689491404,\n                                50.480228665437735\n                            ],\n                            [\n                                -3.5228507153167534,\n                                50.48022739048583\n                            ],\n                            [\n                                -3.522847883086944,\n                                50.48022697787127\n                            ],\n                            [\n                                -3.522845036408207,\n                                50.48022611576346\n                            ],\n                            [\n                                -3.52284220417852,\n                                50.48022570314876\n                            ],\n                            [\n                                -3.52283935749996,\n                                50.48022484104083\n                            ],\n                            [\n                                -3.5228365397192936,\n                                50.480224877919156\n                            ],\n                            [\n                                -3.5228330027556116,\n                                50.480224465533915\n                            ],\n                            [\n                                -3.52283018497496,\n                                50.480224502412085\n                            ],\n                            [\n                                -3.522821775268214,\n                                50.48022597051547\n                            ],\n                            [\n                                -3.522816197501515,\n                                50.480227842243764\n                            ],\n                            [\n                                -3.5227863634276355,\n                                50.48024377371282\n                            ],\n                            [\n                                -3.5227755179633657,\n                                50.480235677470965\n                            ],\n                            [\n                                -3.5227013943501353,\n                                50.48027386321889\n                            ],\n                            [\n                                -3.5226461012891948,\n                                50.48030327652742\n                            ],\n                            [\n                                -3.522636259957178,\n                                50.48030844175235\n                            ],\n                            [\n                                -3.5226078399481158,\n                                50.480323203483955\n                            ],\n                            [\n                                -3.522573827685216,\n                                50.48033938743246\n                            ],\n                            [\n                                -3.522559236547643,\n                                50.48034587391419\n                            ],\n                            [\n                                -3.5225411751764426,\n                                50.4803540246587\n                            ],\n                            [\n                                -3.5224918585972067,\n                                50.48037643458309\n                            ],\n                            [\n                                -3.5224329040833027,\n                                50.48040156975478\n                            ],\n                            [\n                                -3.5223396067764057,\n                                50.48044138216765\n                            ],\n                            [\n                                -3.5221282706495596,\n                                50.48053183500336\n                            ],\n                            [\n                                -3.5219655377055004,\n                                50.48059961729493\n                            ],\n                            [\n                                -3.521843151347766,\n                                50.480650952915965\n                            ],\n                            [\n                                -3.5217610945098574,\n                                50.48068530259985\n                            ],\n                            [\n                                -3.5217309108316948,\n                                50.48069782977574\n                            ],\n                            [\n                                -3.521714070993982,\n                                50.48070452543186\n                            ],\n                            [\n                                -3.521694865177461,\n                                50.480712160385416\n                            ],\n                            [\n                                -3.5216789681192706,\n                                50.480695550170246\n                            ],\n                            [\n                                -3.5216431952803466,\n                                50.480709598393084\n                            ],\n                            [\n                                -3.5216318852998434,\n                                50.48069976335345\n                            ],\n                            [\n                                -3.5215826109826978,\n                                50.48065768791181\n                            ],\n                            [\n                                -3.5215205301744796,\n                                50.48061622959445\n                            ],\n                            [\n                                -3.5214190337081854,\n                                50.48054560760612\n                            ],\n                            [\n                                -3.521328194351162,\n                                50.48048204110637\n                            ],\n                            [\n                                -3.521248253947145,\n                                50.480428674733425\n                            ],\n                            [\n                                -3.521245363982728,\n                                50.48042646410598\n                            ],\n                            [\n                                -3.5212410506874097,\n                                50.48042382240487\n                            ],\n                            [\n                                -3.521236032943963,\n                                50.4804211899135\n                            ],\n                            [\n                                -3.5212310296348424,\n                                50.480419006915405\n                            ],\n                            [\n                                -3.5212217707675295,\n                                50.480415980189136\n                            ],\n                            [\n                                -3.521201182991506,\n                                50.480411302843905\n                            ],\n                            [\n                                -3.521192671876198,\n                                50.480409615386016\n                            ],\n                            [\n                                -3.5211663186202657,\n                                50.4804009662702\n                            ],\n                            [\n                                -3.5211396835945763,\n                                50.480392320832046\n                            ],\n                            [\n                                -3.5211124763604573,\n                                50.480383413058924\n                            ],\n                            [\n                                -3.5210587747410673,\n                                50.4803658489907\n                            ],\n                            [\n                                -3.521058734331165,\n                                50.480364590408875\n                            ],\n                            [\n                                -3.521057094810701,\n                                50.480357425920204\n                            ],\n                            [\n                                -3.521054046106885,\n                                50.48035027085921\n                            ],\n                            [\n                                -3.521049617373013,\n                                50.4803440332027\n                            ],\n                            [\n                                -3.5210466985590436,\n                                50.48034092358313\n                            ],\n                            [\n                                -3.5210394520374866,\n                                50.4803347227612\n                            ],\n                            [\n                                -3.5209587211732285,\n                                50.48027866843044\n                            ],\n                            [\n                                -3.5208848945974194,\n                                50.48022693068407\n                            ],\n                            [\n                                -3.520880422846136,\n                                50.48022374242859\n                            ],\n                            [\n                                -3.520895988619447,\n                                50.48021248578114\n                            ],\n                            [\n                                -3.5209277403134642,\n                                50.48018733822981\n                            ],\n                            [\n                                -3.520935850735288,\n                                50.48018093666525\n                            ],\n                            [\n                                -3.5209490586004466,\n                                50.480170871011616\n                            ],\n                            [\n                                -3.520976569676766,\n                                50.48014973608089\n                            ],\n                            [\n                                -3.5210156902607848,\n                                50.48012143434176\n                            ],\n                            [\n                                -3.5210321925450216,\n                                50.48010861852679\n                            ],\n                            [\n                                -3.521046222899975,\n                                50.48009783161221\n                            ],\n                            [\n                                -3.5210789548858656,\n                                50.48007249133094\n                            ],\n                            [\n                                -3.5210973828457575,\n                                50.48005380446427\n                            ],\n                            [\n                                -3.5211225812906224,\n                                50.480026494116146\n                            ],\n                            [\n                                -3.5211293806527926,\n                                50.48001876962421\n                            ],\n                            [\n                                -3.52113817759031,\n                                50.48000741256604\n                            ],\n                            [\n                                -3.5211476933987362,\n                                50.47999649579144\n                            ],\n                            [\n                                -3.5211702905114115,\n                                50.47997596467332\n                            ],\n                            [\n                                -3.5211879686154672,\n                                50.479960264491105\n                            ],\n                            [\n                                -3.5211990688143793,\n                                50.4799504062358\n                            ],\n                            [\n                                -3.521251134137781,\n                                50.479903857954575\n                            ],\n                            [\n                                -3.5212594719585297,\n                                50.47990015148705\n                            ],\n                            [\n                                -3.5212788640327015,\n                                50.479889546265454\n                            ],\n                            [\n                                -3.521312114537873,\n                                50.47987158291935\n                            ],\n                            [\n                                -3.521376989492477,\n                                50.47982891423851\n                            ],\n                            [\n                                -3.5214395633524807,\n                                50.4797804297402\n                            ],\n                            [\n                                -3.5215117104990514,\n                                50.47972282637927\n                            ],\n                            [\n                                -3.521515304284046,\n                                50.47972062091084\n                            ],\n                            [\n                                -3.5215752483790355,\n                                50.47968242348051\n                            ],\n                            [\n                                -3.5217324671615446,\n                                50.47957469210906\n                            ],\n                            [\n                                -3.5219061215391902,\n                                50.479456492791826\n                            ],\n                            [\n                                -3.5219288855702455,\n                                50.47944117565324\n                            ],\n                            [\n                                -3.5219524313704422,\n                                50.479423869682456\n                            ],\n                            [\n                                -3.521999844495419,\n                                50.479386105744496\n                            ],\n                            [\n                                -3.5220509397129556,\n                                50.47944101810808\n                            ],\n                            [\n                                -3.522128899205277,\n                                50.47952049142062\n                            ],\n                            [\n                                -3.5222200443059553,\n                                50.47961553106119\n                            ],\n                            [\n                                -3.522249019666862,\n                                50.47964438133653\n                            ],\n                            [\n                                -3.522258055099065,\n                                50.479653616519585\n                            ],\n                            [\n                                -3.522483703616757,\n                                50.47988584801998\n                            ],\n                            [\n                                -3.522492885807646,\n                                50.47989526113744\n                            ],\n                            [\n                                -3.522712261711802,\n                                50.48012082903668\n                            ],\n                            [\n                                -3.522718205743386,\n                                50.48012596756329\n                            ],\n                            [\n                                -3.5227569124246556,\n                                50.480159367056594\n                            ],\n                            [\n                                -3.522816615154018,\n                                50.48021452618301\n                            ],\n                            [\n                                -3.5228532116599887,\n                                50.48019543037391\n                            ],\n                            [\n                                -3.5230309450701673,\n                                50.480353190974476\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 111777.31398238841,\n            \"area_buildings_sqft\": 504.129897149645,\n            \"density\": 0.4510127137507307,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 10384.365847490562,\n            \"area_acre\": 2.566054039999734,\n            \"area_buildings_m2\": 46.834810214571256,\n            \"area_buildings_acre\": 0.011573229962113062\n        },\n        {\n            \"title_no\": \"DN514361\",\n            \"tenure\": \"Freehold\",\n            \"height\": 5,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"land on the east side of Ellacombe Road, Torquay\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE COUNCIL OF THE BOROUGH TORBAY\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Town Hall, Castle Circus, Torquay, Devon TQ1 3DR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.527348419042088,\n                                50.4692982553145\n                            ],\n                            [\n                                -3.5273485114947403,\n                                50.469322986678065\n                            ],\n                            [\n                                -3.527345269749272,\n                                50.469349200797346\n                            ],\n                            [\n                                -3.527343491189033,\n                                50.46936397375486\n                            ],\n                            [\n                                -3.5273400187685153,\n                                50.469387402866026\n                            ],\n                            [\n                                -3.5273408244534736,\n                                50.469390540072006\n                            ],\n                            [\n                                -3.5273416446245958,\n                                50.46939412677101\n                            ],\n                            [\n                                -3.5273421081785137,\n                                50.469408510548654\n                            ],\n                            [\n                                -3.527341505297968,\n                                50.46941166624539\n                            ],\n                            [\n                                -3.5273409169034027,\n                                50.46941527143521\n                            ],\n                            [\n                                -3.527340314022701,\n                                50.469418427131956\n                            ],\n                            [\n                                -3.5273397256279746,\n                                50.469422032321766\n                            ],\n                            [\n                                -3.5273384184639,\n                                50.469425197263895\n                            ],\n                            [\n                                -3.527337830068956,\n                                50.469428802453685\n                            ],\n                            [\n                                -3.5273371837298018,\n                                50.46943060967125\n                            ],\n                            [\n                                -3.52732285389504,\n                                50.46948880691751\n                            ],\n                            [\n                                -3.5273094021415874,\n                                50.46955238883306\n                            ],\n                            [\n                                -3.5273054137224356,\n                                50.469581670597556\n                            ],\n                            [\n                                -3.5272870753734047,\n                                50.46964666570555\n                            ],\n                            [\n                                -3.5272864464123157,\n                                50.469649012314484\n                            ],\n                            [\n                                -3.527280139415407,\n                                50.46967193901195\n                            ],\n                            [\n                                -3.5272713802993496,\n                                50.46970622991383\n                            ],\n                            [\n                                -3.527252728676678,\n                                50.46978337057297\n                            ],\n                            [\n                                -3.5272357553064864,\n                                50.46984699870306\n                            ],\n                            [\n                                -3.5272207788825622,\n                                50.4699070031519\n                            ],\n                            [\n                                -3.5272050836459834,\n                                50.46996656735017\n                            ],\n                            [\n                                -3.5271956491038905,\n                                50.47000176647638\n                            ],\n                            [\n                                -3.527180629129875,\n                                50.4700604224403\n                            ],\n                            [\n                                -3.5271731480991355,\n                                50.47009064940751\n                            ],\n                            [\n                                -3.5271682379923925,\n                                50.47011319801485\n                            ],\n                            [\n                                -3.527164533682291,\n                                50.47012943523064\n                            ],\n                            [\n                                -3.527161577117949,\n                                50.47014701168097\n                            ],\n                            [\n                                -3.527157014633324,\n                                50.47018034812042\n                            ],\n                            [\n                                -3.5271530840143455,\n                                50.47021142785006\n                            ],\n                            [\n                                -3.5271466023847116,\n                                50.47027266983386\n                            ],\n                            [\n                                -3.527144031439991,\n                                50.4702803481926\n                            ],\n                            [\n                                -3.5271365159371886,\n                                50.47028764176835\n                            ],\n                            [\n                                -3.5271277037299376,\n                                50.470294052997204\n                            ],\n                            [\n                                -3.5270889424524574,\n                                50.47029815921652\n                            ],\n                            [\n                                -3.527082632754163,\n                                50.470299141398385\n                            ],\n                            [\n                                -3.527057364990646,\n                                50.47030217113641\n                            ],\n                            [\n                                -3.5270511932536426,\n                                50.4703030615692\n                            ],\n                            [\n                                -3.526997746016087,\n                                50.47031059822643\n                            ],\n                            [\n                                -3.526971759461089,\n                                50.47031318769632\n                            ],\n                            [\n                                -3.526955589606558,\n                                50.470314299277\n                            ],\n                            [\n                                -3.5268677842473886,\n                                50.470322646531976\n                            ],\n                            [\n                                -3.526816457476352,\n                                50.47032601819348\n                            ],\n                            [\n                                -3.526812921510973,\n                                50.47032561491207\n                            ],\n                            [\n                                -3.5268058206174864,\n                                50.47032390936281\n                            ],\n                            [\n                                -3.5268022556895127,\n                                50.47032260709493\n                            ],\n                            [\n                                -3.5267993950584398,\n                                50.47032129558466\n                            ],\n                            [\n                                -3.5267958301308373,\n                                50.47031999331659\n                            ],\n                            [\n                                -3.5267929405374447,\n                                50.47031778281997\n                            ],\n                            [\n                                -3.5267900654256206,\n                                50.47031602181639\n                            ],\n                            [\n                                -3.5267878946106133,\n                                50.47031425157057\n                            ],\n                            [\n                                -3.5267864136110885,\n                                50.47031202258943\n                            ],\n                            [\n                                -3.5267849615742,\n                                50.470310692594474\n                            ],\n                            [\n                                -3.52678276179718,\n                                50.47030802336233\n                            ],\n                            [\n                                -3.5267783332815306,\n                                50.47030178591175\n                            ],\n                            [\n                                -3.5267316996498534,\n                                50.47027586654695\n                            ],\n                            [\n                                -3.526627640493309,\n                                50.47017335517097\n                            ],\n                            [\n                                -3.52654606642365,\n                                50.4700907844296\n                            ],\n                            [\n                                -3.5264717961679777,\n                                50.47001621210268\n                            ],\n                            [\n                                -3.526428780673539,\n                                50.469971358455794\n                            ],\n                            [\n                                -3.5264076468189476,\n                                50.46994960124587\n                            ],\n                            [\n                                -3.5263923499944623,\n                                50.46993406301908\n                            ],\n                            [\n                                -3.526377583744738,\n                                50.46991312163193\n                            ],\n                            [\n                                -3.5263635941838882,\n                                50.46989441846928\n                            ],\n                            [\n                                -3.5263509553070342,\n                                50.46987389885292\n                            ],\n                            [\n                                -3.5263352242234567,\n                                50.46984487582127\n                            ],\n                            [\n                                -3.5263313698102956,\n                                50.46983458367386\n                            ],\n                            [\n                                -3.5263259041468746,\n                                50.4698180170997\n                            ],\n                            [\n                                -3.5263251351471627,\n                                50.46981164168726\n                            ],\n                            [\n                                -3.5263240323161735,\n                                50.469803651794884\n                            ],\n                            [\n                                -3.5263237901220412,\n                                50.46980050719012\n                            ],\n                            [\n                                -3.5263228068692736,\n                                50.469787479277784\n                            ],\n                            [\n                                -3.526320741054892,\n                                50.46976709076348\n                            ],\n                            [\n                                -3.526320738159578,\n                                50.46976700086483\n                            ],\n                            [\n                                -3.5263210313136675,\n                                50.46975422601762\n                            ],\n                            [\n                                -3.5263240750283784,\n                                50.469739346544365\n                            ],\n                            [\n                                -3.5263293039883945,\n                                50.46972668681923\n                            ],\n                            [\n                                -3.526337335620337,\n                                50.46971354064315\n                            ],\n                            [\n                                -3.526350856780757,\n                                50.4696958256187\n                            ],\n                            [\n                                -3.526370658608836,\n                                50.46967622946384\n                            ],\n                            [\n                                -3.5263911357532556,\n                                50.46965572507954\n                            ],\n                            [\n                                -3.5264144734588023,\n                                50.46963653221213\n                            ],\n                            [\n                                -3.526451534929574,\n                                50.469605917209414\n                            ],\n                            [\n                                -3.5265154119716673,\n                                50.46955471462693\n                            ],\n                            [\n                                -3.526570292442749,\n                                50.46950857656558\n                            ],\n                            [\n                                -3.5265771586476666,\n                                50.469503000340744\n                            ],\n                            [\n                                -3.5266465133084797,\n                                50.46944686923485\n                            ],\n                            [\n                                -3.5267098304446898,\n                                50.469400170721215\n                            ],\n                            [\n                                -3.5267881927634104,\n                                50.469339334561376\n                            ],\n                            [\n                                -3.52680453762698,\n                                50.469326169196094\n                            ],\n                            [\n                                -3.5268795307390017,\n                                50.469265736932925\n                            ],\n                            [\n                                -3.52689642739122,\n                                50.46925220456645\n                            ],\n                            [\n                                -3.5269660688142466,\n                                50.469196249374605\n                            ],\n                            [\n                                -3.5270663735813526,\n                                50.4691166880312\n                            ],\n                            [\n                                -3.527092484412998,\n                                50.46909610957668\n                            ],\n                            [\n                                -3.527109213290373,\n                                50.46909049380531\n                            ],\n                            [\n                                -3.527121817881026,\n                                50.46908807994773\n                            ],\n                            [\n                                -3.5271387205596665,\n                                50.46908785808962\n                            ],\n                            [\n                                -3.527151484473072,\n                                50.46909038865313\n                            ],\n                            [\n                                -3.5271657293656475,\n                                50.469095148192174\n                            ],\n                            [\n                                -3.5271721692610343,\n                                50.469098211445036\n                            ],\n                            [\n                                -3.5271743834864933,\n                                50.46910133016377\n                            ],\n                            [\n                                -3.5272192889643468,\n                                50.46911737900553\n                            ],\n                            [\n                                -3.527224247884725,\n                                50.46911821327921\n                            ],\n                            [\n                                -3.527237802999003,\n                                50.46912343154703\n                            ],\n                            [\n                                -3.527249949558562,\n                                50.469128668302886\n                            ],\n                            [\n                                -3.527260041224626,\n                                50.46913573076445\n                            ],\n                            [\n                                -3.5272716283633585,\n                                50.46914547169373\n                            ],\n                            [\n                                -3.527280456331374,\n                                50.46915704757418\n                            ],\n                            [\n                                -3.5272907508044153,\n                                50.46917040293609\n                            ],\n                            [\n                                -3.52730047137368,\n                                50.46918781297983\n                            ],\n                            [\n                                -3.52731029334983,\n                                50.46920836947413\n                            ],\n                            [\n                                -3.527315715824148,\n                                50.46922358752208\n                            ],\n                            [\n                                -3.5273183066944753,\n                                50.46923839305768\n                            ],\n                            [\n                                -3.527320522042503,\n                                50.469255101185944\n                            ],\n                            [\n                                -3.5273447147694506,\n                                50.4692580842746\n                            ],\n                            [\n                                -3.5273459819704116,\n                                50.46926635979817\n                            ],\n                            [\n                                -3.527348419042088,\n                                50.4692982553145\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 67610.41141926662,\n            \"area_buildings_sqft\": 791.2712005972235,\n            \"density\": 1.1703392776156643,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 6281.16048116561,\n            \"area_acre\": 1.5521214742715017,\n            \"area_buildings_m2\": 73.51088820115417,\n            \"area_buildings_acre\": 0.018165087249706693\n        },\n        {\n            \"title_no\": \"DN505666\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10002993000\",\n                \"100040545047\"\n            ],\n            \"property_address\": [\n                \"Wylam House Garden Flat Haldon Road Torquay Torbay TQ1 2LX\",\n                \"Wylam House Haldon Road Torquay Torbay TQ1 2LX\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5095814687978826,\n                                50.46220588022794\n                            ],\n                            [\n                                -3.5095834920374553,\n                                50.462207472834606\n                            ],\n                            [\n                                -3.5095864232772875,\n                                50.46221103226494\n                            ],\n                            [\n                                -3.5095871847154774,\n                                50.46221282111714\n                            ],\n                            [\n                                -3.509587960467815,\n                                50.46221505946664\n                            ],\n                            [\n                                -3.5095881036087304,\n                                50.46221955443968\n                            ],\n                            [\n                                -3.5095874709971766,\n                                50.46222181106326\n                            ],\n                            [\n                                -3.5095868240714796,\n                                50.462223618189526\n                            ],\n                            [\n                                -3.5095854729636526,\n                                50.46222543445283\n                            ],\n                            [\n                                -3.509584826037835,\n                                50.46222724157909\n                            ],\n                            [\n                                -3.509583546500108,\n                                50.462231305328885\n                            ],\n                            [\n                                -3.509581562779939,\n                                50.462235378215716\n                            ],\n                            [\n                                -3.5095788319350993,\n                                50.46223811174758\n                            ],\n                            [\n                                -3.509576776644266,\n                                50.46223993714778\n                            ],\n                            [\n                                -3.5095747070392953,\n                                50.46224131305062\n                            ],\n                            [\n                                -3.509571933251864,\n                                50.46224269809039\n                            ],\n                            [\n                                -3.5095698493327014,\n                                50.46224362449587\n                            ],\n                            [\n                                -3.509499067598824,\n                                50.46227736974639\n                            ],\n                            [\n                                -3.5093803840923243,\n                                50.462333321207396\n                            ],\n                            [\n                                -3.5092700245816575,\n                                50.462385207351076\n                            ],\n                            [\n                                -3.509257532440964,\n                                50.46239112534925\n                            ],\n                            [\n                                -3.509254896610162,\n                                50.46239241865511\n                            ],\n                            [\n                                -3.5092330981497377,\n                                50.462309600013285\n                            ],\n                            [\n                                -3.5092011968518007,\n                                50.462312613011555\n                            ],\n                            [\n                                -3.5092060416259687,\n                                50.46227847318564\n                            ],\n                            [\n                                -3.5092093651604808,\n                                50.46225010004209\n                            ],\n                            [\n                                -3.5092078136903018,\n                                50.46224562333779\n                            ],\n                            [\n                                -3.5092063337728536,\n                                50.46224339412038\n                            ],\n                            [\n                                -3.5092048395450743,\n                                50.462240715405535\n                            ],\n                            [\n                                -3.5092026554455265,\n                                50.46223849532282\n                            ],\n                            [\n                                -3.5092004856566095,\n                                50.46223672473742\n                            ],\n                            [\n                                -3.5091968931927644,\n                                50.46223452292397\n                            ],\n                            [\n                                -3.5091947663353635,\n                                50.462234100830614\n                            ],\n                            [\n                                -3.5091933293499706,\n                                50.462233220105176\n                            ],\n                            [\n                                -3.5091904983103395,\n                                50.46223280714643\n                            ],\n                            [\n                                -3.5091883714530696,\n                                50.46223238505294\n                            ],\n                            [\n                                -3.5091862589061265,\n                                50.46223241245681\n                            ],\n                            [\n                                -3.5091834278666023,\n                                50.462231999497895\n                            ],\n                            [\n                                -3.509122894545602,\n                                50.462229187252014\n                            ],\n                            [\n                                -3.509095239085729,\n                                50.46222792712017\n                            ],\n                            [\n                                -3.5090761918219173,\n                                50.46222709494474\n                            ],\n                            [\n                                -3.509063822238115,\n                                50.46230325181935\n                            ],\n                            [\n                                -3.5088650447975342,\n                                50.46232174874917\n                            ],\n                            [\n                                -3.508777977804175,\n                                50.46233079232527\n                            ],\n                            [\n                                -3.50863177446641,\n                                50.462345063537875\n                            ],\n                            [\n                                -3.508590194786221,\n                                50.46220776587011\n                            ],\n                            [\n                                -3.508526604797039,\n                                50.462002635597514\n                            ],\n                            [\n                                -3.5086449616136637,\n                                50.46198068527791\n                            ],\n                            [\n                                -3.508667372308444,\n                                50.46197652739508\n                            ],\n                            [\n                                -3.5086665833138793,\n                                50.461974756881624\n                            ],\n                            [\n                                -3.508607436488234,\n                                50.46184195000888\n                            ],\n                            [\n                                -3.508607943651303,\n                                50.461813613401766\n                            ],\n                            [\n                                -3.5085457493715957,\n                                50.46169660290563\n                            ],\n                            [\n                                -3.5084825358968845,\n                                50.46157411945707\n                            ],\n                            [\n                                -3.5084789298762113,\n                                50.4615670612205\n                            ],\n                            [\n                                -3.5084781970970624,\n                                50.461566171355585\n                            ],\n                            [\n                                -3.508478054064664,\n                                50.46156167637974\n                            ],\n                            [\n                                -3.50847929077084,\n                                50.46155626414818\n                            ],\n                            [\n                                -3.508479204951364,\n                                50.46155356716265\n                            ],\n                            [\n                                -3.5084798519108267,\n                                50.461551760042056\n                            ],\n                            [\n                                -3.50847978039458,\n                                50.461549512554114\n                            ],\n                            [\n                                -3.5084811172230825,\n                                50.461547246805644\n                            ],\n                            [\n                                -3.508481749879122,\n                                50.46154499018745\n                            ],\n                            [\n                                -3.508484101155202,\n                                50.461543610651745\n                            ],\n                            [\n                                -3.508489295528097,\n                                50.46153859678801\n                            ],\n                            [\n                                -3.5085010519044446,\n                                50.46153169910829\n                            ],\n                            [\n                                -3.508508654762752,\n                                50.461527103697996\n                            ],\n                            [\n                                -3.5085162719231646,\n                                50.46152295778477\n                            ],\n                            [\n                                -3.5085245932541773,\n                                50.46151880274052\n                            ],\n                            [\n                                -3.5085294509391827,\n                                50.46151649133884\n                            ],\n                            [\n                                -3.5085447710746696,\n                                50.461510896494694\n                            ],\n                            [\n                                -3.508552445444963,\n                                50.461508548569476\n                            ],\n                            [\n                                -3.508553839484576,\n                                50.461508080810496\n                            ],\n                            [\n                                -3.508563640673155,\n                                50.461506154989976\n                            ],\n                            [\n                                -3.508573441860921,\n                                50.461504229168625\n                            ],\n                            [\n                                -3.5085832573520777,\n                                50.461502752844034\n                            ],\n                            [\n                                -3.5085902847645465,\n                                50.4615022120375\n                            ],\n                            [\n                                -3.508600818730743,\n                                50.461501176078066\n                            ],\n                            [\n                                -3.5086106771337597,\n                                50.46150104824386\n                            ],\n                            [\n                                -3.508651433259258,\n                                50.461497821650845\n                            ],\n                            [\n                                -3.508662685699543,\n                                50.4614972260521\n                            ],\n                            [\n                                -3.5086858804455625,\n                                50.46149557622234\n                            ],\n                            [\n                                -3.508694301893459,\n                                50.46149456764897\n                            ],\n                            [\n                                -3.508716059683051,\n                                50.461492037081186\n                            ],\n                            [\n                                -3.508719566234923,\n                                50.461491541925206\n                            ],\n                            [\n                                -3.508740591238879,\n                                50.46148812148949\n                            ],\n                            [\n                                -3.508791766851888,\n                                50.461480262894234\n                            ],\n                            [\n                                -3.5088380704758966,\n                                50.461474266193726\n                            ],\n                            [\n                                -3.5089276750069414,\n                                50.461456465802065\n                            ],\n                            [\n                                -3.508962611702579,\n                                50.461447468696555\n                            ],\n                            [\n                                -3.509020642930763,\n                                50.461433675202066\n                            ],\n                            [\n                                -3.509036034522629,\n                                50.46143032778134\n                            ],\n                            [\n                                -3.5090556082087367,\n                                50.46142557706387\n                            ],\n                            [\n                                -3.509089797759512,\n                                50.46141524056183\n                            ],\n                            [\n                                -3.509126803975396,\n                                50.46140486751328\n                            ],\n                            [\n                                -3.509165175585643,\n                                50.46139312769196\n                            ],\n                            [\n                                -3.5092098417734667,\n                                50.46137995715405\n                            ],\n                            [\n                                -3.5092440312569493,\n                                50.4613696206072\n                            ],\n                            [\n                                -3.5092823884982343,\n                                50.46135743125023\n                            ],\n                            [\n                                -3.509379323455805,\n                                50.461326494602154\n                            ],\n                            [\n                                -3.5094275589870407,\n                                50.46138117981963\n                            ],\n                            [\n                                -3.509439441127742,\n                                50.46140036203181\n                            ],\n                            [\n                                -3.509458980415773,\n                                50.461438781269216\n                            ],\n                            [\n                                -3.5094754167990994,\n                                50.46146824710017\n                            ],\n                            [\n                                -3.509505544505928,\n                                50.461529462786885\n                            ],\n                            [\n                                -3.509508389818994,\n                                50.46153032523575\n                            ],\n                            [\n                                -3.509537827750012,\n                                50.46159199954661\n                            ],\n                            [\n                                -3.509547420077544,\n                                50.46164988420264\n                            ],\n                            [\n                                -3.5095594398516092,\n                                50.461717630388435\n                            ],\n                            [\n                                -3.5095749347968135,\n                                50.461806016902045\n                            ],\n                            [\n                                -3.509581570171384,\n                                50.461837408620255\n                            ],\n                            [\n                                -3.509603565830134,\n                                50.461886588352975\n                            ],\n                            [\n                                -3.50965068892205,\n                                50.46199480019483\n                            ],\n                            [\n                                -3.5096584326783034,\n                                50.46201232728761\n                            ],\n                            [\n                                -3.5097038035541397,\n                                50.462114176344244\n                            ],\n                            [\n                                -3.5097282555866323,\n                                50.462174116570424\n                            ],\n                            [\n                                -3.5097247776263587,\n                                50.46217551075168\n                            ],\n                            [\n                                -3.5097205954845645,\n                                50.46217691407068\n                            ],\n                            [\n                                -3.509718640955246,\n                                50.46217747905337\n                            ],\n                            [\n                                -3.509717103208564,\n                                50.462177858754444\n                            ],\n                            [\n                                -3.5097128924358176,\n                                50.46217836307859\n                            ],\n                            [\n                                -3.509710090025678,\n                                50.46217884912704\n                            ],\n                            [\n                                -3.509705879252767,\n                                50.46217935345095\n                            ],\n                            [\n                                -3.5096974290764424,\n                                50.462179463103745\n                            ],\n                            [\n                                -3.5096847108668925,\n                                50.462178279089905\n                            ],\n                            [\n                                -3.5096713027914714,\n                                50.462177553709516\n                            ],\n                            [\n                                -3.5096585702682854,\n                                50.46217592019552\n                            ],\n                            [\n                                -3.5096486544711554,\n                                50.46217425013053\n                            ],\n                            [\n                                -3.509640851218541,\n                                50.462172552652596\n                            ],\n                            [\n                                -3.5096245405337276,\n                                50.4621691668324\n                            ],\n                            [\n                                -3.5096182029026126,\n                                50.462169249067614\n                            ],\n                            [\n                                -3.509616104673236,\n                                50.46216972597658\n                            ],\n                            [\n                                -3.5096133165768704,\n                                50.46217066151999\n                            ],\n                            [\n                                -3.509612641024214,\n                                50.46217156965181\n                            ],\n                            [\n                                -3.5096040345846573,\n                                50.46218004542999\n                            ],\n                            [\n                                -3.509594890562274,\n                                50.4621893376124\n                            ],\n                            [\n                                -3.5095814687978826,\n                                50.46220588022794\n                            ]\n                        ],\n                        [\n                            [\n                                -3.5091215916172525,\n                                50.46221481429622\n                            ],\n                            [\n                                -3.5092605444545786,\n                                50.46222020672875\n                            ],\n                            [\n                                -3.5092576616482924,\n                                50.46228454879836\n                            ],\n                            [\n                                -3.5092597770596896,\n                                50.46228461129262\n                            ],\n                            [\n                                -3.5093295598774596,\n                                50.46228586448684\n                            ],\n                            [\n                                -3.509339100897773,\n                                50.4621872601263\n                            ],\n                            [\n                                -3.5093567340612895,\n                                50.46218793073118\n                            ],\n                            [\n                                -3.5093621013814698,\n                                50.46213524818369\n                            ],\n                            [\n                                -3.5093155395781026,\n                                50.46213315414458\n                            ],\n                            [\n                                -3.509156955789537,\n                                50.462130714525564\n                            ],\n                            [\n                                -3.5091266187755026,\n                                50.46212930931251\n                            ],\n                            [\n                                -3.509126029072047,\n                                50.46213291442602\n                            ],\n                            [\n                                -3.509116860411297,\n                                50.462132583673416\n                            ],\n                            [\n                                -3.50911494217883,\n                                50.46218297305412\n                            ],\n                            [\n                                -3.509123406667717,\n                                50.462183312940994\n                            ],\n                            [\n                                -3.5091215916172525,\n                                50.46221481429622\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 73844.02437208025,\n            \"area_buildings_sqft\": 6517.534302430761,\n            \"density\": 8.826082215658579,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 6860.277254931277,\n            \"area_acre\": 1.6952255365491335,\n            \"area_buildings_m2\": 605.4937107423599,\n            \"area_buildings_acre\": 0.14962199959666578\n        },\n        {\n            \"title_no\": \"DN50424\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040550455\"\n            ],\n            \"property_address\": [\n                \"Beech Hill Middle Warberry Road Torquay Torbay TQ1 1RS\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5216296281724886,\n                                50.46649791427382\n                            ],\n                            [\n                                -3.52142318826971,\n                                50.46671268461644\n                            ],\n                            [\n                                -3.521073143299029,\n                                50.466588832032826\n                            ],\n                            [\n                                -3.521063168494287,\n                                50.466585364975295\n                            ],\n                            [\n                                -3.521058957460784,\n                                50.466585869712084\n                            ],\n                            [\n                                -3.5210548185522548,\n                                50.46658862192167\n                            ],\n                            [\n                                -3.5209321034227052,\n                                50.4667177653246\n                            ],\n                            [\n                                -3.5209140153817855,\n                                50.466736789542075\n                            ],\n                            [\n                                -3.5209007943842967,\n                                50.46675072267578\n                            ],\n                            [\n                                -3.520875177268626,\n                                50.466777948599244\n                            ],\n                            [\n                                -3.520815906871571,\n                                50.46684104945347\n                            ],\n                            [\n                                -3.520788497453155,\n                                50.4668299857815\n                            ],\n                            [\n                                -3.520735690926547,\n                                50.46680909122853\n                            ],\n                            [\n                                -3.520719262505324,\n                                50.46680211103044\n                            ],\n                            [\n                                -3.5207128377562094,\n                                50.46679949690743\n                            ],\n                            [\n                                -3.520704257003355,\n                                50.46679556191483\n                            ],\n                            [\n                                -3.5205993916544096,\n                                50.46675511198612\n                            ],\n                            [\n                                -3.520589431268859,\n                                50.466752094382734\n                            ],\n                            [\n                                -3.5205823022879024,\n                                50.46674948945655\n                            ],\n                            [\n                                -3.5205587651199437,\n                                50.46674053360125\n                            ],\n                            [\n                                -3.520479621976875,\n                                50.466711259278654\n                            ],\n                            [\n                                -3.5203890581760815,\n                                50.466677367505525\n                            ],\n                            [\n                                -3.520466945888784,\n                                50.466522558016266\n                            ],\n                            [\n                                -3.5204784498909336,\n                                50.466499024150956\n                            ],\n                            [\n                                -3.520543254934516,\n                                50.46636686973452\n                            ],\n                            [\n                                -3.5206813412306337,\n                                50.46608131488292\n                            ],\n                            [\n                                -3.520687091974812,\n                                50.466069511980315\n                            ],\n                            [\n                                -3.520719941979467,\n                                50.4660547287223\n                            ],\n                            [\n                                -3.520722758920754,\n                                50.46605469190265\n                            ],\n                            [\n                                -3.520750913911453,\n                                50.46605387420776\n                            ],\n                            [\n                                -3.5207533169646013,\n                                50.46605411260725\n                            ],\n                            [\n                                -3.5207615207067913,\n                                50.46605508461497\n                            ],\n                            [\n                                -3.520773535973311,\n                                50.4660562766108\n                            ],\n                            [\n                                -3.5207792563887033,\n                                50.466058899936925\n                            ],\n                            [\n                                -3.520788357134655,\n                                50.46606147907731\n                            ],\n                            [\n                                -3.520812954438539,\n                                50.466068352485564\n                            ],\n                            [\n                                -3.520971950426432,\n                                50.46611394046838\n                            ],\n                            [\n                                -3.521028176484092,\n                                50.46613164242633\n                            ],\n                            [\n                                -3.5210438139307842,\n                                50.46613593482238\n                            ],\n                            [\n                                -3.5211201048772134,\n                                50.46616416681184\n                            ],\n                            [\n                                -3.5213325499437023,\n                                50.46624188236138\n                            ],\n                            [\n                                -3.5215849381303768,\n                                50.466334814060346\n                            ],\n                            [\n                                -3.5216288258040986,\n                                50.46649486692189\n                            ],\n                            [\n                                -3.5216296281724886,\n                                50.46649791427382\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 48324.97795551929,\n            \"area_buildings_sqft\": 2439.686042566914,\n            \"density\": 5.048499028416572,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4489.499995867641,\n            \"area_acre\": 1.10938884195407,\n            \"area_buildings_m2\": 226.6523636721399,\n            \"area_buildings_acre\": 0.05600748490741308\n        },\n        {\n            \"title_no\": \"DN498969\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10024000158\",\n                \"10024000159\",\n                \"10024000160\",\n                \"10024000161\",\n                \"10024000162\",\n                \"10024000163\",\n                \"100041187590\",\n                \"100041187591\",\n                \"100041187816\",\n                \"100041187817\",\n                \"100041187818\",\n                \"100041187819\",\n                \"100041187820\",\n                \"100041187821\",\n                \"100041187822\",\n                \"100041187869\"\n            ],\n            \"property_address\": [\n                \"Lyncourt, Middle Lincombe Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"LYNCOURT MANAGEMENT COMPANY (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"06578749\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Pembroke House, 266-276 Torquay Road, Paignton TQ3 2EZ\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.510534873763127,\n                                50.45991231684949\n                            ],\n                            [\n                                -3.510552360531978,\n                                50.46000790830871\n                            ],\n                            [\n                                -3.5105581455668973,\n                                50.460039131149365\n                            ],\n                            [\n                                -3.510563959254376,\n                                50.46007125298406\n                            ],\n                            [\n                                -3.5105646371522607,\n                                50.46007484164808\n                            ],\n                            [\n                                -3.5105668403211303,\n                                50.46008650480611\n                            ],\n                            [\n                                -3.5105682247625314,\n                                50.46009458112862\n                            ],\n                            [\n                                -3.5105736708699804,\n                                50.460124009635905\n                            ],\n                            [\n                                -3.510578299207591,\n                                50.460148996896876\n                            ],\n                            [\n                                -3.510734933539457,\n                                50.46013733081939\n                            ],\n                            [\n                                -3.5109078428260116,\n                                50.46018630430567\n                            ],\n                            [\n                                -3.5108861979563306,\n                                50.46021357539199\n                            ],\n                            [\n                                -3.510883895522526,\n                                50.460216483265796\n                            ],\n                            [\n                                -3.510672719266082,\n                                50.46024350845713\n                            ],\n                            [\n                                -3.5106313318324145,\n                                50.46024899237738\n                            ],\n                            [\n                                -3.5105597517652356,\n                                50.46025756640539\n                            ],\n                            [\n                                -3.5105036343869442,\n                                50.460265040264716\n                            ],\n                            [\n                                -3.5104510091118524,\n                                50.46027156939252\n                            ],\n                            [\n                                -3.5103646704047633,\n                                50.46028123427714\n                            ],\n                            [\n                                -3.51027621920172,\n                                50.460290926520884\n                            ],\n                            [\n                                -3.510210186314617,\n                                50.46029673022316\n                            ],\n                            [\n                                -3.5101098073947057,\n                                50.460307926221944\n                            ],\n                            [\n                                -3.5100403395982713,\n                                50.46031647251206\n                            ],\n                            [\n                                -3.5100010644841153,\n                                50.46032192879061\n                            ],\n                            [\n                                -3.509860749105869,\n                                50.46033993847217\n                            ],\n                            [\n                                -3.509849284912383,\n                                50.46031175721238\n                            ],\n                            [\n                                -3.5098186797595616,\n                                50.46027977720733\n                            ],\n                            [\n                                -3.5098106075330024,\n                                50.46024750477539\n                            ],\n                            [\n                                -3.5098063110413555,\n                                50.46024531211708\n                            ],\n                            [\n                                -3.5097955769714986,\n                                50.4602400552193\n                            ],\n                            [\n                                -3.5097890821337576,\n                                50.460235192989956\n                            ],\n                            [\n                                -3.509778952016243,\n                                50.46022678047066\n                            ],\n                            [\n                                -3.5097767679848695,\n                                50.46022456039738\n                            ],\n                            [\n                                -3.509768764643183,\n                                50.46021656996074\n                            ],\n                            [\n                                -3.5097658621458394,\n                                50.46021390952769\n                            ],\n                            [\n                                -3.5097585629598527,\n                                50.46020590995244\n                            ],\n                            [\n                                -3.5097206103208034,\n                                50.46020865087569\n                            ],\n                            [\n                                -3.5097128503335076,\n                                50.460208301891484\n                            ],\n                            [\n                                -3.5096938382269394,\n                                50.46020854860361\n                            ],\n                            [\n                                -3.5096896276283656,\n                                50.46020905292555\n                            ],\n                            [\n                                -3.509684698563595,\n                                50.46020911688728\n                            ],\n                            [\n                                -3.5096712481041132,\n                                50.460207043009376\n                            ],\n                            [\n                                -3.509667008877779,\n                                50.460206648335614\n                            ],\n                            [\n                                -3.5096486293553406,\n                                50.46020463841584\n                            ],\n                            [\n                                -3.509638742599414,\n                                50.460203867340674\n                            ],\n                            [\n                                -3.50962882721688,\n                                50.46020219726975\n                            ],\n                            [\n                                -3.509623151060451,\n                                50.460200921873565\n                            ],\n                            [\n                                -3.509609671979298,\n                                50.460197948993546\n                            ],\n                            [\n                                -3.5095890511889687,\n                                50.4601919209979\n                            ],\n                            [\n                                -3.5095869101072017,\n                                50.460191049413346\n                            ],\n                            [\n                                -3.5095769517902187,\n                                50.46018803084559\n                            ],\n                            [\n                                -3.5095676976262813,\n                                50.46018500314029\n                            ],\n                            [\n                                -3.5095491320511694,\n                                50.460177149737575\n                            ],\n                            [\n                                -3.5095462581938066,\n                                50.460175388293834\n                            ],\n                            [\n                                -3.509532635999299,\n                                50.46016792043005\n                            ],\n                            [\n                                -3.509521140575815,\n                                50.46016087465301\n                            ],\n                            [\n                                -3.5095153356159288,\n                                50.460155553774115\n                            ],\n                            [\n                                -3.509507289392988,\n                                50.46014621482645\n                            ],\n                            [\n                                -3.5095058238414776,\n                                50.460144435109115\n                            ],\n                            [\n                                -3.509499933012142,\n                                50.460136417244485\n                            ],\n                            [\n                                -3.5094976917492637,\n                                50.46013239917582\n                            ],\n                            [\n                                -3.509494827626138,\n                                50.460122093624\n                            ],\n                            [\n                                -3.5094937130057087,\n                                50.460118060937305\n                            ],\n                            [\n                                -3.50949220451925,\n                                50.46011493272728\n                            ],\n                            [\n                                -3.509489891697622,\n                                50.46010866717098\n                            ],\n                            [\n                                -3.509487564564559,\n                                50.46010195211715\n                            ],\n                            [\n                                -3.509486731605467,\n                                50.46009791577589\n                            ],\n                            [\n                                -3.509485827086303,\n                                50.460091631947144\n                            ],\n                            [\n                                -3.5094856124056983,\n                                50.460084889484754\n                            ],\n                            [\n                                -3.509487238246945,\n                                50.460069579161505\n                            ],\n                            [\n                                -3.509489324932163,\n                                50.460046618244604\n                            ],\n                            [\n                                -3.509492289220454,\n                                50.459993697040176\n                            ],\n                            [\n                                -3.509492876582158,\n                                50.45998559512175\n                            ],\n                            [\n                                -3.5095335808261647,\n                                50.45990600368541\n                            ],\n                            [\n                                -3.509555478095587,\n                                50.45986318852548\n                            ],\n                            [\n                                -3.5096348343101407,\n                                50.45985991040852\n                            ],\n                            [\n                                -3.5096636613936645,\n                                50.45985818729444\n                            ],\n                            [\n                                -3.5096917843280684,\n                                50.45985647331061\n                            ],\n                            [\n                                -3.509719174485183,\n                                50.45985386946261\n                            ],\n                            [\n                                -3.509724779031405,\n                                50.45985289736725\n                            ],\n                            [\n                                -3.50974019868947,\n                                50.459850448852414\n                            ],\n                            [\n                                -3.509749309654175,\n                                50.45984898157007\n                            ],\n                            [\n                                -3.5097794305020953,\n                                50.459843644172295\n                            ],\n                            [\n                                -3.5098860026867453,\n                                50.45982787124469\n                            ],\n                            [\n                                -3.50990353476694,\n                                50.459825395292675\n                            ],\n                            [\n                                -3.5100043305302058,\n                                50.45980520039218\n                            ],\n                            [\n                                -3.5100546567925814,\n                                50.459792855422464\n                            ],\n                            [\n                                -3.5100903248289534,\n                                50.45978474784384\n                            ],\n                            [\n                                -3.5101929894433193,\n                                50.459756883906394\n                            ],\n                            [\n                                -3.5103954587664568,\n                                50.45969984383704\n                            ],\n                            [\n                                -3.5104041949092406,\n                                50.45970872408409\n                            ],\n                            [\n                                -3.510410094428148,\n                                50.45971701160101\n                            ],\n                            [\n                                -3.5104152582989867,\n                                50.459724319365215\n                            ],\n                            [\n                                -3.5104512937359207,\n                                50.4597719676285\n                            ],\n                            [\n                                -3.5104579031450514,\n                                50.45978042579975\n                            ],\n                            [\n                                -3.5104653312715643,\n                                50.45979247080706\n                            ],\n                            [\n                                -3.5104748718394525,\n                                50.45980448838752\n                            ],\n                            [\n                                -3.5104770558834533,\n                                50.459806708447765\n                            ],\n                            [\n                                -3.5104858493470337,\n                                50.459817386677464\n                            ],\n                            [\n                                -3.510494556885799,\n                                50.459825367922605\n                            ],\n                            [\n                                -3.5105098452113976,\n                                50.459840908340496\n                            ],\n                            [\n                                -3.5105206938415017,\n                                50.459849761151204\n                            ],\n                            [\n                                -3.5105235677145403,\n                                50.45985152257083\n                            ],\n                            [\n                                -3.5105307953635525,\n                                50.459857274611416\n                            ],\n                            [\n                                -3.5105380230143237,\n                                50.45986302665155\n                            ],\n                            [\n                                -3.5105897203478516,\n                                50.4599078633573\n                            ],\n                            [\n                                -3.510534873763127,\n                                50.45991231684949\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 44183.15901180543,\n            \"area_buildings_sqft\": 6848.82311078191,\n            \"density\": 15.500981061476281,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4104.71562725803,\n            \"area_acre\": 1.014305762438141,\n            \"area_buildings_m2\": 636.2711920087245,\n            \"area_buildings_acre\": 0.15722734414099884\n        },\n        {\n            \"title_no\": \"DN495774\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041053526\"\n            ],\n            \"property_address\": [\n                \"Kents Copse And Kents Cavern, Ilsham Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"KENTS CAVERN LIMITED\",\n                    \"company_registration_no\": \"657372\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Cavern House, Ilsham Road, Wellswood, Torquay TQ1 2JF\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.502274783068742,\n                                50.46673055049567\n                            ],\n                            [\n                                -3.5025286579294663,\n                                50.466729250755265\n                            ],\n                            [\n                                -3.502525118368062,\n                                50.46673316373517\n                            ],\n                            [\n                                -3.502523048362372,\n                                50.46673453951509\n                            ],\n                            [\n                                -3.5025216826079104,\n                                50.46673590620011\n                            ],\n                            [\n                                -3.502521035354137,\n                                50.46673771328865\n                            ],\n                            [\n                                -3.5025196695995287,\n                                50.46673907997365\n                            ],\n                            [\n                                -3.5025190365950145,\n                                50.466741336560574\n                            ],\n                            [\n                                -3.5025183893410694,\n                                50.46674314364908\n                            ],\n                            [\n                                -3.5025144203203546,\n                                50.466751289189666\n                            ],\n                            [\n                                -3.502486246365726,\n                                50.46681820602975\n                            ],\n                            [\n                                -3.502485627607743,\n                                50.4668209121149\n                            ],\n                            [\n                                -3.5024849946005956,\n                                50.466823168701644\n                            ],\n                            [\n                                -3.502485151340678,\n                                50.466828113184214\n                            ],\n                            [\n                                -3.5024859553371672,\n                                50.46683125057843\n                            ],\n                            [\n                                -3.50248674508465,\n                                50.466833938474245\n                            ],\n                            [\n                                -3.502486787832007,\n                                50.46683528696947\n                            ],\n                            [\n                                -3.5024883388290275,\n                                50.46683976376424\n                            ],\n                            [\n                                -3.5024905940793207,\n                                50.46684423146429\n                            ],\n                            [\n                                -3.502494286334509,\n                                50.46684957997162\n                            ],\n                            [\n                                -3.502497964341307,\n                                50.46685447898042\n                            ],\n                            [\n                                -3.5025009095971495,\n                                50.46685848808707\n                            ],\n                            [\n                                -3.5025031648495504,\n                                50.46686295578681\n                            ],\n                            [\n                                -3.502524643861688,\n                                50.466891548014715\n                            ],\n                            [\n                                -3.502526112216997,\n                                50.46689341771815\n                            ],\n                            [\n                                -3.5025296436799853,\n                                50.4668981387455\n                            ],\n                            [\n                                -3.5025311661840783,\n                                50.46690171654277\n                            ],\n                            [\n                                -3.5025326744388168,\n                                50.46690484484165\n                            ],\n                            [\n                                -3.5025341684441513,\n                                50.46690752364209\n                            ],\n                            [\n                                -3.502534647994928,\n                                50.46690931617869\n                            ],\n                            [\n                                -3.5025349581957244,\n                                50.466910211537474\n                            ],\n                            [\n                                -3.502536452201364,\n                                50.46691289033789\n                            ],\n                            [\n                                -3.502537227703524,\n                                50.46691512873489\n                            ],\n                            [\n                                -3.5025439589628857,\n                                50.46694966735115\n                            ],\n                            [\n                                -3.502552241240807,\n                                50.46698868276043\n                            ],\n                            [\n                                -3.5025698235963896,\n                                50.467076593445235\n                            ],\n                            [\n                                -3.502569176340085,\n                                50.46707840053395\n                            ],\n                            [\n                                -3.5025699090965694,\n                                50.467079290435485\n                            ],\n                            [\n                                -3.502570656103117,\n                                50.46708062983541\n                            ],\n                            [\n                                -3.5025721216162364,\n                                50.467082409638465\n                            ],\n                            [\n                                -3.5025918573091097,\n                                50.46712712299814\n                            ],\n                            [\n                                -3.5026023581754218,\n                                50.467147223089235\n                            ],\n                            [\n                                -3.5026114362848753,\n                                50.46716689187181\n                            ],\n                            [\n                                -3.50261601809404,\n                                50.4671780747579\n                            ],\n                            [\n                                -3.502621332664621,\n                                50.467190147544926\n                            ],\n                            [\n                                -3.5026259429797273,\n                                50.46720222942723\n                            ],\n                            [\n                                -3.502631257555664,\n                                50.467214302213705\n                            ],\n                            [\n                                -3.502643580249612,\n                                50.46724741956142\n                            ],\n                            [\n                                -3.5026451027740624,\n                                50.467250997356835\n                            ],\n                            [\n                                -3.5026473438086128,\n                                50.467255015554855\n                            ],\n                            [\n                                -3.502653205895322,\n                                50.4672621347626\n                            ],\n                            [\n                                -3.502657545457694,\n                                50.46726567617482\n                            ],\n                            [\n                                -3.502661870769716,\n                                50.46726876808853\n                            ],\n                            [\n                                -3.502712366038567,\n                                50.46730588923208\n                            ],\n                            [\n                                -3.502804058899219,\n                                50.467375754724735\n                            ],\n                            [\n                                -3.5028112725364604,\n                                50.467381057737434\n                            ],\n                            [\n                                -3.502817120411076,\n                                50.467387727438116\n                            ],\n                            [\n                                -3.5028222070159907,\n                                50.467392608242044\n                            ],\n                            [\n                                -3.5028265751082572,\n                                50.46739704864427\n                            ],\n                            [\n                                -3.502836833839476,\n                                50.46740950724082\n                            ],\n                            [\n                                -3.5028667917797476,\n                                50.46744329613535\n                            ],\n                            [\n                                -3.5028781391210644,\n                                50.467458978379746\n                            ],\n                            [\n                                -3.5028809350432093,\n                                50.467462719596206\n                            ],\n                            [\n                                -3.502905095290963,\n                                50.467495863879265\n                            ],\n                            [\n                                -3.502908787644984,\n                                50.467501212372035\n                            ],\n                            [\n                                -3.5029117614836918,\n                                50.46750612046372\n                            ],\n                            [\n                                -3.5029154110787104,\n                                50.46751012046141\n                            ],\n                            [\n                                -3.5029197791906976,\n                                50.46751456085987\n                            ],\n                            [\n                                -3.502923428787054,\n                                50.46751856085729\n                            ],\n                            [\n                                -3.5029277826469327,\n                                50.467522551757156\n                            ],\n                            [\n                                -3.502941548494068,\n                                50.4675345153582\n                            ],\n                            [\n                                -3.5029473536447444,\n                                50.46753983655703\n                            ],\n                            [\n                                -3.502949537703518,\n                                50.46754205675566\n                            ],\n                            [\n                                -3.5029517075086103,\n                                50.46754382745596\n                            ],\n                            [\n                                -3.5029552858403403,\n                                50.467545579961\n                            ],\n                            [\n                                -3.502959582689555,\n                                50.46754777286659\n                            ],\n                            [\n                                -3.502973981545015,\n                                50.46755747987467\n                            ],\n                            [\n                                -3.502976841361032,\n                                50.467558791978504\n                            ],\n                            [\n                                -3.5029847450549596,\n                                50.4675636363839\n                            ],\n                            [\n                                -3.5029862105988414,\n                                50.46756541618131\n                            ],\n                            [\n                                -3.5029883946606226,\n                                50.467567636379165\n                            ],\n                            [\n                                -3.502992030012623,\n                                50.467571186876064\n                            ],\n                            [\n                                -3.5029942140749464,\n                                50.46757340707381\n                            ],\n                            [\n                                -3.5029956938738067,\n                                50.467575636369354\n                            ],\n                            [\n                                -3.5029957651454047,\n                                50.4675778838606\n                            ],\n                            [\n                                -3.5029965406807473,\n                                50.46758012225399\n                            ],\n                            [\n                                -3.502995907688625,\n                                50.46758237884311\n                            ],\n                            [\n                                -3.502995993214576,\n                                50.46758507583264\n                            ],\n                            [\n                                -3.502994194017967,\n                                50.4675949920877\n                            ],\n                            [\n                                -3.5029929565416853,\n                                50.46760040426241\n                            ],\n                            [\n                                -3.502991662047954,\n                                50.467604018444085\n                            ],\n                            [\n                                -3.5029876930400343,\n                                50.46761216399953\n                            ],\n                            [\n                                -3.502982372518964,\n                                50.467622125743475\n                            ],\n                            [\n                                -3.5029811065322787,\n                                50.467626638921516\n                            ],\n                            [\n                                -3.502980544809857,\n                                50.467631143001796\n                            ],\n                            [\n                                -3.5029786030665795,\n                                50.467636564274095\n                            ],\n                            [\n                                -3.50297663281453,\n                                50.46764108654988\n                            ],\n                            [\n                                -3.5029718967074595,\n                                50.467669477721536\n                            ],\n                            [\n                                -3.5029694502542514,\n                                50.46768120106689\n                            ],\n                            [\n                                -3.5029683268060268,\n                                50.46769020922728\n                            ],\n                            [\n                                -3.502967822098225,\n                                50.46769651130045\n                            ],\n                            [\n                                -3.502968740175572,\n                                50.467703244676464\n                            ],\n                            [\n                                -3.5029682069594728,\n                                50.46770864775311\n                            ],\n                            [\n                                -3.502968292484232,\n                                50.46771134474262\n                            ],\n                            [\n                                -3.502969082274736,\n                                50.46771403263436\n                            ],\n                            [\n                                -3.502970547822804,\n                                50.46771581243191\n                            ],\n                            [\n                                -3.502972041879315,\n                                50.467718491225924\n                            ],\n                            [\n                                -3.5029742259476473,\n                                50.467720711423944\n                            ],\n                            [\n                                -3.502975705750322,\n                                50.46772294071967\n                            ],\n                            [\n                                -3.502993811299988,\n                                50.46773844571279\n                            ],\n                            [\n                                -3.502996713890802,\n                                50.46774110631073\n                            ],\n                            [\n                                -3.5029989264702146,\n                                50.467744225504724\n                            ],\n                            [\n                                -3.50300191458846,\n                                50.46774958309192\n                            ],\n                            [\n                                -3.503002675872602,\n                                50.46775137198695\n                            ],\n                            [\n                                -3.503002747144975,\n                                50.467753619478124\n                            ],\n                            [\n                                -3.5030069384388365,\n                                50.46777470040548\n                            ],\n                            [\n                                -3.5030078422689495,\n                                50.467780984282776\n                            ],\n                            [\n                                -3.503008731844769,\n                                50.46778681866185\n                            ],\n                            [\n                                -3.503009550148027,\n                                50.46779040554974\n                            ],\n                            [\n                                -3.503010382705985,\n                                50.46779444193586\n                            ],\n                            [\n                                -3.5030118910218944,\n                                50.46779757022751\n                            ],\n                            [\n                                -3.503013413592607,\n                                50.46780114801738\n                            ],\n                            [\n                                -3.503019404095165,\n                                50.46781231268902\n                            ],\n                            [\n                                -3.50302091241226,\n                                50.46781544098053\n                            ],\n                            [\n                                -3.5030217164622917,\n                                50.46781857837004\n                            ],\n                            [\n                                -3.503022534767131,\n                                50.467822165257836\n                            ],\n                            [\n                                -3.5030227343329337,\n                                50.46782845823302\n                            ],\n                            [\n                                -3.503022129848399,\n                                50.46783161381863\n                            ],\n                            [\n                                -3.503024125509758,\n                                50.467894543569926\n                            ],\n                            [\n                                -3.503026395117432,\n                                50.467899460756115\n                            ],\n                            [\n                                -3.503029340484521,\n                                50.4679034698477\n                            ],\n                            [\n                                -3.503035259729942,\n                                50.46791238702708\n                            ],\n                            [\n                                -3.5030709663310864,\n                                50.467949699062544\n                            ],\n                            [\n                                -3.503075291733125,\n                                50.467952790959735\n                            ],\n                            [\n                                -3.503079588625117,\n                                50.467954983860345\n                            ],\n                            [\n                                -3.5030845755314592,\n                                50.467956718164146\n                            ],\n                            [\n                                -3.503090266707488,\n                                50.46795844336925\n                            ],\n                            [\n                                -3.503092379515461,\n                                50.467958416073785\n                            ],\n                            [\n                                -3.503098732194849,\n                                50.46795878368539\n                            ],\n                            [\n                                -3.503104337838371,\n                                50.467957811900604\n                            ],\n                            [\n                                -3.5031260846523495,\n                                50.467954832853856\n                            ],\n                            [\n                                -3.503152071334746,\n                                50.4679522487082\n                            ],\n                            [\n                                -3.503154169886372,\n                                50.46795177191344\n                            ],\n                            [\n                                -3.5031583527334447,\n                                50.46795036882558\n                            ],\n                            [\n                                -3.5031719554509175,\n                                50.46794918579434\n                            ],\n                            [\n                                -3.503175985063948,\n                                50.46795672437115\n                            ],\n                            [\n                                -3.5031840770874636,\n                                50.4679617282155\n                            ],\n                            [\n                                -3.5031642843031596,\n                                50.46798944153898\n                            ],\n                            [\n                                -3.503150666231205,\n                                50.46799325091272\n                            ],\n                            [\n                                -3.503150360498288,\n                                50.46800938047234\n                            ],\n                            [\n                                -3.503149675578641,\n                                50.46804554378338\n                            ],\n                            [\n                                -3.503150298847431,\n                                50.46806963870575\n                            ],\n                            [\n                                -3.5031511274043066,\n                                50.46810020640173\n                            ],\n                            [\n                                -3.5030736147809476,\n                                50.468099858756744\n                            ],\n                            [\n                                -3.5031078902456123,\n                                50.468114255468926\n                            ],\n                            [\n                                -3.50310511592596,\n                                50.46811564035788\n                            ],\n                            [\n                                -3.5031030316222136,\n                                50.46811656665001\n                            ],\n                            [\n                                -3.503100257302283,\n                                50.46811795153884\n                            ],\n                            [\n                                -3.503096821477135,\n                                50.46812069402073\n                            ],\n                            [\n                                -3.5030940899233656,\n                                50.468123427403974\n                            ],\n                            [\n                                -3.5030920198745688,\n                                50.4681248031941\n                            ],\n                            [\n                                -3.503089274064803,\n                                50.46812708707908\n                            ],\n                            [\n                                -3.503083573712846,\n                                50.46813840278074\n                            ],\n                            [\n                                -3.5030565181318334,\n                                50.46818282117815\n                            ],\n                            [\n                                -3.5030298297400493,\n                                50.468229932919286\n                            ],\n                            [\n                                -3.5030291682315733,\n                                50.46823129051202\n                            ],\n                            [\n                                -3.5030285209780225,\n                                50.46823309760294\n                            ],\n                            [\n                                -3.5030285637429106,\n                                50.468234446097526\n                            ],\n                            [\n                                -3.5030279022343382,\n                                50.46823580369024\n                            ],\n                            [\n                                -3.503027254980681,\n                                50.46823761078116\n                            ],\n                            [\n                                -3.5030273405104033,\n                                50.468240307770316\n                            ],\n                            [\n                                -3.5030281160587466,\n                                50.46824254616314\n                            ],\n                            [\n                                -3.503029595880762,\n                                50.46824477545781\n                            ],\n                            [\n                                -3.503031808486553,\n                                50.46824789465069\n                            ],\n                            [\n                                -3.5030354153849768,\n                                50.468250546148965\n                            ],\n                            [\n                                -3.5030390080287335,\n                                50.46825274814893\n                            ],\n                            [\n                                -3.5030418963990777,\n                                50.468254959247\n                            ],\n                            [\n                                -3.5030562099576854,\n                                50.468261969252595\n                            ],\n                            [\n                                -3.503074059145639,\n                                50.468269383262516\n                            ],\n                            [\n                                -3.503091851316803,\n                                50.46827499927693\n                            ],\n                            [\n                                -3.5031067978842625,\n                                50.46827975268676\n                            ],\n                            [\n                                -3.503121025924666,\n                                50.46828406569517\n                            ],\n                            [\n                                -3.5031370568536593,\n                                50.46828746503855\n                            ],\n                            [\n                                -3.5031245968896125,\n                                50.468296691609346\n                            ],\n                            [\n                                -3.5031002557075666,\n                                50.468314732555825\n                            ],\n                            [\n                                -3.503056653375137,\n                                50.468347043423314\n                            ],\n                            [\n                                -3.5029344729630307,\n                                50.46831120820241\n                            ],\n                            [\n                                -3.502736789059289,\n                                50.46825395389877\n                            ],\n                            [\n                                -3.502717716657684,\n                                50.46825240150645\n                            ],\n                            [\n                                -3.5027162806276935,\n                                50.46825199735254\n                            ],\n                            [\n                                -3.5027085634928725,\n                                50.46829703827733\n                            ],\n                            [\n                                -3.502708591996797,\n                                50.46829793727383\n                            ],\n                            [\n                                -3.502693026698839,\n                                50.468295889898236\n                            ],\n                            [\n                                -3.502675981166854,\n                                50.46829426635256\n                            ],\n                            [\n                                -3.5026598117865753,\n                                50.46829272142511\n                            ],\n                            [\n                                -3.5026428521948274,\n                                50.468291141732834\n                            ],\n                            [\n                                -3.5026265968785513,\n                                50.4682895529424\n                            ],\n                            [\n                                -3.5026096372889417,\n                                50.46828797324529\n                            ],\n                            [\n                                -3.5026071764663604,\n                                50.468299247084616\n                            ],\n                            [\n                                -3.502606928958941,\n                                50.468300329518726\n                            ],\n                            [\n                                -3.5025916681754716,\n                                50.468298997688535\n                            ],\n                            [\n                                -3.502592706202127,\n                                50.46828729254227\n                            ],\n                            [\n                                -3.5025887183325066,\n                                50.46827129038543\n                            ],\n                            [\n                                -3.5025805580411795,\n                                50.46824990995127\n                            ],\n                            [\n                                -3.502573034651176,\n                                50.46823528451339\n                            ],\n                            [\n                                -3.5025576307839272,\n                                50.46821477107856\n                            ],\n                            [\n                                -3.502514633091092,\n                                50.468180377050864\n                            ],\n                            [\n                                -3.5024407962982513,\n                                50.46814040946882\n                            ],\n                            [\n                                -3.5023987312736504,\n                                50.468124764101375\n                            ],\n                            [\n                                -3.502321815001199,\n                                50.4680987763619\n                            ],\n                            [\n                                -3.502303153856585,\n                                50.46806574082856\n                            ],\n                            [\n                                -3.502287026858759,\n                                50.46806819747507\n                            ],\n                            [\n                                -3.5022601709584054,\n                                50.46804336202813\n                            ],\n                            [\n                                -3.5022539037583185,\n                                50.468045691361006\n                            ],\n                            [\n                                -3.5022028381628028,\n                                50.46799059009161\n                            ],\n                            [\n                                -3.5021999071065726,\n                                50.46798703047696\n                            ],\n                            [\n                                -3.502197694567733,\n                                50.467983911267545\n                            ],\n                            [\n                                -3.502195510523063,\n                                50.46798169105485\n                            ],\n                            [\n                                -3.502194016501602,\n                                50.46797901225067\n                            ],\n                            [\n                                -3.5021931982563683,\n                                50.46797542535664\n                            ],\n                            [\n                                -3.502192394258166,\n                                50.467972287961\n                            ],\n                            [\n                                -3.502185223814716,\n                                50.46794611909237\n                            ],\n                            [\n                                -3.5021628885942184,\n                                50.46786384578904\n                            ],\n                            [\n                                -3.502162831607945,\n                                50.46786204779545\n                            ],\n                            [\n                                -3.502162056106952,\n                                50.467859809396295\n                            ],\n                            [\n                                -3.502161842408605,\n                                50.46785306692027\n                            ],\n                            [\n                                -3.5021624611973077,\n                                50.46785036083702\n                            ],\n                            [\n                                -3.5021659949078825,\n                                50.46780624634348\n                            ],\n                            [\n                                -3.502167495106957,\n                                50.46778689063345\n                            ],\n                            [\n                                -3.5021879862957133,\n                                50.46769983737417\n                            ],\n                            [\n                                -3.502200895293983,\n                                50.46764031263067\n                            ],\n                            [\n                                -3.5022008525535355,\n                                50.46763896413543\n                            ],\n                            [\n                                -3.5022015140779366,\n                                50.46763760654714\n                            ],\n                            [\n                                -3.5022014143501985,\n                                50.46763446005828\n                            ],\n                            [\n                                -3.5021658600291468,\n                                50.467508558366404\n                            ],\n                            [\n                                -3.502156975041068,\n                                50.467477195315695\n                            ],\n                            [\n                                -3.502140319282813,\n                                50.46741850196762\n                            ],\n                            [\n                                -3.502137074853426,\n                                50.46740505338502\n                            ],\n                            [\n                                -3.502132421903534,\n                                50.46739162298749\n                            ],\n                            [\n                                -3.502128501709369,\n                                50.46737908249405\n                            ],\n                            [\n                                -3.5021231587497152,\n                                50.46736611068708\n                            ],\n                            [\n                                -3.5021141235396342,\n                                50.46734779036093\n                            ],\n                            [\n                                -3.5021029898015024,\n                                50.467329946809734\n                            ],\n                            [\n                                -3.5020667573546773,\n                                50.46727600301934\n                            ],\n                            [\n                                -3.501988729870975,\n                                50.467170435627324\n                            ],\n                            [\n                                -3.50197160437218,\n                                50.46709690879892\n                            ],\n                            [\n                                -3.501942875275815,\n                                50.46699070494705\n                            ],\n                            [\n                                -3.5019433642210713,\n                                50.46693943484201\n                            ],\n                            [\n                                -3.5019430650967176,\n                                50.46692999537312\n                            ],\n                            [\n                                -3.5019266092231756,\n                                50.46687759496443\n                            ],\n                            [\n                                -3.50190821948094,\n                                50.46685309982637\n                            ],\n                            [\n                                -3.5018619856638615,\n                                50.46679478825343\n                            ],\n                            [\n                                -3.5018598073880334,\n                                50.4667927478328\n                            ],\n                            [\n                                -3.5018547152497645,\n                                50.46678768718544\n                            ],\n                            [\n                                -3.50183113944487,\n                                50.46675516469612\n                            ],\n                            [\n                                -3.501825896339965,\n                                50.46674533936272\n                            ],\n                            [\n                                -3.5018413186628274,\n                                50.46674289187412\n                            ],\n                            [\n                                -3.5018553324807926,\n                                50.466740462565184\n                            ],\n                            [\n                                -3.5018672620289033,\n                                50.46673895952444\n                            ],\n                            [\n                                -3.5018792200628526,\n                                50.466738355479606\n                            ],\n                            [\n                                -3.5018876710819513,\n                                50.466738246387365\n                            ],\n                            [\n                                -3.501960217540194,\n                                50.466737579686146\n                            ],\n                            [\n                                -3.502239796831405,\n                                50.46673370033189\n                            ],\n                            [\n                                -3.502274783068742,\n                                50.46673055049567\n                            ]\n                        ],\n                        [\n                            [\n                                -3.5025910934263558,\n                                50.46792796322076\n                            ],\n                            [\n                                -3.5025841061868253,\n                                50.46788268950326\n                            ],\n                            [\n                                -3.502583764173203,\n                                50.46787190154377\n                            ],\n                            [\n                                -3.502602969782181,\n                                50.46769987484543\n                            ],\n                            [\n                                -3.502443563502427,\n                                50.46769428884727\n                            ],\n                            [\n                                -3.5024123735706176,\n                                50.46769319866878\n                            ],\n                            [\n                                -3.502389450485752,\n                                50.46779331516716\n                            ],\n                            [\n                                -3.5023735180262796,\n                                50.467865029389586\n                            ],\n                            [\n                                -3.5023597169463,\n                                50.467960864028534\n                            ],\n                            [\n                                -3.502356128478343,\n                                50.46798012978865\n                            ],\n                            [\n                                -3.5023674289753806,\n                                50.46800500419319\n                            ],\n                            [\n                                -3.5023831194451347,\n                                50.46802389509598\n                            ],\n                            [\n                                -3.502383004482053,\n                                50.46802382463133\n                            ],\n                            [\n                                -3.502390951184324,\n                                50.46802913619102\n                            ],\n                            [\n                                -3.5024001507987395,\n                                50.46803485427262\n                            ],\n                            [\n                                -3.502402494877856,\n                                50.468033232127794\n                            ],\n                            [\n                                -3.502436843530461,\n                                50.468009495029484\n                            ],\n                            [\n                                -3.502443455890971,\n                                50.468007386070596\n                            ],\n                            [\n                                -3.5025872536706832,\n                                50.46796152313889\n                            ],\n                            [\n                                -3.5025910934263558,\n                                50.46792796322076\n                            ]\n                        ],\n                        [\n                            [\n                                -3.502874453094342,\n                                50.46781911365813\n                            ],\n                            [\n                                -3.5028469669825464,\n                                50.46778329624841\n                            ],\n                            [\n                                -3.5028156422561803,\n                                50.467751737441446\n                            ],\n                            [\n                                -3.502829513712272,\n                                50.46769014964209\n                            ],\n                            [\n                                -3.502840176500594,\n                                50.46764824541291\n                            ],\n                            [\n                                -3.502808256543069,\n                                50.467641462797744\n                            ],\n                            [\n                                -3.5027673498176544,\n                                50.46764900621307\n                            ],\n                            [\n                                -3.5027249447495694,\n                                50.46762706980248\n                            ],\n                            [\n                                -3.502721794679382,\n                                50.46762549163194\n                            ],\n                            [\n                                -3.5026555427959254,\n                                50.46762473745266\n                            ],\n                            [\n                                -3.5026496770039275,\n                                50.467661947981604\n                            ],\n                            [\n                                -3.50264592216289,\n                                50.46768573970558\n                            ],\n                            [\n                                -3.502640894403494,\n                                50.46771827170724\n                            ],\n                            [\n                                -3.50263328633287,\n                                50.467789419780445\n                            ],\n                            [\n                                -3.5026253159965464,\n                                50.46787136490748\n                            ],\n                            [\n                                -3.5026500508898284,\n                                50.46787374354669\n                            ],\n                            [\n                                -3.502649503384686,\n                                50.4678786971238\n                            ],\n                            [\n                                -3.5026637581065705,\n                                50.46787941238429\n                            ],\n                            [\n                                -3.5026600187000203,\n                                50.46789924670379\n                            ],\n                            [\n                                -3.502659414190498,\n                                50.46790240228771\n                            ],\n                            [\n                                -3.5026596279599755,\n                                50.467909144762146\n                            ],\n                            [\n                                -3.5026611505079663,\n                                50.46791272255673\n                            ],\n                            [\n                                -3.502664081593866,\n                                50.46791628215955\n                            ],\n                            [\n                                -3.502667702697714,\n                                50.46791938316806\n                            ],\n                            [\n                                -3.5026705767788777,\n                                50.467921144777534\n                            ],\n                            [\n                                -3.502677704976795,\n                                50.46792375080769\n                            ],\n                            [\n                                -3.5026861847072053,\n                                50.46792454065219\n                            ],\n                            [\n                                -3.502689016034596,\n                                50.467924953766314\n                            ],\n                            [\n                                -3.5026960444724935,\n                                50.467924413307344\n                            ],\n                            [\n                                -3.502698847296596,\n                                50.467923927424664\n                            ],\n                            [\n                                -3.5027044814480943,\n                                50.46792385465567\n                            ],\n                            [\n                                -3.50271720104444,\n                                50.467925039419264\n                            ],\n                            [\n                                -3.5027363018181537,\n                                50.467927490809494\n                            ],\n                            [\n                                -3.502742682995246,\n                                50.46792875743713\n                            ],\n                            [\n                                -3.502747655634649,\n                                50.46793004225723\n                            ],\n                            [\n                                -3.5027533467955476,\n                                50.46793176747896\n                            ],\n                            [\n                                -3.502760474999517,\n                                50.46793437350401\n                            ],\n                            [\n                                -3.502766223170696,\n                                50.46793789671816\n                            ],\n                            [\n                                -3.5027740841502504,\n                                50.46794139264238\n                            ],\n                            [\n                                -3.5027804938351155,\n                                50.46794355826445\n                            ],\n                            [\n                                -3.502788987823171,\n                                50.46794479759969\n                            ],\n                            [\n                                -3.5027967490371816,\n                                50.4679451470345\n                            ],\n                            [\n                                -3.5028051860151233,\n                                50.46794458837548\n                            ],\n                            [\n                                -3.5028122002016846,\n                                50.46794359841123\n                            ],\n                            [\n                                -3.5028191858822835,\n                                50.46794170945\n                            ],\n                            [\n                                -3.502840128667668,\n                                50.46793559306562\n                            ],\n                            [\n                                -3.502841522952763,\n                                50.46793512537344\n                            ],\n                            [\n                                -3.5028436072538183,\n                                50.46793419908598\n                            ],\n                            [\n                                -3.5028457058078737,\n                                50.46793372229677\n                            ],\n                            [\n                                -3.502849155887502,\n                                50.46793142932045\n                            ],\n                            [\n                                -3.502850521666136,\n                                50.467930062631645\n                            ],\n                            [\n                                -3.5028707779407102,\n                                50.467911184130266\n                            ],\n                            [\n                                -3.502899813893365,\n                                50.46789144574214\n                            ],\n                            [\n                                -3.5028701714999815,\n                                50.46785028698416\n                            ],\n                            [\n                                -3.502874453094342,\n                                50.46781911365813\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 82731.31572444858,\n            \"area_buildings_sqft\": 5264.2929176012385,\n            \"density\": 6.3631200247496436,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 7685.9267674143985,\n            \"area_acre\": 1.8992496722784338,\n            \"area_buildings_m2\": 489.0647452249386,\n            \"area_buildings_acre\": 0.12085153621674101\n        },\n        {\n            \"title_no\": \"DN488342\",\n            \"tenure\": \"Freehold\",\n            \"height\": 19.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land at Prices Point, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"PRINCES POINT MANAGEMENT COMPANY LIMITED\",\n                    \"company_registration_no\": \"4137327\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Homeside House, Silverhills Road, Newton Abbot, Devon\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5211457777980883,\n                                50.45859529846319\n                            ],\n                            [\n                                -3.5211643470022684,\n                                50.4585988330109\n                            ],\n                            [\n                                -3.5211822063157903,\n                                50.458602196964286\n                            ],\n                            [\n                                -3.5211837952595815,\n                                50.458599028401885\n                            ],\n                            [\n                                -3.5212060354855597,\n                                50.45860325242407\n                            ],\n                            [\n                                -3.5212365253777027,\n                                50.45860904139419\n                            ],\n                            [\n                                -3.521269482361629,\n                                50.45861531972941\n                            ],\n                            [\n                                -3.521289114692671,\n                                50.45861905620387\n                            ],\n                            [\n                                -3.521287666580263,\n                                50.458622222926124\n                            ],\n                            [\n                                -3.521306945699264,\n                                50.458625928041585\n                            ],\n                            [\n                                -3.5213240980231033,\n                                50.45862921128143\n                            ],\n                            [\n                                -3.5213256840735347,\n                                50.458625952818174\n                            ],\n                            [\n                                -3.521367216379563,\n                                50.45863384577461\n                            ],\n                            [\n                                -3.5213671835989184,\n                                50.458633702304496\n                            ],\n                            [\n                                -3.521379690329597,\n                                50.45863621886842\n                            ],\n                            [\n                                -3.521428716322217,\n                                50.458530801422484\n                            ],\n                            [\n                                -3.5214409763931767,\n                                50.45850455943157\n                            ],\n                            [\n                                -3.5214034819221536,\n                                50.45849736916642\n                            ],\n                            [\n                                -3.521369815111296,\n                                50.45849092027824\n                            ],\n                            [\n                                -3.5212986567541247,\n                                50.45847737098003\n                            ],\n                            [\n                                -3.52122749555225,\n                                50.45846373173886\n                            ],\n                            [\n                                -3.5211561964503577,\n                                50.45845018419413\n                            ],\n                            [\n                                -3.521085038212751,\n                                50.45843663476408\n                            ],\n                            [\n                                -3.521013736306472,\n                                50.45842299723221\n                            ],\n                            [\n                                -3.520942578148634,\n                                50.45840944771427\n                            ],\n                            [\n                                -3.5209545884859823,\n                                50.458383757654154\n                            ],\n                            [\n                                -3.5210688197076627,\n                                50.458405368950054\n                            ],\n                            [\n                                -3.5210664406159116,\n                                50.458410256640015\n                            ],\n                            [\n                                -3.5211343189604327,\n                                50.45841818295061\n                            ],\n                            [\n                                -3.5213931093160222,\n                                50.45844852525562\n                            ],\n                            [\n                                -3.521429145379971,\n                                50.45845241593016\n                            ],\n                            [\n                                -3.521653943110811,\n                                50.45847668177685\n                            ],\n                            [\n                                -3.5216665108822736,\n                                50.45847802833368\n                            ],\n                            [\n                                -3.52170554314491,\n                                50.45848221249963\n                            ],\n                            [\n                                -3.5219149301506127,\n                                50.45850960235777\n                            ],\n                            [\n                                -3.5219279506624113,\n                                50.4585202244372\n                            ],\n                            [\n                                -3.5219273475434334,\n                                50.458523380113625\n                            ],\n                            [\n                                -3.52192539389464,\n                                50.45852835219256\n                            ],\n                            [\n                                -3.5219247474879976,\n                                50.45853015938389\n                            ],\n                            [\n                                -3.5219220897153938,\n                                50.458535140674016\n                            ],\n                            [\n                                -3.521920825759836,\n                                50.45853965404669\n                            ],\n                            [\n                                -3.5218978638381624,\n                                50.45854849841904\n                            ],\n                            [\n                                -3.521889345100498,\n                                50.45856839594376\n                            ],\n                            [\n                                -3.521887124225211,\n                                50.458573821201526\n                            ],\n                            [\n                                -3.5218847625246408,\n                                50.45857924830144\n                            ],\n                            [\n                                -3.5218795560467644,\n                                50.45858822014854\n                            ],\n                            [\n                                -3.5218733839932086,\n                                50.458597834183756\n                            ],\n                            [\n                                -3.5218659560562187,\n                                50.45860782439421\n                            ],\n                            [\n                                -3.521865847436332,\n                                50.45860795172656\n                            ],\n                            [\n                                -3.5218639158260863,\n                                50.45861009950195\n                            ],\n                            [\n                                -3.5218330866736487,\n                                50.458654751666245\n                            ],\n                            [\n                                -3.521808885785228,\n                                50.45868864162631\n                            ],\n                            [\n                                -3.521805987032307,\n                                50.45869269971719\n                            ],\n                            [\n                                -3.5218019642711433,\n                                50.45869904791075\n                            ],\n                            [\n                                -3.5217721658157113,\n                                50.45873631176175\n                            ],\n                            [\n                                -3.5217640048542984,\n                                50.45874541218607\n                            ],\n                            [\n                                -3.5217476107842813,\n                                50.45876136555782\n                            ],\n                            [\n                                -3.5217469355127244,\n                                50.45876227375807\n                            ],\n                            [\n                                -3.521740713792447,\n                                50.45876595260973\n                            ],\n                            [\n                                -3.521735196198018,\n                                50.45876962225099\n                            ],\n                            [\n                                -3.5217143753658906,\n                                50.4587793379479\n                            ],\n                            [\n                                -3.521707420659408,\n                                50.45878212701767\n                            ],\n                            [\n                                -3.5217039577330262,\n                                50.45878397104747\n                            ],\n                            [\n                                -3.5216994794206866,\n                                50.45878578338986\n                            ],\n                            [\n                                -3.5216844874345568,\n                                50.458791870339084\n                            ],\n                            [\n                                -3.5216636088749813,\n                                50.45879978804683\n                            ],\n                            [\n                                -3.5216427158817765,\n                                50.45880725625583\n                            ],\n                            [\n                                -3.5216392240978824,\n                                50.45880820129358\n                            ],\n                            [\n                                -3.5215807986942025,\n                                50.45883144963171\n                            ],\n                            [\n                                -3.5215466282235326,\n                                50.458842239262566\n                            ],\n                            [\n                                -3.521530405083163,\n                                50.45884684034969\n                            ],\n                            [\n                                -3.521511724758247,\n                                50.45885213910211\n                            ],\n                            [\n                                -3.521476806853146,\n                                50.458861589436204\n                            ],\n                            [\n                                -3.521455166399813,\n                                50.45886771833518\n                            ],\n                            [\n                                -3.521386260427195,\n                                50.45888793786285\n                            ],\n                            [\n                                -3.521363747748533,\n                                50.458894545822\n                            ],\n                            [\n                                -3.521309612175361,\n                                50.458910992668564\n                            ],\n                            [\n                                -3.5212605030261517,\n                                50.45892602471284\n                            ],\n                            [\n                                -3.521226354128673,\n                                50.45893573472581\n                            ],\n                            [\n                                -3.521207450720065,\n                                50.458941108295406\n                            ],\n                            [\n                                -3.5211857957724058,\n                                50.458946787649694\n                            ],\n                            [\n                                -3.5211633934233655,\n                                50.45895112772118\n                            ],\n                            [\n                                -3.521140976648216,\n                                50.45895501829325\n                            ],\n                            [\n                                -3.521133774248869,\n                                50.45895623667392\n                            ],\n                            [\n                                -3.521117855739471,\n                                50.458958918067395\n                            ],\n                            [\n                                -3.5211108577060863,\n                                50.45896035861646\n                            ],\n                            [\n                                -3.5210755053224805,\n                                50.458966810622705\n                            ],\n                            [\n                                -3.5209967046194475,\n                                50.45898118748614\n                            ],\n                            [\n                                -3.520880496716541,\n                                50.45900384184032\n                            ],\n                            [\n                                -3.5208796144146395,\n                                50.459004006266944\n                            ],\n                            [\n                                -3.520782466337738,\n                                50.45902221131038\n                            ],\n                            [\n                                -3.520742057288558,\n                                50.459028261644114\n                            ],\n                            [\n                                -3.5206969372294536,\n                                50.45903502108697\n                            ],\n                            [\n                                -3.520679650923165,\n                                50.45903766633691\n                            ],\n                            [\n                                -3.5205832171898135,\n                                50.45897843533657\n                            ],\n                            [\n                                -3.5204704865200616,\n                                50.458909200433226\n                            ],\n                            [\n                                -3.520460296978851,\n                                50.4589029391004\n                            ],\n                            [\n                                -3.520507566356327,\n                                50.45879143830956\n                            ],\n                            [\n                                -3.520552073140564,\n                                50.458686494017684\n                            ],\n                            [\n                                -3.520552650297026,\n                                50.458684283024\n                            ],\n                            [\n                                -3.520555288904448,\n                                50.45867869944025\n                            ],\n                            [\n                                -3.520557417126216,\n                                50.45867345529311\n                            ],\n                            [\n                                -3.5205807439363435,\n                                50.458618873582644\n                            ],\n                            [\n                                -3.5206030273049547,\n                                50.458571293590225\n                            ],\n                            [\n                                -3.520612837179533,\n                                50.458550345013535\n                            ],\n                            [\n                                -3.5206279472017483,\n                                50.45851806707882\n                            ],\n                            [\n                                -3.5206537211135718,\n                                50.45850244994042\n                            ],\n                            [\n                                -3.5206590416540195,\n                                50.45849922361627\n                            ],\n                            [\n                                -3.5206748650813493,\n                                50.45846547038116\n                            ],\n                            [\n                                -3.5206865968589987,\n                                50.458440314617455\n                            ],\n                            [\n                                -3.5207540704880964,\n                                50.458453192961144\n                            ],\n                            [\n                                -3.52077879233952,\n                                50.45845792424596\n                            ],\n                            [\n                                -3.520837095841573,\n                                50.45846908770316\n                            ],\n                            [\n                                -3.5208157379691234,\n                                50.45851476697228\n                            ],\n                            [\n                                -3.5208097129224196,\n                                50.458527652726254\n                            ],\n                            [\n                                -3.520827105733248,\n                                50.458530968870136\n                            ],\n                            [\n                                -3.5208635781348576,\n                                50.45853792085908\n                            ],\n                            [\n                                -3.5208621299962712,\n                                50.458541087576364\n                            ],\n                            [\n                                -3.5208792558252875,\n                                50.45854442519001\n                            ],\n                            [\n                                -3.5208985613167143,\n                                50.45854807606613\n                            ],\n                            [\n                                -3.5209000094530607,\n                                50.458544909348426\n                            ],\n                            [\n                                -3.5209288412399777,\n                                50.458550396303025\n                            ],\n                            [\n                                -3.520952173270544,\n                                50.458554839935694\n                            ],\n                            [\n                                -3.5210054723600956,\n                                50.45856502546748\n                            ],\n                            [\n                                -3.5210040242302387,\n                                50.45856819218643\n                            ],\n                            [\n                                -3.5210218864054563,\n                                50.458571646063675\n                            ],\n                            [\n                                -3.521040455591533,\n                                50.45857518063134\n                            ],\n                            [\n                                -3.5210419008349945,\n                                50.45857192401294\n                            ],\n                            [\n                                -3.5210746606136785,\n                                50.45857820498149\n                            ],\n                            [\n                                -3.5210946337785534,\n                                50.45858202696916\n                            ],\n                            [\n                                -3.5211473638597446,\n                                50.45859204000222\n                            ],\n                            [\n                                -3.5211457777980883,\n                                50.45859529846319\n                            ]\n                        ],\n                        [\n                            [\n                                -3.521589613999218,\n                                50.45854511062232\n                            ],\n                            [\n                                -3.521527015549973,\n                                50.45853314031955\n                            ],\n                            [\n                                -3.5214614401965068,\n                                50.458520597344766\n                            ],\n                            [\n                                -3.521453343143126,\n                                50.45853783618796\n                            ],\n                            [\n                                -3.521440369064154,\n                                50.458565535499304\n                            ],\n                            [\n                                -3.5214331695986716,\n                                50.45858089191811\n                            ],\n                            [\n                                -3.5214652060333815,\n                                50.458587020350336\n                            ],\n                            [\n                                -3.5215613153861405,\n                                50.45860540559356\n                            ],\n                            [\n                                -3.5215815167001234,\n                                50.45856234048406\n                            ],\n                            [\n                                -3.521589613999218,\n                                50.45854511062232\n                            ]\n                        ],\n                        [\n                            [\n                                -3.520683510551565,\n                                50.458620372353465\n                            ],\n                            [\n                                -3.5206829689242913,\n                                50.458621494648774\n                            ],\n                            [\n                                -3.520683629796996,\n                                50.45862013695926\n                            ],\n                            [\n                                -3.520683572127331,\n                                50.45861833897813\n                            ],\n                            [\n                                -3.520686403044428,\n                                50.458618751658534\n                            ],\n                            [\n                                -3.5206913319188553,\n                                50.45861868723235\n                            ],\n                            [\n                                -3.5206934298760943,\n                                50.45861821012577\n                            ],\n                            [\n                                -3.5206948237083893,\n                                50.458617742222955\n                            ],\n                            [\n                                -3.5206990196226693,\n                                50.45861678800967\n                            ],\n                            [\n                                -3.520703186701576,\n                                50.45861493480567\n                            ],\n                            [\n                                -3.520710609587375,\n                                50.45860917176362\n                            ],\n                            [\n                                -3.5207793174198625,\n                                50.45859946883067\n                            ],\n                            [\n                                -3.520769951067772,\n                                50.45857231345127\n                            ],\n                            [\n                                -3.5207167823654117,\n                                50.45857980767197\n                            ],\n                            [\n                                -3.520696540221534,\n                                50.45857594416707\n                            ],\n                            [\n                                -3.520659443571123,\n                                50.4585688563865\n                            ],\n                            [\n                                -3.5206549335813038,\n                                50.45857846661867\n                            ],\n                            [\n                                -3.5206392695785262,\n                                50.45861192097522\n                            ],\n                            [\n                                -3.520676366259896,\n                                50.45861900876191\n                            ],\n                            [\n                                -3.520683510551565,\n                                50.458620372353465\n                            ]\n                        ],\n                        [\n                            [\n                                -3.5208250086718125,\n                                50.458476134866636\n                            ],\n                            [\n                                -3.520791285909658,\n                                50.45846969553646\n                            ],\n                            [\n                                -3.5207872743339794,\n                                50.45846892955158\n                            ],\n                            [\n                                -3.5207759480557996,\n                                50.45846675724038\n                            ],\n                            [\n                                -3.5207508008428876,\n                                50.45846194157843\n                            ],\n                            [\n                                -3.520730683595184,\n                                50.45850501443619\n                            ],\n                            [\n                                -3.520737331812898,\n                                50.45850628557844\n                            ],\n                            [\n                                -3.5207672140233113,\n                                50.458512019658805\n                            ],\n                            [\n                                -3.5207671085726595,\n                                50.45851224587911\n                            ],\n                            [\n                                -3.5207799486060845,\n                                50.458514614251634\n                            ],\n                            [\n                                -3.520804891486061,\n                                50.45851920773659\n                            ],\n                            [\n                                -3.5208075016015905,\n                                50.458513615525575\n                            ],\n                            [\n                                -3.5208250086718125,\n                                50.458476134866636\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 43653.63452046765,\n            \"area_buildings_sqft\": 102.55485719406198,\n            \"density\": 0.23492856510258645,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4055.5216016785257,\n            \"area_acre\": 1.0021495528114703,\n            \"area_buildings_m2\": 9.527578706248791,\n            \"area_buildings_acre\": 0.002354335564601974\n        },\n        {\n            \"title_no\": \"DN481405\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"land and buildings to the east of Newton Road, Torquay,\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"BARCLAYS NOMINEES (GEORGE YARD) LIMITED\",\n                    \"company_registration_no\": \"509240\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Bow Bells House, 1 Bread Street, London EC4M 9HH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5491833995412136,\n                                50.48136912296456\n                            ],\n                            [\n                                -3.549253803956722,\n                                50.48137124341777\n                            ],\n                            [\n                                -3.549449219540332,\n                                50.48137726627717\n                            ],\n                            [\n                                -3.549445343538787,\n                                50.48144837683537\n                            ],\n                            [\n                                -3.5494424559178306,\n                                50.481510921256124\n                            ],\n                            [\n                                -3.5494423861168083,\n                                50.48157342815319\n                            ],\n                            [\n                                -3.5494430563070325,\n                                50.481641321394264\n                            ],\n                            [\n                                -3.5494660707770533,\n                                50.48178041671899\n                            ],\n                            [\n                                -3.549474071776636,\n                                50.48182249045787\n                            ],\n                            [\n                                -3.549476273873137,\n                                50.48183379315017\n                            ],\n                            [\n                                -3.5494878856216396,\n                                50.48188714182789\n                            ],\n                            [\n                                -3.5494999819074833,\n                                50.481933756791044\n                            ],\n                            [\n                                -3.549512752980893,\n                                50.48197945440662\n                            ],\n                            [\n                                -3.5495697379136666,\n                                50.482170260568985\n                            ],\n                            [\n                                -3.5492239958591587,\n                                50.48224411562938\n                            ],\n                            [\n                                -3.5491705365041235,\n                                50.48225546689816\n                            ],\n                            [\n                                -3.5492146857353415,\n                                50.48231070275818\n                            ],\n                            [\n                                -3.5492215195270926,\n                                50.482319245687506\n                            ],\n                            [\n                                -3.5492045829047165,\n                                50.48231857181993\n                            ],\n                            [\n                                -3.549204216538671,\n                                50.48232891941034\n                            ],\n                            [\n                                -3.549179530767928,\n                                50.48232834871249\n                            ],\n                            [\n                                -3.549157751066391,\n                                50.48233043741754\n                            ],\n                            [\n                                -3.5491310547875154,\n                                50.48233304125891\n                            ],\n                            [\n                                -3.5491226596768155,\n                                50.48233494276637\n                            ],\n                            [\n                                -3.5491156740891707,\n                                50.48233684349495\n                            ],\n                            [\n                                -3.549065088057988,\n                                50.48235028795889\n                            ],\n                            [\n                                -3.5490548851361887,\n                                50.48235294201547\n                            ],\n                            [\n                                -3.5481400048971206,\n                                50.48259625524414\n                            ],\n                            [\n                                -3.5481151313496566,\n                                50.482602881747745\n                            ],\n                            [\n                                -3.548100357625234,\n                                50.482090439565035\n                            ],\n                            [\n                                -3.548536500749182,\n                                50.48201808287812\n                            ],\n                            [\n                                -3.5485196366886083,\n                                50.48168329335713\n                            ],\n                            [\n                                -3.548507607901229,\n                                50.48144467167093\n                            ],\n                            [\n                                -3.54885570220879,\n                                50.4814342826674\n                            ],\n                            [\n                                -3.548861334905951,\n                                50.48143411775225\n                            ],\n                            [\n                                -3.548973004113457,\n                                50.48140070372557\n                            ],\n                            [\n                                -3.549016972883195,\n                                50.48138751826869\n                            ],\n                            [\n                                -3.5490208152335825,\n                                50.48138432832785\n                            ],\n                            [\n                                -3.549181947652037,\n                                50.48138937804013\n                            ],\n                            [\n                                -3.5491833995412136,\n                                50.48136912296456\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 94432.58194240148,\n            \"area_buildings_sqft\": 41647.13265243883,\n            \"density\": 44.10250339002826,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 8773.000923671636,\n            \"area_acre\": 2.1678737819651395,\n            \"area_buildings_m2\": 3869.1130297694936,\n            \"area_buildings_acre\": 0.9560866081827095\n        },\n        {\n            \"title_no\": \"DN479487\",\n            \"tenure\": \"Freehold\",\n            \"height\": 17.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041187101\",\n                \"100041187102\",\n                \"100041187103\",\n                \"100041187104\",\n                \"100041187105\",\n                \"100041187106\",\n                \"100041187107\",\n                \"100041187108\",\n                \"100041187109\",\n                \"100041187110\",\n                \"100041187111\",\n                \"100041187112\",\n                \"100041187113\"\n            ],\n            \"property_address\": [\n                \"Hillsborough House, 14 Braddons Hill Road East, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"HILLSBOROUGH MANAGEMENT COMPANY (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"34a Hyde Road, Paignton, Devon TQ4 5BY\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5256844856665497,\n                                50.464426182945715\n                            ],\n                            [\n                                -3.525683067491476,\n                                50.4644477863515\n                            ],\n                            [\n                                -3.5256806123463194,\n                                50.464459060634944\n                            ],\n                            [\n                                -3.5256637505171304,\n                                50.464521787759566\n                            ],\n                            [\n                                -3.525647282237174,\n                                50.46458361035323\n                            ],\n                            [\n                                -3.5256243177160527,\n                                50.464658109267354\n                            ],\n                            [\n                                -3.5256047776037946,\n                                50.464751449978195\n                            ],\n                            [\n                                -3.5255726390076396,\n                                50.46480358500387\n                            ],\n                            [\n                                -3.525557064130538,\n                                50.464823125619624\n                            ],\n                            [\n                                -3.525539492326544,\n                                50.46484628988534\n                            ],\n                            [\n                                -3.525517207989038,\n                                50.46487626119174\n                            ],\n                            [\n                                -3.5255091624521424,\n                                50.46488895782272\n                            ],\n                            [\n                                -3.5255025253442653,\n                                50.46490163598581\n                            ],\n                            [\n                                -3.525500542890999,\n                                50.46490570913092\n                            ],\n                            [\n                                -3.525487297594998,\n                                50.46493196444329\n                            ],\n                            [\n                                -3.5254753883891645,\n                                50.46495595381818\n                            ],\n                            [\n                                -3.525472200021127,\n                                50.46496633834287\n                            ],\n                            [\n                                -3.5254697158695003,\n                                50.46497671363402\n                            ],\n                            [\n                                -3.5254678346725656,\n                                50.464983933235075\n                            ],\n                            [\n                                -3.525459446535489,\n                                50.46500787644083\n                            ],\n                            [\n                                -3.5254554816127044,\n                                50.46501602272957\n                            ],\n                            [\n                                -3.5254508124701145,\n                                50.46502417825155\n                            ],\n                            [\n                                -3.5254446770254413,\n                                50.465030554264935\n                            ],\n                            [\n                                -3.525441242727384,\n                                50.46503329739438\n                            ],\n                            [\n                                -3.525437793963167,\n                                50.46503559102998\n                            ],\n                            [\n                                -3.525434330732878,\n                                50.46503743517163\n                            ],\n                            [\n                                -3.525430163283621,\n                                50.46503928854648\n                            ],\n                            [\n                                -3.525428769311901,\n                                50.46503975650679\n                            ],\n                            [\n                                -3.525425952437066,\n                                50.4650397934398\n                            ],\n                            [\n                                -3.5254231500278537,\n                                50.465040279866535\n                            ],\n                            [\n                                -3.525417516278099,\n                                50.46504035373223\n                            ],\n                            [\n                                -3.525405165424936,\n                                50.46504186471713\n                            ],\n                            [\n                                -3.525328538815908,\n                                50.465033875685826\n                            ],\n                            [\n                                -3.5251560441511485,\n                                50.465015451609375\n                            ],\n                            [\n                                -3.525118633797107,\n                                50.46501324391543\n                            ],\n                            [\n                                -3.525079829471858,\n                                50.46501150416555\n                            ],\n                            [\n                                -3.525065026423095,\n                                50.465011248524824\n                            ],\n                            [\n                                -3.525022744394553,\n                                50.46501090339273\n                            ],\n                            [\n                                -3.5249600111094623,\n                                50.465009926941484\n                            ],\n                            [\n                                -3.524924814648953,\n                                50.46501083795108\n                            ],\n                            [\n                                -3.524891012163225,\n                                50.46501128099614\n                            ],\n                            [\n                                -3.52483534998353,\n                                50.46501111116523\n                            ],\n                            [\n                                -3.5247846751713428,\n                                50.46501267467802\n                            ],\n                            [\n                                -3.5247825625157896,\n                                50.465012702366074\n                            ],\n                            [\n                                -3.524727691306351,\n                                50.465015220217936\n                            ],\n                            [\n                                -3.5247053376402038,\n                                50.46501677228152\n                            ],\n                            [\n                                -3.524689031577544,\n                                50.46501797527707\n                            ],\n                            [\n                                -3.5246651459777443,\n                                50.46502008702899\n                            ],\n                            [\n                                -3.5246195877890125,\n                                50.465023022404345\n                            ],\n                            [\n                                -3.5246206789949492,\n                                50.46501752196697\n                            ],\n                            [\n                                -3.524630606118002,\n                                50.464997605806744\n                            ],\n                            [\n                                -3.5246346000979396,\n                                50.464990358532745\n                            ],\n                            [\n                                -3.524636539254875,\n                                50.464984936919855\n                            ],\n                            [\n                                -3.5246475464968143,\n                                50.46497669837271\n                            ],\n                            [\n                                -3.524647764478732,\n                                50.46486958092248\n                            ],\n                            [\n                                -3.524638019282102,\n                                50.46483382389118\n                            ],\n                            [\n                                -3.524633745375116,\n                                50.464815721681575\n                            ],\n                            [\n                                -3.5246688731153557,\n                                50.46481092639507\n                            ],\n                            [\n                                -3.5247708708294785,\n                                50.46482138938017\n                            ],\n                            [\n                                -3.5248830425166155,\n                                50.46480340685946\n                            ],\n                            [\n                                -3.524904807968086,\n                                50.46479014372013\n                            ],\n                            [\n                                -3.524911467135134,\n                                50.4647676352221\n                            ],\n                            [\n                                -3.5249012034518636,\n                                50.46473591417107\n                            ],\n                            [\n                                -3.5248702746191465,\n                                50.46469384244709\n                            ],\n                            [\n                                -3.5248594940901428,\n                                50.464645615789586\n                            ],\n                            [\n                                -3.524842542991051,\n                                50.46457858329912\n                            ],\n                            [\n                                -3.524802261410123,\n                                50.46453309962468\n                            ],\n                            [\n                                -3.524725016148221,\n                                50.46444715218753\n                            ],\n                            [\n                                -3.524803607586777,\n                                50.46437477541191\n                            ],\n                            [\n                                -3.524823451264649,\n                                50.464356527999016\n                            ],\n                            [\n                                -3.524832765337548,\n                                50.464348221687075\n                            ],\n                            [\n                                -3.5250383307151534,\n                                50.464163117692216\n                            ],\n                            [\n                                -3.525325040633404,\n                                50.46390494617318\n                            ],\n                            [\n                                -3.5253359954364467,\n                                50.46389508938469\n                            ],\n                            [\n                                -3.525364342270088,\n                                50.46386962539426\n                            ],\n                            [\n                                -3.5253751945818332,\n                                50.46387847678089\n                            ],\n                            [\n                                -3.5254903774104944,\n                                50.46399310183246\n                            ],\n                            [\n                                -3.525491627894355,\n                                50.46399386788549\n                            ],\n                            [\n                                -3.5254938272983964,\n                                50.46399653714811\n                            ],\n                            [\n                                -3.52549673090592,\n                                50.46399919717714\n                            ],\n                            [\n                                -3.5255025525878056,\n                                50.46400496672885\n                            ],\n                            [\n                                -3.5256053266372986,\n                                50.46415561213543\n                            ],\n                            [\n                                -3.525627653573518,\n                                50.464192643093895\n                            ],\n                            [\n                                -3.5256449208930736,\n                                50.46422569324459\n                            ],\n                            [\n                                -3.525664532338532,\n                                50.46426590758942\n                            ],\n                            [\n                                -3.525672283322105,\n                                50.4642878404395\n                            ],\n                            [\n                                -3.525677029402327,\n                                50.464303966808274\n                            ],\n                            [\n                                -3.52567874163891,\n                                50.46431338770862\n                            ],\n                            [\n                                -3.5256844856665497,\n                                50.464426182945715\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 65931.30750621017,\n            \"area_buildings_sqft\": 9464.688668957782,\n            \"density\": 14.355378388432975,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": true,\n            \"area_m2\": 6125.167921424208,\n            \"area_acre\": 1.5135745524841637,\n            \"area_buildings_m2\": 879.29103204736,\n            \"area_buildings_acre\": 0.21727935420013275\n        },\n        {\n            \"title_no\": \"DN478361\",\n            \"tenure\": \"Freehold\",\n            \"height\": 11.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Unit A, Broomhill Way, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"G & H PROPERTY HOLDINGS LIMITED\",\n                    \"company_registration_no\": \"04649035\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Unit A, Broomhill Way Industrial Estate, Torquay, TQ2 7QL\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5493982788261143,\n                                50.484413674417\n                            ],\n                            [\n                                -3.5493975074406974,\n                                50.484424567017385\n                            ],\n                            [\n                                -3.549395424345561,\n                                50.48444276194872\n                            ],\n                            [\n                                -3.549389366398272,\n                                50.48445579348467\n                            ],\n                            [\n                                -3.5493791988261107,\n                                50.48446816024921\n                            ],\n                            [\n                                -3.5493713910141547,\n                                50.48447509939555\n                            ],\n                            [\n                                -3.549360087166259,\n                                50.484482894521705\n                            ],\n                            [\n                                -3.549353330095205,\n                                50.4844874813242\n                            ],\n                            [\n                                -3.5493491619068207,\n                                50.48448933555672\n                            ],\n                            [\n                                -3.5493463997772703,\n                                50.4844910811305\n                            ],\n                            [\n                                -3.549342372488267,\n                                50.48449293348667\n                            ],\n                            [\n                                -3.54933958389378,\n                                50.484493869983304\n                            ],\n                            [\n                                -3.549331247514471,\n                                50.484497578447204\n                            ],\n                            [\n                                -3.5493284589194887,\n                                50.48449851494355\n                            ],\n                            [\n                                -3.5493243992839876,\n                                50.48449937842718\n                            ],\n                            [\n                                -3.5493202310934087,\n                                50.484501232658666\n                            ],\n                            [\n                                -3.549311835902362,\n                                50.48450314317224\n                            ],\n                            [\n                                -3.5493090473066604,\n                                50.484504079668156\n                            ],\n                            [\n                                -3.548777391724224,\n                                50.4847384271637\n                            ],\n                            [\n                                -3.5487051811191748,\n                                50.484763131546394\n                            ],\n                            [\n                                -3.5485485351819333,\n                                50.48480856578427\n                            ],\n                            [\n                                -3.5485449613282043,\n                                50.4848096296297\n                            ],\n                            [\n                                -3.5485357313844856,\n                                50.484801100564226\n                            ],\n                            [\n                                -3.548534132392799,\n                                50.48479961990288\n                            ],\n                            [\n                                -3.548533638928509,\n                                50.4847991857807\n                            ],\n                            [\n                                -3.548455799866607,\n                                50.4847280475393\n                            ],\n                            [\n                                -3.548405998760816,\n                                50.48468796898343\n                            ],\n                            [\n                                -3.548076070590297,\n                                50.48437937957416\n                            ],\n                            [\n                                -3.5479605648998738,\n                                50.4842766527487\n                            ],\n                            [\n                                -3.548575295270531,\n                                50.484140430433165\n                            ],\n                            [\n                                -3.548872401135845,\n                                50.484070282645696\n                            ],\n                            [\n                                -3.548872597218264,\n                                50.48407024406097\n                            ],\n                            [\n                                -3.548874990125237,\n                                50.48406970856353\n                            ],\n                            [\n                                -3.548875521719025,\n                                50.4840695845698\n                            ],\n                            [\n                                -3.5489932900414747,\n                                50.484041449598934\n                            ],\n                            [\n                                -3.5489936954137966,\n                                50.48404134527228\n                            ],\n                            [\n                                -3.549052174443377,\n                                50.48402739105898\n                            ],\n                            [\n                                -3.549052831668994,\n                                50.48402722941729\n                            ],\n                            [\n                                -3.5490607210219904,\n                                50.484025370624366\n                            ],\n                            [\n                                -3.549060972875521,\n                                50.48402531330952\n                            ],\n                            [\n                                -3.549227221688586,\n                                50.4842175518867\n                            ],\n                            [\n                                -3.5493267995841338,\n                                50.48432711787489\n                            ],\n                            [\n                                -3.5493448533854326,\n                                50.484345548324775\n                            ],\n                            [\n                                -3.549388925272266,\n                                50.48439059532203\n                            ],\n                            [\n                                -3.5493951283950937,\n                                50.48440096335685\n                            ],\n                            [\n                                -3.5493968281625765,\n                                50.48440380070729\n                            ],\n                            [\n                                -3.5493982788261143,\n                                50.484413674417\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 53466.17589694941,\n            \"area_buildings_sqft\": 24111.382146363914,\n            \"density\": 45.09651521147901,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4967.1289387727065,\n            \"area_acre\": 1.2274145063578836,\n            \"area_buildings_m2\": 2240.0020574474097,\n            \"area_buildings_acre\": 0.553521169567583\n        },\n        {\n            \"title_no\": \"DN47622\",\n            \"tenure\": \"Freehold\",\n            \"height\": 17.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040548776\",\n                \"100040550493\"\n            ],\n            \"property_address\": [\n                \"Warberry Court Cottage Middle Warberry Road Torquay Torbay TQ1 1RP\",\n                \"Warberry Court Lower Warberry Road Torquay Torbay TQ1 1QS\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5147652797423508,\n                                50.46689336178896\n                            ],\n                            [\n                                -3.514759815597943,\n                                50.46687670472534\n                            ],\n                            [\n                                -3.514756834902239,\n                                50.46686721025482\n                            ],\n                            [\n                                -3.514744969593048,\n                                50.466831030355195\n                            ],\n                            [\n                                -3.514728571469991,\n                                50.466780879361224\n                            ],\n                            [\n                                -3.514694970531307,\n                                50.466677440061375\n                            ],\n                            [\n                                -3.514682093594953,\n                                50.466636057003115\n                            ],\n                            [\n                                -3.5146696888530915,\n                                50.46660063059136\n                            ],\n                            [\n                                -3.514667362660872,\n                                50.466593978587184\n                            ],\n                            [\n                                -3.514650464593305,\n                                50.46654140580182\n                            ],\n                            [\n                                -3.5146442101028406,\n                                50.46652206092377\n                            ],\n                            [\n                                -3.5146159270675525,\n                                50.466430693806124\n                            ],\n                            [\n                                -3.5145925590484857,\n                                50.46636084747761\n                            ],\n                            [\n                                -3.514568285772379,\n                                50.466284717367294\n                            ],\n                            [\n                                -3.5146206597827727,\n                                50.46620399199377\n                            ],\n                            [\n                                -3.514686471220549,\n                                50.466146924851735\n                            ],\n                            [\n                                -3.5147059029841055,\n                                50.466115643746164\n                            ],\n                            [\n                                -3.5147651174898424,\n                                50.46605056815027\n                            ],\n                            [\n                                -3.5147873915658927,\n                                50.46602754217838\n                            ],\n                            [\n                                -3.5148254523556264,\n                                50.46602055320723\n                            ],\n                            [\n                                -3.514857689219409,\n                                50.466015186962856\n                            ],\n                            [\n                                -3.5148913489151177,\n                                50.46601025186631\n                            ],\n                            [\n                                -3.5149481909399025,\n                                50.466003216169604\n                            ],\n                            [\n                                -3.5149741614854935,\n                                50.46600017990229\n                            ],\n                            [\n                                -3.5150022303692956,\n                                50.46599666662242\n                            ],\n                            [\n                                -3.5150310322202727,\n                                50.46599404315711\n                            ],\n                            [\n                                -3.515069693375072,\n                                50.465991291295204\n                            ],\n                            [\n                                -3.5150982451343564,\n                                50.465989660372536\n                            ],\n                            [\n                                -3.5151322841861052,\n                                50.46598777811016\n                            ],\n                            [\n                                -3.5151794392693616,\n                                50.465986264646155\n                            ],\n                            [\n                                -3.5152547781616263,\n                                50.46598483378922\n                            ],\n                            [\n                                -3.5154480061531292,\n                                50.46598186738381\n                            ],\n                            [\n                                -3.5154522919240287,\n                                50.465988107121525\n                            ],\n                            [\n                                -3.5154694263959847,\n                                50.46601279637314\n                            ],\n                            [\n                                -3.5154742985566894,\n                                50.46601974796472\n                            ],\n                            [\n                                -3.515508751531281,\n                                50.46601759039085\n                            ],\n                            [\n                                -3.515510188748442,\n                                50.466022877929\n                            ],\n                            [\n                                -3.5155327214828933,\n                                50.4661062254521\n                            ],\n                            [\n                                -3.515562903225052,\n                                50.46621285684622\n                            ],\n                            [\n                                -3.5155929270039605,\n                                50.4663145437762\n                            ],\n                            [\n                                -3.515623899507172,\n                                50.466423862948815\n                            ],\n                            [\n                                -3.515653506791749,\n                                50.46653454894569\n                            ],\n                            [\n                                -3.515684407735833,\n                                50.46664602750991\n                            ],\n                            [\n                                -3.515687727796966,\n                                50.46665731626847\n                            ],\n                            [\n                                -3.5156584369461523,\n                                50.466666691509175\n                            ],\n                            [\n                                -3.515545061971403,\n                                50.46669047268718\n                            ],\n                            [\n                                -3.515519168699935,\n                                50.466695936361546\n                            ],\n                            [\n                                -3.5153834646277042,\n                                50.466726483672446\n                            ],\n                            [\n                                -3.5153337936165343,\n                                50.46673747332612\n                            ],\n                            [\n                                -3.515262535205577,\n                                50.46675638872015\n                            ],\n                            [\n                                -3.5151654494755755,\n                                50.466782835348006\n                            ],\n                            [\n                                -3.5150658369626697,\n                                50.46680958460806\n                            ],\n                            [\n                                -3.514984529104967,\n                                50.46683150866577\n                            ],\n                            [\n                                -3.514908145167851,\n                                50.466853188680105\n                            ],\n                            [\n                                -3.5148232411474245,\n                                50.4668772279903\n                            ],\n                            [\n                                -3.514764644447227,\n                                50.466895528538124\n                            ],\n                            [\n                                -3.5147652797423508,\n                                50.46689336178896\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 62591.44210997287,\n            \"area_buildings_sqft\": 4942.2214816660935,\n            \"density\": 7.89600193742562,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 5814.886855255749,\n            \"area_acre\": 1.4369017931582386,\n            \"area_buildings_m2\": 459.1435787501016,\n            \"area_buildings_acre\": 0.113457793426678\n        },\n        {\n            \"title_no\": \"DN46705\",\n            \"tenure\": \"Freehold\",\n            \"height\": 13.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040557557\",\n                \"100040557558\",\n                \"100040557559\",\n                \"100040557560\",\n                \"100040557561\",\n                \"100040557562\",\n                \"100040557563\",\n                \"100040557564\",\n                \"100040557565\",\n                \"100040557566\",\n                \"100040557567\",\n                \"100040557568\",\n                \"100040557569\",\n                \"100040557570\",\n                \"100040557571\",\n                \"100040557572\",\n                \"100040557573\",\n                \"100040557574\",\n                \"100040557575\",\n                \"100040557576\",\n                \"100040557577\",\n                \"100040557578\",\n                \"100040557579\",\n                \"100040557580\",\n                \"100040557581\",\n                \"100040557582\",\n                \"100040557583\",\n                \"100040557584\",\n                \"100040557585\",\n                \"100040557586\",\n                \"100040557587\",\n                \"100040557588\",\n                \"100040557589\",\n                \"100040557590\",\n                \"100040557591\",\n                \"100040557592\",\n                \"100040557593\",\n                \"100040557594\",\n                \"100040557595\",\n                \"100040557596\",\n                \"100040557597\",\n                \"100040557598\",\n                \"100040557599\",\n                \"100040557600\",\n                \"100040557601\",\n                \"100040557602\",\n                \"100040557603\",\n                \"100040557604\",\n                \"100040557605\",\n                \"100040557606\",\n                \"100040557607\"\n            ],\n            \"property_address\": [\n                \"land on the north side of St Vincent's Road, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5402429127694424,\n                                50.4756711634138\n                            ],\n                            [\n                                -3.540243529471447,\n                                50.47566845715039\n                            ],\n                            [\n                                -3.5402404781990304,\n                                50.475661302609964\n                            ],\n                            [\n                                -3.540234302599398,\n                                50.475644746079546\n                            ],\n                            [\n                                -3.5401557942110258,\n                                50.475440729746346\n                            ],\n                            [\n                                -3.540193251739778,\n                                50.47537907698619\n                            ],\n                            [\n                                -3.5402461790289137,\n                                50.47529473526306\n                            ],\n                            [\n                                -3.54025564564351,\n                                50.475282468496154\n                            ],\n                            [\n                                -3.5403497124158427,\n                                50.475141371701206\n                            ],\n                            [\n                                -3.5403571681696504,\n                                50.47513227932995\n                            ],\n                            [\n                                -3.540361894141095,\n                                50.475125921197254\n                            ],\n                            [\n                                -3.540370068866205,\n                                50.475117268990104\n                            ],\n                            [\n                                -3.5403748389644516,\n                                50.475112268316266\n                            ],\n                            [\n                                -3.5403864767582816,\n                                50.47510176253355\n                            ],\n                            [\n                                -3.5403926406746136,\n                                50.475096284729155\n                            ],\n                            [\n                                -3.5405025475461036,\n                                50.475008940093495\n                            ],\n                            [\n                                -3.5405094450264025,\n                                50.47500435193696\n                            ],\n                            [\n                                -3.5405136127416212,\n                                50.47500249802255\n                            ],\n                            [\n                                -3.5405170760948046,\n                                50.47500065343385\n                            ],\n                            [\n                                -3.5405609177337807,\n                                50.474974998611714\n                            ],\n                            [\n                                -3.540623363484503,\n                                50.47494070634432\n                            ],\n                            [\n                                -3.5406483813370677,\n                                50.47492820664657\n                            ],\n                            [\n                                -3.540683302114341,\n                                50.47491166356799\n                            ],\n                            [\n                                -3.540711527860786,\n                                50.47490246702287\n                            ],\n                            [\n                                -3.5407199073965656,\n                                50.47490011663889\n                            ],\n                            [\n                                -3.5407195780731384,\n                                50.474900390809765\n                            ],\n                            [\n                                -3.540717538071293,\n                                50.47490266624005\n                            ],\n                            [\n                                -3.540714896018926,\n                                50.47490809742602\n                            ],\n                            [\n                                -3.54071358960821,\n                                50.4749112625088\n                            ],\n                            [\n                                -3.5407122978130015,\n                                50.47491487708137\n                            ],\n                            [\n                                -3.5407126193580356,\n                                50.47492476585715\n                            ],\n                            [\n                                -3.5407130863499043,\n                                50.47492655840673\n                            ],\n                            [\n                                -3.540714232698915,\n                                50.47493104006037\n                            ],\n                            [\n                                -3.5407172398535867,\n                                50.47493683712981\n                            ],\n                            [\n                                -3.5407187804090623,\n                                50.474940872873724\n                            ],\n                            [\n                                -3.5407217732414686,\n                                50.474946229443006\n                            ],\n                            [\n                                -3.540724795306197,\n                                50.47495248499182\n                            ],\n                            [\n                                -3.540929153619152,\n                                50.475256013063515\n                            ],\n                            [\n                                -3.5409358145029195,\n                                50.47526581788194\n                            ],\n                            [\n                                -3.5409720972304126,\n                                50.47531974903996\n                            ],\n                            [\n                                -3.5409950289785264,\n                                50.47535317157799\n                            ],\n                            [\n                                -3.5410418016077654,\n                                50.47542630016578\n                            ],\n                            [\n                                -3.5410648059906116,\n                                50.475418620672016\n                            ],\n                            [\n                                -3.5410978509224083,\n                                50.47540766040242\n                            ],\n                            [\n                                -3.541253589537396,\n                                50.47535586254273\n                            ],\n                            [\n                                -3.5412988081224888,\n                                50.47542019782107\n                            ],\n                            [\n                                -3.5414246072429014,\n                                50.475401173532994\n                            ],\n                            [\n                                -3.5416410039098136,\n                                50.475368447546856\n                            ],\n                            [\n                                -3.541643806752266,\n                                50.47536796072634\n                            ],\n                            [\n                                -3.5416508065457326,\n                                50.47536651893002\n                            ],\n                            [\n                                -3.541653609387965,\n                                50.47536603210927\n                            ],\n                            [\n                                -3.5416556932385284,\n                                50.47536510513171\n                            ],\n                            [\n                                -3.5416633535231288,\n                                50.47536230553308\n                            ],\n                            [\n                                -3.5419255770711473,\n                                50.47527833745338\n                            ],\n                            [\n                                -3.5421338558602633,\n                                50.475325312083925\n                            ],\n                            [\n                                -3.5421037874467642,\n                                50.47536276451809\n                            ],\n                            [\n                                -3.5420949525199372,\n                                50.47537277464814\n                            ],\n                            [\n                                -3.5420909018675246,\n                                50.47537822453466\n                            ],\n                            [\n                                -3.5420902560166727,\n                                50.475380031828045\n                            ],\n                            [\n                                -3.5420889350568734,\n                                50.47538274743581\n                            ],\n                            [\n                                -3.54204292299539,\n                                50.47546295121024\n                            ],\n                            [\n                                -3.5420406383993424,\n                                50.47546680379712\n                            ],\n                            [\n                                -3.5419941518162883,\n                                50.47554499026434\n                            ],\n                            [\n                                -3.541970742265528,\n                                50.47558352358955\n                            ],\n                            [\n                                -3.541944617589538,\n                                50.47562524067503\n                            ],\n                            [\n                                -3.5419430644875027,\n                                50.47562775250306\n                            ],\n                            [\n                                -3.5418952631614244,\n                                50.47570495805385\n                            ],\n                            [\n                                -3.541894540178404,\n                                50.4757061278178\n                            ],\n                            [\n                                -3.54187807588605,\n                                50.47570256866064\n                            ],\n                            [\n                                -3.5418316668794483,\n                                50.47579181623975\n                            ],\n                            [\n                                -3.5418290005818553,\n                                50.47579693299354\n                            ],\n                            [\n                                -3.541783245115033,\n                                50.47588504768261\n                            ],\n                            [\n                                -3.541781234375978,\n                                50.4758882221101\n                            ],\n                            [\n                                -3.54177991338487,\n                                50.47589093771442\n                            ],\n                            [\n                                -3.5417786070199155,\n                                50.47589410280823\n                            ],\n                            [\n                                -3.541776947311038,\n                                50.47590806498383\n                            ],\n                            [\n                                -3.5417763014414017,\n                                50.475909872275494\n                            ],\n                            [\n                                -3.5417744515898284,\n                                50.47591799108745\n                            ],\n                            [\n                                -3.5417745393474664,\n                                50.47592068802447\n                            ],\n                            [\n                                -3.541774612478841,\n                                50.47592293547201\n                            ],\n                            [\n                                -3.541775404611541,\n                                50.47592562307545\n                            ],\n                            [\n                                -3.5417854898316667,\n                                50.47596355962629\n                            ],\n                            [\n                                -3.541420419168568,\n                                50.47602797064528\n                            ],\n                            [\n                                -3.5414204050810336,\n                                50.47602797083192\n                            ],\n                            [\n                                -3.5414052290001923,\n                                50.476030654133126\n                            ],\n                            [\n                                -3.541361717946964,\n                                50.47603832654949\n                            ],\n                            [\n                                -3.5413866513811785,\n                                50.47609686878169\n                            ],\n                            [\n                                -3.541386651673632,\n                                50.47609687777147\n                            ],\n                            [\n                                -3.5414217319372416,\n                                50.47617922671299\n                            ],\n                            [\n                                -3.5414267677656506,\n                                50.47619105861875\n                            ],\n                            [\n                                -3.5414661008252724,\n                                50.47627372893956\n                            ],\n                            [\n                                -3.54146719897405,\n                                50.476277158964976\n                            ],\n                            [\n                                -3.5414483523358795,\n                                50.47628052045629\n                            ],\n                            [\n                                -3.5414007238703435,\n                                50.476289002901574\n                            ],\n                            [\n                                -3.5414005536987854,\n                                50.476288537485345\n                            ],\n                            [\n                                -3.5414004697580346,\n                                50.47628855658468\n                            ],\n                            [\n                                -3.5414006678123573,\n                                50.476289012637864\n                            ],\n                            [\n                                -3.5413926526898893,\n                                50.476290440888015\n                            ],\n                            [\n                                -3.5413346487423274,\n                                50.476301012381136\n                            ],\n                            [\n                                -3.5413070452848894,\n                                50.47630596481261\n                            ],\n                            [\n                                -3.5412186765662637,\n                                50.47611961746037\n                            ],\n                            [\n                                -3.5411145200818632,\n                                50.47614114289229\n                            ],\n                            [\n                                -3.541072902104064,\n                                50.47605319645459\n                            ],\n                            [\n                                -3.541027962818104,\n                                50.47595845880454\n                            ],\n                            [\n                                -3.5409396543437377,\n                                50.47577390917259\n                            ],\n                            [\n                                -3.5409558110686747,\n                                50.47577234614614\n                            ],\n                            [\n                                -3.541016270195797,\n                                50.4757679479508\n                            ],\n                            [\n                                -3.541015244204992,\n                                50.475758068506835\n                            ],\n                            [\n                                -3.5410082616172622,\n                                50.47573837492154\n                            ],\n                            [\n                                -3.5409931800908887,\n                                50.475707996200825\n                            ],\n                            [\n                                -3.540977101840921,\n                                50.47566863701264\n                            ],\n                            [\n                                -3.5409134761561325,\n                                50.475532326249606\n                            ],\n                            [\n                                -3.540917351542358,\n                                50.475521482526226\n                            ],\n                            [\n                                -3.540894787926194,\n                                50.47547771238212\n                            ],\n                            [\n                                -3.5408619310938683,\n                                50.47548579212929\n                            ],\n                            [\n                                -3.5408479314213146,\n                                50.475488675627346\n                            ],\n                            [\n                                -3.540843734442654,\n                                50.47548963057437\n                            ],\n                            [\n                                -3.5408297493849097,\n                                50.47549296355997\n                            ],\n                            [\n                                -3.5408206802909663,\n                                50.475495781759825\n                            ],\n                            [\n                                -3.540804625973249,\n                                50.475500491195014\n                            ],\n                            [\n                                -3.5407969656145046,\n                                50.47550329073769\n                            ],\n                            [\n                                -3.540702767354529,\n                                50.47553196880494\n                            ],\n                            [\n                                -3.5405960656981468,\n                                50.475566208550525\n                            ],\n                            [\n                                -3.540564030039137,\n                                50.47557787480634\n                            ],\n                            [\n                                -3.5405403445088455,\n                                50.4755862827121\n                            ],\n                            [\n                                -3.540525757329949,\n                                50.47559277141623\n                            ],\n                            [\n                                -3.5405091154916515,\n                                50.47560108605548\n                            ],\n                            [\n                                -3.540329679031041,\n                                50.475695646737556\n                            ],\n                            [\n                                -3.5403276097520586,\n                                50.4756970231815\n                            ],\n                            [\n                                -3.5403248361008153,\n                                50.47569840895026\n                            ],\n                            [\n                                -3.5403227668215704,\n                                50.47569978539413\n                            ],\n                            [\n                                -3.5403199931700247,\n                                50.47570117116274\n                            ],\n                            [\n                                -3.5403116283775375,\n                                50.47570397999873\n                            ],\n                            [\n                                -3.5403081211286547,\n                                50.47570447611211\n                            ],\n                            [\n                                -3.5402975555450795,\n                                50.47570461598215\n                            ],\n                            [\n                                -3.540294019071747,\n                                50.475704213115435\n                            ],\n                            [\n                                -3.5402883548697077,\n                                50.47570338873252\n                            ],\n                            [\n                                -3.5402798439550214,\n                                50.475701702667884\n                            ],\n                            [\n                                -3.54027627825814,\n                                50.475700400820955\n                            ],\n                            [\n                                -3.540272697949536,\n                                50.47569864948405\n                            ],\n                            [\n                                -3.5402691322530773,\n                                50.4756973476369\n                            ],\n                            [\n                                -3.540264099365228,\n                                50.47569426647915\n                            ],\n                            [\n                                -3.540258318270646,\n                                50.47568984617604\n                            ],\n                            [\n                                -3.5402554423355093,\n                                50.47568808551423\n                            ],\n                            [\n                                -3.540251245928867,\n                                50.47568472347272\n                            ],\n                            [\n                                -3.540246037101165,\n                                50.47568056540338\n                            ],\n                            [\n                                -3.5402452596710257,\n                                50.47567832727844\n                            ],\n                            [\n                                -3.5402437778691267,\n                                50.47567609847782\n                            ],\n                            [\n                                -3.5402436901993455,\n                                50.47567340153873\n                            ],\n                            [\n                                -3.5402429127694424,\n                                50.4756711634138\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 89145.71907979988,\n            \"area_buildings_sqft\": 12906.945483088351,\n            \"density\": 14.478480420954979,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 8281.839379394267,\n            \"area_acre\": 2.046504111106517,\n            \"area_buildings_m2\": 1199.084493040538,\n            \"area_buildings_acre\": 0.29630269704059575\n        },\n        {\n            \"title_no\": \"DN45960\",\n            \"tenure\": \"Freehold\",\n            \"height\": 35.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040547170\",\n                \"100040547171\",\n                \"100040547172\",\n                \"100040547173\",\n                \"100040547174\",\n                \"100040547175\",\n                \"100040547176\",\n                \"100040547177\",\n                \"100040547178\",\n                \"100040547179\",\n                \"100040547180\",\n                \"100040547181\",\n                \"100040547183\",\n                \"100040547184\",\n                \"100040547185\",\n                \"100040547186\",\n                \"100040547188\",\n                \"100040547189\",\n                \"100040547190\",\n                \"100040547191\",\n                \"100040547192\",\n                \"100040547193\",\n                \"100040547194\",\n                \"100040547195\",\n                \"100040547196\",\n                \"100040547197\",\n                \"100040547198\",\n                \"100040547199\",\n                \"100040547200\",\n                \"100040547201\",\n                \"100040547202\",\n                \"100040547203\",\n                \"100040547204\",\n                \"100040547205\",\n                \"100040547206\",\n                \"100040547207\",\n                \"100040547208\",\n                \"100040547209\",\n                \"100040547210\",\n                \"100040547211\",\n                \"100040547212\",\n                \"100040547213\",\n                \"100040547214\",\n                \"100040547215\",\n                \"100040547216\",\n                \"100040547217\",\n                \"100040547218\",\n                \"100040547219\",\n                \"100040547220\",\n                \"100041187542\"\n            ],\n            \"property_address\": [\n                \"Kilmorie, Ilsham Marine Drive, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"KILMORIE LIMITED\",\n                    \"company_registration_no\": \"704017\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Kilmorie, Ilsham Marine Drive, Torquay TQ1 2HU\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.499889801514362,\n                                50.460265656571764\n                            ],\n                            [\n                                -3.4998828737221217,\n                                50.460269343348465\n                            ],\n                            [\n                                -3.499884199467866,\n                                50.46027562181596\n                            ],\n                            [\n                                -3.4999034356618552,\n                                50.46036261228134\n                            ],\n                            [\n                                -3.499918662759942,\n                                50.46043510269456\n                            ],\n                            [\n                                -3.4997209155057956,\n                                50.46044950560774\n                            ],\n                            [\n                                -3.49948546299445,\n                                50.46046648069036\n                            ],\n                            [\n                                -3.499441746748524,\n                                50.46046965228801\n                            ],\n                            [\n                                -3.4992626709609707,\n                                50.46048284246067\n                            ],\n                            [\n                                -3.499182395241687,\n                                50.4604882838202\n                            ],\n                            [\n                                -3.499211287706644,\n                                50.46040885727594\n                            ],\n                            [\n                                -3.4991713171775105,\n                                50.460400828370894\n                            ],\n                            [\n                                -3.4991415435280175,\n                                50.46039491647195\n                            ],\n                            [\n                                -3.4991268076003488,\n                                50.460387821493796\n                            ],\n                            [\n                                -3.4991136407242793,\n                                50.46038133585164\n                            ],\n                            [\n                                -3.4990771316928755,\n                                50.46036291960762\n                            ],\n                            [\n                                -3.499054919040567,\n                                50.46035106438544\n                            ],\n                            [\n                                -3.4990327063993414,\n                                50.4603392091589\n                            ],\n                            [\n                                -3.4990204798883764,\n                                50.46033127240499\n                            ],\n                            [\n                                -3.49901474713893,\n                                50.46032819849039\n                            ],\n                            [\n                                -3.498999661366628,\n                                50.46031894952659\n                            ],\n                            [\n                                -3.498983857230525,\n                                50.46030926013378\n                            ],\n                            [\n                                -3.4989802511697263,\n                                50.46030660849908\n                            ],\n                            [\n                                -3.4989507553903514,\n                                50.46028720248849\n                            ],\n                            [\n                                -3.498911878210453,\n                                50.460260722414596\n                            ],\n                            [\n                                -3.4989177892586394,\n                                50.460247155774795\n                            ],\n                            [\n                                -3.498921474139744,\n                                50.46023002035419\n                            ],\n                            [\n                                -3.4989235943750305,\n                                50.46020795858172\n                            ],\n                            [\n                                -3.498914113478715,\n                                50.46019773802855\n                            ],\n                            [\n                                -3.4989112115857712,\n                                50.46019507731936\n                            ],\n                            [\n                                -3.4989061545916433,\n                                50.460191095327595\n                            ],\n                            [\n                                -3.498904717857368,\n                                50.46019021447257\n                            ],\n                            [\n                                -3.4989004076548644,\n                                50.4601875719074\n                            ],\n                            [\n                                -3.498895379085883,\n                                50.46018448891448\n                            ],\n                            [\n                                -3.4988896747856915,\n                                50.46018231399273\n                            ],\n                            [\n                                -3.498884674641192,\n                                50.4601801299987\n                            ],\n                            [\n                                -3.4988818153857424,\n                                50.46017881778775\n                            ],\n                            [\n                                -3.4988045871264757,\n                                50.46014248906586\n                            ],\n                            [\n                                -3.49876103685515,\n                                50.460124163434386\n                            ],\n                            [\n                                -3.498719670129722,\n                                50.46010805807178\n                            ],\n                            [\n                                -3.4986847687046168,\n                                50.46009591655456\n                            ],\n                            [\n                                -3.4986612474338337,\n                                50.46008722589441\n                            ],\n                            [\n                                -3.498611416721379,\n                                50.46007077984058\n                            ],\n                            [\n                                -3.4985438827496074,\n                                50.46005141401688\n                            ],\n                            [\n                                -3.498456433640544,\n                                50.46002600910207\n                            ],\n                            [\n                                -3.498352997666097,\n                                50.45999715859388\n                            ],\n                            [\n                                -3.4983103592116462,\n                                50.4599965295583\n                            ],\n                            [\n                                -3.498290961949499,\n                                50.45998503365344\n                            ],\n                            [\n                                -3.4979705919465895,\n                                50.45992244415734\n                            ],\n                            [\n                                -3.4979478205350865,\n                                50.45991429231155\n                            ],\n                            [\n                                -3.4979328629234527,\n                                50.45990908870481\n                            ],\n                            [\n                                -3.4979121442836947,\n                                50.45989991212607\n                            ],\n                            [\n                                -3.497888538036998,\n                                50.45988852430796\n                            ],\n                            [\n                                -3.4978835237669794,\n                                50.45988589077021\n                            ],\n                            [\n                                -3.497868480960258,\n                                50.4598779901556\n                            ],\n                            [\n                                -3.4978469303809514,\n                                50.45986477713166\n                            ],\n                            [\n                                -3.4978368592465285,\n                                50.45985816155248\n                            ],\n                            [\n                                -3.4978253372094237,\n                                50.459850215603836\n                            ],\n                            [\n                                -3.4978116033157667,\n                                50.459839150351065\n                            ],\n                            [\n                                -3.497795671770963,\n                                50.45982541529325\n                            ],\n                            [\n                                -3.497789149804971,\n                                50.4598196533826\n                            ],\n                            [\n                                -3.4977797260344716,\n                                50.45981123073323\n                            ],\n                            [\n                                -3.49776659690694,\n                                50.459797009910055\n                            ],\n                            [\n                                -3.4977556370391047,\n                                50.45978455988963\n                            ],\n                            [\n                                -3.497754904488029,\n                                50.459783669954916\n                            ],\n                            [\n                                -3.497745352925333,\n                                50.459771201803136\n                            ],\n                            [\n                                -3.497734350467646,\n                                50.45975740328071\n                            ],\n                            [\n                                -3.4977281604583856,\n                                50.4597478777453\n                            ],\n                            [\n                                -3.4977210225637543,\n                                50.459736889452834\n                            ],\n                            [\n                                -3.4978094613064963,\n                                50.459726757239046\n                            ],\n                            [\n                                -3.4978100376444767,\n                                50.45972270267423\n                            ],\n                            [\n                                -3.497811303929822,\n                                50.45971818954401\n                            ],\n                            [\n                                -3.497812598617375,\n                                50.4597145754136\n                            ],\n                            [\n                                -3.497814583252047,\n                                50.45971050271777\n                            ],\n                            [\n                                -3.4978292872915975,\n                                50.45969430470474\n                            ],\n                            [\n                                -3.497835068643926,\n                                50.459690003254394\n                            ],\n                            [\n                                -3.4978405882179984,\n                                50.45968633472993\n                            ],\n                            [\n                                -3.497843362206211,\n                                50.45968494996753\n                            ],\n                            [\n                                -3.4978475160874574,\n                                50.45968264807383\n                            ],\n                            [\n                                -3.497851100519747,\n                                50.459680605333844\n                            ],\n                            [\n                                -3.497852359914803,\n                                50.45967988761436\n                            ],\n                            [\n                                -3.4978572321448316,\n                                50.45967802615454\n                            ],\n                            [\n                                -3.4978621043744758,\n                                50.459676164694514\n                            ],\n                            [\n                                -3.497866990805448,\n                                50.4596747527342\n                            ],\n                            [\n                                -3.4978718914378852,\n                                50.459673790273605\n                            ],\n                            [\n                                -3.497912604200787,\n                                50.459669218948726\n                            ],\n                            [\n                                -3.498016491413918,\n                                50.459657538624455\n                            ],\n                            [\n                                -3.498195438256526,\n                                50.4596358979814\n                            ],\n                            [\n                                -3.4983378216632115,\n                                50.459620843651315\n                            ],\n                            [\n                                -3.498343231990243,\n                                50.45960926209266\n                            ],\n                            [\n                                -3.4983481752245664,\n                                50.459609648111616\n                            ],\n                            [\n                                -3.4983516817526557,\n                                50.45960915326819\n                            ],\n                            [\n                                -3.4983565823680633,\n                                50.45960819078732\n                            ],\n                            [\n                                -3.498364961098233,\n                                50.459605834462785\n                            ],\n                            [\n                                -3.498372649887258,\n                                50.459603936706316\n                            ],\n                            [\n                                -3.498395631010461,\n                                50.45959554643499\n                            ],\n                            [\n                                -3.498446465428334,\n                                50.45957690439468\n                            ],\n                            [\n                                -3.498486724653476,\n                                50.459562445688164\n                            ],\n                            [\n                                -3.49851124064949,\n                                50.45955358594149\n                            ],\n                            [\n                                -3.4985126489414684,\n                                50.45955356780211\n                            ],\n                            [\n                                -3.498516831193957,\n                                50.45955216488447\n                            ],\n                            [\n                                -3.498526632405834,\n                                50.45955023990876\n                            ],\n                            [\n                                -3.498531533011468,\n                                50.45954927742059\n                            ],\n                            [\n                                -3.4985526715970177,\n                                50.45954945482411\n                            ],\n                            [\n                                -3.498572373474149,\n                                50.45954875136439\n                            ],\n                            [\n                                -3.4986216636861105,\n                                50.45954811644989\n                            ],\n                            [\n                                -3.498683727987232,\n                                50.4595504647404\n                            ],\n                            [\n                                -3.4987352301052153,\n                                50.45955294906386\n                            ],\n                            [\n                                -3.4988171099772885,\n                                50.45955818979042\n                            ],\n                            [\n                                -3.498896272762084,\n                                50.45956661324533\n                            ],\n                            [\n                                -3.4989867161246373,\n                                50.45957534098525\n                            ],\n                            [\n                                -3.499134408570062,\n                                50.45959007621318\n                            ],\n                            [\n                                -3.499137943515426,\n                                50.45959048034548\n                            ],\n                            [\n                                -3.4991450134063293,\n                                50.459591288609744\n                            ],\n                            [\n                                -3.499152054869761,\n                                50.459591197874246\n                            ],\n                            [\n                                -3.4991591105470747,\n                                50.45959155663798\n                            ],\n                            [\n                                -3.499166137796516,\n                                50.459591016401994\n                            ],\n                            [\n                                -3.4991836845981514,\n                                50.45958899156063\n                            ],\n                            [\n                                -3.4992124408807053,\n                                50.4595850235356\n                            ],\n                            [\n                                -3.499246126181425,\n                                50.459580991984666\n                            ],\n                            [\n                                -3.499277841188315,\n                                50.459581482643394\n                            ],\n                            [\n                                -3.4992820518501686,\n                                50.45958097869771\n                            ],\n                            [\n                                -3.4992968247039737,\n                                50.45958033863567\n                            ],\n                            [\n                                -3.4993123159188246,\n                                50.45958013899685\n                            ],\n                            [\n                                -3.499324300618385,\n                                50.459580434228684\n                            ],\n                            [\n                                -3.499337707825926,\n                                50.459581160809556\n                            ],\n                            [\n                                -3.4993511292495785,\n                                50.45958233688852\n                            ],\n                            [\n                                -3.499364564889726,\n                                50.459583962465516\n                            ],\n                            [\n                                -3.4993858172191,\n                                50.45958773571447\n                            ],\n                            [\n                                -3.499390070528595,\n                                50.45958858026372\n                            ],\n                            [\n                                -3.4994021120954817,\n                                50.459590673485984\n                            ],\n                            [\n                                -3.4994141678797455,\n                                50.45959321620661\n                            ],\n                            [\n                                -3.499426252098182,\n                                50.45959665792518\n                            ],\n                            [\n                                -3.4994354912997387,\n                                50.45959923694446\n                            ],\n                            [\n                                -3.499447474498578,\n                                50.45960393907476\n                            ],\n                            [\n                                -3.499459026681814,\n                                50.45960837694928\n                            ],\n                            [\n                                -3.4994718804515483,\n                                50.45961387728577\n                            ],\n                            [\n                                -3.4994997317178607,\n                                50.45962583962645\n                            ],\n                            [\n                                -3.499526887381692,\n                                50.459638080735914\n                            ],\n                            [\n                                -3.499598453738397,\n                                50.459673582595094\n                            ],\n                            [\n                                -3.499682879710732,\n                                50.45971476452153\n                            ],\n                            [\n                                -3.499750897117383,\n                                50.4597494126693\n                            ],\n                            [\n                                -3.499753038002128,\n                                50.45975028443671\n                            ],\n                            [\n                                -3.4997723628476143,\n                                50.45975992833952\n                            ],\n                            [\n                                -3.4997909977721458,\n                                50.459770030816046\n                            ],\n                            [\n                                -3.4998197467546115,\n                                50.45978809719422\n                            ],\n                            [\n                                -3.4998298039265183,\n                                50.45979426310003\n                            ],\n                            [\n                                -3.4998643283407613,\n                                50.45981675184018\n                            ],\n                            [\n                                -3.49988020359223,\n                                50.45982868861154\n                            ],\n                            [\n                                -3.499899009219383,\n                                50.45984418506411\n                            ],\n                            [\n                                -3.499905517221526,\n                                50.45984949735468\n                            ],\n                            [\n                                -3.4999229287862432,\n                                50.459865461458996\n                            ],\n                            [\n                                -3.499927267457925,\n                                50.45986900298516\n                            ],\n                            [\n                                -3.4999498498568733,\n                                50.4598925450282\n                            ],\n                            [\n                                -3.4999688119716033,\n                                50.4599129859631\n                            ],\n                            [\n                                -3.499981956009013,\n                                50.45992765603088\n                            ],\n                            [\n                                -3.5000002708887563,\n                                50.45994990403675\n                            ],\n                            [\n                                -3.5000172059269,\n                                50.45997306919617\n                            ],\n                            [\n                                -3.5000179385231314,\n                                50.459973959116226\n                            ],\n                            [\n                                -3.500023827738621,\n                                50.45998197747536\n                            ],\n                            [\n                                -3.500029012804144,\n                                50.45999000491314\n                            ],\n                            [\n                                -3.5000380884157725,\n                                50.46000967394149\n                            ],\n                            [\n                                -3.5000495040540245,\n                                50.46003650772296\n                            ],\n                            [\n                                -3.5000609481509124,\n                                50.46006424050194\n                            ],\n                            [\n                                -3.5000733950945717,\n                                50.46010140368847\n                            ],\n                            [\n                                -3.500085152127151,\n                                50.46013902545201\n                            ],\n                            [\n                                -3.500092172220633,\n                                50.46016051971074\n                            ],\n                            [\n                                -3.500095624632785,\n                                50.46017612415747\n                            ],\n                            [\n                                -3.500070883899498,\n                                50.460177882146304\n                            ],\n                            [\n                                -3.5000589274913416,\n                                50.4601784859916\n                            ],\n                            [\n                                -3.5000424986264567,\n                                50.46018022674022\n                            ],\n                            [\n                                -3.500035747273878,\n                                50.460180583598415\n                            ],\n                            [\n                                -3.500025917551405,\n                                50.460181609702786\n                            ],\n                            [\n                                -3.499958799453584,\n                                50.46018877062171\n                            ],\n                            [\n                                -3.4999598008794277,\n                                50.46019370422144\n                            ],\n                            [\n                                -3.499961281685861,\n                                50.46020043037182\n                            ],\n                            [\n                                -3.499926695523227,\n                                50.460207171839144\n                            ],\n                            [\n                                -3.4999238931237544,\n                                50.4602076576519\n                            ],\n                            [\n                                -3.4999197108565907,\n                                50.46020906062013\n                            ],\n                            [\n                                -3.499910684830269,\n                                50.46021322413273\n                            ],\n                            [\n                                -3.4999079108729263,\n                                50.46021460894403\n                            ],\n                            [\n                                -3.4999044469813425,\n                                50.46021645233294\n                            ],\n                            [\n                                -3.4999016872449005,\n                                50.46021828664356\n                            ],\n                            [\n                                -3.4998996316636823,\n                                50.46022011187596\n                            ],\n                            [\n                                -3.49989826601653,\n                                50.460221478530684\n                            ],\n                            [\n                                -3.499895577385643,\n                                50.46022556033845\n                            ],\n                            [\n                                -3.499892902975496,\n                                50.46023009164565\n                            ],\n                            [\n                                -3.4998909042781445,\n                                50.46023371487571\n                            ],\n                            [\n                                -3.499888934022814,\n                                50.46023823710468\n                            ],\n                            [\n                                -3.4998876679228967,\n                                50.460242750255524\n                            ],\n                            [\n                                -3.499887319379405,\n                                50.460245093099594\n                            ],\n                            [\n                                -3.4998865155918977,\n                                50.46025085940203\n                            ],\n                            [\n                                -3.499889801514362,\n                                50.460265656571764\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 108136.14871483242,\n            \"area_buildings_sqft\": 16699.813909217737,\n            \"density\": 15.443322244864744,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 10046.093340285435,\n            \"area_acre\": 2.4824643873928474,\n            \"area_buildings_m2\": 1551.4505675601763,\n            \"area_buildings_acre\": 0.38337497495908485\n        },\n        {\n            \"title_no\": \"DN45755\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040548735\"\n            ],\n            \"property_address\": [\n                \"Bishops Court Hotel, Lower Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"BISHOPS COURT (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"11732747\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Old Customs House, Torwood Gardens Road, Torquay TQ1 1EG\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5178487210686358,\n                                50.46586756069571\n                            ],\n                            [\n                                -3.5178473020546592,\n                                50.465851849293564\n                            ],\n                            [\n                                -3.5178210086377315,\n                                50.46580035284948\n                            ],\n                            [\n                                -3.5178213985825852,\n                                50.46579800941015\n                            ],\n                            [\n                                -3.5178281458641836,\n                                50.4657953042301\n                            ],\n                            [\n                                -3.5178308083093635,\n                                50.465792643346646\n                            ],\n                            [\n                                -3.51783205332221,\n                                50.46578884077256\n                            ],\n                            [\n                                -3.5178323828329265,\n                                50.465785050142046\n                            ],\n                            [\n                                -3.5178318483509035,\n                                50.46578243995923\n                            ],\n                            [\n                                -3.517831801714183,\n                                50.4657809835944\n                            ],\n                            [\n                                -3.5179630043483736,\n                                50.46576004340502\n                            ],\n                            [\n                                -3.517979277898215,\n                                50.46575517236422\n                            ],\n                            [\n                                -3.5179963970063373,\n                                50.46574854551833\n                            ],\n                            [\n                                -3.518008929344909,\n                                50.46574080933978\n                            ],\n                            [\n                                -3.5180240636709543,\n                                50.46572896508108\n                            ],\n                            [\n                                -3.5180365027140295,\n                                50.46571831617019\n                            ],\n                            [\n                                -3.5180516928828984,\n                                50.465708215949654\n                            ],\n                            [\n                                -3.5180742160197904,\n                                50.46569918022876\n                            ],\n                            [\n                                -3.5181095513252956,\n                                50.46569114650243\n                            ],\n                            [\n                                -3.5181368060130467,\n                                50.465687301329055\n                            ],\n                            [\n                                -3.518165069201723,\n                                50.46568634794248\n                            ],\n                            [\n                                -3.518189740336161,\n                                50.465687186192554\n                            ],\n                            [\n                                -3.518196737559505,\n                                50.46568788632747\n                            ],\n                            [\n                                -3.5182040849077127,\n                                50.46568895962695\n                            ],\n                            [\n                                -3.5182146197234703,\n                                50.46569056692633\n                            ],\n                            [\n                                -3.5182236549477777,\n                                50.46569198693916\n                            ],\n                            [\n                                -3.518255808802862,\n                                50.46569856441733\n                            ],\n                            [\n                                -3.5182637865827746,\n                                50.46570084363057\n                            ],\n                            [\n                                -3.518272302458568,\n                                50.4657032057579\n                            ],\n                            [\n                                -3.5182799215270455,\n                                50.46570572348642\n                            ],\n                            [\n                                -3.5182898910257303,\n                                50.46570859726901\n                            ],\n                            [\n                                -3.5182936379256913,\n                                50.46571032012372\n                            ],\n                            [\n                                -3.5183618928443257,\n                                50.46564215678422\n                            ],\n                            [\n                                -3.5183950848107393,\n                                50.465609004661445\n                            ],\n                            [\n                                -3.5185021977934485,\n                                50.465502039083816\n                            ],\n                            [\n                                -3.5185041061207456,\n                                50.46550223002468\n                            ],\n                            [\n                                -3.518562112017387,\n                                50.465509567226995\n                            ],\n                            [\n                                -3.5186003563430526,\n                                50.46551581329259\n                            ],\n                            [\n                                -3.5186038918843368,\n                                50.46551621682768\n                            ],\n                            [\n                                -3.5186329380507764,\n                                50.46552123389294\n                            ],\n                            [\n                                -3.5186421650237882,\n                                50.46552336186976\n                            ],\n                            [\n                                -3.518651420800987,\n                                50.465526388836174\n                            ],\n                            [\n                                -3.518666382414051,\n                                50.46553158973851\n                            ],\n                            [\n                                -3.51867496276994,\n                                50.46553552488575\n                            ],\n                            [\n                                -3.5186806974099567,\n                                50.46553859781203\n                            ],\n                            [\n                                -3.518686446452744,\n                                50.4655421202332\n                            ],\n                            [\n                                -3.5186900252028566,\n                                50.465543872251125\n                            ],\n                            [\n                                -3.5187029893577044,\n                                50.46555269668757\n                            ],\n                            [\n                                -3.518715263691041,\n                                50.46556197981034\n                            ],\n                            [\n                                -3.518726833800404,\n                                50.46557127212457\n                            ],\n                            [\n                                -3.5187355005835292,\n                                50.465577904238096\n                            ],\n                            [\n                                -3.51874578580539,\n                                50.465586673703235\n                            ],\n                            [\n                                -3.518757232364245,\n                                50.46559650724707\n                            ],\n                            [\n                                -3.518772453262664,\n                                50.46560979904788\n                            ],\n                            [\n                                -3.518776909085497,\n                                50.46561693581159\n                            ],\n                            [\n                                -3.518778447170857,\n                                50.465620962881594\n                            ],\n                            [\n                                -3.5187792666239597,\n                                50.46562454964956\n                            ],\n                            [\n                                -3.518780071674235,\n                                50.46562768692238\n                            ],\n                            [\n                                -3.5187801868979207,\n                                50.46563128288344\n                            ],\n                            [\n                                -3.5187796122948685,\n                                50.46563533753273\n                            ],\n                            [\n                                -3.518778333461936,\n                                50.46563940137514\n                            ],\n                            [\n                                -3.5187770690317324,\n                                50.46564391471266\n                            ],\n                            [\n                                -3.51877648002535,\n                                50.465647519866806\n                            ],\n                            [\n                                -3.518769410431242,\n                                50.46566874726175\n                            ],\n                            [\n                                -3.5187649273076302,\n                                50.4656827459621\n                            ],\n                            [\n                                -3.5187483456392528,\n                                50.46573692439524\n                            ],\n                            [\n                                -3.518726073959744,\n                                50.46581141284216\n                            ],\n                            [\n                                -3.5187094778026387,\n                                50.46586514177427\n                            ],\n                            [\n                                -3.5186967469550594,\n                                50.46590757816992\n                            ],\n                            [\n                                -3.518673986917065,\n                                50.465988818225654\n                            ],\n                            [\n                                -3.518649522235117,\n                                50.466069630843144\n                            ],\n                            [\n                                -3.51863831438965,\n                                50.46610683102675\n                            ],\n                            [\n                                -3.518624370807005,\n                                50.46615539893218\n                            ],\n                            [\n                                -3.5186046708771377,\n                                50.466222209168066\n                            ],\n                            [\n                                -3.5185899999469763,\n                                50.46627006706901\n                            ],\n                            [\n                                -3.518574078923304,\n                                50.46632288779821\n                            ],\n                            [\n                                -3.5183775082151083,\n                                50.46630072076298\n                            ],\n                            [\n                                -3.5182345475401458,\n                                50.466302586399934\n                            ],\n                            [\n                                -3.5178931063458427,\n                                50.46631063896128\n                            ],\n                            [\n                                -3.5178930414342218,\n                                50.466294532160674\n                            ],\n                            [\n                                -3.5178751114886135,\n                                50.466294766081454\n                            ],\n                            [\n                                -3.5178063328774,\n                                50.466083053210944\n                            ],\n                            [\n                                -3.5178472070227516,\n                                50.465877482469885\n                            ],\n                            [\n                                -3.5178487210686358,\n                                50.46586756069571\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 47518.30070899802,\n            \"area_buildings_sqft\": 11610.986692266255,\n            \"density\": 24.434768329305196,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 4414.557851077482,\n            \"area_acre\": 1.09087008055551,\n            \"area_buildings_m2\": 1078.6869836739368,\n            \"area_buildings_acre\": 0.26655157695744386\n        },\n        {\n            \"title_no\": \"DN456697\",\n            \"tenure\": \"Freehold\",\n            \"height\": 16,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040549159\"\n            ],\n            \"property_address\": [\n                \"18 Lydwell Road Torquay Torbay TQ1 1SN\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.510367374174334,\n                                50.47309221087821\n                            ],\n                            [\n                                -3.510344925950053,\n                                50.473104194018916\n                            ],\n                            [\n                                -3.5102147584959824,\n                                50.47317648375966\n                            ],\n                            [\n                                -3.5100748443993863,\n                                50.47325249730863\n                            ],\n                            [\n                                -3.5099965711009324,\n                                50.47329488392846\n                            ],\n                            [\n                                -3.5099196347417516,\n                                50.47333500473368\n                            ],\n                            [\n                                -3.5098931560086992,\n                                50.47334434199726\n                            ],\n                            [\n                                -3.5098857701354453,\n                                50.4733469560644\n                            ],\n                            [\n                                -3.5096939794857467,\n                                50.4732632856527\n                            ],\n                            [\n                                -3.5095849698057138,\n                                50.47321676391239\n                            ],\n                            [\n                                -3.5094953934342885,\n                                50.47317862385036\n                            ],\n                            [\n                                -3.5094190119564646,\n                                50.47314768733205\n                            ],\n                            [\n                                -3.5093527805320828,\n                                50.47310357830861\n                            ],\n                            [\n                                -3.5092950442986854,\n                                50.47306070809569\n                            ],\n                            [\n                                -3.5092581779122645,\n                                50.47303150729004\n                            ],\n                            [\n                                -3.5092047480742914,\n                                50.47299109939209\n                            ],\n                            [\n                                -3.5091636328429914,\n                                50.47296123417737\n                            ],\n                            [\n                                -3.5091521056985715,\n                                50.47295328941278\n                            ],\n                            [\n                                -3.509144876183422,\n                                50.472947537315314\n                            ],\n                            [\n                                -3.509135447754339,\n                                50.47293911564514\n                            ],\n                            [\n                                -3.5091267379850195,\n                                50.47293113433504\n                            ],\n                            [\n                                -3.5091150820187096,\n                                50.472919144097496\n                            ],\n                            [\n                                -3.509105524766074,\n                                50.472906676955596\n                            ],\n                            [\n                                -3.509095263177813,\n                                50.47289421894828\n                            ],\n                            [\n                                -3.5090923169816373,\n                                50.47289021002088\n                            ],\n                            [\n                                -3.50906069908395,\n                                50.472848799658166\n                            ],\n                            [\n                                -3.5090599518004475,\n                                50.47284746030362\n                            ],\n                            [\n                                -3.509026968223804,\n                                50.4728074166912\n                            ],\n                            [\n                                -3.509013832064987,\n                                50.47279319722981\n                            ],\n                            [\n                                -3.5090086869807795,\n                                50.472786518725286\n                            ],\n                            [\n                                -3.5090030808955364,\n                                50.47278749079772\n                            ],\n                            [\n                                -3.5089981934630923,\n                                50.47278890323165\n                            ],\n                            [\n                                -3.5089959373070814,\n                                50.4727844356701\n                            ],\n                            [\n                                -3.5089879462427804,\n                                50.47277689471074\n                            ],\n                            [\n                                -3.508983562757807,\n                                50.472772005056704\n                            ],\n                            [\n                                -3.508966847674122,\n                                50.472756033277015\n                            ],\n                            [\n                                -3.50894436907404,\n                                50.472736089101545\n                            ],\n                            [\n                                -3.508943664735636,\n                                50.472736098236055\n                            ],\n                            [\n                                -3.5089335320465493,\n                                50.47272768568306\n                            ],\n                            [\n                                -3.5089241180123687,\n                                50.47271971349132\n                            ],\n                            [\n                                -3.508914675355288,\n                                50.47271084230555\n                            ],\n                            [\n                                -3.5089015106314685,\n                                50.47269572383745\n                            ],\n                            [\n                                -3.508899311740695,\n                                50.472693054260404\n                            ],\n                            [\n                                -3.5088956755489886,\n                                50.472689503958485\n                            ],\n                            [\n                                -3.508892025045019,\n                                50.47268550415982\n                            ],\n                            [\n                                -3.5088890931920655,\n                                50.47268194472348\n                            ],\n                            [\n                                -3.5088861470268022,\n                                50.47267793579043\n                            ],\n                            [\n                                -3.5088839051995464,\n                                50.47267391772315\n                            ],\n                            [\n                                -3.508882382022829,\n                                50.472670340018325\n                            ],\n                            [\n                                -3.50888154887104,\n                                50.4726663036827\n                            ],\n                            [\n                                -3.5088807014067074,\n                                50.47266181785042\n                            ],\n                            [\n                                -3.508880415152929,\n                                50.472652827917614\n                            ],\n                            [\n                                -3.508881680700337,\n                                50.472648314682935\n                            ],\n                            [\n                                -3.508882256223158,\n                                50.47264426007903\n                            ],\n                            [\n                                -3.5088829319348074,\n                                50.47264335195161\n                            ],\n                            [\n                                -3.5088835503955957,\n                                50.472640645837615\n                            ],\n                            [\n                                -3.5088848875060017,\n                                50.4726383800861\n                            ],\n                            [\n                                -3.508885505966618,\n                                50.4726356739721\n                            ],\n                            [\n                                -3.5088868430767945,\n                                50.47263340822059\n                            ],\n                            [\n                                -3.508888165874098,\n                                50.4726306929724\n                            ],\n                            [\n                                -3.5088902073208335,\n                                50.472628418086686\n                            ],\n                            [\n                                -3.508892248767377,\n                                50.47262614320091\n                            ],\n                            [\n                                -3.5088943045265255,\n                                50.472624317811736\n                            ],\n                            [\n                                -3.50889637459834,\n                                50.47262294191918\n                            ],\n                            [\n                                -3.5088991346939045,\n                                50.47262110739574\n                            ],\n                            [\n                                -3.5089060921835227,\n                                50.47261831907331\n                            ],\n                            [\n                                -3.5089359492641035,\n                                50.47260444139651\n                            ],\n                            [\n                                -3.508938033647044,\n                                50.47260351499987\n                            ],\n                            [\n                                -3.508942906749084,\n                                50.47260165307196\n                            ],\n                            [\n                                -3.5089484841871186,\n                                50.472599782009326\n                            ],\n                            [\n                                -3.5090221487232185,\n                                50.4725697771572\n                            ],\n                            [\n                                -3.509023607789024,\n                                50.4725691286785\n                            ],\n                            [\n                                -3.509025692168678,\n                                50.47256820228029\n                            ],\n                            [\n                                -3.5091891983232903,\n                                50.472502856219165\n                            ],\n                            [\n                                -3.5092107120312113,\n                                50.4724925042784\n                            ],\n                            [\n                                -3.5092698789809393,\n                                50.47246970236212\n                            ],\n                            [\n                                -3.5093394104459827,\n                                50.47244047041163\n                            ],\n                            [\n                                -3.5093539437502836,\n                                50.472432187598216\n                            ],\n                            [\n                                -3.509422498738299,\n                                50.47239442430118\n                            ],\n                            [\n                                -3.5094231887537717,\n                                50.47239396566725\n                            ],\n                            [\n                                -3.509425948815532,\n                                50.472392131131514\n                            ],\n                            [\n                                -3.5094266531486684,\n                                50.47239212199413\n                            ],\n                            [\n                                -3.5094280188617093,\n                                50.472390755229696\n                            ],\n                            [\n                                -3.509429398892428,\n                                50.472389837961764\n                            ],\n                            [\n                                -3.50943286328678,\n                                50.47238799428845\n                            ],\n                            [\n                                -3.50943775066479,\n                                50.47238658183669\n                            ],\n                            [\n                                -3.50944124369431,\n                                50.472385637156236\n                            ],\n                            [\n                                -3.509445441056711,\n                                50.47238468333815\n                            ],\n                            [\n                                -3.5094496527368864,\n                                50.47238417901647\n                            ],\n                            [\n                                -3.509453160083965,\n                                50.472383683832206\n                            ],\n                            [\n                                -3.509457371763962,\n                                50.47238317951024\n                            ],\n                            [\n                                -3.509473628695447,\n                                50.472384767330894\n                            ],\n                            [\n                                -3.5095303244169673,\n                                50.47235075528367\n                            ],\n                            [\n                                -3.509601986447876,\n                                50.4724105326283\n                            ],\n                            [\n                                -3.509644716339796,\n                                50.472446852164836\n                            ],\n                            [\n                                -3.5097547681493206,\n                                50.47253940779258\n                            ],\n                            [\n                                -3.5099053517392123,\n                                50.47266561318861\n                            ],\n                            [\n                                -3.5100016783794032,\n                                50.472747554322225\n                            ],\n                            [\n                                -3.5101211171968707,\n                                50.472847182696135\n                            ],\n                            [\n                                -3.510230452206954,\n                                50.4729392974967\n                            ],\n                            [\n                                -3.5103404919860552,\n                                50.47303140304632\n                            ],\n                            [\n                                -3.510395779446546,\n                                50.47307700262654\n                            ],\n                            [\n                                -3.510367374174334,\n                                50.47309221087821\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 64845.82205276196,\n            \"area_buildings_sqft\": 2492.491096088828,\n            \"density\": 3.8437188660524746,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 6024.323862203824,\n            \"area_acre\": 1.4886552353710276,\n            \"area_buildings_m2\": 231.5580728436295,\n            \"area_buildings_acre\": 0.057219722132434064\n        },\n        {\n            \"title_no\": \"DN454389\",\n            \"tenure\": \"Freehold\",\n            \"height\": 17.3,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041054571\"\n            ],\n            \"property_address\": [\n                \"Units 5, 6, 7 and 8 Woodland Road, Old Woods Trading Estate, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"PANTHER INVESTMENT PROPERTIES LIMITED\",\n                    \"company_registration_no\": \"1107006\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Unicorn House, Station Close, Potters Bar EN6 1TL\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5468136201362057,\n                                50.48049210145592\n                            ],\n                            [\n                                -3.5467919747165735,\n                                50.48049828005373\n                            ],\n                            [\n                                -3.5467815002627434,\n                                50.48050124330708\n                            ],\n                            [\n                                -3.546778539848305,\n                                50.48050209209114\n                            ],\n                            [\n                                -3.546774025553767,\n                                50.48050369901202\n                            ],\n                            [\n                                -3.54677190724002,\n                                50.480504437671165\n                            ],\n                            [\n                                -3.5467642279485436,\n                                50.480507102949325\n                            ],\n                            [\n                                -3.546641613384467,\n                                50.480535947672934\n                            ],\n                            [\n                                -3.5465750476625195,\n                                50.480554657908165\n                            ],\n                            [\n                                -3.5459702797489085,\n                                50.480723672332275\n                            ],\n                            [\n                                -3.545664817624117,\n                                50.48080849355368\n                            ],\n                            [\n                                -3.5456474538910236,\n                                50.48078391069584\n                            ],\n                            [\n                                -3.545648641476577,\n                                50.480783589135704\n                            ],\n                            [\n                                -3.5456371868311467,\n                                50.4807737943053\n                            ],\n                            [\n                                -3.5456210491907214,\n                                50.480760005538805\n                            ],\n                            [\n                                -3.545624892844422,\n                                50.48075901014687\n                            ],\n                            [\n                                -3.5457257184197584,\n                                50.480674029718024\n                            ],\n                            [\n                                -3.5458723035208886,\n                                50.480548680276655\n                            ],\n                            [\n                                -3.545889169304105,\n                                50.48053424621401\n                            ],\n                            [\n                                -3.545926605082513,\n                                50.480502271020946\n                            ],\n                            [\n                                -3.5459737013530965,\n                                50.480433752118635\n                            ],\n                            [\n                                -3.5460596918878147,\n                                50.4803088567577\n                            ],\n                            [\n                                -3.5461452795574857,\n                                50.48018458724489\n                            ],\n                            [\n                                -3.546238868390336,\n                                50.4800506870482\n                            ],\n                            [\n                                -3.546331106814961,\n                                50.479918612444116\n                            ],\n                            [\n                                -3.546429473033339,\n                                50.479779971888114\n                            ],\n                            [\n                                -3.546525221418724,\n                                50.47964491853571\n                            ],\n                            [\n                                -3.5465293179944917,\n                                50.479639153109254\n                            ],\n                            [\n                                -3.5472551151129244,\n                                50.479727355033965\n                            ],\n                            [\n                                -3.5472542962216607,\n                                50.4797281753532\n                            ],\n                            [\n                                -3.5472429142953166,\n                                50.47977671262453\n                            ],\n                            [\n                                -3.54723081323551,\n                                50.479824809773696\n                            ],\n                            [\n                                -3.547193239038188,\n                                50.47997334513412\n                            ],\n                            [\n                                -3.5471723943900377,\n                                50.48005582440209\n                            ],\n                            [\n                                -3.5471667825847732,\n                                50.4800782033102\n                            ],\n                            [\n                                -3.547158954527144,\n                                50.48011040578785\n                            ],\n                            [\n                                -3.5470754371826434,\n                                50.480102036949745\n                            ],\n                            [\n                                -3.5470653182541274,\n                                50.48014652824501\n                            ],\n                            [\n                                -3.546940533808873,\n                                50.48013305996882\n                            ],\n                            [\n                                -3.546881411798085,\n                                50.48040302634579\n                            ],\n                            [\n                                -3.546869707919132,\n                                50.48044258318298\n                            ],\n                            [\n                                -3.546854234638987,\n                                50.48046555185161\n                            ],\n                            [\n                                -3.5468464306275416,\n                                50.48047518888279\n                            ],\n                            [\n                                -3.5468406636134833,\n                                50.48048030200162\n                            ],\n                            [\n                                -3.5468315070633283,\n                                50.48048607174968\n                            ],\n                            [\n                                -3.546821793706634,\n                                50.48049032896996\n                            ],\n                            [\n                                -3.5468136201362057,\n                                50.48049210145592\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 71574.53364282307,\n            \"area_buildings_sqft\": 29948.96883890143,\n            \"density\": 41.84305131257321,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 6649.436421666952,\n            \"area_acre\": 1.6431251984119162,\n            \"area_buildings_m2\": 2782.3270939150348,\n            \"area_buildings_acre\": 0.6875337199013184\n        },\n        {\n            \"title_no\": \"DN450826\",\n            \"tenure\": \"Freehold\",\n            \"height\": 10.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040541953\",\n                \"100040541958\",\n                \"100040541964\",\n                \"100040541966\",\n                \"100040541976\",\n                \"100040541989\",\n                \"100040541991\",\n                \"100040542932\",\n                \"100040542936\",\n                \"100040542949\",\n                \"100040542950\",\n                \"100040542966\",\n                \"100040556986\",\n                \"100040556997\",\n                \"100040556999\",\n                \"100040557019\",\n                \"100040561367\",\n                \"100040561369\",\n                \"100040561371\",\n                \"100040561375\",\n                \"100040561377\",\n                \"100040561383\",\n                \"100040561384\",\n                \"100040561387\",\n                \"100040561399\",\n                \"100040561407\",\n                \"100040561408\",\n                \"100040561411\",\n                \"100040561412\"\n            ],\n            \"property_address\": [\n                \"4, 9, 15, 17, 27, 42, and 46 Daison Crescent, 29, 31, 33, 46, 47 and 63 Empire Road, 20, 30, 32 and 52 St Margarets Avenue, 18, 20, 22, 26, 28, 34, 35, 38 and 50 Westhill Avenue and 1, 2, 5 and 6 Westhill Avenue Close, Torquay and other land\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"SANCTUARY HOUSING ASSOCIATION\",\n                    \"company_registration_no\": \"IR19059R\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Chamber Court, Castle Street, Worcester WR1 3ZQ\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.5286452296711213,\n                                    50.4793577189147\n                                ],\n                                [\n                                    -3.5286459403450974,\n                                    50.47937974402285\n                                ],\n                                [\n                                    -3.528645528079781,\n                                    50.479406280709185\n                                ],\n                                [\n                                    -3.5285396147834334,\n                                    50.47941306831011\n                                ],\n                                [\n                                    -3.5284347850400946,\n                                    50.47941849253343\n                                ],\n                                [\n                                    -3.528222092921713,\n                                    50.479453303637534\n                                ],\n                                [\n                                    -3.528218879351402,\n                                    50.479414853020614\n                                ],\n                                [\n                                    -3.5282184293843963,\n                                    50.479409642613206\n                                ],\n                                [\n                                    -3.5283666812395063,\n                                    50.47937396918247\n                                ],\n                                [\n                                    -3.528407277196618,\n                                    50.47936534164884\n                                ],\n                                [\n                                    -3.528430119377186,\n                                    50.47936998810712\n                                ],\n                                [\n                                    -3.528535104402562,\n                                    50.47936501153018\n                                ],\n                                [\n                                    -3.5285579383128085,\n                                    50.479360664421236\n                                ],\n                                [\n                                    -3.528643946348131,\n                                    50.47934415536167\n                                ],\n                                [\n                                    -3.5286452296711213,\n                                    50.4793577189147\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5282011883642523,\n                                    50.47929025350316\n                                ],\n                                [\n                                    -3.5282685588704656,\n                                    50.479272730391905\n                                ],\n                                [\n                                    -3.52842416119298,\n                                    50.47923336287997\n                                ],\n                                [\n                                    -3.5285876341997944,\n                                    50.47918894525165\n                                ],\n                                [\n                                    -3.5286047932439186,\n                                    50.47921839887671\n                                ],\n                                [\n                                    -3.5286196794878153,\n                                    50.479242935850046\n                                ],\n                                [\n                                    -3.5286341575933364,\n                                    50.47926792786596\n                                ],\n                                [\n                                    -3.5286346092575513,\n                                    50.47926882129727\n                                ],\n                                [\n                                    -3.528637920090322,\n                                    50.47928406700751\n                                ],\n                                [\n                                    -3.528638813064366,\n                                    50.4792899011491\n                                ],\n                                [\n                                    -3.5286407150409222,\n                                    50.4793051653683\n                                ],\n                                [\n                                    -3.5285297694444213,\n                                    50.47930887129612\n                                ],\n                                [\n                                    -3.5284247671409283,\n                                    50.479313308476755\n                                ],\n                                [\n                                    -3.5282123758650736,\n                                    50.479353062121646\n                                ],\n                                [\n                                    -3.5282011883642523,\n                                    50.47929025350316\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.529770127132031,\n                                    50.478275478259874\n                                ],\n                                [\n                                    -3.5298270604318844,\n                                    50.47831016471073\n                                ],\n                                [\n                                    -3.5298372750254465,\n                                    50.47831659577607\n                                ],\n                                [\n                                    -3.5296564883310433,\n                                    50.47839649792014\n                                ],\n                                [\n                                    -3.5295715069139995,\n                                    50.47844474183898\n                                ],\n                                [\n                                    -3.5295073649613884,\n                                    50.47847490432467\n                                ],\n                                [\n                                    -3.5294995395902724,\n                                    50.478468261950866\n                                ],\n                                [\n                                    -3.5294976564466456,\n                                    50.478466685834825\n                                ],\n                                [\n                                    -3.52949764264853,\n                                    50.47846669500986\n                                ],\n                                [\n                                    -3.5294727506192447,\n                                    50.47844612996032\n                                ],\n                                [\n                                    -3.5294591854484314,\n                                    50.478436325317794\n                                ],\n                                [\n                                    -3.529456876175007,\n                                    50.47843464687863\n                                ],\n                                [\n                                    -3.52941435792389,\n                                    50.478405526709224\n                                ],\n                                [\n                                    -3.5294060067713318,\n                                    50.478400060415126\n                                ],\n                                [\n                                    -3.529386213381242,\n                                    50.47838724381319\n                                ],\n                                [\n                                    -3.5293861995831284,\n                                    50.47838725298821\n                                ],\n                                [\n                                    -3.529352457761541,\n                                    50.4783654192134\n                                ],\n                                [\n                                    -3.5293490011171853,\n                                    50.478363126297346\n                                ],\n                                [\n                                    -3.529406508597299,\n                                    50.47832828446812\n                                ],\n                                [\n                                    -3.5294888960441013,\n                                    50.478278276036065\n                                ],\n                                [\n                                    -3.5294858678524776,\n                                    50.47827615736505\n                                ],\n                                [\n                                    -3.5296351214769364,\n                                    50.47819307257098\n                                ],\n                                [\n                                    -3.529695079874073,\n                                    50.47822978785736\n                                ],\n                                [\n                                    -3.529705576197752,\n                                    50.47823621523035\n                                ],\n                                [\n                                    -3.529770127132031,\n                                    50.478275478259874\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5313969596078896,\n                                    50.47777192827781\n                                ],\n                                [\n                                    -3.5314604454726433,\n                                    50.47783054075265\n                                ],\n                                [\n                                    -3.5316054462407296,\n                                    50.47795175529653\n                                ],\n                                [\n                                    -3.5317488137635547,\n                                    50.478070383001295\n                                ],\n                                [\n                                    -3.531718994961535,\n                                    50.47808534526898\n                                ],\n                                [\n                                    -3.5316880665216246,\n                                    50.47810086175552\n                                ],\n                                [\n                                    -3.53163866863252,\n                                    50.47806823549421\n                                ],\n                                [\n                                    -3.531635933748705,\n                                    50.47806647276396\n                                ],\n                                [\n                                    -3.531495246406883,\n                                    50.47796534727152\n                                ],\n                                [\n                                    -3.5313754669236914,\n                                    50.477878785967796\n                                ],\n                                [\n                                    -3.531230910012751,\n                                    50.47776691869954\n                                ],\n                                [\n                                    -3.5313009508841255,\n                                    50.47773182104388\n                                ],\n                                [\n                                    -3.531337100529482,\n                                    50.47771650575232\n                                ],\n                                [\n                                    -3.5313969596078896,\n                                    50.47777192827781\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.528893157145398,\n                                    50.480209487805375\n                                ],\n                                [\n                                    -3.529024215409918,\n                                    50.48024805720789\n                                ],\n                                [\n                                    -3.529014008862669,\n                                    50.48026241029117\n                                ],\n                                [\n                                    -3.5288842228953445,\n                                    50.4802209012233\n                                ],\n                                [\n                                    -3.528893157145398,\n                                    50.480209487805375\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.530911133995618,\n                                    50.47971285636049\n                                ],\n                                [\n                                    -3.5308771904407115,\n                                    50.47975287502602\n                                ],\n                                [\n                                    -3.5308432758782176,\n                                    50.47979379266496\n                                ],\n                                [\n                                    -3.5307936966064304,\n                                    50.47985155463779\n                                ],\n                                [\n                                    -3.530728738657195,\n                                    50.47992193014432\n                                ],\n                                [\n                                    -3.530646775124678,\n                                    50.48001564300504\n                                ],\n                                [\n                                    -3.5306263884050377,\n                                    50.48003902487228\n                                ],\n                                [\n                                    -3.5306017998538155,\n                                    50.48003269302227\n                                ],\n                                [\n                                    -3.5305709570557315,\n                                    50.480024734643116\n                                ],\n                                [\n                                    -3.5304631474550545,\n                                    50.48000339880532\n                                ],\n                                [\n                                    -3.530386283899868,\n                                    50.47998012692949\n                                ],\n                                [\n                                    -3.530348345394405,\n                                    50.48002739290144\n                                ],\n                                [\n                                    -3.5303278801141844,\n                                    50.48004834746308\n                                ],\n                                [\n                                    -3.53028229428422,\n                                    50.48009886176865\n                                ],\n                                [\n                                    -3.530221747841586,\n                                    50.48016621106093\n                                ],\n                                [\n                                    -3.5301400029213346,\n                                    50.48021000591764\n                                ],\n                                [\n                                    -3.530090699535494,\n                                    50.48018906950878\n                                ],\n                                [\n                                    -3.5300614662210092,\n                                    50.48016984776626\n                                ],\n                                [\n                                    -3.5301225982917295,\n                                    50.480098803460294\n                                ],\n                                [\n                                    -3.530171908478732,\n                                    50.48004140506495\n                                ],\n                                [\n                                    -3.530226245555757,\n                                    50.4799781846011\n                                ],\n                                [\n                                    -3.5301700461953183,\n                                    50.47995320183685\n                                ],\n                                [\n                                    -3.5302215755328366,\n                                    50.479894694996524\n                                ],\n                                [\n                                    -3.5299988530451536,\n                                    50.479789160420765\n                                ],\n                                [\n                                    -3.5298208570101837,\n                                    50.479733042077015\n                                ],\n                                [\n                                    -3.5298702530999817,\n                                    50.47966521004098\n                                ],\n                                [\n                                    -3.529953355566836,\n                                    50.47968965933209\n                                ],\n                                [\n                                    -3.5300532628011423,\n                                    50.47971946365011\n                                ],\n                                [\n                                    -3.530080016686674,\n                                    50.47972738599855\n                                ],\n                                [\n                                    -3.5302774505248626,\n                                    50.479831094534745\n                                ],\n                                [\n                                    -3.530328841615974,\n                                    50.47977267939933\n                                ],\n                                [\n                                    -3.5303432803088386,\n                                    50.479778964927775\n                                ],\n                                [\n                                    -3.530509102602313,\n                                    50.47985089155944\n                                ],\n                                [\n                                    -3.5305661415314997,\n                                    50.47987568324366\n                                ],\n                                [\n                                    -3.5306189524599705,\n                                    50.479896123628635\n                                ],\n                                [\n                                    -3.5306537894112786,\n                                    50.47990555837294\n                                ],\n                                [\n                                    -3.5307042692454136,\n                                    50.47991928414592\n                                ],\n                                [\n                                    -3.5307833697179665,\n                                    50.47983730065623\n                                ],\n                                [\n                                    -3.5308290273862473,\n                                    50.47978903361679\n                                ],\n                                [\n                                    -3.5308536027503172,\n                                    50.479764427428954\n                                ],\n                                [\n                                    -3.530895389501479,\n                                    50.47970541890795\n                                ],\n                                [\n                                    -3.530911133995618,\n                                    50.47971285636049\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.529457708738641,\n                                    50.47946458898246\n                                ],\n                                [\n                                    -3.5294409773216158,\n                                    50.47949205967433\n                                ],\n                                [\n                                    -3.529411404374887,\n                                    50.479536517285\n                                ],\n                                [\n                                    -3.529381657245735,\n                                    50.47957558098637\n                                ],\n                                [\n                                    -3.529375549514685,\n                                    50.47958285618736\n                                ],\n                                [\n                                    -3.5293558797017295,\n                                    50.47961099504383\n                                ],\n                                [\n                                    -3.5296963931427947,\n                                    50.47971534208495\n                                ],\n                                [\n                                    -3.529686135647103,\n                                    50.47972941709636\n                                ],\n                                [\n                                    -3.529654347596306,\n                                    50.47977074711703\n                                ],\n                                [\n                                    -3.529641371020656,\n                                    50.4797879157116\n                                ],\n                                [\n                                    -3.529565385750097,\n                                    50.47976563004488\n                                ],\n                                [\n                                    -3.529460759784633,\n                                    50.47973372885908\n                                ],\n                                [\n                                    -3.529458766758428,\n                                    50.47973311650757\n                                ],\n                                [\n                                    -3.529302928547977,\n                                    50.47968660812453\n                                ],\n                                [\n                                    -3.5292873024390676,\n                                    50.47970902782063\n                                ],\n                                [\n                                    -3.5292472204223233,\n                                    50.479764146080704\n                                ],\n                                [\n                                    -3.5294098968875836,\n                                    50.47981290300433\n                                ],\n                                [\n                                    -3.529374625687769,\n                                    50.479859863787226\n                                ],\n                                [\n                                    -3.529342326545753,\n                                    50.47990283728244\n                                ],\n                                [\n                                    -3.529305836557786,\n                                    50.47995134298314\n                                ],\n                                [\n                                    -3.529287890262162,\n                                    50.479945553110184\n                                ],\n                                [\n                                    -3.5292280932001754,\n                                    50.47992699367647\n                                ],\n                                [\n                                    -3.529174767289975,\n                                    50.47991241429713\n                                ],\n                                [\n                                    -3.529145729936082,\n                                    50.47990361339154\n                                ],\n                                [\n                                    -3.5291149851115695,\n                                    50.47989431328613\n                                ],\n                                [\n                                    -3.529039589283046,\n                                    50.47987281996529\n                                ],\n                                [\n                                    -3.5290778181728895,\n                                    50.47982141352857\n                                ],\n                                [\n                                    -3.5291247355881876,\n                                    50.479759721076974\n                                ],\n                                [\n                                    -3.5293297060640123,\n                                    50.47949442159632\n                                ],\n                                [\n                                    -3.5293696276084785,\n                                    50.479451806588784\n                                ],\n                                [\n                                    -3.52943239956756,\n                                    50.47943155521412\n                                ],\n                                [\n                                    -3.529457708738641,\n                                    50.47946458898246\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5301747030918436,\n                                    50.47818820822648\n                                ],\n                                [\n                                    -3.5301774345962964,\n                                    50.478179394498376\n                                ],\n                                [\n                                    -3.5299837737001947,\n                                    50.47815388996468\n                                ],\n                                [\n                                    -3.5299865080690283,\n                                    50.4781412359133\n                                ],\n                                [\n                                    -3.529971134636226,\n                                    50.47813217459968\n                                ],\n                                [\n                                    -3.5298649949997443,\n                                    50.47806638761193\n                                ],\n                                [\n                                    -3.5297377019045015,\n                                    50.477987118348935\n                                ],\n                                [\n                                    -3.5296433556722544,\n                                    50.477946088529905\n                                ],\n                                [\n                                    -3.5295738974169297,\n                                    50.47791633327763\n                                ],\n                                [\n                                    -3.529576081868787,\n                                    50.47791414608428\n                                ],\n                                [\n                                    -3.5296231622951426,\n                                    50.47786631047987\n                                ],\n                                [\n                                    -3.529636383735619,\n                                    50.477852376376184\n                                ],\n                                [\n                                    -3.5297096747641814,\n                                    50.47788298056721\n                                ],\n                                [\n                                    -3.5298025453450608,\n                                    50.47792196119376\n                                ],\n                                [\n                                    -3.5299146103176926,\n                                    50.47798794013728\n                                ],\n                                [\n                                    -3.530037718039784,\n                                    50.47805979951208\n                                ],\n                                [\n                                    -3.5300485473178744,\n                                    50.47804598675469\n                                ],\n                                [\n                                    -3.530055723743442,\n                                    50.47803689873122\n                                ],\n                                [\n                                    -3.5300899675069366,\n                                    50.47799309900956\n                                ],\n                                [\n                                    -3.530144912519951,\n                                    50.47792258569909\n                                ],\n                                [\n                                    -3.5302094066219407,\n                                    50.47795965478237\n                                ],\n                                [\n                                    -3.5302198893070234,\n                                    50.47796565958688\n                                ],\n                                [\n                                    -3.5302218856010823,\n                                    50.47796681150153\n                                ],\n                                [\n                                    -3.5303594336660575,\n                                    50.478014467569594\n                                ],\n                                [\n                                    -3.5303083086092317,\n                                    50.47808978731396\n                                ],\n                                [\n                                    -3.530383128403326,\n                                    50.478115334530045\n                                ],\n                                [\n                                    -3.5304522984637363,\n                                    50.47814050632867\n                                ],\n                                [\n                                    -3.5305107659225614,\n                                    50.47816159184996\n                                ],\n                                [\n                                    -3.530542157922566,\n                                    50.47817350022589\n                                ],\n                                [\n                                    -3.530742283572277,\n                                    50.4781731159882\n                                ],\n                                [\n                                    -3.5307510195610554,\n                                    50.47824719870626\n                                ],\n                                [\n                                    -3.530663193022003,\n                                    50.47825096227176\n                                ],\n                                [\n                                    -3.5305525638044277,\n                                    50.478255655280215\n                                ],\n                                [\n                                    -3.530513365119019,\n                                    50.478242050864665\n                                ],\n                                [\n                                    -3.5303793876660357,\n                                    50.47819587693487\n                                ],\n                                [\n                                    -3.5303223813138778,\n                                    50.478176390988644\n                                ],\n                                [\n                                    -3.5302595610823984,\n                                    50.47815581230215\n                                ],\n                                [\n                                    -3.5302563192796317,\n                                    50.47816017189122\n                                ],\n                                [\n                                    -3.530242165421746,\n                                    50.47818014407594\n                                ],\n                                [\n                                    -3.530238861130743,\n                                    50.47818693277289\n                                ],\n                                [\n                                    -3.530237568450166,\n                                    50.478190547235165\n                                ],\n                                [\n                                    -3.5302382859994395,\n                                    50.47819661750834\n                                ],\n                                [\n                                    -3.5301747030918436,\n                                    50.47818820822648\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5309009042122113,\n                                    50.47831456781376\n                                ],\n                                [\n                                    -3.5308920547379286,\n                                    50.478315493676625\n                                ],\n                                [\n                                    -3.5308802321736135,\n                                    50.47825494206068\n                                ],\n                                [\n                                    -3.530872803147189,\n                                    50.47822131360062\n                                ],\n                                [\n                                    -3.530873558388788,\n                                    50.4782010679416\n                                ],\n                                [\n                                    -3.5308743572021584,\n                                    50.4781821707574\n                                ],\n                                [\n                                    -3.530873536597443,\n                                    50.47817858409231\n                                ],\n                                [\n                                    -3.5308802757118682,\n                                    50.47816905208857\n                                ],\n                                [\n                                    -3.5308811398893174,\n                                    50.47817398722849\n                                ],\n                                [\n                                    -3.53088129965484,\n                                    50.47817893163638\n                                ],\n                                [\n                                    -3.530882163832601,\n                                    50.47818386677629\n                                ],\n                                [\n                                    -3.5308855914971615,\n                                    50.47820270835251\n                                ],\n                                [\n                                    -3.53088649924847,\n                                    50.47820899196723\n                                ],\n                                [\n                                    -3.5309009042122113,\n                                    50.47831456781376\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.531062825633225,\n                                    50.47775564010078\n                                ],\n                                [\n                                    -3.5309987683993125,\n                                    50.477801451265044\n                                ],\n                                [\n                                    -3.5308312940046944,\n                                    50.47772181252735\n                                ],\n                                [\n                                    -3.5305011510826474,\n                                    50.47759781618129\n                                ],\n                                [\n                                    -3.530525372627864,\n                                    50.477566649336\n                                ],\n                                [\n                                    -3.5305268584247242,\n                                    50.47756465118765\n                                ],\n                                [\n                                    -3.5305629750035252,\n                                    50.47751776884228\n                                ],\n                                [\n                                    -3.530918246611461,\n                                    50.47766050093611\n                                ],\n                                [\n                                    -3.5309954320366668,\n                                    50.47771128880425\n                                ],\n                                [\n                                    -3.531062825633225,\n                                    50.47775564010078\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.52939998544415,\n                                    50.47938800232062\n                                ],\n                                [\n                                    -3.529011739570571,\n                                    50.47946847165142\n                                ],\n                                [\n                                    -3.5290012456269158,\n                                    50.47947085796312\n                                ],\n                                [\n                                    -3.5289907371753073,\n                                    50.47947279478199\n                                ],\n                                [\n                                    -3.5289879339542733,\n                                    50.47947328130074\n                                ],\n                                [\n                                    -3.528976706562802,\n                                    50.47947477788309\n                                ],\n                                [\n                                    -3.528973198909487,\n                                    50.47947527365811\n                                ],\n                                [\n                                    -3.5289689723174016,\n                                    50.479475329197676\n                                ],\n                                [\n                                    -3.5289640267866598,\n                                    50.47947494450171\n                                ],\n                                [\n                                    -3.5289592192410786,\n                                    50.47947446805583\n                                ],\n                                [\n                                    -3.5288539758270163,\n                                    50.47947144406037\n                                ],\n                                [\n                                    -3.528770860291319,\n                                    50.479468399047946\n                                ],\n                                [\n                                    -3.528773475710718,\n                                    50.47944462144608\n                                ],\n                                [\n                                    -3.5287747042120996,\n                                    50.479417174669635\n                                ],\n                                [\n                                    -3.528774559164118,\n                                    50.47941267974993\n                                ],\n                                [\n                                    -3.5287743954496786,\n                                    50.479403238567414\n                                ],\n                                [\n                                    -3.528817181338683,\n                                    50.47940132735567\n                                ],\n                                [\n                                    -3.5288833543303277,\n                                    50.47939910882962\n                                ],\n                                [\n                                    -3.528930507681705,\n                                    50.47939714018866\n                                ],\n                                [\n                                    -3.528944581792549,\n                                    50.479396505569134\n                                ],\n                                [\n                                    -3.5289607691954883,\n                                    50.479395843178324\n                                ],\n                                [\n                                    -3.5289776465220353,\n                                    50.47939472203674\n                                ],\n                                [\n                                    -3.5290085109144638,\n                                    50.47939026931386\n                                ],\n                                [\n                                    -3.5290197382848967,\n                                    50.479388772728576\n                                ],\n                                [\n                                    -3.529037966439597,\n                                    50.479385835096856\n                                ],\n                                [\n                                    -3.5290393753009206,\n                                    50.47938581658284\n                                ],\n                                [\n                                    -3.529057574438274,\n                                    50.479381979964195\n                                ],\n                                [\n                                    -3.5290750546344585,\n                                    50.47937770310805\n                                ],\n                                [\n                                    -3.529353055139773,\n                                    50.47931828881773\n                                ],\n                                [\n                                    -3.52939998544415,\n                                    50.47938800232062\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5298898035805637,\n                                    50.47890885665868\n                                ],\n                                [\n                                    -3.5299694197815534,\n                                    50.47888649484446\n                                ],\n                                [\n                                    -3.5300740393852323,\n                                    50.47885714887911\n                                ],\n                                [\n                                    -3.5301896958104413,\n                                    50.47882477970486\n                                ],\n                                [\n                                    -3.530297696360979,\n                                    50.47879538907391\n                                ],\n                                [\n                                    -3.5302934641268524,\n                                    50.47878654101951\n                                ],\n                                [\n                                    -3.5302686371961522,\n                                    50.47873353517626\n                                ],\n                                [\n                                    -3.5301938433979907,\n                                    50.47875682307959\n                                ],\n                                [\n                                    -3.5300411429841327,\n                                    50.4788073968809\n                                ],\n                                [\n                                    -3.5300391880230455,\n                                    50.47880796220735\n                                ],\n                                [\n                                    -3.529934721001871,\n                                    50.47883766588179\n                                ],\n                                [\n                                    -3.5298545558422125,\n                                    50.47886048457313\n                                ],\n                                [\n                                    -3.529817107824799,\n                                    50.478809443309984\n                                ],\n                                [\n                                    -3.529799805752411,\n                                    50.47878430869306\n                                ],\n                                [\n                                    -3.529880376045921,\n                                    50.47876094509268\n                                ],\n                                [\n                                    -3.5300074484200574,\n                                    50.4787241989799\n                                ],\n                                [\n                                    -3.5302412296851053,\n                                    50.478657359640714\n                                ],\n                                [\n                                    -3.530237497129406,\n                                    50.47864652640897\n                                ],\n                                [\n                                    -3.530144920919596,\n                                    50.47861671578183\n                                ],\n                                [\n                                    -3.530132732593912,\n                                    50.478597179965384\n                                ],\n                                [\n                                    -3.5301729455517754,\n                                    50.47858981595851\n                                ],\n                                [\n                                    -3.530149336807204,\n                                    50.478578884366236\n                                ],\n                                [\n                                    -3.5301396857806204,\n                                    50.47856372207321\n                                ],\n                                [\n                                    -3.5301160411038945,\n                                    50.47852985713087\n                                ],\n                                [\n                                    -3.5301105700109474,\n                                    50.47852192472655\n                                ],\n                                [\n                                    -3.5300709522025135,\n                                    50.4784647963916\n                                ],\n                                [\n                                    -3.5300679748536616,\n                                    50.4784598890345\n                                ],\n                                [\n                                    -3.5300647071746822,\n                                    50.47844599184179\n                                ],\n                                [\n                                    -3.530063697911336,\n                                    50.47843656177753\n                                ],\n                                [\n                                    -3.5300653756639653,\n                                    50.47842304923497\n                                ],\n                                [\n                                    -3.530067300196911,\n                                    50.4784171780526\n                                ],\n                                [\n                                    -3.5300706625942198,\n                                    50.47841218732754\n                                ],\n                                [\n                                    -3.530076871687193,\n                                    50.4784080585334\n                                ],\n                                [\n                                    -3.530086617374425,\n                                    50.47840433291475\n                                ],\n                                [\n                                    -3.530125745278756,\n                                    50.47839392534975\n                                ],\n                                [\n                                    -3.530154423073515,\n                                    50.478387252660504\n                                ],\n                                [\n                                    -3.530178961473487,\n                                    50.47838333249741\n                                ],\n                                [\n                                    -3.530200725761371,\n                                    50.478380797860034\n                                ],\n                                [\n                                    -3.5302204203548735,\n                                    50.47837963948592\n                                ],\n                                [\n                                    -3.5302577108112816,\n                                    50.47837780001218\n                                ],\n                                [\n                                    -3.5303065833021274,\n                                    50.478450905206905\n                                ],\n                                [\n                                    -3.5303178218237528,\n                                    50.47846721578244\n                                ],\n                                [\n                                    -3.53033986462494,\n                                    50.478499482895415\n                                ],\n                                [\n                                    -3.5303284063165945,\n                                    50.478524366145805\n                                ],\n                                [\n                                    -3.5303161607709956,\n                                    50.4785510584795\n                                ],\n                                [\n                                    -3.5302567788796497,\n                                    50.47856712867489\n                                ],\n                                [\n                                    -3.5302670964951157,\n                                    50.47860249093061\n                                ],\n                                [\n                                    -3.530269299561714,\n                                    50.47861004360621\n                                ],\n                                [\n                                    -3.5302884981732072,\n                                    50.478676434080185\n                                ],\n                                [\n                                    -3.530290023162941,\n                                    50.47868001148494\n                                ],\n                                [\n                                    -3.530303719043277,\n                                    50.47871130914329\n                                ],\n                                [\n                                    -3.5303236950544408,\n                                    50.478753766269044\n                                ],\n                                [\n                                    -3.5303559248597063,\n                                    50.47882214381814\n                                ],\n                                [\n                                    -3.530359412032116,\n                                    50.47882974255825\n                                ],\n                                [\n                                    -3.5305318938121,\n                                    50.47881560224131\n                                ],\n                                [\n                                    -3.530657010752639,\n                                    50.478805592290044\n                                ],\n                                [\n                                    -3.530841672297552,\n                                    50.478793269890566\n                                ],\n                                [\n                                    -3.530853529821423,\n                                    50.47886362412783\n                                ],\n                                [\n                                    -3.530771023795244,\n                                    50.47887505231074\n                                ],\n                                [\n                                    -3.530658519503778,\n                                    50.478882827924046\n                                ],\n                                [\n                                    -3.530534397264716,\n                                    50.478893094601254\n                                ],\n                                [\n                                    -3.5303957507448827,\n                                    50.47890750938909\n                                ],\n                                [\n                                    -3.5303924189651448,\n                                    50.47890035828892\n                                ],\n                                [\n                                    -3.5303523844158966,\n                                    50.47890888919871\n                                ],\n                                [\n                                    -3.5303232626263017,\n                                    50.478849464425224\n                                ],\n                                [\n                                    -3.5301992592031852,\n                                    50.47888086426657\n                                ],\n                                [\n                                    -3.5301538056268966,\n                                    50.47889180472385\n                                ],\n                                [\n                                    -3.53010667883437,\n                                    50.47890330678577\n                                ],\n                                [\n                                    -3.530002355435903,\n                                    50.478933098567616\n                                ],\n                                [\n                                    -3.529923731172878,\n                                    50.47895562723428\n                                ],\n                                [\n                                    -3.5298898035805637,\n                                    50.47890885665868\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5305845624504184,\n                                    50.47913706207867\n                                ],\n                                [\n                                    -3.5305438738907156,\n                                    50.47918643283986\n                                ],\n                                [\n                                    -3.5304931445518015,\n                                    50.4792434903272\n                                ],\n                                [\n                                    -3.530375774193798,\n                                    50.479349360480214\n                                ],\n                                [\n                                    -3.5302828916163453,\n                                    50.47931011065472\n                                ],\n                                [\n                                    -3.530280887272922,\n                                    50.479309147713685\n                                ],\n                                [\n                                    -3.530326806310262,\n                                    50.479268971716955\n                                ],\n                                [\n                                    -3.530354794872035,\n                                    50.479245310043105\n                                ],\n                                [\n                                    -3.5303919948148184,\n                                    50.47921010526903\n                                ],\n                                [\n                                    -3.5304942871135827,\n                                    50.479113067334644\n                                ],\n                                [\n                                    -3.53054192801842,\n                                    50.47912620096259\n                                ],\n                                [\n                                    -3.5305845624504184,\n                                    50.47913706207867\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5300582360446873,\n                                    50.47848564901175\n                                ],\n                                [\n                                    -3.530099672207413,\n                                    50.478546710646405\n                                ],\n                                [\n                                    -3.5298854758432183,\n                                    50.478600251397516\n                                ],\n                                [\n                                    -3.5297821972070085,\n                                    50.478631827979186\n                                ],\n                                [\n                                    -3.529769915539509,\n                                    50.4786355869136\n                                ],\n                                [\n                                    -3.5297050286142726,\n                                    50.47865577634671\n                                ],\n                                [\n                                    -3.5296677970559225,\n                                    50.47861579438237\n                                ],\n                                [\n                                    -3.5296622722203415,\n                                    50.47861056075975\n                                ],\n                                [\n                                    -3.529654711157179,\n                                    50.47860337530243\n                                ],\n                                [\n                                    -3.5296177554178576,\n                                    50.47857193366629\n                                ],\n                                [\n                                    -3.529632381872272,\n                                    50.47854476042515\n                                ],\n                                [\n                                    -3.529702831453807,\n                                    50.478522249487\n                                ],\n                                [\n                                    -3.5298122638798803,\n                                    50.478484836127656\n                                ],\n                                [\n                                    -3.529860404185498,\n                                    50.47846981333212\n                                ],\n                                [\n                                    -3.5298995031650002,\n                                    50.478458506858786\n                                ],\n                                [\n                                    -3.5299259952061597,\n                                    50.47844961455241\n                                ],\n                                [\n                                    -3.529941376245178,\n                                    50.478445814847724\n                                ],\n                                [\n                                    -3.5299490812791827,\n                                    50.478444364486435\n                                ],\n                                [\n                                    -3.529957505244568,\n                                    50.478443354354\n                                ],\n                                [\n                                    -3.5299652393088357,\n                                    50.47844280297525\n                                ],\n                                [\n                                    -3.529973677789241,\n                                    50.47844224233346\n                                ],\n                                [\n                                    -3.5299856528668094,\n                                    50.478442084869904\n                                ],\n                                [\n                                    -3.529989893880572,\n                                    50.47844247878603\n                                ],\n                                [\n                                    -3.5299948393107337,\n                                    50.47844286343936\n                                ],\n                                [\n                                    -3.5299990803246364,\n                                    50.478443257355174\n                                ],\n                                [\n                                    -3.5300019270218588,\n                                    50.47844411928799\n                                ],\n                                [\n                                    -3.530007605900614,\n                                    50.478445393661644\n                                ],\n                                [\n                                    -3.53001259487933,\n                                    50.478447126789575\n                                ],\n                                [\n                                    -3.53002403973532,\n                                    50.47845237248627\n                                ],\n                                [\n                                    -3.530029057747762,\n                                    50.47845500459706\n                                ],\n                                [\n                                    -3.5300333858604604,\n                                    50.47845809546229\n                                ],\n                                [\n                                    -3.530036995040855,\n                                    50.4784607460985\n                                ],\n                                [\n                                    -3.530047909682784,\n                                    50.47847139495703\n                                ],\n                                [\n                                    -3.5300582360446873,\n                                    50.47848564901175\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5298397219616993,\n                                    50.47908201339724\n                                ],\n                                [\n                                    -3.529763486617001,\n                                    50.47910433067113\n                                ],\n                                [\n                                    -3.529663098637914,\n                                    50.47913380059506\n                                ],\n                                [\n                                    -3.529516200435914,\n                                    50.4791807898938\n                                ],\n                                [\n                                    -3.5294031859917867,\n                                    50.479216451315395\n                                ],\n                                [\n                                    -3.5293076195809947,\n                                    50.47924684685585\n                                ],\n                                [\n                                    -3.52930390300806,\n                                    50.47924086995768\n                                ],\n                                [\n                                    -3.529290535541429,\n                                    50.479219730696336\n                                ],\n                                [\n                                    -3.5292672963754725,\n                                    50.47918532063739\n                                ],\n                                [\n                                    -3.5294013220381037,\n                                    50.47913688199714\n                                ],\n                                [\n                                    -3.5294891075517576,\n                                    50.47910559935641\n                                ],\n                                [\n                                    -3.5295413445386754,\n                                    50.47908647570313\n                                ],\n                                [\n                                    -3.5295685414232687,\n                                    50.479077574215324\n                                ],\n                                [\n                                    -3.529589500052075,\n                                    50.479071902506746\n                                ],\n                                [\n                                    -3.529789424602092,\n                                    50.47901279401821\n                                ],\n                                [\n                                    -3.5298001968862858,\n                                    50.47902776172415\n                                ],\n                                [\n                                    -3.5298397219616993,\n                                    50.47908201339724\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5315263404364834,\n                                    50.47753202838674\n                                ],\n                                [\n                                    -3.5314853429936752,\n                                    50.47754997073855\n                                ],\n                                [\n                                    -3.531413102144541,\n                                    50.47758239936665\n                                ],\n                                [\n                                    -3.531343606169196,\n                                    50.47761254340995\n                                ],\n                                [\n                                    -3.5313025693615816,\n                                    50.47762927207111\n                                ],\n                                [\n                                    -3.5312968876421253,\n                                    50.477627907861596\n                                ],\n                                [\n                                    -3.531184549390284,\n                                    50.47768433748852\n                                ],\n                                [\n                                    -3.5310786996624595,\n                                    50.47763626528651\n                                ],\n                                [\n                                    -3.5309343911633047,\n                                    50.47757565821832\n                                ],\n                                [\n                                    -3.5306153146532813,\n                                    50.47744953798471\n                                ],\n                                [\n                                    -3.5306623747518024,\n                                    50.4773880318611\n                                ],\n                                [\n                                    -3.530890863376208,\n                                    50.47747604160867\n                                ],\n                                [\n                                    -3.5308974281103547,\n                                    50.4774785633951\n                                ],\n                                [\n                                    -3.530915778869723,\n                                    50.47748555284714\n                                ],\n                                [\n                                    -3.5309241125998194,\n                                    50.47748873487446\n                                ],\n                                [\n                                    -3.5309556509419555,\n                                    50.4775008210863\n                                ],\n                                [\n                                    -3.530981337673444,\n                                    50.47751064593464\n                                ],\n                                [\n                                    -3.530986473278035,\n                                    50.477512556964605\n                                ],\n                                [\n                                    -3.53102671865676,\n                                    50.47752803611527\n                                ],\n                                [\n                                    -3.531051976965824,\n                                    50.47753768671231\n                                ],\n                                [\n                                    -3.531070670532,\n                                    50.47754481552769\n                                ],\n                                [\n                                    -3.531167181140034,\n                                    50.47757430383239\n                                ],\n                                [\n                                    -3.5312800645719653,\n                                    50.477608882840364\n                                ],\n                                [\n                                    -3.5313003544553307,\n                                    50.47762615344141\n                                ],\n                                [\n                                    -3.531394410294755,\n                                    50.477578814083834\n                                ],\n                                [\n                                    -3.531450827267169,\n                                    50.47755042503965\n                                ],\n                                [\n                                    -3.531510162256377,\n                                    50.47751987505655\n                                ],\n                                [\n                                    -3.5315263404364834,\n                                    50.47753202838674\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.527588321480672,\n                                    50.47944651657742\n                                ],\n                                [\n                                    -3.5275902272199087,\n                                    50.47944442301817\n                                ],\n                                [\n                                    -3.527584417841528,\n                                    50.47943910309728\n                                ],\n                                [\n                                    -3.527654626271303,\n                                    50.479365332772645\n                                ],\n                                [\n                                    -3.5277139347209325,\n                                    50.47939063567057\n                                ],\n                                [\n                                    -3.5277347000273935,\n                                    50.47939950057487\n                                ],\n                                [\n                                    -3.527797323800532,\n                                    50.47942620787833\n                                ],\n                                [\n                                    -3.5278259376743066,\n                                    50.47943719114279\n                                ],\n                                [\n                                    -3.528087957023616,\n                                    50.4795377169568\n                                ],\n                                [\n                                    -3.528058538157105,\n                                    50.47958262187678\n                                ],\n                                [\n                                    -3.5280188451051666,\n                                    50.4795711815904\n                                ],\n                                [\n                                    -3.527588321480672,\n                                    50.47944651657742\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.5289834305783008,\n                                    50.47856947848205\n                                ],\n                                [\n                                    -3.5290682347939555,\n                                    50.478620527248616\n                                ],\n                                [\n                                    -3.529027558970158,\n                                    50.47864849241909\n                                ],\n                                [\n                                    -3.529011417905861,\n                                    50.478659317038435\n                                ],\n                                [\n                                    -3.5289723804013455,\n                                    50.47868564180272\n                                ],\n                                [\n                                    -3.5289074484680794,\n                                    50.47873065386024\n                                ],\n                                [\n                                    -3.52889322242591,\n                                    50.478722206883994\n                                ],\n                                [\n                                    -3.5286689035315484,\n                                    50.47858440354334\n                                ],\n                                [\n                                    -3.528776944135845,\n                                    50.4785125637599\n                                ],\n                                [\n                                    -3.5288317232188082,\n                                    50.47847613920893\n                                ],\n                                [\n                                    -3.5288719973806937,\n                                    50.47850124193295\n                                ],\n                                [\n                                    -3.5288865627597836,\n                                    50.478510161116546\n                                ],\n                                [\n                                    -3.528880310413124,\n                                    50.47851426343399\n                                ],\n                                [\n                                    -3.5289570914760433,\n                                    50.478561280623474\n                                ],\n                                [\n                                    -3.528963343822078,\n                                    50.478557178301934\n                                ],\n                                [\n                                    -3.5289834305783008,\n                                    50.47856947848205\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 92279.32892182581,\n            \"area_buildings_sqft\": 17464.740706086457,\n            \"density\": 18.92595114219097,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 8572.958837033242,\n            \"area_acre\": 2.1184418944404455,\n            \"area_buildings_m2\": 1622.5140009370548,\n            \"area_buildings_acre\": 0.4009352779175036\n        },\n        {\n            \"title_no\": \"DN44864\",\n            \"tenure\": \"Freehold\",\n            \"height\": 13.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041194872\",\n                \"100041194873\",\n                \"100041194874\",\n                \"100041194875\",\n                \"100041194876\",\n                \"100041194877\",\n                \"100041194878\",\n                \"100041194879\",\n                \"100041194880\",\n                \"100041194881\",\n                \"100041194882\",\n                \"100041194883\",\n                \"100041194884\",\n                \"100041194885\",\n                \"100041194886\",\n                \"100041194887\",\n                \"100041194888\",\n                \"100041194889\",\n                \"100041194890\",\n                \"100041194891\",\n                \"100041194892\",\n                \"100041194893\",\n                \"100041194894\",\n                \"100041194895\",\n                \"100041194896\",\n                \"100041194897\",\n                \"100041194898\",\n                \"100041194899\",\n                \"100041194900\",\n                \"100041194901\",\n                \"100041194902\",\n                \"100041194903\",\n                \"100041194904\",\n                \"100041194905\",\n                \"100041194906\",\n                \"100041194907\",\n                \"100041194908\",\n                \"100041194909\",\n                \"100041194910\",\n                \"100041194911\"\n            ],\n            \"property_address\": [\n                \"Land and Buildings lying to the West of Crownhill Rise, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -3.547805615630621,\n                                    50.470174149257055\n                                ],\n                                [\n                                    -3.547810002841739,\n                                    50.470179037416386\n                                ],\n                                [\n                                    -3.54786467716167,\n                                    50.4702350601714\n                                ],\n                                [\n                                    -3.547938964431235,\n                                    50.470209878848266\n                                ],\n                                [\n                                    -3.5479650942801704,\n                                    50.47024622541532\n                                ],\n                                [\n                                    -3.548040727900059,\n                                    50.47032697165923\n                                ],\n                                [\n                                    -3.548083359043966,\n                                    50.47037236213392\n                                ],\n                                [\n                                    -3.548201653810839,\n                                    50.47049939770107\n                                ],\n                                [\n                                    -3.548348385953923,\n                                    50.470655733851174\n                                ],\n                                [\n                                    -3.5484535642061608,\n                                    50.47076945319605\n                                ],\n                                [\n                                    -3.548458685210262,\n                                    50.47077523093299\n                                ],\n                                [\n                                    -3.5485272684566804,\n                                    50.47084716695055\n                                ],\n                                [\n                                    -3.548552756074031,\n                                    50.47087245970778\n                                ],\n                                [\n                                    -3.5485920366546235,\n                                    50.47091016002694\n                                ],\n                                [\n                                    -3.5486268271094166,\n                                    50.470939825786616\n                                ],\n                                [\n                                    -3.548630451423654,\n                                    50.470942925333624\n                                ],\n                                [\n                                    -3.5486767898069895,\n                                    50.47098098136655\n                                ],\n                                [\n                                    -3.5487287920429464,\n                                    50.47101986135682\n                                ],\n                                [\n                                    -3.548747603293277,\n                                    50.471034900210476\n                                ],\n                                [\n                                    -3.548790126552747,\n                                    50.471064013303675\n                                ],\n                                [\n                                    -3.5487958931694292,\n                                    50.47106798369582\n                                ],\n                                [\n                                    -3.548819634565474,\n                                    50.47108295690912\n                                ],\n                                [\n                                    -3.54884764585476,\n                                    50.47109922232806\n                                ],\n                                [\n                                    -3.548851959805854,\n                                    50.471101863003675\n                                ],\n                                [\n                                    -3.548863434295813,\n                                    50.471108005827816\n                                ],\n                                [\n                                    -3.5488684672407587,\n                                    50.471111086615366\n                                ],\n                                [\n                                    -3.548893521984318,\n                                    50.471127868046764\n                                ],\n                                [\n                                    -3.5490293429217292,\n                                    50.47121885662544\n                                ],\n                                [\n                                    -3.549052697716828,\n                                    50.471234500470764\n                                ],\n                                [\n                                    -3.5491119877984705,\n                                    50.471268255794214\n                                ],\n                                [\n                                    -3.5491670944919473,\n                                    50.4712977588168\n                                ],\n                                [\n                                    -3.549172680654224,\n                                    50.47130094914305\n                                ],\n                                [\n                                    -3.5491820587793645,\n                                    50.471307623494894\n                                ],\n                                [\n                                    -3.549211020579275,\n                                    50.47132450572828\n                                ],\n                                [\n                                    -3.549243166272513,\n                                    50.471349979491116\n                                ],\n                                [\n                                    -3.549248533576046,\n                                    50.4713542339821\n                                ],\n                                [\n                                    -3.549253723785769,\n                                    50.47136169258062\n                                ],\n                                [\n                                    -3.549267002336475,\n                                    50.47138077123433\n                                ],\n                                [\n                                    -3.549293810140858,\n                                    50.471414095593225\n                                ],\n                                [\n                                    -3.549294790942229,\n                                    50.471415215736464\n                                ],\n                                [\n                                    -3.5493177018550797,\n                                    50.47144141502491\n                                ],\n                                [\n                                    -3.5493243002308543,\n                                    50.47144539230253\n                                ],\n                                [\n                                    -3.549328753882342,\n                                    50.471447131732425\n                                ],\n                                [\n                                    -3.5493251502517755,\n                                    50.47144854675843\n                                ],\n                                [\n                                    -3.549256526576319,\n                                    50.47147544328457\n                                ],\n                                [\n                                    -3.549201560942841,\n                                    50.47148043817753\n                                ],\n                                [\n                                    -3.5486309910331393,\n                                    50.47153168032811\n                                ],\n                                [\n                                    -3.548413747594022,\n                                    50.47155118301299\n                                ],\n                                [\n                                    -3.5483088282551805,\n                                    50.471560601632845\n                                ],\n                                [\n                                    -3.548285714383262,\n                                    50.47156268097243\n                                ],\n                                [\n                                    -3.5479520049251536,\n                                    50.471592753239534\n                                ],\n                                [\n                                    -3.5478933240720765,\n                                    50.47159791385961\n                                ],\n                                [\n                                    -3.547890654159089,\n                                    50.471598147240734\n                                ],\n                                [\n                                    -3.5478880142604394,\n                                    50.471587650765265\n                                ],\n                                [\n                                    -3.54788179707751,\n                                    50.471562982877046\n                                ],\n                                [\n                                    -3.547883401415005,\n                                    50.4715620531718\n                                ],\n                                [\n                                    -3.5479013378852424,\n                                    50.47155160672284\n                                ],\n                                [\n                                    -3.5478989313197666,\n                                    50.47154264506211\n                                ],\n                                [\n                                    -3.547918616702858,\n                                    50.47154130392566\n                                ],\n                                [\n                                    -3.547916186643128,\n                                    50.47153162308365\n                                ],\n                                [\n                                    -3.547913615722918,\n                                    50.471521944115565\n                                ],\n                                [\n                                    -3.5478509453949925,\n                                    50.47128156743267\n                                ],\n                                [\n                                    -3.5478408053885713,\n                                    50.47122998868224\n                                ],\n                                [\n                                    -3.5478380788393995,\n                                    50.47121338665049\n                                ],\n                                [\n                                    -3.5478351037030067,\n                                    50.47119521403207\n                                ],\n                                [\n                                    -3.5478370623456885,\n                                    50.471184422542755\n                                ],\n                                [\n                                    -3.5478413986462396,\n                                    50.47116056758271\n                                ],\n                                [\n                                    -3.5478452102921807,\n                                    50.47113963355387\n                                ],\n                                [\n                                    -3.5478479344873093,\n                                    50.471124667806706\n                                ],\n                                [\n                                    -3.5478497684460897,\n                                    50.47111609941426\n                                ],\n                                [\n                                    -3.547850898102809,\n                                    50.471107540391515\n                                ],\n                                [\n                                    -3.5478505751124096,\n                                    50.47109765164246\n                                ],\n                                [\n                                    -3.547846965114855,\n                                    50.47107341673715\n                                ],\n                                [\n                                    -3.547842650820698,\n                                    50.471049191201246\n                                ],\n                                [\n                                    -3.5478410073193842,\n                                    50.47104201812298\n                                ],\n                                [\n                                    -3.5478278148911264,\n                                    50.47096170020687\n                                ],\n                                [\n                                    -3.547816471535043,\n                                    50.47089484820733\n                                ],\n                                [\n                                    -3.547811012166052,\n                                    50.4708355625568\n                                ],\n                                [\n                                    -3.547810087655797,\n                                    50.470828829596904\n                                ],\n                                [\n                                    -3.5477996244474403,\n                                    50.470745777264135\n                                ],\n                                [\n                                    -3.5477927858916685,\n                                    50.47068740932693\n                                ],\n                                [\n                                    -3.547789835840027,\n                                    50.47064023175826\n                                ],\n                                [\n                                    -3.547787270202251,\n                                    50.470591879897036\n                                ],\n                                [\n                                    -3.547784287719553,\n                                    50.47053507952251\n                                ],\n                                [\n                                    -3.547780207299261,\n                                    50.47045329132558\n                                ],\n                                [\n                                    -3.5477796490795765,\n                                    50.47041462593149\n                                ],\n                                [\n                                    -3.5477791349024765,\n                                    50.47037730900315\n                                ],\n                                [\n                                    -3.547779177849366,\n                                    50.470313902993354\n                                ],\n                                [\n                                    -3.5477798408883507,\n                                    50.47030400112571\n                                ],\n                                [\n                                    -3.5477824196404972,\n                                    50.470262146211645\n                                ],\n                                [\n                                    -3.547785911357528,\n                                    50.47023961556262\n                                ],\n                                [\n                                    -3.5477884349049575,\n                                    50.470230588312205\n                                ],\n                                [\n                                    -3.5477923670280447,\n                                    50.47022154232321\n                                ],\n                                [\n                                    -3.5477963138300677,\n                                    50.47021294582275\n                                ],\n                                [\n                                    -3.5477983092511827,\n                                    50.470209321805505\n                                ],\n                                [\n                                    -3.5478023734947843,\n                                    50.47020432121425\n                                ],\n                                [\n                                    -3.5478037233489754,\n                                    50.47020250452093\n                                ],\n                                [\n                                    -3.547789393674699,\n                                    50.47018227949906\n                                ],\n                                [\n                                    -3.547805615630621,\n                                    50.470174149257055\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -3.548642895754405,\n                                    50.471593677182426\n                                ],\n                                [\n                                    -3.548643354814796,\n                                    50.47159608137789\n                                ],\n                                [\n                                    -3.5486781539895187,\n                                    50.47177735343492\n                                ],\n                                [\n                                    -3.548395361995411,\n                                    50.47189938409145\n                                ],\n                                [\n                                    -3.547958348137396,\n                                    50.471937936118756\n                                ],\n                                [\n                                    -3.5479048058066316,\n                                    50.47165777591693\n                                ],\n                                [\n                                    -3.5479056348364417,\n                                    50.47165770193178\n                                ],\n                                [\n                                    -3.5479483614126877,\n                                    50.47165377884778\n                                ],\n                                [\n                                    -3.5479518800237315,\n                                    50.47165364209804\n                                ],\n                                [\n                                    -3.548127555040406,\n                                    50.47163898337625\n                                ],\n                                [\n                                    -3.5481296679681127,\n                                    50.47163895526181\n                                ],\n                                [\n                                    -3.548219555214228,\n                                    50.47162966488368\n                                ],\n                                [\n                                    -3.548323147137323,\n                                    50.47162145117539\n                                ],\n                                [\n                                    -3.548642895754405,\n                                    50.471593677182426\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 105925.9059122224,\n            \"area_buildings_sqft\": 13839.895336038826,\n            \"density\": 13.06563792572851,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 9840.75677371074,\n            \"area_acre\": 2.4317241944954637,\n            \"area_buildings_m2\": 1285.7576492046476,\n            \"area_buildings_acre\": 0.31772027860511537\n        },\n        {\n            \"title_no\": \"DN448276\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land and buildings on the north side of Woodland Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"BARCLAYS NOMINEES (GEORGE YARD) LIMITED\",\n                    \"company_registration_no\": \"509240\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Bow Bells House, 1 Bread Street, London EC4M 9HH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.549093404466027,\n                                50.481052395089606\n                            ],\n                            [\n                                -3.5490918123427027,\n                                50.48132267590829\n                            ],\n                            [\n                                -3.5490917302460554,\n                                50.48132447573413\n                            ],\n                            [\n                                -3.5490208152335825,\n                                50.48138432832785\n                            ],\n                            [\n                                -3.549016972883195,\n                                50.48138751826869\n                            ],\n                            [\n                                -3.548973004113457,\n                                50.48140070372557\n                            ],\n                            [\n                                -3.548861334905951,\n                                50.48143411775225\n                            ],\n                            [\n                                -3.54885570220879,\n                                50.4814342826674\n                            ],\n                            [\n                                -3.548507607901229,\n                                50.48144467167093\n                            ],\n                            [\n                                -3.5485196366886083,\n                                50.48168329335713\n                            ],\n                            [\n                                -3.548536500749182,\n                                50.48201808287812\n                            ],\n                            [\n                                -3.548100357625234,\n                                50.482090439565035\n                            ],\n                            [\n                                -3.5480996905974083,\n                                50.48206571586765\n                            ],\n                            [\n                                -3.5480920465038204,\n                                50.48184043638207\n                            ],\n                            [\n                                -3.54807871504668,\n                                50.48144543219274\n                            ],\n                            [\n                                -3.5480785155709733,\n                                50.48143932814921\n                            ],\n                            [\n                                -3.548065665701067,\n                                50.481051719312056\n                            ],\n                            [\n                                -3.5480654665236013,\n                                50.48104562425782\n                            ],\n                            [\n                                -3.5480710126727844,\n                                50.48104841944768\n                            ],\n                            [\n                                -3.5480735084910937,\n                                50.48104888089338\n                            ],\n                            [\n                                -3.548099029942347,\n                                50.48105347885979\n                            ],\n                            [\n                                -3.548118827963873,\n                                50.481055463865246\n                            ],\n                            [\n                                -3.548137217088597,\n                                50.48105746761292\n                            ],\n                            [\n                                -3.548153449092623,\n                                50.48105816000288\n                            ],\n                            [\n                                -3.5481703705628793,\n                                50.481058384540056\n                            ],\n                            [\n                                -3.5482445928108537,\n                                50.48105787362245\n                            ],\n                            [\n                                -3.5485219641299035,\n                                50.4810559543249\n                            ],\n                            [\n                                -3.5486740133195505,\n                                50.481054821060454\n                            ],\n                            [\n                                -3.549093404466027,\n                                50.481052395089606\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 55052.61559795707,\n            \"area_buildings_sqft\": 11683.096907332549,\n            \"density\": 21.221692703309255,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 5114.512783162121,\n            \"area_acre\": 1.2638341505499786,\n            \"area_buildings_m2\": 1085.386186114135,\n            \"area_buildings_acre\": 0.2682069997091953\n        },\n        {\n            \"title_no\": \"DN446888\",\n            \"tenure\": \"Freehold\",\n            \"height\": 15.1,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10000009037\",\n                \"10000013198\",\n                \"10024000963\",\n                \"10024000964\",\n                \"10024000965\"\n            ],\n            \"property_address\": [\n                \"America Lodge Coach House Higher Lincombe Road Torquay Torbay TQ1 2EX\",\n                \"America Lodge Flat 2 Higher Lincombe Road Torquay Torbay TQ1 2EX\",\n                \"America Lodge Flat 3 Higher Lincombe Road Torquay Torbay TQ1 2EX\",\n                \"America Lodge Flat 1 Higher Lincombe Road Torquay Torbay TQ1 2EX\",\n                \"America Lodge Ridgeway Road Torquay Torbay TQ1 2EU\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.513975846513791,\n                                50.460728498966525\n                            ],\n                            [\n                                -3.5139613462824095,\n                                50.46073768132733\n                            ],\n                            [\n                                -3.513951674673468,\n                                50.46074365306805\n                            ],\n                            [\n                                -3.513940522971593,\n                                50.4607473956518\n                            ],\n                            [\n                                -3.513925203733065,\n                                50.460752991199236\n                            ],\n                            [\n                                -3.513928218460174,\n                                50.46075915759879\n                            ],\n                            [\n                                -3.513933480597719,\n                                50.46076952177608\n                            ],\n                            [\n                                -3.513938610675341,\n                                50.460775750585164\n                            ],\n                            [\n                                -3.5139432375600586,\n                                50.46078828150838\n                            ],\n                            [\n                                -3.5139432949786333,\n                                50.46079007949443\n                            ],\n                            [\n                                -3.513943582071602,\n                                50.46079906942473\n                            ],\n                            [\n                                -3.513938868274301,\n                                50.46080587601484\n                            ],\n                            [\n                                -3.5139334359614103,\n                                50.46081224227143\n                            ],\n                            [\n                                -3.5139252587803838,\n                                50.46082089266282\n                            ],\n                            [\n                                -3.513849278812504,\n                                50.46089023321406\n                            ],\n                            [\n                                -3.5138369053442142,\n                                50.46089983756829\n                            ],\n                            [\n                                -3.5138232383771393,\n                                50.460913056218544\n                            ],\n                            [\n                                -3.5137827119410074,\n                                50.46094551105295\n                            ],\n                            [\n                                -3.5136755322175457,\n                                50.46103054667327\n                            ],\n                            [\n                                -3.5135951112946717,\n                                50.4610931995838\n                            ],\n                            [\n                                -3.513561396574842,\n                                50.46111837078619\n                            ],\n                            [\n                                -3.5135462063310388,\n                                50.46112801175396\n                            ],\n                            [\n                                -3.5135362816265925,\n                                50.461134886118415\n                            ],\n                            [\n                                -3.5135269059001635,\n                                50.461141303656895\n                            ],\n                            [\n                                -3.5135206545227224,\n                                50.46114408308281\n                            ],\n                            [\n                                -3.513513698979751,\n                                50.4611468716691\n                            ],\n                            [\n                                -3.5135074476007926,\n                                50.46114965109434\n                            ],\n                            [\n                                -3.513500463354954,\n                                50.46115154068668\n                            ],\n                            [\n                                -3.513497675396702,\n                                50.461152476322134\n                            ],\n                            [\n                                -3.5134899726346043,\n                                50.46115392557783\n                            ],\n                            [\n                                -3.513482974036952,\n                                50.46115536567255\n                            ],\n                            [\n                                -3.513475256923521,\n                                50.461156365430696\n                            ],\n                            [\n                                -3.513455640756397,\n                                50.46115976839719\n                            ],\n                            [\n                                -3.513444417166642,\n                                50.461161263451395\n                            ],\n                            [\n                                -3.5134359815363108,\n                                50.46116182287061\n                            ],\n                            [\n                                -3.5134261375756703,\n                                50.46116240060949\n                            ],\n                            [\n                                -3.513417687595042,\n                                50.46116251053077\n                            ],\n                            [\n                                -3.513412039924795,\n                                50.461162134314705\n                            ],\n                            [\n                                -3.5134021242152285,\n                                50.46116046456861\n                            ],\n                            [\n                                -3.5134007015354793,\n                                50.46116003339194\n                            ],\n                            [\n                                -3.513380165953684,\n                                50.46115670305674\n                            ],\n                            [\n                                -3.5133766164298557,\n                                50.46115584986276\n                            ],\n                            [\n                                -3.5132983691016486,\n                                50.46113213510453\n                            ],\n                            [\n                                -3.513247195755184,\n                                50.46111796117826\n                            ],\n                            [\n                                -3.513143966853205,\n                                50.46108845555617\n                            ],\n                            [\n                                -3.5131281421142915,\n                                50.461083516996496\n                            ],\n                            [\n                                -3.513119916470645,\n                                50.461080943866286\n                            ],\n                            [\n                                -3.513035374957499,\n                                50.4610586598429\n                            ],\n                            [\n                                -3.5129259869740284,\n                                50.46103040330425\n                            ],\n                            [\n                                -3.5128414169509727,\n                                50.461007220144715\n                            ],\n                            [\n                                -3.512831443916092,\n                                50.46100375236252\n                            ],\n                            [\n                                -3.5128300069019125,\n                                50.46100287168209\n                            ],\n                            [\n                                -3.5128214421944213,\n                                50.46099938558603\n                            ],\n                            [\n                                -3.512819286673647,\n                                50.46099806456517\n                            ],\n                            [\n                                -3.5128178353157806,\n                                50.46099673438785\n                            ],\n                            [\n                                -3.512817088120765,\n                                50.46099539505408\n                            ],\n                            [\n                                -3.5128148895681317,\n                                50.46099272554295\n                            ],\n                            [\n                                -3.5128141280292193,\n                                50.46099093671242\n                            ],\n                            [\n                                -3.5128133521463285,\n                                50.46098869838516\n                            ],\n                            [\n                                -3.512812604951571,\n                                50.460987359051366\n                            ],\n                            [\n                                -3.5128117860367545,\n                                50.460983772233895\n                            ],\n                            [\n                                -3.512811642596582,\n                                50.460979277266546\n                            ],\n                            [\n                                -3.512812303727048,\n                                50.46097791961995\n                            ],\n                            [\n                                -3.5128129505134504,\n                                50.46097611247663\n                            ],\n                            [\n                                -3.5128143158062985,\n                                50.4609747456736\n                            ],\n                            [\n                                -3.512843425587666,\n                                50.46091563851457\n                            ],\n                            [\n                                -3.5128499161228386,\n                                50.46090269317338\n                            ],\n                            [\n                                -3.512861974472908,\n                                50.46087879309491\n                            ],\n                            [\n                                -3.512933390393047,\n                                50.460732616706984\n                            ],\n                            [\n                                -3.5130152714335545,\n                                50.46056958494656\n                            ],\n                            [\n                                -3.5130870570193973,\n                                50.460426632371735\n                            ],\n                            [\n                                -3.513112797444416,\n                                50.460372335601015\n                            ],\n                            [\n                                -3.513118790506404,\n                                50.46036146525639\n                            ],\n                            [\n                                -3.5131285051849486,\n                                50.46035684207445\n                            ],\n                            [\n                                -3.5131423873929504,\n                                50.460350365954994\n                            ],\n                            [\n                                -3.513148452179863,\n                                50.46034174309247\n                            ],\n                            [\n                                -3.513231713281344,\n                                50.46036809083521\n                            ],\n                            [\n                                -3.5133776144040967,\n                                50.4604147588203\n                            ],\n                            [\n                                -3.513467270547225,\n                                50.4604428219406\n                            ],\n                            [\n                                -3.5134886821808466,\n                                50.460451537062745\n                            ],\n                            [\n                                -3.5136070212989217,\n                                50.46049541553194\n                            ],\n                            [\n                                -3.5136319681092303,\n                                50.46050453431805\n                            ],\n                            [\n                                -3.5136874500429767,\n                                50.46052570305049\n                            ],\n                            [\n                                -3.5137425043654673,\n                                50.460546715434376\n                            ],\n                            [\n                                -3.5139466633411733,\n                                50.46063084776773\n                            ],\n                            [\n                                -3.513975846513791,\n                                50.460728498966525\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 50635.82720220784,\n            \"area_buildings_sqft\": 8441.067159911827,\n            \"density\": 16.670147652972037,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4704.18312915346,\n            \"area_acre\": 1.1624386410056895,\n            \"area_buildings_m2\": 784.194273496082,\n            \"area_buildings_acre\": 0.19378023783085002\n        },\n        {\n            \"title_no\": \"DN445729\",\n            \"tenure\": \"Freehold\",\n            \"height\": 10.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10000008105\"\n            ],\n            \"property_address\": [\n                \"St. Annes Manor Higher Woodfield Road Torquay Torbay TQ1 2LE\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5173562777203764,\n                                50.459752895064625\n                            ],\n                            [\n                                -3.517313276093646,\n                                50.45975192697802\n                            ],\n                            [\n                                -3.517297066422252,\n                                50.45975168870072\n                            ],\n                            [\n                                -3.517235073079844,\n                                50.45975159782887\n                            ],\n                            [\n                                -3.5171731372758566,\n                                50.459753304907665\n                            ],\n                            [\n                                -3.5171576749009223,\n                                50.4597544059161\n                            ],\n                            [\n                                -3.5170965007685666,\n                                50.459757901755374\n                            ],\n                            [\n                                -3.5170353985436247,\n                                50.45976364504232\n                            ],\n                            [\n                                -3.5169827747875857,\n                                50.45977017711188\n                            ],\n                            [\n                                -3.5169358129282027,\n                                50.459777534700365\n                            ],\n                            [\n                                -3.516889598343497,\n                                50.45978623157705\n                            ],\n                            [\n                                -3.5168441310299956,\n                                50.45979626774286\n                            ],\n                            [\n                                -3.5168336551643264,\n                                50.45979910242783\n                            ],\n                            [\n                                -3.516796651933752,\n                                50.459809477904095\n                            ],\n                            [\n                                -3.516760381592503,\n                                50.45982074318057\n                            ],\n                            [\n                                -3.516739397687088,\n                                50.45982804980177\n                            ],\n                            [\n                                -3.5167241543753707,\n                                50.45983335693394\n                            ],\n                            [\n                                -3.516689349807863,\n                                50.45984640181276\n                            ],\n                            [\n                                -3.5166872661348525,\n                                50.45984732834389\n                            ],\n                            [\n                                -3.516643451463681,\n                                50.45986498750503\n                            ],\n                            [\n                                -3.5166010881878016,\n                                50.45988397677966\n                            ],\n                            [\n                                -3.516560176305465,\n                                50.45990429616934\n                            ],\n                            [\n                                -3.5165317808437755,\n                                50.45991950587138\n                            ],\n                            [\n                                -3.516493053230467,\n                                50.459942045181855\n                            ],\n                            [\n                                -3.516456466775217,\n                                50.45996545593683\n                            ],\n                            [\n                                -3.516421317332585,\n                                50.45998974731648\n                            ],\n                            [\n                                -3.5164054670209595,\n                                50.46000074631723\n                            ],\n                            [\n                                -3.516362845073371,\n                                50.46003367906265\n                            ],\n                            [\n                                -3.5163274254385195,\n                                50.460062740579524\n                            ],\n                            [\n                                -3.5163018862853788,\n                                50.46005273072299\n                            ],\n                            [\n                                -3.516250684433097,\n                                50.46003325222347\n                            ],\n                            [\n                                -3.5162394180196666,\n                                50.460028992158975\n                            ],\n                            [\n                                -3.5161766767824894,\n                                50.46000552692907\n                            ],\n                            [\n                                -3.516115780763042,\n                                50.45998248730259\n                            ],\n                            [\n                                -3.515990537131415,\n                                50.45993420451377\n                            ],\n                            [\n                                -3.5158534813392155,\n                                50.45988220822012\n                            ],\n                            [\n                                -3.515850771093827,\n                                50.45988116429291\n                            ],\n                            [\n                                -3.515852782923593,\n                                50.45987799029567\n                            ],\n                            [\n                                -3.515831371126238,\n                                50.4598692756093\n                            ],\n                            [\n                                -3.515715144007859,\n                                50.4598253718808\n                            ],\n                            [\n                                -3.5155682796793366,\n                                50.45977062506687\n                            ],\n                            [\n                                -3.5155682365707612,\n                                50.45976927657809\n                            ],\n                            [\n                                -3.515570880710844,\n                                50.459763845931356\n                            ],\n                            [\n                                -3.51557914362875,\n                                50.45975789240461\n                            ],\n                            [\n                                -3.5155942324321976,\n                                50.45974510470306\n                            ],\n                            [\n                                -3.515606590874327,\n                                50.459735050669664\n                            ],\n                            [\n                                -3.5156497878995974,\n                                50.45969806355777\n                            ],\n                            [\n                                -3.515677902143342,\n                                50.45967449362245\n                            ],\n                            [\n                                -3.5156868343972647,\n                                50.45966700244399\n                            ],\n                            [\n                                -3.5157109189088778,\n                                50.459649151011654\n                            ],\n                            [\n                                -3.5157500633814815,\n                                50.459617612860654\n                            ],\n                            [\n                                -3.5157728401617954,\n                                50.45960292623738\n                            ],\n                            [\n                                -3.515821713177928,\n                                50.4595672141586\n                            ],\n                            [\n                                -3.5158479387533497,\n                                50.45955023416767\n                            ],\n                            [\n                                -3.5158756013347565,\n                                50.45953413481391\n                            ],\n                            [\n                                -3.515889396687298,\n                                50.459524961394095\n                            ],\n                            [\n                                -3.5158907762222578,\n                                50.459524044052046\n                            ],\n                            [\n                                -3.515898378036113,\n                                50.45951944816659\n                            ],\n                            [\n                                -3.515907402500667,\n                                50.45951528342696\n                            ],\n                            [\n                                -3.5159108657090323,\n                                50.45951343956744\n                            ],\n                            [\n                                -3.5159427099658114,\n                                50.45949593665963\n                            ],\n                            [\n                                -3.51602309651187,\n                                50.45945441765796\n                            ],\n                            [\n                                -3.5160256429106758,\n                                50.459454744222626\n                            ],\n                            [\n                                -3.5160424790340605,\n                                50.45945695312063\n                            ],\n                            [\n                                -3.5160778498433367,\n                                50.459461618584704\n                            ],\n                            [\n                                -3.5160881791443654,\n                                50.4594630129023\n                            ],\n                            [\n                                -3.516117881920912,\n                                50.45942260399454\n                            ],\n                            [\n                                -3.5161246501865415,\n                                50.45941397180522\n                            ],\n                            [\n                                -3.5161321369624985,\n                                50.45940577993541\n                            ],\n                            [\n                                -3.516133516489282,\n                                50.45940486259052\n                            ],\n                            [\n                                -3.516141707400241,\n                                50.45939666154382\n                            ],\n                            [\n                                -3.5161430869265766,\n                                50.45939574419881\n                            ],\n                            [\n                                -3.5161465357421813,\n                                50.45939345083625\n                            ],\n                            [\n                                -3.5161499989322973,\n                                50.45939160696971\n                            ],\n                            [\n                                -3.5161583335873505,\n                                50.45938790088352\n                            ],\n                            [\n                                -3.516162515289348,\n                                50.45938649733636\n                            ],\n                            [\n                                -3.516368955715906,\n                                50.45929971596586\n                            ],\n                            [\n                                -3.5164739287945848,\n                                50.459256077451464\n                            ],\n                            [\n                                -3.5165744493615505,\n                                50.45933750890273\n                            ],\n                            [\n                                -3.516575872014267,\n                                50.459337940040925\n                            ],\n                            [\n                                -3.5165787892141904,\n                                50.45934104979764\n                            ],\n                            [\n                                -3.516581692035587,\n                                50.45934371005819\n                            ],\n                            [\n                                -3.5165891360173447,\n                                50.45935620415825\n                            ],\n                            [\n                                -3.516591420977096,\n                                50.45936157057403\n                            ],\n                            [\n                                -3.5165944388328305,\n                                50.45936782680284\n                            ],\n                            [\n                                -3.5165974423102986,\n                                50.4593736335355\n                            ],\n                            [\n                                -3.5166018684427307,\n                                50.4593798714059\n                            ],\n                            [\n                                -3.516606998713984,\n                                50.459386100096964\n                            ],\n                            [\n                                -3.516612833124329,\n                                50.459392319608625\n                            ],\n                            [\n                                -3.516619357294743,\n                                50.45939808044471\n                            ],\n                            [\n                                -3.5166200901911666,\n                                50.4593989702576\n                            ],\n                            [\n                                -3.5166373777446416,\n                                50.45941088634861\n                            ],\n                            [\n                                -3.516656763341662,\n                                50.459422325402564\n                            ],\n                            [\n                                -3.516671104941282,\n                                50.45943023274161\n                            ],\n                            [\n                                -3.5166875877207704,\n                                50.459439011532055\n                            ],\n                            [\n                                -3.5166981993417528,\n                                50.45944394562114\n                            ],\n                            [\n                                -3.51670546440326,\n                                50.45944732246456\n                            ],\n                            [\n                                -3.516723326711677,\n                                50.459455183898235\n                            ],\n                            [\n                                -3.516741174645501,\n                                50.45946259583305\n                            ],\n                            [\n                                -3.5167504291130243,\n                                50.459465622965354\n                            ],\n                            [\n                                -3.516767279139326,\n                                50.45947090741259\n                            ],\n                            [\n                                -3.5167710648489297,\n                                50.459472099183294\n                            ],\n                            [\n                                -3.5167916718284697,\n                                50.45947767640548\n                            ],\n                            [\n                                -3.516812968570634,\n                                50.45948279494755\n                            ],\n                            [\n                                -3.5168349406936317,\n                                50.45948700531308\n                            ],\n                            [\n                                -3.516841321089551,\n                                50.45948827117611\n                            ],\n                            [\n                                -3.5169437808131687,\n                                50.45949817734746\n                            ],\n                            [\n                                -3.516955090187856,\n                                50.45949937893571\n                            ],\n                            [\n                                -3.5170087198311206,\n                                50.459502277114936\n                            ],\n                            [\n                                -3.517034830515761,\n                                50.45950373537703\n                            ],\n                            [\n                                -3.5170609987360306,\n                                50.4595069916171\n                            ],\n                            [\n                                -3.517074434917122,\n                                50.45950861514392\n                            ],\n                            [\n                                -3.5170914349472238,\n                                50.45951154124665\n                            ],\n                            [\n                                -3.5171077308399896,\n                                50.459514476529066\n                            ],\n                            [\n                                -3.5171247596424458,\n                                50.459518301618786\n                            ],\n                            [\n                                -3.517140394552927,\n                                50.459522594566735\n                            ],\n                            [\n                                -3.5171453666824197,\n                                50.45952387877773\n                            ],\n                            [\n                                -3.5171560294662,\n                                50.45952688751255\n                            ],\n                            [\n                                -3.5171759755277776,\n                                50.45953382233631\n                            ],\n                            [\n                                -3.5171852731905004,\n                                50.45953819792145\n                            ],\n                            [\n                                -3.5172147039338784,\n                                50.459555351769936\n                            ],\n                            [\n                                -3.517244867609355,\n                                50.45957339541956\n                            ],\n                            [\n                                -3.5172685789591074,\n                                50.45958792574254\n                            ],\n                            [\n                                -3.5172808226738606,\n                                50.459596310050294\n                            ],\n                            [\n                                -3.517293066392948,\n                                50.45960469435675\n                            ],\n                            [\n                                -3.5172959692704953,\n                                50.45960735459884\n                            ],\n                            [\n                                -3.51730610057265,\n                                50.45961576645387\n                            ],\n                            [\n                                -3.5173235753956944,\n                                50.459633525886986\n                            ],\n                            [\n                                -3.5173258029078425,\n                                50.45963709430364\n                            ],\n                            [\n                                -3.5173309045297363,\n                                50.45964242396965\n                            ],\n                            [\n                                -3.517335302011495,\n                                50.45964776281899\n                            ],\n                            [\n                                -3.5173464251971676,\n                                50.459665155404636\n                            ],\n                            [\n                                -3.517348724644306,\n                                50.459670971300255\n                            ],\n                            [\n                                -3.5173503343366748,\n                                50.45967724587541\n                            ],\n                            [\n                                -3.517351110410272,\n                                50.459679484171176\n                            ],\n                            [\n                                -3.5173520159614213,\n                                50.45968576792999\n                            ],\n                            [\n                                -3.517352202984494,\n                                50.45969161137658\n                            ],\n                            [\n                                -3.5173562777203764,\n                                50.459752895064625\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 59467.88232118067,\n            \"area_buildings_sqft\": 4497.775314991695,\n            \"density\": 7.56336889667538,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 5524.701070343801,\n            \"area_acre\": 1.3651947272998317,\n            \"area_buildings_m2\": 417.8535223886748,\n            \"area_buildings_acre\": 0.10325471338364774\n        },\n        {\n            \"title_no\": \"DN44078\",\n            \"tenure\": \"Freehold\",\n            \"height\": 15.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041189547\",\n                \"100041189548\",\n                \"100041189549\",\n                \"100041189550\",\n                \"100041189551\",\n                \"100041189552\",\n                \"100041189554\",\n                \"100041189555\",\n                \"100041189556\",\n                \"100041189557\",\n                \"100041189558\",\n                \"100041189559\"\n            ],\n            \"property_address\": [\n                \"Hill Park, Shirburn Road, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.535035536060271,\n                                50.47717285076631\n                            ],\n                            [\n                                -3.5350271404874647,\n                                50.47717907721581\n                            ],\n                            [\n                                -3.535014825431948,\n                                50.47719048175888\n                            ],\n                            [\n                                -3.534990428305002,\n                                50.477220482694655\n                            ],\n                            [\n                                -3.534929653784984,\n                                50.477302227374906\n                            ],\n                            [\n                                -3.534917901108141,\n                                50.47731794144468\n                            ],\n                            [\n                                -3.5348588955309097,\n                                50.477402091037874\n                            ],\n                            [\n                                -3.534789988089159,\n                                50.47749383594881\n                            ],\n                            [\n                                -3.534739988256653,\n                                50.477560149178004\n                            ],\n                            [\n                                -3.534706782984653,\n                                50.477601058622454\n                            ],\n                            [\n                                -3.5346919995737816,\n                                50.47762328807727\n                            ],\n                            [\n                                -3.534681797532069,\n                                50.4776346647131\n                            ],\n                            [\n                                -3.5346597371128707,\n                                50.47764979521888\n                            ],\n                            [\n                                -3.534551737281574,\n                                50.47773126319755\n                            ],\n                            [\n                                -3.534501378521659,\n                                50.47776475420173\n                            ],\n                            [\n                                -3.534461381959309,\n                                50.47779181296842\n                            ],\n                            [\n                                -3.534351992884126,\n                                50.47785216398267\n                            ],\n                            [\n                                -3.534318749096308,\n                                50.477870139993236\n                            ],\n                            [\n                                -3.5342973985585626,\n                                50.47786367628965\n                            ],\n                            [\n                                -3.534295256226928,\n                                50.47786280517361\n                            ],\n                            [\n                                -3.534282373126305,\n                                50.47785667949462\n                            ],\n                            [\n                                -3.5342766359834044,\n                                50.47785360736611\n                            ],\n                            [\n                                -3.5342687419545893,\n                                50.477849214629806\n                            ],\n                            [\n                                -3.5342622567393183,\n                                50.47784480331615\n                            ],\n                            [\n                                -3.5342564468192825,\n                                50.47783948373188\n                            ],\n                            [\n                                -3.5342521039360455,\n                                50.47783594353442\n                            ],\n                            [\n                                -3.534248450903428,\n                                50.47783194455755\n                            ],\n                            [\n                                -3.53424622123889,\n                                50.47782837649489\n                            ],\n                            [\n                                -3.5342403530994444,\n                                50.477821258945994\n                            ],\n                            [\n                                -3.5342314053364063,\n                                50.47780608771252\n                            ],\n                            [\n                                -3.5342298946355295,\n                                50.477802959852255\n                            ],\n                            [\n                                -3.5342156958206568,\n                                50.47777796483372\n                            ],\n                            [\n                                -3.534205164598914,\n                                50.477757418282685\n                            ],\n                            [\n                                -3.5341992382530734,\n                                50.47774850276763\n                            ],\n                            [\n                                -3.53420667222703,\n                                50.47771692694392\n                            ],\n                            [\n                                -3.5341502907834403,\n                                50.47771677099197\n                            ],\n                            [\n                                -3.5341158473889123,\n                                50.477501827024916\n                            ],\n                            [\n                                -3.5341126280491486,\n                                50.477467693571214\n                            ],\n                            [\n                                -3.534109193373032,\n                                50.477470436954384\n                            ],\n                            [\n                                -3.534097727833254,\n                                50.47737750376434\n                            ],\n                            [\n                                -3.534100867941433,\n                                50.47737872147482\n                            ],\n                            [\n                                -3.534095256578164,\n                                50.47734470949495\n                            ],\n                            [\n                                -3.5340783305710377,\n                                50.477257244491156\n                            ],\n                            [\n                                -3.5340766790190545,\n                                50.47725411848583\n                            ],\n                            [\n                                -3.534122893829448,\n                                50.477218883568085\n                            ],\n                            [\n                                -3.5341949196663687,\n                                50.47715812605606\n                            ],\n                            [\n                                -3.5342255808123384,\n                                50.477131352358654\n                            ],\n                            [\n                                -3.534229733588136,\n                                50.4771277181244\n                            ],\n                            [\n                                -3.534238778342692,\n                                50.477119774377584\n                            ],\n                            [\n                                -3.534233055848223,\n                                50.47711715173669\n                            ],\n                            [\n                                -3.53429483570651,\n                                50.47706642228784\n                            ],\n                            [\n                                -3.534517243226987,\n                                50.47687947903545\n                            ],\n                            [\n                                -3.534524984590173,\n                                50.47688351402207\n                            ],\n                            [\n                                -3.5345637864583876,\n                                50.47690618793102\n                            ],\n                            [\n                                -3.5345881939802655,\n                                50.476920453737264\n                            ],\n                            [\n                                -3.5346140500131265,\n                                50.47693549187566\n                            ],\n                            [\n                                -3.534661163745804,\n                                50.476962840751426\n                            ],\n                            [\n                                -3.534685150548105,\n                                50.476976734352924\n                            ],\n                            [\n                                -3.534719461169548,\n                                50.47699606784588\n                            ],\n                            [\n                                -3.5347856001938154,\n                                50.47703206944616\n                            ],\n                            [\n                                -3.534835062466051,\n                                50.47705794828751\n                            ],\n                            [\n                                -3.534884560975196,\n                                50.4770823336825\n                            ],\n                            [\n                                -3.53493818441738,\n                                50.47710875116937\n                            ],\n                            [\n                                -3.534990508121178,\n                                50.47713594124579\n                            ],\n                            [\n                                -3.535008525759489,\n                                50.477148294670165\n                            ],\n                            [\n                                -3.535035536060271,\n                                50.47717285076631\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 46296.38744867637,\n            \"area_buildings_sqft\": 9126.555492694508,\n            \"density\": 19.713321050831667,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4301.0393393419145,\n            \"area_acre\": 1.0628188119530846,\n            \"area_buildings_m2\": 847.8776934870409,\n            \"area_buildings_acre\": 0.20951688458894646\n        },\n        {\n            \"title_no\": \"DN432847\",\n            \"tenure\": \"Freehold\",\n            \"height\": 10.2,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040549145\"\n            ],\n            \"property_address\": [\n                \"2 Lydwell Road Torquay Torbay TQ1 1SN\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.513659248078199,\n                                50.47062915085318\n                            ],\n                            [\n                                -3.5136378725388573,\n                                50.4706834807865\n                            ],\n                            [\n                                -3.513632064980656,\n                                50.47070019459519\n                            ],\n                            [\n                                -3.5136289436076313,\n                                50.4707079157809\n                            ],\n                            [\n                                -3.5136109466589485,\n                                50.47070169246708\n                            ],\n                            [\n                                -3.5135728728026447,\n                                50.470744134163674\n                            ],\n                            [\n                                -3.51355989293407,\n                                50.47075689412902\n                            ],\n                            [\n                                -3.51354842216585,\n                                50.47077278223941\n                            ],\n                            [\n                                -3.5135081600134437,\n                                50.4708137774219\n                            ],\n                            [\n                                -3.5135034738998114,\n                                50.470821482984086\n                            ],\n                            [\n                                -3.513489999450953,\n                                50.47083640785125\n                            ],\n                            [\n                                -3.51346536766078,\n                                50.47086379915402\n                            ],\n                            [\n                                -3.5134353254868405,\n                                50.47089386898702\n                            ],\n                            [\n                                -3.513330810120778,\n                                50.47099685670285\n                            ],\n                            [\n                                -3.5132611520971895,\n                                50.471066114456995\n                            ],\n                            [\n                                -3.513259240307311,\n                                50.471068027988764\n                            ],\n                            [\n                                -3.513072272668293,\n                                50.47095435154322\n                            ],\n                            [\n                                -3.512979609540282,\n                                50.47087686210757\n                            ],\n                            [\n                                -3.5128891433993776,\n                                50.47084611101543\n                            ],\n                            [\n                                -3.51284503736424,\n                                50.470722572136566\n                            ],\n                            [\n                                -3.5126310048544407,\n                                50.47063946556473\n                            ],\n                            [\n                                -3.512415607515449,\n                                50.47055772539011\n                            ],\n                            [\n                                -3.5122921705797334,\n                                50.47050941511654\n                            ],\n                            [\n                                -3.5122396453015843,\n                                50.47048851306211\n                            ],\n                            [\n                                -3.5121922771135714,\n                                50.47047024205239\n                            ],\n                            [\n                                -3.512204151367066,\n                                50.47044490549892\n                            ],\n                            [\n                                -3.5122326865213935,\n                                50.47038967334842\n                            ],\n                            [\n                                -3.512252682458733,\n                                50.47035388852953\n                            ],\n                            [\n                                -3.5122753822834016,\n                                50.47029243665663\n                            ],\n                            [\n                                -3.5125012593387552,\n                                50.47032727386889\n                            ],\n                            [\n                                -3.512684706430962,\n                                50.470357266105715\n                            ],\n                            [\n                                -3.512688602246715,\n                                50.47034687275584\n                            ],\n                            [\n                                -3.512828814469311,\n                                50.47036888290048\n                            ],\n                            [\n                                -3.5129490537906785,\n                                50.470272886078604\n                            ],\n                            [\n                                -3.5130336967901155,\n                                50.47031990142179\n                            ],\n                            [\n                                -3.5131340642274607,\n                                50.4703739071272\n                            ],\n                            [\n                                -3.51317344668462,\n                                50.470393630661334\n                            ],\n                            [\n                                -3.513242912231433,\n                                50.47042870181283\n                            ],\n                            [\n                                -3.5133052487272685,\n                                50.47046116755277\n                            ],\n                            [\n                                -3.5133373729853994,\n                                50.47047424019745\n                            ],\n                            [\n                                -3.5133574523304203,\n                                50.47048522109012\n                            ],\n                            [\n                                -3.5134096559863117,\n                                50.470509274603515\n                            ],\n                            [\n                                -3.513441176485358,\n                                50.470525502851174\n                            ],\n                            [\n                                -3.513447989847822,\n                                50.47051821930274\n                            ],\n                            [\n                                -3.5135666700980166,\n                                50.470571986425036\n                            ],\n                            [\n                                -3.513576774419159,\n                                50.47057949958277\n                            ],\n                            [\n                                -3.513589667250817,\n                                50.470586077098545\n                            ],\n                            [\n                                -3.5136018557809945,\n                                50.47059266377532\n                            ],\n                            [\n                                -3.5136190462333854,\n                                50.47060143379224\n                            ],\n                            [\n                                -3.5136240768659173,\n                                50.470604516125164\n                            ],\n                            [\n                                -3.5136348711516967,\n                                50.470611570619276\n                            ],\n                            [\n                                -3.5136477064087512,\n                                50.470620757036684\n                            ],\n                            [\n                                -3.5136521764721813,\n                                50.47062393659766\n                            ],\n                            [\n                                -3.513659248078199,\n                                50.47062915085318\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 46293.056739586675,\n            \"area_buildings_sqft\": 1581.2857146520312,\n            \"density\": 3.4158161634200823,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4300.72990891738,\n            \"area_acre\": 1.0627423493936334,\n            \"area_buildings_m2\": 146.90502737384162,\n            \"area_buildings_acre\": 0.03630132494609805\n        },\n        {\n            \"title_no\": \"DN431654\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"200001934730\"\n            ],\n            \"property_address\": [\n                \"Higher Warberry House Higher Warberry Road Torquay Torbay TQ1 1SA\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.51603807422958,\n                                50.46811700912788\n                            ],\n                            [\n                                -3.5160263432348917,\n                                50.468124716658195\n                            ],\n                            [\n                                -3.515988399293926,\n                                50.468149943627864\n                            ],\n                            [\n                                -3.51596977225359,\n                                50.4681623277722\n                            ],\n                            [\n                                -3.5159432804461344,\n                                50.46817994077239\n                            ],\n                            [\n                                -3.515891662758524,\n                                50.468214258585505\n                            ],\n                            [\n                                -3.515837039347086,\n                                50.46817574892695\n                            ],\n                            [\n                                -3.51581624469049,\n                                50.468168824924874\n                            ],\n                            [\n                                -3.5157051398948744,\n                                50.46817117175831\n                            ],\n                            [\n                                -3.5156973958175324,\n                                50.4681713625804\n                            ],\n                            [\n                                -3.51568049625083,\n                                50.46817167267324\n                            ],\n                            [\n                                -3.515549117130796,\n                                50.46817455328445\n                            ],\n                            [\n                                -3.5155136507447993,\n                                50.4681759146345\n                            ],\n                            [\n                                -3.5154805271150726,\n                                50.46814037146539\n                            ],\n                            [\n                                -3.5154002089179794,\n                                50.468157174512406\n                            ],\n                            [\n                                -3.5153338323132495,\n                                50.46817106185374\n                            ],\n                            [\n                                -3.5151750123678163,\n                                50.46820595710688\n                            ],\n                            [\n                                -3.5150435868951795,\n                                50.46823384011485\n                            ],\n                            [\n                                -3.514973376328641,\n                                50.46815776866216\n                            ],\n                            [\n                                -3.5148857607720094,\n                                50.46806177799858\n                            ],\n                            [\n                                -3.514846278403136,\n                                50.46801905056948\n                            ],\n                            [\n                                -3.5147872367972033,\n                                50.46795513690492\n                            ],\n                            [\n                                -3.514717142056076,\n                                50.4678782543605\n                            ],\n                            [\n                                -3.5146669447423915,\n                                50.46782431637333\n                            ],\n                            [\n                                -3.5148358481396964,\n                                50.46775664354729\n                            ],\n                            [\n                                -3.514931858223805,\n                                50.46771851945948\n                            ],\n                            [\n                                -3.5150454172109935,\n                                50.467678368042385\n                            ],\n                            [\n                                -3.515133191378532,\n                                50.46764709627605\n                            ],\n                            [\n                                -3.5151931111562726,\n                                50.467626080220306\n                            ],\n                            [\n                                -3.515232370436037,\n                                50.46761290586587\n                            ],\n                            [\n                                -3.515246088872352,\n                                50.46760830232413\n                            ],\n                            [\n                                -3.51532003626241,\n                                50.46758530478044\n                            ],\n                            [\n                                -3.515382873517845,\n                                50.4675673984083\n                            ],\n                            [\n                                -3.5154834388973923,\n                                50.46753955723527\n                            ],\n                            [\n                                -3.51560215676998,\n                                50.46750653299826\n                            ],\n                            [\n                                -3.5157362244010137,\n                                50.467468811837605\n                            ],\n                            [\n                                -3.515743209480062,\n                                50.46746692210556\n                            ],\n                            [\n                                -3.515782800215859,\n                                50.46745751158838\n                            ],\n                            [\n                                -3.5158509199301253,\n                                50.467441325878546\n                            ],\n                            [\n                                -3.5158893498936252,\n                                50.46743219126441\n                            ],\n                            [\n                                -3.51591169923191,\n                                50.46742605419221\n                            ],\n                            [\n                                -3.5159137259448645,\n                                50.46744536415052\n                            ],\n                            [\n                                -3.5159300397216318,\n                                50.46753688690418\n                            ],\n                            [\n                                -3.51594876826595,\n                                50.467637821531795\n                            ],\n                            [\n                                -3.515957456447657,\n                                50.46768521282859\n                            ],\n                            [\n                                -3.515969250475854,\n                                50.46774952569448\n                            ],\n                            [\n                                -3.515971130532924,\n                                50.46775984390412\n                            ],\n                            [\n                                -3.51597594855133,\n                                50.46778712184566\n                            ],\n                            [\n                                -3.5159889710137,\n                                50.46785944104502\n                            ],\n                            [\n                                -3.516010057045399,\n                                50.46796798954946\n                            ],\n                            [\n                                -3.51603807422958,\n                                50.46811700912788\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 60018.981876157224,\n            \"area_buildings_sqft\": 6984.019037484151,\n            \"density\": 11.636350399770079,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 5575.899468242032,\n            \"area_acre\": 1.3778462322350142,\n            \"area_buildings_m2\": 648.8312000635592,\n            \"area_buildings_acre\": 0.16033101555289603\n        },\n        {\n            \"title_no\": \"DN414020\",\n            \"tenure\": \"Freehold\",\n            \"height\": 11.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10002989217\",\n                \"10002989218\",\n                \"10002989219\",\n                \"10002989236\",\n                \"10002989238\",\n                \"10002989239\",\n                \"200001927851\",\n                \"200001927852\",\n                \"200001927853\",\n                \"200001927854\",\n                \"200001927855\",\n                \"200001927856\",\n                \"200001927857\",\n                \"200001927858\",\n                \"200001927863\",\n                \"200001927864\",\n                \"200002495244\"\n            ],\n            \"property_address\": [\n                \"Meadfoot Grange, Meadfoot Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"MEADFOOT GRANGE MANAGEMENT COMPANY LIMITED\",\n                    \"company_registration_no\": \"4139866\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"20 Queen Street, Exeter EX4 3SN\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5174562150057196,\n                                50.45929486601293\n                            ],\n                            [\n                                -3.5174685388935947,\n                                50.45928903026136\n                            ],\n                            [\n                                -3.5174561315637813,\n                                50.45928477620225\n                            ],\n                            [\n                                -3.5174057903621487,\n                                50.45926752640861\n                            ],\n                            [\n                                -3.517560971026488,\n                                50.45908162668911\n                            ],\n                            [\n                                -3.5175668868977574,\n                                50.45907454345076\n                            ],\n                            [\n                                -3.517568378437201,\n                                50.459072725260384\n                            ],\n                            [\n                                -3.5175829204444464,\n                                50.45906048404917\n                            ],\n                            [\n                                -3.5176306676143194,\n                                50.459020468922915\n                            ],\n                            [\n                                -3.5176486410371606,\n                                50.45900539490269\n                            ],\n                            [\n                                -3.517705578833153,\n                                50.4589576152317\n                            ],\n                            [\n                                -3.517731165453632,\n                                50.4589361103352\n                            ],\n                            [\n                                -3.5178218506125742,\n                                50.45885990203511\n                            ],\n                            [\n                                -3.5178626658518724,\n                                50.458825607286684\n                            ],\n                            [\n                                -3.5178768923392725,\n                                50.458829918510915\n                            ],\n                            [\n                                -3.517890400309142,\n                                50.4588337894244\n                            ],\n                            [\n                                -3.517924486329468,\n                                50.45884233836801\n                            ],\n                            [\n                                -3.5179380086981746,\n                                50.45884665877175\n                            ],\n                            [\n                                -3.5179450931648955,\n                                50.45884791538776\n                            ],\n                            [\n                                -3.5179528817612162,\n                                50.45884916281611\n                            ],\n                            [\n                                -3.517957879746006,\n                                50.45885125608545\n                            ],\n                            [\n                                -3.5179927759889527,\n                                50.45885430829757\n                            ],\n                            [\n                                -3.518004010885423,\n                                50.4588047864438\n                            ],\n                            [\n                                -3.5180079301083715,\n                                50.45878638821394\n                            ],\n                            [\n                                -3.518013496059083,\n                                50.45876661944627\n                            ],\n                            [\n                                -3.5180187056634042,\n                                50.458753321778396\n                            ],\n                            [\n                                -3.5180269101583748,\n                                50.458732358397896\n                            ],\n                            [\n                                -3.5180545321033407,\n                                50.45867542777601\n                            ],\n                            [\n                                -3.518059199044841,\n                                50.45866718263724\n                            ],\n                            [\n                                -3.5180637539446895,\n                                50.45865983832752\n                            ],\n                            [\n                                -3.5183339848048973,\n                                50.45873509645162\n                            ],\n                            [\n                                -3.5184211256388336,\n                                50.45875941124479\n                            ],\n                            [\n                                -3.5184747733592423,\n                                50.458789289527516\n                            ],\n                            [\n                                -3.5184767794699394,\n                                50.45879034258419\n                            ],\n                            [\n                                -3.5184767828711667,\n                                50.45879924627574\n                            ],\n                            [\n                                -3.5184767744941765,\n                                50.458803383474496\n                            ],\n                            [\n                                -3.5184781892813017,\n                                50.4589135374975\n                            ],\n                            [\n                                -3.518476925766424,\n                                50.45897965748153\n                            ],\n                            [\n                                -3.518476842526974,\n                                50.45898145730245\n                            ],\n                            [\n                                -3.518476481298409,\n                                50.45899657138687\n                            ],\n                            [\n                                -3.518476538885182,\n                                50.458998369369695\n                            ],\n                            [\n                                -3.5184760598649243,\n                                50.459014204485285\n                            ],\n                            [\n                                -3.518475589482484,\n                                50.45903030929824\n                            ],\n                            [\n                                -3.5184756182758874,\n                                50.45903120828964\n                            ],\n                            [\n                                -3.518475595763832,\n                                50.459039302888556\n                            ],\n                            [\n                                -3.518474366536608,\n                                50.45910209476496\n                            ],\n                            [\n                                -3.5184739508609497,\n                                50.45911990766135\n                            ],\n                            [\n                                -3.5184732488184642,\n                                50.45915517201936\n                            ],\n                            [\n                                -3.5184723515023726,\n                                50.45919313702748\n                            ],\n                            [\n                                -3.5184668592558395,\n                                50.459193208712534\n                            ],\n                            [\n                                -3.5184647612500037,\n                                50.45919368577933\n                            ],\n                            [\n                                -3.5184619735065916,\n                                50.45919462153214\n                            ],\n                            [\n                                -3.5184592145563314,\n                                50.45919645627626\n                            ],\n                            [\n                                -3.518457849477739,\n                                50.45919782314401\n                            ],\n                            [\n                                -3.51845717413672,\n                                50.45919873132572\n                            ],\n                            [\n                                -3.5184558090580045,\n                                50.459200098193456\n                            ],\n                            [\n                                -3.5184551337169165,\n                                50.45920100637516\n                            ],\n                            [\n                                -3.5184544727723908,\n                                50.459202364052565\n                            ],\n                            [\n                                -3.518450363138915,\n                                50.459206015159864\n                            ],\n                            [\n                                -3.518445592559914,\n                                50.45921102394441\n                            ],\n                            [\n                                -3.5184454263371028,\n                                50.45921903048203\n                            ],\n                            [\n                                -3.518443559935626,\n                                50.459297119914645\n                            ],\n                            [\n                                -3.5184434109106633,\n                                50.45930434377823\n                            ],\n                            [\n                                -3.5184429408529585,\n                                50.45932617755498\n                            ],\n                            [\n                                -3.518458356942881,\n                                50.459468795854036\n                            ],\n                            [\n                                -3.5183721054580763,\n                                50.45948988752059\n                            ],\n                            [\n                                -3.518353927416207,\n                                50.45949417191624\n                            ],\n                            [\n                                -3.5183504211185683,\n                                50.459494667360524\n                            ],\n                            [\n                                -3.518345535334876,\n                                50.459496080175484\n                            ],\n                            [\n                                -3.5183357349753814,\n                                50.45949800681338\n                            ],\n                            [\n                                -3.5183308203997607,\n                                50.45949852063631\n                            ],\n                            [\n                                -3.518322370734742,\n                                50.459498630911085\n                            ],\n                            [\n                                -3.518313906674262,\n                                50.45949829168953\n                            ],\n                            [\n                                -3.5182877527740857,\n                                50.459495485227656\n                            ],\n                            [\n                                -3.5181774897002844,\n                                50.45948388333484\n                            ],\n                            [\n                                -3.5181527440925766,\n                                50.45948105846515\n                            ],\n                            [\n                                -3.518120913921836,\n                                50.45947697698633\n                            ],\n                            [\n                                -3.5181086494194833,\n                                50.45947454684804\n                            ],\n                            [\n                                -3.5180337147814558,\n                                50.45945967779067\n                            ],\n                            [\n                                -3.5179258654328396,\n                                50.45943545302507\n                            ],\n                            [\n                                -3.517923034489384,\n                                50.459435040277775\n                            ],\n                            [\n                                -3.517814365988743,\n                                50.459407228628415\n                            ],\n                            [\n                                -3.5177455599950274,\n                                50.459389275543025\n                            ],\n                            [\n                                -3.517602676847352,\n                                50.45935198103607\n                            ],\n                            [\n                                -3.517561477206645,\n                                50.45934127637167\n                            ],\n                            [\n                                -3.517556490697379,\n                                50.45933954268245\n                            ],\n                            [\n                                -3.517549391778618,\n                                50.459337836547576\n                            ],\n                            [\n                                -3.517542996996955,\n                                50.45933612122746\n                            ],\n                            [\n                                -3.5175365878277924,\n                                50.45933395641112\n                            ],\n                            [\n                                -3.517533742505668,\n                                50.45933309415836\n                            ],\n                            [\n                                -3.517530882795743,\n                                50.45933178240967\n                            ],\n                            [\n                                -3.5175280086981027,\n                                50.45933002116501\n                            ],\n                            [\n                                -3.5175251489885198,\n                                50.459328709416184\n                            ],\n                            [\n                                -3.517521498815758,\n                                50.459324709876626\n                            ],\n                            [\n                                -3.5175171588950094,\n                                50.45932116901748\n                            ],\n                            [\n                                -3.5175092551301836,\n                                50.45931632559357\n                            ],\n                            [\n                                -3.5175028028023343,\n                                50.45931281228763\n                            ],\n                            [\n                                -3.517499943094485,\n                                50.45931150053815\n                            ],\n                            [\n                                -3.5174985146793762,\n                                50.459310889612965\n                            ],\n                            [\n                                -3.5174828136255587,\n                                50.459304529031535\n                            ],\n                            [\n                                -3.517467121208293,\n                                50.45929843814551\n                            ],\n                            [\n                                -3.5174562150057196,\n                                50.45929486601293\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 49762.10320996633,\n            \"area_buildings_sqft\": 7002.117045901028,\n            \"density\": 14.071183881348984,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4623.0121897033005,\n            \"area_acre\": 1.1423806981167661,\n            \"area_buildings_m2\": 650.5125460703297,\n            \"area_buildings_acre\": 0.1607464886570484\n        },\n        {\n            \"title_no\": \"DN399326\",\n            \"tenure\": \"Freehold\",\n            \"height\": 12,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040544482\",\n                \"100040544483\",\n                \"100040544484\",\n                \"100040544485\",\n                \"100040544486\",\n                \"100040544487\",\n                \"100040544488\",\n                \"100040544489\",\n                \"100040544490\",\n                \"100040544491\",\n                \"100040544492\",\n                \"100040544493\",\n                \"100040544494\",\n                \"100040544495\",\n                \"100040544496\"\n            ],\n            \"property_address\": [\n                \"Hyfield Gardens, Grafton Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"HYFIELD RESIDENTS (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"3402456\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Hyfield Gardens, Grafton Road, Torquay TQ1 1UR\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.524528550369443,\n                                50.465066395663975\n                            ],\n                            [\n                                -3.5245290563703793,\n                                50.46508212795313\n                            ],\n                            [\n                                -3.5245291735499564,\n                                50.46508314270219\n                            ],\n                            [\n                                -3.5243579487084147,\n                                50.46515020360683\n                            ],\n                            [\n                                -3.5243621448820748,\n                                50.465141793510234\n                            ],\n                            [\n                                -3.524298358736106,\n                                50.46517292889752\n                            ],\n                            [\n                                -3.5242355326179475,\n                                50.465199743705\n                            ],\n                            [\n                                -3.5241789519201734,\n                                50.46522359868589\n                            ],\n                            [\n                                -3.5241099210308233,\n                                50.465193294983536\n                            ],\n                            [\n                                -3.524010515707495,\n                                50.46522184796408\n                            ],\n                            [\n                                -3.523917994300021,\n                                50.4652497710713\n                            ],\n                            [\n                                -3.523849717502792,\n                                50.465273599216516\n                            ],\n                            [\n                                -3.5236524404940073,\n                                50.46517680291023\n                            ],\n                            [\n                                -3.5235622493504515,\n                                50.46513256600397\n                            ],\n                            [\n                                -3.5235397756247746,\n                                50.46512161821755\n                            ],\n                            [\n                                -3.523491812690052,\n                                50.46509796338516\n                            ],\n                            [\n                                -3.5235265143152863,\n                                50.46505973556911\n                            ],\n                            [\n                                -3.5235813181539077,\n                                50.465001638300464\n                            ],\n                            [\n                                -3.523612521837232,\n                                50.464968564668055\n                            ],\n                            [\n                                -3.523644447674306,\n                                50.46493472610143\n                            ],\n                            [\n                                -3.5237007640151665,\n                                50.46487503507449\n                            ],\n                            [\n                                -3.5241471729757903,\n                                50.46440181383774\n                            ],\n                            [\n                                -3.5242156283631334,\n                                50.46444273758623\n                            ],\n                            [\n                                -3.5242515445296436,\n                                50.46446422058991\n                            ],\n                            [\n                                -3.5242671320421306,\n                                50.464473540667925\n                            ],\n                            [\n                                -3.5242850408545996,\n                                50.464482749388196\n                            ],\n                            [\n                                -3.5242936503853186,\n                                50.46448758310745\n                            ],\n                            [\n                                -3.52431088390682,\n                                50.46449770003808\n                            ],\n                            [\n                                -3.5243418443704018,\n                                50.46451842951864\n                            ],\n                            [\n                                -3.524367803102886,\n                                50.464536976107894\n                            ],\n                            [\n                                -3.524371396437837,\n                                50.464539177444244\n                            ],\n                            [\n                                -3.5244002443192572,\n                                50.464559934589\n                            ],\n                            [\n                                -3.5244117863700697,\n                                50.46456832734361\n                            ],\n                            [\n                                -3.5244255422530104,\n                                50.46457983887393\n                            ],\n                            [\n                                -3.5244495185201288,\n                                50.464602458571854\n                            ],\n                            [\n                                -3.5244560588202676,\n                                50.46460866844258\n                            ],\n                            [\n                                -3.5244647984982374,\n                                50.464617547594955\n                            ],\n                            [\n                                -3.5244735815487527,\n                                50.464627775228685\n                            ],\n                            [\n                                -3.524486850099277,\n                                50.46464603838908\n                            ],\n                            [\n                                -3.5244920398102955,\n                                50.46465406468871\n                            ],\n                            [\n                                -3.52449873914662,\n                                50.464665218991016\n                            ],\n                            [\n                                -3.5245086456735417,\n                                50.46468847272063\n                            ],\n                            [\n                                -3.524516999213431,\n                                50.46470724996459\n                            ],\n                            [\n                                -3.524519241967655,\n                                50.464711267727516\n                            ],\n                            [\n                                -3.524523785305025,\n                                50.46472110122928\n                            ],\n                            [\n                                -3.524527624429904,\n                                50.46473094395858\n                            ],\n                            [\n                                -3.5245325725679746,\n                                50.46475336329193\n                            ],\n                            [\n                                -3.5245326882243115,\n                                50.46475695924395\n                            ],\n                            [\n                                -3.5245369610668162,\n                                50.464780286792774\n                            ],\n                            [\n                                -3.524537221294606,\n                                50.46478837768473\n                            ],\n                            [\n                                -3.524538590537294,\n                                50.46480904518068\n                            ],\n                            [\n                                -3.5245380639907204,\n                                50.46483648276997\n                            ],\n                            [\n                                -3.524538516346212,\n                                50.46487245151711\n                            ],\n                            [\n                                -3.5245321671191716,\n                                50.46499484860762\n                            ],\n                            [\n                                -3.524528550369443,\n                                50.465066395663975\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 45939.20571383129,\n            \"area_buildings_sqft\": 6077.57991557999,\n            \"density\": 13.229614707400488,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4267.856346509781,\n            \"area_acre\": 1.0546190476086155,\n            \"area_buildings_m2\": 564.6209509085833,\n            \"area_buildings_acre\": 0.13952203662947635\n        },\n        {\n            \"title_no\": \"DN393138\",\n            \"tenure\": \"Freehold\",\n            \"height\": 15,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Rockwood House, Parkhill Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"ROCKWOOD WEALTH MANAGEMENT LIMITED\",\n                    \"company_registration_no\": \"08753157\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Bishop Fleming, 2nd Floor, Stratus House, Emperor Way, Exeter Business Park, Exeter EX1 3QS\",\n                    \"address_2\": \"Rockwood House, Parkhill Road, Torquay TQ1 2DU\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.519930908637581,\n                                50.45825959594429\n                            ],\n                            [\n                                -3.519903872075168,\n                                50.45824286118378\n                            ],\n                            [\n                                -3.5198760598087917,\n                                50.45822565988626\n                            ],\n                            [\n                                -3.5199038723633653,\n                                50.4582428701737\n                            ],\n                            [\n                                -3.5198177615484094,\n                                50.458189592395755\n                            ],\n                            [\n                                -3.5197946191958986,\n                                50.45817523502918\n                            ],\n                            [\n                                -3.519738142933142,\n                                50.458136670436744\n                            ],\n                            [\n                                -3.5195225619185213,\n                                50.45799900518508\n                            ],\n                            [\n                                -3.5193923943809984,\n                                50.457915715032\n                            ],\n                            [\n                                -3.5193680655501147,\n                                50.457903891305456\n                            ],\n                            [\n                                -3.5193373420830283,\n                                50.457890352350596\n                            ],\n                            [\n                                -3.5193059577309826,\n                                50.45787817106962\n                            ],\n                            [\n                                -3.519273179570195,\n                                50.45786645766577\n                            ],\n                            [\n                                -3.519265347892285,\n                                50.45786386183756\n                            ],\n                            [\n                                -3.5192247668842813,\n                                50.45785045158237\n                            ],\n                            [\n                                -3.51919063814618,\n                                50.45784055452703\n                            ],\n                            [\n                                -3.5191288041480844,\n                                50.457823374612275\n                            ],\n                            [\n                                -3.5191018606039894,\n                                50.45781788054499\n                            ],\n                            [\n                                -3.5190735232408112,\n                                50.457812854354835\n                            ],\n                            [\n                                -3.5190452002849755,\n                                50.457808277653385\n                            ],\n                            [\n                                -3.5190310604110646,\n                                50.45780666354361\n                            ],\n                            [\n                                -3.518991457248272,\n                                50.45780178443043\n                            ],\n                            [\n                                -3.5189674309899295,\n                                50.45779940002817\n                            ],\n                            [\n                                -3.518942743822103,\n                                50.457798373301095\n                            ],\n                            [\n                                -3.5189180854557582,\n                                50.457798245560205\n                            ],\n                            [\n                                -3.518868826322324,\n                                50.45779978804562\n                            ],\n                            [\n                                -3.5188596728486754,\n                                50.45779990754936\n                            ],\n                            [\n                                -3.518738608541043,\n                                50.457802837095144\n                            ],\n                            [\n                                -3.518692826768344,\n                                50.45780298505967\n                            ],\n                            [\n                                -3.5186751951357946,\n                                50.45780231585577\n                            ],\n                            [\n                                -3.5186582388215295,\n                                50.45780073846631\n                            ],\n                            [\n                                -3.518655407969998,\n                                50.4578003257359\n                            ],\n                            [\n                                -3.5185427579239805,\n                                50.45779325219814\n                            ],\n                            [\n                                -3.5185398325853177,\n                                50.457798686586436\n                            ],\n                            [\n                                -3.51853803644235,\n                                50.45779978927196\n                            ],\n                            [\n                                -3.518508476241246,\n                                50.457818162458516\n                            ],\n                            [\n                                -3.5185059068804727,\n                                50.457817116754185\n                            ],\n                            [\n                                -3.518446213005002,\n                                50.45777877340963\n                            ],\n                            [\n                                -3.518393915731744,\n                                50.45777343021859\n                            ],\n                            [\n                                -3.5183868515681875,\n                                50.457772802922506\n                            ],\n                            [\n                                -3.518379781646749,\n                                50.45777199582767\n                            ],\n                            [\n                                -3.5185359468158097,\n                                50.457699357206295\n                            ],\n                            [\n                                -3.518545876366833,\n                                50.457701476016524\n                            ],\n                            [\n                                -3.5185466380656183,\n                                50.45770326480902\n                            ],\n                            [\n                                -3.5185473853677562,\n                                50.45770460410578\n                            ],\n                            [\n                                -3.518548147066651,\n                                50.457706392898295\n                            ],\n                            [\n                                -3.518548894368882,\n                                50.457707732195\n                            ],\n                            [\n                                -3.5185525588968978,\n                                50.45771218119953\n                            ],\n                            [\n                                -3.5185547432172606,\n                                50.45771440110637\n                            ],\n                            [\n                                -3.5185576172532453,\n                                50.45771616232669\n                            ],\n                            [\n                                -3.5185605056862763,\n                                50.45771837304271\n                            ],\n                            [\n                                -3.518568409286996,\n                                50.45772321639795\n                            ],\n                            [\n                                -3.5185777614257128,\n                                50.45772929995914\n                            ],\n                            [\n                                -3.5185806383428595,\n                                50.457731151078\n                            ],\n                            [\n                                -3.518583483586698,\n                                50.45773201330606\n                            ],\n                            [\n                                -3.518586314433552,\n                                50.457732426038255\n                            ],\n                            [\n                                -3.518587737055547,\n                                50.45773285715224\n                            ],\n                            [\n                                -3.518748175315166,\n                                50.45774964952681\n                            ],\n                            [\n                                -3.518808068086709,\n                                50.45775021668836\n                            ],\n                            [\n                                -3.5188101948238435,\n                                50.45775063860734\n                            ],\n                            [\n                                -3.5189072903646395,\n                                50.45774712255614\n                            ],\n                            [\n                                -3.518934017840908,\n                                50.45774587423339\n                            ],\n                            [\n                                -3.518954437104227,\n                                50.45774560763433\n                            ],\n                            [\n                                -3.518978391330607,\n                                50.45774574456104\n                            ],\n                            [\n                                -3.518989714734504,\n                                50.45774739545085\n                            ],\n                            [\n                                -3.5189953908377123,\n                                50.457748670391034\n                            ],\n                            [\n                                -3.5190031504768418,\n                                50.45774901875928\n                            ],\n                            [\n                                -3.5190201046024847,\n                                50.45775228693785\n                            ],\n                            [\n                                -3.5191059236888798,\n                                50.457768811964186\n                            ],\n                            [\n                                -3.5191087833463226,\n                                50.45777012367497\n                            ],\n                            [\n                                -3.519110924488987,\n                                50.457770995084076\n                            ],\n                            [\n                                -3.519113755342486,\n                                50.45777140780338\n                            ],\n                            [\n                                -3.519134347442714,\n                                50.45777653512072\n                            ],\n                            [\n                                -3.519153568124251,\n                                50.45777403571901\n                            ],\n                            [\n                                -3.519163388257833,\n                                50.45777273830908\n                            ],\n                            [\n                                -3.519188659520376,\n                                50.457783200720385\n                            ],\n                            [\n                                -3.5191945139031153,\n                                50.45778564250059\n                            ],\n                            [\n                                -3.519195335794144,\n                                50.45778491227403\n                            ],\n                            [\n                                -3.5192108080157314,\n                                50.457770949908095\n                            ],\n                            [\n                                -3.5192330874453246,\n                                50.45778037213776\n                            ],\n                            [\n                                -3.519230351651536,\n                                50.45778292609266\n                            ],\n                            [\n                                -3.5192636328715174,\n                                50.45779715116791\n                            ],\n                            [\n                                -3.519268633681754,\n                                50.45779933428093\n                            ],\n                            [\n                                -3.5192973452217045,\n                                50.4578116404137\n                            ],\n                            [\n                                -3.5193545238114843,\n                                50.45783301812812\n                            ],\n                            [\n                                -3.519370934494884,\n                                50.457839549063216\n                            ],\n                            [\n                                -3.519400910609554,\n                                50.457851748718554\n                            ],\n                            [\n                                -3.519412334887501,\n                                50.4578565460361\n                            ],\n                            [\n                                -3.519427351763798,\n                                50.4578635448505\n                            ],\n                            [\n                                -3.5194711526514006,\n                                50.457889504125845\n                            ],\n                            [\n                                -3.519481916047898,\n                                50.45789565911943\n                            ],\n                            [\n                                -3.5195271396309695,\n                                50.457922049475926\n                            ],\n                            [\n                                -3.519573182632054,\n                                50.4579520265819\n                            ],\n                            [\n                                -3.5196536715800253,\n                                50.45800178949862\n                            ],\n                            [\n                                -3.5197076040989907,\n                                50.45803616033324\n                            ],\n                            [\n                                -3.5197651149152804,\n                                50.45807228313374\n                            ],\n                            [\n                                -3.5198031391524305,\n                                50.45809382090926\n                            ],\n                            [\n                                -3.5198157535163106,\n                                50.45810058124902\n                            ],\n                            [\n                                -3.5198375419714636,\n                                50.45811225819622\n                            ],\n                            [\n                                -3.519850685749657,\n                                50.45811927243253\n                            ],\n                            [\n                                -3.519930040764382,\n                                50.45811914407163\n                            ],\n                            [\n                                -3.5201434872377146,\n                                50.45809746854503\n                            ],\n                            [\n                                -3.520182831334779,\n                                50.45809425634489\n                            ],\n                            [\n                                -3.5204746718660895,\n                                50.4581448542709\n                            ],\n                            [\n                                -3.520496117394895,\n                                50.45814846825058\n                            ],\n                            [\n                                -3.5207940889768365,\n                                50.45819868845596\n                            ],\n                            [\n                                -3.520768557998851,\n                                50.45823724531712\n                            ],\n                            [\n                                -3.52073829998987,\n                                50.45828215953502\n                            ],\n                            [\n                                -3.5207233692243736,\n                                50.45830420933416\n                            ],\n                            [\n                                -3.520833375382175,\n                                50.45832543539808\n                            ],\n                            [\n                                -3.520827663587685,\n                                50.458340619439355\n                            ],\n                            [\n                                -3.5208226011199346,\n                                50.4583540861938\n                            ],\n                            [\n                                -3.520802330611397,\n                                50.458350214084625\n                            ],\n                            [\n                                -3.520796400120779,\n                                50.45836297269082\n                            ],\n                            [\n                                -3.5207582178575687,\n                                50.45844457676913\n                            ],\n                            [\n                                -3.520756566840376,\n                                50.45844800695367\n                            ],\n                            [\n                                -3.5207540704880964,\n                                50.458453192961144\n                            ],\n                            [\n                                -3.5206865968589987,\n                                50.458440314617455\n                            ],\n                            [\n                                -3.5206748650813493,\n                                50.45846547038116\n                            ],\n                            [\n                                -3.5206590416540195,\n                                50.45849922361627\n                            ],\n                            [\n                                -3.5206279472017483,\n                                50.45851806707882\n                            ],\n                            [\n                                -3.5205806117612157,\n                                50.45861914512043\n                            ],\n                            [\n                                -3.5204603113497446,\n                                50.458902947906275\n                            ],\n                            [\n                                -3.520183749132358,\n                                50.4587459260097\n                            ],\n                            [\n                                -3.520093911929551,\n                                50.458663026996526\n                            ],\n                            [\n                                -3.5200159506761852,\n                                50.45861525493458\n                            ],\n                            [\n                                -3.520133084149922,\n                                50.45841013467425\n                            ],\n                            [\n                                -3.5201377444784216,\n                                50.45839071039908\n                            ],\n                            [\n                                -3.520138054167617,\n                                50.458389384282384\n                            ],\n                            [\n                                -3.5201331858034854,\n                                50.45838782003949\n                            ],\n                            [\n                                -3.520113854615644,\n                                50.45838160617529\n                            ],\n                            [\n                                -3.5200896406598674,\n                                50.458373378567615\n                            ],\n                            [\n                                -3.5200810614979576,\n                                50.458369443509476\n                            ],\n                            [\n                                -3.520056761085916,\n                                50.45835851892229\n                            ],\n                            [\n                                -3.520049235846022,\n                                50.45835493883219\n                            ],\n                            [\n                                -3.5200366819341706,\n                                50.458359734599526\n                            ],\n                            [\n                                -3.520022250491405,\n                                50.45836177585092\n                            ],\n                            [\n                                -3.519996201044929,\n                                50.458363968893146\n                            ],\n                            [\n                                -3.5199555420357655,\n                                50.45836264740892\n                            ],\n                            [\n                                -3.519917487450232,\n                                50.45835203739387\n                            ],\n                            [\n                                -3.519899725362286,\n                                50.458341153264925\n                            ],\n                            [\n                                -3.5198932112733683,\n                                50.458319014997954\n                            ],\n                            [\n                                -3.5198920835656873,\n                                50.458283837482455\n                            ],\n                            [\n                                -3.5199249972285385,\n                                50.45826328863205\n                            ],\n                            [\n                                -3.519930908637581,\n                                50.45825959594429\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 45615.20601478388,\n            \"area_buildings_sqft\": 6342.580931690775,\n            \"density\": 13.90453203178595,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4237.756040020799,\n            \"area_acre\": 1.0471810379886106,\n            \"area_buildings_m2\": 589.2401460136358,\n            \"area_buildings_acre\": 0.14560562285791495\n        },\n        {\n            \"title_no\": \"DN38125\",\n            \"tenure\": \"Freehold\",\n            \"height\": 9.4,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040552287\",\n                \"100040552288\",\n                \"100040552289\",\n                \"100040552290\",\n                \"100040552291\",\n                \"100040552292\",\n                \"100040552293\",\n                \"100040552294\",\n                \"100040552295\",\n                \"100040552296\",\n                \"100040552297\",\n                \"100040552298\",\n                \"100040552299\",\n                \"100040552300\",\n                \"100040552301\",\n                \"100040552302\",\n                \"100040552303\",\n                \"100040552304\",\n                \"100040552305\",\n                \"100040552306\",\n                \"100040552307\",\n                \"100040552308\",\n                \"100040552309\",\n                \"100040552310\",\n                \"100040552311\",\n                \"100040552312\",\n                \"100040552313\",\n                \"100040552314\",\n                \"100040552315\",\n                \"100040552316\",\n                \"100040552317\"\n            ],\n            \"property_address\": [\n                \"1 to 31 (inclusive), Arthington, Parkhurst Road, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5439057754121106,\n                                50.47558349518872\n                            ],\n                            [\n                                -3.543938164413387,\n                                50.47558702262044\n                            ],\n                            [\n                                -3.543935977086656,\n                                50.47559601833277\n                            ],\n                            [\n                                -3.5439594204520426,\n                                50.475611769940414\n                            ],\n                            [\n                                -3.543920268879357,\n                                50.47566064841949\n                            ],\n                            [\n                                -3.5437948312711205,\n                                50.47582268792233\n                            ],\n                            [\n                                -3.5437925999852484,\n                                50.47582557751407\n                            ],\n                            [\n                                -3.54366803854041,\n                                50.47598641808294\n                            ],\n                            [\n                                -3.5436730423891416,\n                                50.47598860011284\n                            ],\n                            [\n                                -3.543641096026997,\n                                50.47603240940093\n                            ],\n                            [\n                                -3.5435469032280893,\n                                50.476161602927164\n                            ],\n                            [\n                                -3.543471234244679,\n                                50.47626153707651\n                            ],\n                            [\n                                -3.543468821475754,\n                                50.47626534642321\n                            ],\n                            [\n                                -3.5434182091920956,\n                                50.47634273378683\n                            ],\n                            [\n                                -3.5430720447707484,\n                                50.47622950810488\n                            ],\n                            [\n                                -3.5430122182055834,\n                                50.47621006576057\n                            ],\n                            [\n                                -3.5426589241223163,\n                                50.47609423530502\n                            ],\n                            [\n                                -3.5427746050618443,\n                                50.475902935118114\n                            ],\n                            [\n                                -3.5427759406317736,\n                                50.475900668992296\n                            ],\n                            [\n                                -3.542897711158364,\n                                50.4757016433104\n                            ],\n                            [\n                                -3.542900396912179,\n                                50.475697560545306\n                            ],\n                            [\n                                -3.5431732873814865,\n                                50.47524875496073\n                            ],\n                            [\n                                -3.543173933189221,\n                                50.475246947661695\n                            ],\n                            [\n                                -3.543175268722162,\n                                50.4752446815314\n                            ],\n                            [\n                                -3.5431793485164387,\n                                50.475240130586755\n                            ],\n                            [\n                                -3.5431806986881873,\n                                50.47523831394568\n                            ],\n                            [\n                                -3.5431827678634362,\n                                50.475236937451825\n                            ],\n                            [\n                                -3.5431855414028806,\n                                50.47523555161586\n                            ],\n                            [\n                                -3.543187610577868,\n                                50.475234175121905\n                            ],\n                            [\n                                -3.5431890046671217,\n                                50.475233706948494\n                            ],\n                            [\n                                -3.543193172295351,\n                                50.475231852938954\n                            ],\n                            [\n                                -3.5431973692020686,\n                                50.47523089790778\n                            ],\n                            [\n                                -3.5432015514691653,\n                                50.475229493387175\n                            ],\n                            [\n                                -3.5432050586507757,\n                                50.47522899718715\n                            ],\n                            [\n                                -3.543207861468107,\n                                50.475228510329174\n                            ],\n                            [\n                                -3.5432113686495743,\n                                50.47522801412893\n                            ],\n                            [\n                                -3.5432192604564414,\n                                50.475227999393816\n                            ],\n                            [\n                                -3.5432226531162696,\n                                50.47522831414234\n                            ],\n                            [\n                                -3.543229021673418,\n                                50.47522912904021\n                            ],\n                            [\n                                -3.543234715146083,\n                                50.475230852258576\n                            ],\n                            [\n                                -3.5432389706110503,\n                                50.47523169518291\n                            ],\n                            [\n                                -3.543244664084378,\n                                50.47523341840078\n                            ],\n                            [\n                                -3.5432503721980297,\n                                50.47523559110761\n                            ],\n                            [\n                                -3.543458682096942,\n                                50.475313770988706\n                            ],\n                            [\n                                -3.543530085045833,\n                                50.47534250288198\n                            ],\n                            [\n                                -3.543553953505628,\n                                50.47535270883169\n                            ],\n                            [\n                                -3.5435751043839887,\n                                50.47536169171555\n                            ],\n                            [\n                                -3.5436144448974187,\n                                50.47537960682129\n                            ],\n                            [\n                                -3.543622295431438,\n                                50.475382650453824\n                            ],\n                            [\n                                -3.5436473289912582,\n                                50.47539401010421\n                            ],\n                            [\n                                -3.5436709684736565,\n                                50.47540583792824\n                            ],\n                            [\n                                -3.543697484012209,\n                                50.47541942632325\n                            ],\n                            [\n                                -3.5436993505123264,\n                                50.47542048079972\n                            ],\n                            [\n                                -3.543721182097638,\n                                50.475433052093344\n                            ],\n                            [\n                                -3.543725634111702,\n                                50.47543560118923\n                            ],\n                            [\n                                -3.543786524333354,\n                                50.475470408226705\n                            ],\n                            [\n                                -3.5439175233512095,\n                                50.4755417885528\n                            ],\n                            [\n                                -3.543906914389145,\n                                50.47557952286115\n                            ],\n                            [\n                                -3.5439057754121106,\n                                50.47558349518872\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 68881.18330142807,\n            \"area_buildings_sqft\": 11069.272867711441,\n            \"density\": 16.070096849631135,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 6399.218069623567,\n            \"area_acre\": 1.5812943824937573,\n            \"area_buildings_m2\": 1028.3605414076033,\n            \"area_buildings_acre\": 0.2541155387445234\n        },\n        {\n            \"title_no\": \"DN371052\",\n            \"tenure\": \"Freehold\",\n            \"height\": 20.3,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041195507\",\n                \"100041195508\",\n                \"100041195509\",\n                \"100041195510\",\n                \"100041195511\",\n                \"100041195512\",\n                \"100041195513\",\n                \"100041195514\",\n                \"100041195515\",\n                \"100041195516\",\n                \"100041195517\",\n                \"100041195518\",\n                \"100041195519\",\n                \"100041195520\",\n                \"100041195521\",\n                \"100041195522\",\n                \"100041195523\",\n                \"100041195524\",\n                \"100041195525\",\n                \"100041195526\",\n                \"100041195527\",\n                \"100041195528\",\n                \"100041195529\",\n                \"100041195530\",\n                \"100041195531\",\n                \"100041195532\",\n                \"100041195533\",\n                \"100041195534\",\n                \"100041195535\",\n                \"100041195536\",\n                \"100041195537\",\n                \"100041195538\",\n                \"100041195539\",\n                \"100041195540\",\n                \"100041195541\",\n                \"100041195542\",\n                \"100041195543\",\n                \"100041195544\",\n                \"100041195545\",\n                \"100041237882\",\n                \"200001110927\",\n                \"200001110928\",\n                \"200001110929\",\n                \"200001110930\",\n                \"200001110931\",\n                \"200001110932\",\n                \"200001110933\",\n                \"200001110934\",\n                \"200001110935\",\n                \"200001110936\",\n                \"200001110937\",\n                \"200001110938\",\n                \"200001110939\",\n                \"200001110940\",\n                \"200001110941\",\n                \"200001110942\",\n                \"200001110943\",\n                \"200001110944\",\n                \"200001110945\",\n                \"200001110946\",\n                \"200001110947\",\n                \"200001110948\"\n            ],\n            \"property_address\": [\n                \"land and buildings on the north east side of Croft Road, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"LIVEWEST HOMES LIMITED\",\n                    \"company_registration_no\": \"RS7724\",\n                    \"proprietorship_category\": \"Housing Association\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"72 Paris Street, Exeter EX1 2JZ\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.536480193371137,\n                                50.46745096460582\n                            ],\n                            [\n                                -3.536472178519946,\n                                50.46745583709831\n                            ],\n                            [\n                                -3.5364652380111785,\n                                50.467459076541054\n                            ],\n                            [\n                                -3.5364562138912086,\n                                50.46746324286689\n                            ],\n                            [\n                                -3.536446470947131,\n                                50.46746696900103\n                            ],\n                            [\n                                -3.5364409097946736,\n                                50.46746929085928\n                            ],\n                            [\n                                -3.5364311522768985,\n                                50.467472567500835\n                            ],\n                            [\n                                -3.536422069866733,\n                                50.46747493585891\n                            ],\n                            [\n                                -3.5364164649988394,\n                                50.46747590924213\n                            ],\n                            [\n                                -3.536410845559666,\n                                50.4674764331338\n                            ],\n                            [\n                                -3.536405226120362,\n                                50.46747695702519\n                            ],\n                            [\n                                -3.5363996066809293,\n                                50.4674774809163\n                            ],\n                            [\n                                -3.536386225906078,\n                                50.467477657614786\n                            ],\n                            [\n                                -3.5363756475656514,\n                                50.4674773476212\n                            ],\n                            [\n                                -3.536354461744137,\n                                50.467475828648546\n                            ],\n                            [\n                                -3.5363502216658937,\n                                50.46747543495529\n                            ],\n                            [\n                                -3.536307131205953,\n                                50.467471956804864\n                            ],\n                            [\n                                -3.5362802822392547,\n                                50.467469613231074\n                            ],\n                            [\n                                -3.5362336851025833,\n                                50.467466631040836\n                            ],\n                            [\n                                -3.536188452766918,\n                                50.4674622817605\n                            ],\n                            [\n                                -3.5361806768665556,\n                                50.46746148506304\n                            ],\n                            [\n                                -3.5361438809847634,\n                                50.46745657469001\n                            ],\n                            [\n                                -3.536129708552916,\n                                50.46745406370925\n                            ],\n                            [\n                                -3.536022871350784,\n                                50.467440185000825\n                            ],\n                            [\n                                -3.5360024927822225,\n                                50.46743748612901\n                            ],\n                            [\n                                -3.5358728709926615,\n                                50.46742058042472\n                            ],\n                            [\n                                -3.535849514196021,\n                                50.46741729128436\n                            ],\n                            [\n                                -3.5358275367726617,\n                                50.46741308456346\n                            ],\n                            [\n                                -3.5357863989390985,\n                                50.46740463392412\n                            ],\n                            [\n                                -3.5356984601850026,\n                                50.46738690798427\n                            ],\n                            [\n                                -3.5356539157810105,\n                                50.467377692832386\n                            ],\n                            [\n                                -3.5356398696837985,\n                                50.467374730440916\n                            ],\n                            [\n                                -3.53563320312993,\n                                50.46737337944433\n                            ],\n                            [\n                                -3.5354657332205743,\n                                50.46733646725803\n                            ],\n                            [\n                                -3.5353607987508915,\n                                50.46730736352347\n                            ],\n                            [\n                                -3.535342457305695,\n                                50.467302299298204\n                            ],\n                            [\n                                -3.535173261978144,\n                                50.46725560635745\n                            ],\n                            [\n                                -3.5351530749677798,\n                                50.46725011677088\n                            ],\n                            [\n                                -3.53512351035608,\n                                50.46724223268539\n                            ],\n                            [\n                                -3.5351166855149674,\n                                50.46724034412743\n                            ],\n                            [\n                                -3.5351070232996795,\n                                50.46723786344929\n                            ],\n                            [\n                                -3.5349323573318006,\n                                50.46739207106755\n                            ],\n                            [\n                                -3.534927228500306,\n                                50.4673903399967\n                            ],\n                            [\n                                -3.5349030939344703,\n                                50.46741089416153\n                            ],\n                            [\n                                -3.5348884218173184,\n                                50.46742340905617\n                            ],\n                            [\n                                -3.5348782725644563,\n                                50.467431997002194\n                            ],\n                            [\n                                -3.534870729591889,\n                                50.46743839208289\n                            ],\n                            [\n                                -3.5347057638152917,\n                                50.4675788909355\n                            ],\n                            [\n                                -3.5346408996071568,\n                                50.46763406831678\n                            ],\n                            [\n                                -3.5346180397222233,\n                                50.46761566300471\n                            ],\n                            [\n                                -3.534570551207884,\n                                50.46757644740476\n                            ],\n                            [\n                                -3.534495161467727,\n                                50.46751979230842\n                            ],\n                            [\n                                -3.5344300877603994,\n                                50.46746839731428\n                            ],\n                            [\n                                -3.534354837456334,\n                                50.467407333388834\n                            ],\n                            [\n                                -3.534277430944391,\n                                50.467344948798406\n                            ],\n                            [\n                                -3.534199305837759,\n                                50.46728212394886\n                            ],\n                            [\n                                -3.5341421861133835,\n                                50.467237009416166\n                            ],\n                            [\n                                -3.5341110496721413,\n                                50.46721538548093\n                            ],\n                            [\n                                -3.534056557331262,\n                                50.46717743120044\n                            ],\n                            [\n                                -3.534031904677345,\n                                50.467160218589434\n                            ],\n                            [\n                                -3.534047860963254,\n                                50.467130778765785\n                            ],\n                            [\n                                -3.534049944607079,\n                                50.46712985192505\n                            ],\n                            [\n                                -3.5342577469363454,\n                                50.46699805259596\n                            ],\n                            [\n                                -3.534432689719376,\n                                50.46688719183993\n                            ],\n                            [\n                                -3.534513494327595,\n                                50.46683606732454\n                            ],\n                            [\n                                -3.534529019327262,\n                                50.46682596052487\n                            ],\n                            [\n                                -3.5345695772918084,\n                                50.46679955078175\n                            ],\n                            [\n                                -3.534613792302891,\n                                50.466770763425636\n                            ],\n                            [\n                                -3.534623988037203,\n                                50.46676361387612\n                            ],\n                            [\n                                -3.534655877785097,\n                                50.466743227281675\n                            ],\n                            [\n                                -3.5346617770733637,\n                                50.466738292882845\n                            ],\n                            [\n                                -3.5347390033254786,\n                                50.466690686966295\n                            ],\n                            [\n                                -3.53474261465681,\n                                50.466688202042555\n                            ],\n                            [\n                                -3.534745753508633,\n                                50.466685921212196\n                            ],\n                            [\n                                -3.5347581794848235,\n                                50.466678022736886\n                            ],\n                            [\n                                -3.534773141459033,\n                                50.46666837301476\n                            ],\n                            [\n                                -3.5347808157010903,\n                                50.466663424189015\n                            ],\n                            [\n                                -3.534851345062621,\n                                50.466617885147265\n                            ],\n                            [\n                                -3.534914883201906,\n                                50.46657837412078\n                            ],\n                            [\n                                -3.534916937691559,\n                                50.46657654828145\n                            ],\n                            [\n                                -3.5349217509087447,\n                                50.466572887311834\n                            ],\n                            [\n                                -3.534927282920001,\n                                50.466569666542746\n                            ],\n                            [\n                                -3.534932814930505,\n                                50.46656644577339\n                            ],\n                            [\n                                -3.5349383614968675,\n                                50.46656367449549\n                            ],\n                            [\n                                -3.5349446268574214,\n                                50.46656134341796\n                            ],\n                            [\n                                -3.534946006220409,\n                                50.46656042585254\n                            ],\n                            [\n                                -3.5349529758182796,\n                                50.466558085483506\n                            ],\n                            [\n                                -3.5349606642103644,\n                                50.466556185314595\n                            ],\n                            [\n                                -3.534968352601824,\n                                50.466554285145214\n                            ],\n                            [\n                                -3.5349725489163424,\n                                50.466553330414726\n                            ],\n                            [\n                                -3.5349774494687227,\n                                50.466552366392854\n                            ],\n                            [\n                                -3.534983054258918,\n                                50.4665513930795\n                            ],\n                            [\n                                -3.534987969367952,\n                                50.466550878548844\n                            ],\n                            [\n                                -3.534993588714874,\n                                50.466550354726685\n                            ],\n                            [\n                                -3.53500274380882,\n                                50.466550233939\n                            ],\n                            [\n                                -3.5350076880320276,\n                                50.46655061839087\n                            ],\n                            [\n                                -3.5350126468126226,\n                                50.46655145233417\n                            ],\n                            [\n                                -3.5350168867980174,\n                                50.466551846077095\n                            ],\n                            [\n                                -3.5350218601362906,\n                                50.46655312951165\n                            ],\n                            [\n                                -3.535026114679343,\n                                50.466553972745885\n                            ],\n                            [\n                                -3.535027537712879,\n                                50.46655440365448\n                            ],\n                            [\n                                -3.535031821371131,\n                                50.46655614587179\n                            ],\n                            [\n                                -3.535036105029697,\n                                50.46655788808896\n                            ],\n                            [\n                                -3.5350403886885755,\n                                50.466559630305966\n                            ],\n                            [\n                                -3.5350439826672337,\n                                50.466561831306116\n                            ],\n                            [\n                                -3.5350468724080417,\n                                50.466564041597806\n                            ],\n                            [\n                                -3.5351136622443313,\n                                50.46660318221123\n                            ],\n                            [\n                                -3.5351730447916245,\n                                50.46664115241775\n                            ],\n                            [\n                                -3.5352935220814534,\n                                50.46671817636817\n                            ],\n                            [\n                                -3.5354646552136653,\n                                50.46682474142862\n                            ],\n                            [\n                                -3.535732021967748,\n                                50.46698759553379\n                            ],\n                            [\n                                -3.5360008718858427,\n                                50.46715267786568\n                            ],\n                            [\n                                -3.536262564629307,\n                                50.46731425661558\n                            ],\n                            [\n                                -3.536393448096847,\n                                50.46739616949042\n                            ],\n                            [\n                                -3.5363950459192752,\n                                50.46739720964408\n                            ],\n                            [\n                                -3.53641504187302,\n                                50.467410274212725\n                            ],\n                            [\n                                -3.536422230087188,\n                                50.46741467612504\n                            ],\n                            [\n                                -3.5364704144710792,\n                                50.46744488811174\n                            ],\n                            [\n                                -3.536480193371137,\n                                50.46745096460582\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 97600.14506521571,\n            \"area_buildings_sqft\": 17881.64736051681,\n            \"density\": 18.32133276909417,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 9067.27471806166,\n            \"area_acre\": 2.2405910253722614,\n            \"area_buildings_m2\": 1661.245574184022,\n            \"area_buildings_acre\": 0.41050613775291117\n        },\n        {\n            \"title_no\": \"DN367589\",\n            \"tenure\": \"Freehold\",\n            \"height\": 13,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040544500\",\n                \"100040544501\",\n                \"100040544502\",\n                \"100040544503\",\n                \"100040544504\",\n                \"100040544505\",\n                \"100040544506\",\n                \"100040544507\",\n                \"100040544508\",\n                \"100040544509\",\n                \"100040544510\",\n                \"100040544511\",\n                \"100041186437\",\n                \"100041186438\",\n                \"100041186439\",\n                \"100041186440\",\n                \"100041186441\",\n                \"100041186442\",\n                \"100041186443\",\n                \"100041186444\",\n                \"100041186445\",\n                \"100041186446\",\n                \"100041186447\",\n                \"100041186448\"\n            ],\n            \"property_address\": [\n                \"Wroxall Grange and Courtenay Manor, Grafton Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"SINCLAIR GARDENS INVESTMENTS (KENSINGTON) LIMITED\",\n                    \"company_registration_no\": \"771453\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"PO Box 65, Bognor Regis, W Sussex PO21 5UP\",\n                    \"address_2\": \"16 The Precinct, Bognor Regis, West Sussex PO21 5SB\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5227811488128125,\n                                50.46484959857775\n                            ],\n                            [\n                                -3.5227940439163508,\n                                50.464816782785725\n                            ],\n                            [\n                                -3.5227285786771594,\n                                50.464805318299305\n                            ],\n                            [\n                                -3.522713421374056,\n                                50.46483789388171\n                            ],\n                            [\n                                -3.5227098714114415,\n                                50.46483704097692\n                            ],\n                            [\n                                -3.5227020450515023,\n                                50.4648785142772\n                            ],\n                            [\n                                -3.5226964577359703,\n                                50.46491950858896\n                            ],\n                            [\n                                -3.5226951972509775,\n                                50.464928518753126\n                            ],\n                            [\n                                -3.5226895346280336,\n                                50.4649276934979\n                            ],\n                            [\n                                -3.52268175935149,\n                                50.464926895892326\n                            ],\n                            [\n                                -3.5226746738536003,\n                                50.464925639575206\n                            ],\n                            [\n                                -3.522667573916629,\n                                50.464923933763316\n                            ],\n                            [\n                                -3.52266116375864,\n                                50.464921769240114\n                            ],\n                            [\n                                -3.522654063822718,\n                                50.46492006342738\n                            ],\n                            [\n                                -3.5226526409477326,\n                                50.4649196323659\n                            ],\n                            [\n                                -3.5226156895239464,\n                                50.4649097732445\n                            ],\n                            [\n                                -3.5225857947296086,\n                                50.464900271445416\n                            ],\n                            [\n                                -3.5225516313275005,\n                                50.46488947645039\n                            ],\n                            [\n                                -3.5225238780865182,\n                                50.46488084597647\n                            ],\n                            [\n                                -3.5225039289959796,\n                                50.46487391210272\n                            ],\n                            [\n                                -3.5224981941936173,\n                                50.46487083936603\n                            ],\n                            [\n                                -3.52248813302526,\n                                50.46486467546084\n                            ],\n                            [\n                                -3.522483792221414,\n                                50.4648611347981\n                            ],\n                            [\n                                -3.522457920661034,\n                                50.46484528475106\n                            ],\n                            [\n                                -3.5224334286767105,\n                                50.46482851727902\n                            ],\n                            [\n                                -3.522414260518952,\n                                50.464815187667426\n                            ],\n                            [\n                                -3.522412529976154,\n                                50.464813951198956\n                            ],\n                            [\n                                -3.522384415886694,\n                                50.46479408332998\n                            ],\n                            [\n                                -3.5223635460894047,\n                                50.46478041622967\n                            ],\n                            [\n                                -3.522355568732233,\n                                50.464773325679644\n                            ],\n                            [\n                                -3.522351946598777,\n                                50.46477022529157\n                            ],\n                            [\n                                -3.5223433227746344,\n                                50.4647649419331\n                            ],\n                            [\n                                -3.522328877557903,\n                                50.46475388886186\n                            ],\n                            [\n                                -3.5223209146464893,\n                                50.46474724780381\n                            ],\n                            [\n                                -3.5223114566908604,\n                                50.46473792820712\n                            ],\n                            [\n                                -3.5223126918894745,\n                                50.4647325158448\n                            ],\n                            [\n                                -3.5223139126518253,\n                                50.46472665398804\n                            ],\n                            [\n                                -3.5223279504897946,\n                                50.464703086773135\n                            ],\n                            [\n                                -3.522329272302465,\n                                50.46470037137745\n                            ],\n                            [\n                                -3.5223333243565618,\n                                50.46469492215703\n                            ],\n                            [\n                                -3.522334646168704,\n                                50.46469220676125\n                            ],\n                            [\n                                -3.522335263766182,\n                                50.46468950057997\n                            ],\n                            [\n                                -3.5223357370017676,\n                                50.46468229945406\n                            ],\n                            [\n                                -3.522337171143991,\n                                50.46466114557067\n                            ],\n                            [\n                                -3.522337716560024,\n                                50.46465619191703\n                            ],\n                            [\n                                -3.52233747114492,\n                                50.46464855051111\n                            ],\n                            [\n                                -3.522338634157515,\n                                50.464640890676165\n                            ],\n                            [\n                                -3.5223463340376773,\n                                50.46461740638945\n                            ],\n                            [\n                                -3.522376833494152,\n                                50.464536064297185\n                            ],\n                            [\n                                -3.5223942880653882,\n                                50.46448727009568\n                            ],\n                            [\n                                -3.522399503093532,\n                                50.46447416103739\n                            ],\n                            [\n                                -3.5224060254839418,\n                                50.46445788708781\n                            ],\n                            [\n                                -3.5224067008215223,\n                                50.46445697888395\n                            ],\n                            [\n                                -3.522411327126427,\n                                50.46444747499577\n                            ],\n                            [\n                                -3.522417332977371,\n                                50.464437053688556\n                            ],\n                            [\n                                -3.5224294890408,\n                                50.464420706017826\n                            ],\n                            [\n                                -3.5224472354666454,\n                                50.46440293614153\n                            ],\n                            [\n                                -3.522467683220875,\n                                50.46438153344589\n                            ],\n                            [\n                                -3.5224929160487646,\n                                50.46435557129443\n                            ],\n                            [\n                                -3.5225031326889917,\n                                50.464344645195915\n                            ],\n                            [\n                                -3.5225201459745747,\n                                50.46432598553532\n                            ],\n                            [\n                                -3.5225249021845073,\n                                50.46432052709279\n                            ],\n                            [\n                                -3.5225336959544356,\n                                50.46430916992839\n                            ],\n                            [\n                                -3.5225424752822523,\n                                50.464297363268884\n                            ],\n                            [\n                                -3.522544472404446,\n                                50.464293739666154\n                            ],\n                            [\n                                -3.5225484955239197,\n                                50.4642873914495\n                            ],\n                            [\n                                -3.522551828871971,\n                                50.464281501942935\n                            ],\n                            [\n                                -3.5225551333431078,\n                                50.464274713447345\n                            ],\n                            [\n                                -3.5225563829409947,\n                                50.464269750576854\n                            ],\n                            [\n                                -3.5225582789944694,\n                                50.46426298051273\n                            ],\n                            [\n                                -3.522559470839411,\n                                50.464256219664385\n                            ],\n                            [\n                                -3.5225594130870816,\n                                50.46425442168658\n                            ],\n                            [\n                                -3.522559857409543,\n                                50.46424632157065\n                            ],\n                            [\n                                -3.522558893316393,\n                                50.46423823988632\n                            ],\n                            [\n                                -3.5225579436616576,\n                                50.46423060769641\n                            ],\n                            [\n                                -3.5225555567161586,\n                                50.4642220949491\n                            ],\n                            [\n                                -3.5225547225664737,\n                                50.46421805871477\n                            ],\n                            [\n                                -3.522551703604839,\n                                50.46421180265542\n                            ],\n                            [\n                                -3.5225493888512807,\n                                50.464205537380245\n                            ],\n                            [\n                                -3.52254851138859,\n                                50.464200152662464\n                            ],\n                            [\n                                -3.5225476194881735,\n                                50.46419431845023\n                            ],\n                            [\n                                -3.5225474462329345,\n                                50.46418892451675\n                            ],\n                            [\n                                -3.522547977184686,\n                                50.46418352136753\n                            ],\n                            [\n                                -3.522549111277574,\n                                50.46417496254137\n                            ],\n                            [\n                                -3.5225496855428506,\n                                50.4641709078755\n                            ],\n                            [\n                                -3.5225493245943085,\n                                50.464159670513986\n                            ],\n                            [\n                                -3.522549855545591,\n                                50.464154267364734\n                            ],\n                            [\n                                -3.5225510907031854,\n                                50.46414885499975\n                            ],\n                            [\n                                -3.5225523691743854,\n                                50.46414479111815\n                            ],\n                            [\n                                -3.5225527541595003,\n                                50.464143616903094\n                            ],\n                            [\n                                -3.5225536476453723,\n                                50.4641407272365\n                            ],\n                            [\n                                -3.5225556447603705,\n                                50.46413710363355\n                            ],\n                            [\n                                -3.5225582883292246,\n                                50.464131672836956\n                            ],\n                            [\n                                -3.522561679417679,\n                                50.4641275813079\n                            ],\n                            [\n                                -3.5225685049071402,\n                                50.46412074673285\n                            ],\n                            [\n                                -3.522578808109531,\n                                50.46411251759461\n                            ],\n                            [\n                                -3.52258366535943,\n                                50.464110205610964\n                            ],\n                            [\n                                -3.5225892123763636,\n                                50.464107434916684\n                            ],\n                            [\n                                -3.5226003641618475,\n                                50.4641036915052\n                            ],\n                            [\n                                -3.522610855055348,\n                                50.4641013057921\n                            ],\n                            [\n                                -3.5226234730033483,\n                                50.46409934192402\n                            ],\n                            [\n                                -3.522635401183368,\n                                50.46409783676529\n                            ],\n                            [\n                                -3.5226494564182818,\n                                50.46409675345084\n                            ],\n                            [\n                                -3.522671272353083,\n                                50.46409601824839\n                            ],\n                            [\n                                -3.522712834922068,\n                                50.46409592396474\n                            ],\n                            [\n                                -3.522764960574013,\n                                50.46409569141138\n                            ],\n                            [\n                                -3.522778340479597,\n                                50.46409551628726\n                            ],\n                            [\n                                -3.52283117033566,\n                                50.46409527448716\n                            ],\n                            [\n                                -3.522886170571581,\n                                50.464096802987434\n                            ],\n                            [\n                                -3.5229376642243504,\n                                50.46409882704645\n                            ],\n                            [\n                                -3.522992707793055,\n                                50.46410170397942\n                            ],\n                            [\n                                -3.5230117646703274,\n                                50.46410280356422\n                            ],\n                            [\n                                -3.5230562740486167,\n                                50.464106717733\n                            ],\n                            [\n                                -3.523283104059389,\n                                50.46412803097689\n                            ],\n                            [\n                                -3.5234947199128674,\n                                50.46418012148073\n                            ],\n                            [\n                                -3.523508489907833,\n                                50.464192082617465\n                            ],\n                            [\n                                -3.5235092230086855,\n                                50.46419297238443\n                            ],\n                            [\n                                -3.5235099705566286,\n                                50.46419431164567\n                            ],\n                            [\n                                -3.523510028344875,\n                                50.46419610962271\n                            ],\n                            [\n                                -3.5235108481282458,\n                                50.46419969635521\n                            ],\n                            [\n                                -3.5235103172861924,\n                                50.46420509950784\n                            ],\n                            [\n                                -3.5232786221153103,\n                                50.464492782914895\n                            ],\n                            [\n                                -3.523267754855468,\n                                50.46450888895953\n                            ],\n                            [\n                                -3.5232482798639926,\n                                50.46453775279879\n                            ],\n                            [\n                                -3.5232308764666693,\n                                50.46456355864609\n                            ],\n                            [\n                                -3.5232207610611,\n                                50.46457763126704\n                            ],\n                            [\n                                -3.5231248430249766,\n                                50.46474976671455\n                            ],\n                            [\n                                -3.52304657685509,\n                                50.46489244157903\n                            ],\n                            [\n                                -3.5230370883486586,\n                                50.46489094693145\n                            ],\n                            [\n                                -3.5227811488128125,\n                                50.46484959857775\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 55031.513780392765,\n            \"area_buildings_sqft\": 11864.42230523963,\n            \"density\": 21.55932390409151,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 5112.552376476474,\n            \"area_acre\": 1.2633497194764178,\n            \"area_buildings_m2\": 1102.231726610891,\n            \"area_buildings_acre\": 0.2723696580633524\n        },\n        {\n            \"title_no\": \"DN362020\",\n            \"tenure\": \"Freehold\",\n            \"height\": 8.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land and buildings at Regent Close, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"STAGECOACH DEVON LIMITED\",\n                    \"company_registration_no\": \"3142135\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"One Stockport Exchange, 20 Railway Road, Stockport SK1 3SW\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.548805366939987,\n                                50.479079871371745\n                            ],\n                            [\n                                -3.548765376659832,\n                                50.47908535019494\n                            ],\n                            [\n                                -3.548762010139587,\n                                50.479085844689045\n                            ],\n                            [\n                                -3.548740959835322,\n                                50.479088643108014\n                            ],\n                            [\n                                -3.5486960621107726,\n                                50.479094906721144\n                            ],\n                            [\n                                -3.5486945182645493,\n                                50.47909510714325\n                            ],\n                            [\n                                -3.548691853223972,\n                                50.479095502361886\n                            ],\n                            [\n                                -3.5486658106567144,\n                                50.47909907771424\n                            ],\n                            [\n                                -3.5486061765113175,\n                                50.47910726421542\n                            ],\n                            [\n                                -3.5485514533046034,\n                                50.47911477375763\n                            ],\n                            [\n                                -3.5485525068960486,\n                                50.47911984115746\n                            ],\n                            [\n                                -3.548549164574669,\n                                50.47913185621097\n                            ],\n                            [\n                                -3.5485442251854824,\n                                50.47914158114696\n                            ],\n                            [\n                                -3.5485381293209537,\n                                50.47914999041128\n                            ],\n                            [\n                                -3.5485351893458352,\n                                50.479152754619776\n                            ],\n                            [\n                                -3.548532836366434,\n                                50.47915493542136\n                            ],\n                            [\n                                -3.5485288708746987,\n                                50.47915780321467\n                            ],\n                            [\n                                -3.5485268598048982,\n                                50.47915923299143\n                            ],\n                            [\n                                -3.5485232561719915,\n                                50.479161097671636\n                            ],\n                            [\n                                -3.548520358706902,\n                                50.47916257521961\n                            ],\n                            [\n                                -3.548514443413264,\n                                50.479164866385844\n                            ],\n                            [\n                                -3.5485066951710516,\n                                50.47916756867323\n                            ],\n                            [\n                                -3.5485035649287475,\n                                50.47916839278101\n                            ],\n                            [\n                                -3.5484982251706843,\n                                50.479169749939224\n                            ],\n                            [\n                                -3.5484880246444033,\n                                50.47917202618432\n                            ],\n                            [\n                                -3.5484842730417734,\n                                50.479172813592506\n                            ],\n                            [\n                                -3.5484754320237184,\n                                50.479174424199726\n                            ],\n                            [\n                                -3.54846715423276,\n                                50.47917558662109\n                            ],\n                            [\n                                -3.548459396243884,\n                                50.479176697155964\n                            ],\n                            [\n                                -3.548454612659602,\n                                50.479177390372854\n                            ],\n                            [\n                                -3.5484491258293214,\n                                50.479178128923\n                            ],\n                            [\n                                -3.5484541036743718,\n                                50.47919286625371\n                            ],\n                            [\n                                -3.548463683053877,\n                                50.47922117674565\n                            ],\n                            [\n                                -3.5484680039636243,\n                                50.47923392622418\n                            ],\n                            [\n                                -3.548474804410463,\n                                50.47925397254294\n                            ],\n                            [\n                                -3.548477425433548,\n                                50.4792617171837\n                            ],\n                            [\n                                -3.5484844765735164,\n                                50.479282533620875\n                            ],\n                            [\n                                -3.5484869575812406,\n                                50.47928987540975\n                            ],\n                            [\n                                -3.5484939307636942,\n                                50.47928933292498\n                            ],\n                            [\n                                -3.5484979069404394,\n                                50.47928937893883\n                            ],\n                            [\n                                -3.5485016714965165,\n                                50.47928941877526\n                            ],\n                            [\n                                -3.548510954938936,\n                                50.479290131637875\n                            ],\n                            [\n                                -3.548519806650616,\n                                50.479291434833804\n                            ],\n                            [\n                                -3.548526825100352,\n                                50.479292708465344\n                            ],\n                            [\n                                -3.5485315239344004,\n                                50.47929373416382\n                            ],\n                            [\n                                -3.5485370769073947,\n                                50.47929545000062\n                            ],\n                            [\n                                -3.548542489290053,\n                                50.47929717670193\n                            ],\n                            [\n                                -3.5485469938410166,\n                                50.479298726618175\n                            ],\n                            [\n                                -3.548551707678383,\n                                50.47930064248917\n                            ],\n                            [\n                                -3.548557604979131,\n                                50.47930340600142\n                            ],\n                            [\n                                -3.548564899143903,\n                                50.479307508966286\n                            ],\n                            [\n                                -3.5485731745722187,\n                                50.479313172762716\n                            ],\n                            [\n                                -3.5485800167828376,\n                                50.47931854085506\n                            ],\n                            [\n                                -3.5485858008908324,\n                                50.47932387806114\n                            ],\n                            [\n                                -3.548592284461026,\n                                50.47932991645731\n                            ],\n                            [\n                                -3.5485960259548652,\n                                50.47933313136203\n                            ],\n                            [\n                                -3.548597704932891,\n                                50.479335771141514\n                            ],\n                            [\n                                -3.5486005316582143,\n                                50.47934161537803\n                            ],\n                            [\n                                -3.548658022071358,\n                                50.47950498462777\n                            ],\n                            [\n                                -3.5487164230380386,\n                                50.47967463729335\n                            ],\n                            [\n                                -3.5487281062219465,\n                                50.47970865771946\n                            ],\n                            [\n                                -3.548724055978057,\n                                50.47971410782939\n                            ],\n                            [\n                                -3.548719315998243,\n                                50.47972001680306\n                            ],\n                            [\n                                -3.5487145466291206,\n                                50.47972502680105\n                            ],\n                            [\n                                -3.5487056388472755,\n                                50.4797327899817\n                            ],\n                            [\n                                -3.5486960119391937,\n                                50.479740113049935\n                            ],\n                            [\n                                -3.5486904940545565,\n                                50.47974378395975\n                            ],\n                            [\n                                -3.548684961475265,\n                                50.47974700538154\n                            ],\n                            [\n                                -3.5486773303001984,\n                                50.479750704418485\n                            ],\n                            [\n                                -3.5486710785958877,\n                                50.47975348572777\n                            ],\n                            [\n                                -3.5486641077675563,\n                                50.47975582692478\n                            ],\n                            [\n                                -3.548657122244989,\n                                50.47975771863364\n                            ],\n                            [\n                                -3.5486501220283784,\n                                50.47975916085429\n                            ],\n                            [\n                                -3.5486424173815867,\n                                50.479760612450264\n                            ],\n                            [\n                                -3.5486346980409804,\n                                50.47976161455795\n                            ],\n                            [\n                                -3.5486255698404667,\n                                50.47976263541627\n                            ],\n                            [\n                                -3.548551678173698,\n                                50.47976586726689\n                            ],\n                            [\n                                -3.5485470402045505,\n                                50.479753337859925\n                            ],\n                            [\n                                -3.548539202517246,\n                                50.47972915927075\n                            ],\n                            [\n                                -3.548473984425031,\n                                50.47973902088748\n                            ],\n                            [\n                                -3.54848251181885,\n                                50.47976274061878\n                            ],\n                            [\n                                -3.5484864306500166,\n                                50.4797748299154\n                            ],\n                            [\n                                -3.5482090445495467,\n                                50.47980668927095\n                            ],\n                            [\n                                -3.548140996754143,\n                                50.47981450182129\n                            ],\n                            [\n                                -3.548051416547436,\n                                50.479812096210246\n                            ],\n                            [\n                                -3.547953089442001,\n                                50.4798008132307\n                            ],\n                            [\n                                -3.547476805547248,\n                                50.47976128088413\n                            ],\n                            [\n                                -3.5474334242133656,\n                                50.479749266697816\n                            ],\n                            [\n                                -3.5474298314097577,\n                                50.47973420512135\n                            ],\n                            [\n                                -3.547258891285685,\n                                50.47901869389305\n                            ],\n                            [\n                                -3.5472013643073548,\n                                50.47875045829629\n                            ],\n                            [\n                                -3.5474587547873346,\n                                50.478755579396626\n                            ],\n                            [\n                                -3.5475548135953883,\n                                50.47875789928844\n                            ],\n                            [\n                                -3.547601222847298,\n                                50.47875908075386\n                            ],\n                            [\n                                -3.5477224967943566,\n                                50.47876097518795\n                            ],\n                            [\n                                -3.5478353089549026,\n                                50.478762712251005\n                            ],\n                            [\n                                -3.547952359361398,\n                                50.478764752566875\n                            ],\n                            [\n                                -3.5479485136597226,\n                                50.47873332589375\n                            ],\n                            [\n                                -3.5479463705171135,\n                                50.478710870237336\n                            ],\n                            [\n                                -3.547944755556097,\n                                50.47868301135365\n                            ],\n                            [\n                                -3.5479404231361236,\n                                50.47855041239642\n                            ],\n                            [\n                                -3.54793505046325,\n                                50.47836440488907\n                            ],\n                            [\n                                -3.547953376852106,\n                                50.47836452082661\n                            ],\n                            [\n                                -3.54800692663909,\n                                50.47836425808204\n                            ],\n                            [\n                                -3.5480393294622368,\n                                50.478363826981926\n                            ],\n                            [\n                                -3.548028547505939,\n                                50.47852990360001\n                            ],\n                            [\n                                -3.5480284751944264,\n                                50.47857082574957\n                            ],\n                            [\n                                -3.5480573906554134,\n                                50.47876560362567\n                            ],\n                            [\n                                -3.5481822630828392,\n                                50.47876978805756\n                            ],\n                            [\n                                -3.548302873782949,\n                                50.47877294982528\n                            ],\n                            [\n                                -3.5484227771430246,\n                                50.47877603094447\n                            ],\n                            [\n                                -3.5485462114070994,\n                                50.47877933475797\n                            ],\n                            [\n                                -3.5486110204245085,\n                                50.478851860534\n                            ],\n                            [\n                                -3.548660317085435,\n                                50.478906875216666\n                            ],\n                            [\n                                -3.5486851108371544,\n                                50.478936673999804\n                            ],\n                            [\n                                -3.548739538617247,\n                                50.479002053007704\n                            ],\n                            [\n                                -3.5487516874787377,\n                                50.47901583148427\n                            ],\n                            [\n                                -3.548805366939987,\n                                50.479079871371745\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 117143.52175128002,\n            \"area_buildings_sqft\": 7329.24724529787,\n            \"density\": 6.256638980736281,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 10882.89871342252,\n            \"area_acre\": 2.689245219267218,\n            \"area_buildings_m2\": 680.9036831380407,\n            \"area_buildings_acre\": 0.16825636467625965\n        },\n        {\n            \"title_no\": \"DN35424\",\n            \"tenure\": \"Freehold\",\n            \"height\": 17.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040548798\",\n                \"100040548799\",\n                \"100040548800\",\n                \"100040548801\",\n                \"100040548802\",\n                \"100040548803\",\n                \"100040548804\",\n                \"100040548805\",\n                \"100040548806\",\n                \"100040548807\",\n                \"100040548808\",\n                \"100040548809\",\n                \"100040548810\",\n                \"100040548811\",\n                \"100040548812\",\n                \"100040548813\",\n                \"100040548814\",\n                \"100040548815\",\n                \"100040548816\",\n                \"100040548817\",\n                \"100040548818\",\n                \"100040548819\",\n                \"100040548820\"\n            ],\n            \"property_address\": [\n                \"Hazelwood, Lower Warberry Road, Torquay,\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5131792287880286,\n                                50.46754706404063\n                            ],\n                            [\n                                -3.5131453078375423,\n                                50.46755444830746\n                            ],\n                            [\n                                -3.5131118168725233,\n                                50.467562501496474\n                            ],\n                            [\n                                -3.5131084455856647,\n                                50.46756327382689\n                            ],\n                            [\n                                -3.5130873895291406,\n                                50.467565796077196\n                            ],\n                            [\n                                -3.5130765708766494,\n                                50.46756722286624\n                            ],\n                            [\n                                -3.513068446251188,\n                                50.4675682908473\n                            ],\n                            [\n                                -3.513040318887647,\n                                50.46757000568461\n                            ],\n                            [\n                                -3.513037026043881,\n                                50.467599277887665\n                            ],\n                            [\n                                -3.513035861464063,\n                                50.467606937639836\n                            ],\n                            [\n                                -3.5130333027114005,\n                                50.46761506520536\n                            ],\n                            [\n                                -3.5130286024756034,\n                                50.46762232125421\n                            ],\n                            [\n                                -3.5130224937159444,\n                                50.467629595619954\n                            ],\n                            [\n                                -3.5130142434717784,\n                                50.46763599846853\n                            ],\n                            [\n                                -3.5129866469813393,\n                                50.46765434465175\n                            ],\n                            [\n                                -3.5129616666332413,\n                                50.46766636124932\n                            ],\n                            [\n                                -3.5129178864255035,\n                                50.467685367549535\n                            ],\n                            [\n                                -3.5128984110073076,\n                                50.467693265404634\n                            ],\n                            [\n                                -3.5128712891329377,\n                                50.46770441046408\n                            ],\n                            [\n                                -3.512852474918066,\n                                50.46771095066536\n                            ],\n                            [\n                                -3.5128307719094596,\n                                50.4677152800122\n                            ],\n                            [\n                                -3.512796349127529,\n                                50.46771842569624\n                            ],\n                            [\n                                -3.512761897646857,\n                                50.46772067237772\n                            ],\n                            [\n                                -3.512728811648117,\n                                50.467721552246836\n                            ],\n                            [\n                                -3.5126956826088946,\n                                50.46772108361781\n                            ],\n                            [\n                                -3.5126872314566215,\n                                50.467721193496345\n                            ],\n                            [\n                                -3.512617628197703,\n                                50.4676595925233\n                            ],\n                            [\n                                -3.512585679544956,\n                                50.467629879137476\n                            ],\n                            [\n                                -3.5125805201920053,\n                                50.46762275128836\n                            ],\n                            [\n                                -3.5125716100129254,\n                                50.46760847727777\n                            ],\n                            [\n                                -3.512564065325872,\n                                50.467592836466125\n                            ],\n                            [\n                                -3.512539088998393,\n                                50.46753874955401\n                            ],\n                            [\n                                -3.5125363557048006,\n                                50.46753257946545\n                            ],\n                            [\n                                -3.5125102184767596,\n                                50.46747302150911\n                            ],\n                            [\n                                -3.5124736599723274,\n                                50.46738715767395\n                            ],\n                            [\n                                -3.51244372678724,\n                                50.46731020135657\n                            ],\n                            [\n                                -3.512424313081713,\n                                50.46725379369311\n                            ],\n                            [\n                                -3.5124057040821204,\n                                50.46720052334507\n                            ],\n                            [\n                                -3.5123873963314356,\n                                50.46715669241641\n                            ],\n                            [\n                                -3.5123874654666176,\n                                50.46715444310378\n                            ],\n                            [\n                                -3.5123892681410243,\n                                50.46710495456369\n                            ],\n                            [\n                                -3.512389530338159,\n                                50.46709550781669\n                            ],\n                            [\n                                -3.5123896947139324,\n                                50.46708741138966\n                            ],\n                            [\n                                -3.51239255277219,\n                                50.46698709497357\n                            ],\n                            [\n                                -3.5123928855433544,\n                                50.466953364437614\n                            ],\n                            [\n                                -3.5124037964209247,\n                                50.466919946077844\n                            ],\n                            [\n                                -3.5124118888502522,\n                                50.46690859881226\n                            ],\n                            [\n                                -3.5124295682585718,\n                                50.466888582947846\n                            ],\n                            [\n                                -3.5124553687497047,\n                                50.46685811880501\n                            ],\n                            [\n                                -3.512471050122386,\n                                50.46684172637027\n                            ],\n                            [\n                                -3.512487464421587,\n                                50.46682622377099\n                            ],\n                            [\n                                -3.5125107921051817,\n                                50.46680658414921\n                            ],\n                            [\n                                -3.5125403432540923,\n                                50.466783266152774\n                            ],\n                            [\n                                -3.512568514566418,\n                                50.46676086545302\n                            ],\n                            [\n                                -3.5126084285499357,\n                                50.46673111715539\n                            ],\n                            [\n                                -3.5126463731944213,\n                                50.46670589127604\n                            ],\n                            [\n                                -3.5127132793049003,\n                                50.46666095247205\n                            ],\n                            [\n                                -3.5127884784302235,\n                                50.46661095928751\n                            ],\n                            [\n                                -3.5127952769975312,\n                                50.46660322628034\n                            ],\n                            [\n                                -3.512804383917977,\n                                50.46659276516092\n                            ],\n                            [\n                                -3.5128115906807222,\n                                50.46658457716227\n                            ],\n                            [\n                                -3.512823476776857,\n                                50.46658172451281\n                            ],\n                            [\n                                -3.512846544719141,\n                                50.46657602836759\n                            ],\n                            [\n                                -3.5128759078232146,\n                                50.46656890131156\n                            ],\n                            [\n                                -3.512971628991537,\n                                50.466543823390595\n                            ],\n                            [\n                                -3.5131281314510328,\n                                50.466502665699934\n                            ],\n                            [\n                                -3.5130917679102955,\n                                50.466533267370856\n                            ],\n                            [\n                                -3.5130666005024835,\n                                50.46656147501137\n                            ],\n                            [\n                                -3.5130550444574293,\n                                50.46657466609925\n                            ],\n                            [\n                                -3.513042252103208,\n                                50.46659326945805\n                            ],\n                            [\n                                -3.513032262374512,\n                                50.46661138668543\n                            ],\n                            [\n                                -3.5130208497967,\n                                50.4666290727325\n                            ],\n                            [\n                                -3.513009580698272,\n                                50.466651253741006\n                            ],\n                            [\n                                -3.5129937549250005,\n                                50.466685185758756\n                            ],\n                            [\n                                -3.512991210560037,\n                                50.466693762820505\n                            ],\n                            [\n                                -3.5129886518455766,\n                                50.46670189038592\n                            ],\n                            [\n                                -3.5129862653133417,\n                                50.46671541190631\n                            ],\n                            [\n                                -3.5129856746875863,\n                                50.466741051509025\n                            ],\n                            [\n                                -3.5129855277022357,\n                                50.4668026599696\n                            ],\n                            [\n                                -3.5129851786714363,\n                                50.466880009956185\n                            ],\n                            [\n                                -3.512988537432076,\n                                50.466963157601654\n                            ],\n                            [\n                                -3.5129927846749167,\n                                50.46709620848483\n                            ],\n                            [\n                                -3.5129914611010453,\n                                50.46712095825181\n                            ],\n                            [\n                                -3.512989747786126,\n                                50.46717764056667\n                            ],\n                            [\n                                -3.5130372439719513,\n                                50.467275053758826\n                            ],\n                            [\n                                -3.5130640835816247,\n                                50.46732569874705\n                            ],\n                            [\n                                -3.5130732294127984,\n                                50.46734293756282\n                            ],\n                            [\n                                -3.5131152938774184,\n                                50.46742468246293\n                            ],\n                            [\n                                -3.5131670878897836,\n                                50.46752428811982\n                            ],\n                            [\n                                -3.5131792287880286,\n                                50.46754706404063\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 50573.35288489996,\n            \"area_buildings_sqft\": 5208.061544595646,\n            \"density\": 10.298034928490283,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4698.379123457819,\n            \"area_acre\": 1.1610044280280065,\n            \"area_buildings_m2\": 483.8407232065818,\n            \"area_buildings_acre\": 0.11956064151964294\n        },\n        {\n            \"title_no\": \"DN353865\",\n            \"tenure\": \"Freehold\",\n            \"height\": 16.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Land and buildings on the East side of Parkfield Road, Torquay Parkfield Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"MCCARTHY CONTRACTING & DEVELOPMENT LIMITED\",\n                    \"company_registration_no\": \"7891185\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Stables, Combe Road, Torquay TQ2 8EQ\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5381032706331954,\n                                50.4776562189099\n                            ],\n                            [\n                                -3.5381053392684096,\n                                50.4776591594723\n                            ],\n                            [\n                                -3.538130700465621,\n                                50.477724028256354\n                            ],\n                            [\n                                -3.5381640492175186,\n                                50.47792639445019\n                            ],\n                            [\n                                -3.538164931659117,\n                                50.47793186891758\n                            ],\n                            [\n                                -3.538165808263693,\n                                50.47793716358886\n                            ],\n                            [\n                                -3.538166935870008,\n                                50.477950189490066\n                            ],\n                            [\n                                -3.538168928408088,\n                                50.47796815047036\n                            ],\n                            [\n                                -3.5381746792691553,\n                                50.47805846073318\n                            ],\n                            [\n                                -3.5381530177398384,\n                                50.47806414328758\n                            ],\n                            [\n                                -3.5381433816226764,\n                                50.4781146351704\n                            ],\n                            [\n                                -3.53797010359664,\n                                50.47816054493919\n                            ],\n                            [\n                                -3.5379638222762475,\n                                50.47816242669749\n                            ],\n                            [\n                                -3.5379596250015326,\n                                50.47816338154273\n                            ],\n                            [\n                                -3.537957497181629,\n                                50.47816295998501\n                            ],\n                            [\n                                -3.5379560737713054,\n                                50.478162529116474\n                            ],\n                            [\n                                -3.537948942128919,\n                                50.47815992528336\n                            ],\n                            [\n                                -3.5379453617168948,\n                                50.478158173876494\n                            ],\n                            [\n                                -3.5378735054946175,\n                                50.47811550438269\n                            ],\n                            [\n                                -3.5378663300927453,\n                                50.478111552073905\n                            ],\n                            [\n                                -3.5378633015421896,\n                                50.478109433624105\n                            ],\n                            [\n                                -3.5378620015077042,\n                                50.47810846150414\n                            ],\n                            [\n                                -3.53786054891929,\n                                50.47810713165408\n                            ],\n                            [\n                                -3.537859096330956,\n                                50.47810580180399\n                            ],\n                            [\n                                -3.5378474318567608,\n                                50.47809381453214\n                            ],\n                            [\n                                -3.537820434986242,\n                                50.47806539163282\n                            ],\n                            [\n                                -3.537805850771826,\n                                50.47805029516508\n                            ],\n                            [\n                                -3.537788288450701,\n                                50.47803029154247\n                            ],\n                            [\n                                -3.5377875548639497,\n                                50.47802940187186\n                            ],\n                            [\n                                -3.5377743065389238,\n                                50.47801203932945\n                            ],\n                            [\n                                -3.537763963388062,\n                                50.47799733648814\n                            ],\n                            [\n                                -3.5377432625167318,\n                                50.47796748131228\n                            ],\n                            [\n                                -3.5377053537050953,\n                                50.47790682542181\n                            ],\n                            [\n                                -3.5376933683704657,\n                                50.47788494934858\n                            ],\n                            [\n                                -3.5376409527224504,\n                                50.47778985956078\n                            ],\n                            [\n                                -3.537618595221461,\n                                50.47775238164382\n                            ],\n                            [\n                                -3.537605934739458,\n                                50.47773141384952\n                            ],\n                            [\n                                -3.53760006611143,\n                                50.47772429647435\n                            ],\n                            [\n                                -3.5375935076696985,\n                                50.477717637897676\n                            ],\n                            [\n                                -3.5375906025323185,\n                                50.4777149781903\n                            ],\n                            [\n                                -3.5375416950089864,\n                                50.47766283169491\n                            ],\n                            [\n                                -3.5374370313236874,\n                                50.47747777612816\n                            ],\n                            [\n                                -3.537302363691542,\n                                50.47723672663752\n                            ],\n                            [\n                                -3.5372361340947513,\n                                50.47711546775085\n                            ],\n                            [\n                                -3.537330588177829,\n                                50.47708148287984\n                            ],\n                            [\n                                -3.5374313145684786,\n                                50.477045346510565\n                            ],\n                            [\n                                -3.537520617127631,\n                                50.47701331822196\n                            ],\n                            [\n                                -3.5375983550236363,\n                                50.47698539990166\n                            ],\n                            [\n                                -3.537618833671985,\n                                50.47697802428392\n                            ],\n                            [\n                                -3.5377539684990076,\n                                50.476929471347404\n                            ],\n                            [\n                                -3.537809320802303,\n                                50.47690836914074\n                            ],\n                            [\n                                -3.5378710812981673,\n                                50.47704214300073\n                            ],\n                            [\n                                -3.5379900003257747,\n                                50.477292933301385\n                            ],\n                            [\n                                -3.5379934806491717,\n                                50.477295945142416\n                            ],\n                            [\n                                -3.5381308701286396,\n                                50.477599014126405\n                            ],\n                            [\n                                -3.538122519462886,\n                                50.477602272298455\n                            ],\n                            [\n                                -3.5381016421502065,\n                                50.47765381214863\n                            ],\n                            [\n                                -3.5381032706331954,\n                                50.4776562189099\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 53597.94119762353,\n            \"area_buildings_sqft\": 12631.992451479566,\n            \"density\": 23.568055356648017,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4979.370233892933,\n            \"area_acre\": 1.230439421433047,\n            \"area_buildings_m2\": 1173.5407331363404,\n            \"area_buildings_acre\": 0.2899906439733601\n        },\n        {\n            \"title_no\": \"DN343439\",\n            \"tenure\": \"Freehold\",\n            \"height\": 5.8,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5367102583518157,\n                                50.47854672219149\n                            ],\n                            [\n                                -3.536703443732219,\n                                50.47858257097902\n                            ],\n                            [\n                                -3.5366963960569846,\n                                50.47858950823199\n                            ],\n                            [\n                                -3.5366254814857174,\n                                50.478659291233924\n                            ],\n                            [\n                                -3.53660147654092,\n                                50.478683558361965\n                            ],\n                            [\n                                -3.536511438442603,\n                                50.47874430339036\n                            ],\n                            [\n                                -3.5364718124110115,\n                                50.47877104317429\n                            ],\n                            [\n                                -3.5364429021106063,\n                                50.478790518468685\n                            ],\n                            [\n                                -3.536394075166449,\n                                50.478843857050244\n                            ],\n                            [\n                                -3.536396843428409,\n                                50.47886706910252\n                            ],\n                            [\n                                -3.536401204249305,\n                                50.47890375061251\n                            ],\n                            [\n                                -3.536385116742877,\n                                50.4789240009073\n                            ],\n                            [\n                                -3.536367545550853,\n                                50.478941527724935\n                            ],\n                            [\n                                -3.53634601995665,\n                                50.47895750588257\n                            ],\n                            [\n                                -3.536321551198268,\n                                50.47896747915907\n                            ],\n                            [\n                                -3.536321271761631,\n                                50.478967554797926\n                            ],\n                            [\n                                -3.536295730803877,\n                                50.47897488909694\n                            ],\n                            [\n                                -3.536268559360018,\n                                50.47897975367499\n                            ],\n                            [\n                                -3.536260681103895,\n                                50.478980640141835\n                            ],\n                            [\n                                -3.536240346915766,\n                                50.47898294118342\n                            ],\n                            [\n                                -3.536203397962007,\n                                50.478976629811214\n                            ],\n                            [\n                                -3.5359335657946125,\n                                50.478919880553\n                            ],\n                            [\n                                -3.5359249116719753,\n                                50.47892900643535\n                            ],\n                            [\n                                -3.535927653153964,\n                                50.47893618316003\n                            ],\n                            [\n                                -3.535919749542349,\n                                50.478936287490285\n                            ],\n                            [\n                                -3.5359092789094326,\n                                50.4789389439293\n                            ],\n                            [\n                                -3.535902781505714,\n                                50.47894155691387\n                            ],\n                            [\n                                -3.5358949728038542,\n                                50.47894502361746\n                            ],\n                            [\n                                -3.535895190802273,\n                                50.47895174799551\n                            ],\n                            [\n                                -3.535898112218862,\n                                50.47896012749577\n                            ],\n                            [\n                                -3.53589143693325,\n                                50.47895768839236\n                            ],\n                            [\n                                -3.535882181900605,\n                                50.478956974148744\n                            ],\n                            [\n                                -3.53587430538908,\n                                50.4789579145283\n                            ],\n                            [\n                                -3.5358664562722537,\n                                50.47895969994952\n                            ],\n                            [\n                                -3.5358618811183193,\n                                50.47896074064935\n                            ],\n                            [\n                                -3.535858607154825,\n                                50.478961485370206\n                            ],\n                            [\n                                -3.5358534058819417,\n                                50.47896408124337\n                            ],\n                            [\n                                -3.5358532158299765,\n                                50.47896474028897\n                            ],\n                            [\n                                -3.5358522320477506,\n                                50.47896830576922\n                            ],\n                            [\n                                -3.5358563948052306,\n                                50.478974978077574\n                            ],\n                            [\n                                -3.5358499516002624,\n                                50.478979263163986\n                            ],\n                            [\n                                -3.5358463200255668,\n                                50.478989410976624\n                            ],\n                            [\n                                -3.535836792207828,\n                                50.4789802822669\n                            ],\n                            [\n                                -3.535834048673065,\n                                50.47897695485259\n                            ],\n                            [\n                                -3.5358287795938965,\n                                50.47897702440194\n                            ],\n                            [\n                                -3.5358196202465106,\n                                50.47897882711437\n                            ],\n                            [\n                                -3.5358131903433025,\n                                50.47898395742692\n                            ],\n                            [\n                                -3.5358094494756385,\n                                50.47899073405954\n                            ],\n                            [\n                                -3.535808139249675,\n                                50.47899075135365\n                            ],\n                            [\n                                -3.535801600350862,\n                                50.478992519476435\n                            ],\n                            [\n                                -3.5357964405536917,\n                                50.478995960203314\n                            ],\n                            [\n                                -3.5357912530706317,\n                                50.478998546897984\n                            ],\n                            [\n                                -3.5357847960594992,\n                                50.47900284115662\n                            ],\n                            [\n                                -3.535783540328941,\n                                50.47900453954506\n                            ],\n                            [\n                                -3.5357810966683285,\n                                50.47901046264458\n                            ],\n                            [\n                                -3.5357782983486565,\n                                50.47900544514454\n                            ],\n                            [\n                                -3.5357717049513355,\n                                50.47900553217107\n                            ],\n                            [\n                                -3.5357664358688377,\n                                50.47900560171767\n                            ],\n                            [\n                                -3.535759924359549,\n                                50.47900821488034\n                            ],\n                            [\n                                -3.53575477067736,\n                                50.47901184439143\n                            ],\n                            [\n                                -3.5357549006488127,\n                                50.47901585384702\n                            ],\n                            [\n                                -3.5357550096383483,\n                                50.47901921603624\n                            ],\n                            [\n                                -3.5357658202822075,\n                                50.479027482416825\n                            ],\n                            [\n                                -3.535760687580445,\n                                50.47903175919457\n                            ],\n                            [\n                                -3.535748525228128,\n                                50.479022665250696\n                            ],\n                            [\n                                -3.5357432119701886,\n                                50.47901832848731\n                            ],\n                            [\n                                -3.5357404036243927,\n                                50.47901604519045\n                            ],\n                            [\n                                -3.535737637030409,\n                                50.479017223900435\n                            ],\n                            [\n                                -3.5357260974736264,\n                                50.47902212485817\n                            ],\n                            [\n                                -3.5357144529627145,\n                                50.479029005804556\n                            ],\n                            [\n                                -3.535706671624773,\n                                50.479033317537926\n                            ],\n                            [\n                                -3.5357055793697683,\n                                50.479040059209446\n                            ],\n                            [\n                                -3.535697634550859,\n                                50.47903932765832\n                            ],\n                            [\n                                -3.535685840642935,\n                                50.479041165131996\n                            ],\n                            [\n                                -3.535679328832856,\n                                50.479043769300425\n                            ],\n                            [\n                                -3.5356728991970297,\n                                50.47904890859519\n                            ],\n                            [\n                                -3.535671479694243,\n                                50.47904555470865\n                            ],\n                            [\n                                -3.535662388121954,\n                                50.47904988373168\n                            ],\n                            [\n                                -3.535655931092092,\n                                50.479054177983315\n                            ],\n                            [\n                                -3.535650798086068,\n                                50.47905844576646\n                            ],\n                            [\n                                -3.5356496805229063,\n                                50.47905918900225\n                            ],\n                            [\n                                -3.5356456382707266,\n                                50.479061886486804\n                            ],\n                            [\n                                -3.5356428574554335,\n                                50.479066105238225\n                            ],\n                            [\n                                -3.535640614244561,\n                                50.4790695164589\n                            ],\n                            [\n                                -3.5356299944747116,\n                                50.47906713839294\n                            ],\n                            [\n                                -3.5356173254625474,\n                                50.47908328732354\n                            ],\n                            [\n                                -3.535612137960074,\n                                50.47908587401034\n                            ],\n                            [\n                                -3.535599074500607,\n                                50.479089419037706\n                            ],\n                            [\n                                -3.5355886452941063,\n                                50.479092920304595\n                            ],\n                            [\n                                -3.5355834851791075,\n                                50.47909635203241\n                            ],\n                            [\n                                -3.5355837305246256,\n                                50.479103921453536\n                            ],\n                            [\n                                -3.5355838939912356,\n                                50.47910896473769\n                            ],\n                            [\n                                -3.535577191601636,\n                                50.4791056895639\n                            ],\n                            [\n                                -3.5355720330886538,\n                                50.4791048223021\n                            ],\n                            [\n                                -3.5355679091543752,\n                                50.47910413025325\n                            ],\n                            [\n                                -3.5355643782760566,\n                                50.479105211121635\n                            ],\n                            [\n                                -3.535556155624459,\n                                50.479107648994614\n                            ],\n                            [\n                                -3.5355510770913825,\n                                50.47911359786822\n                            ],\n                            [\n                                -3.5355446070331698,\n                                50.4791170558754\n                            ],\n                            [\n                                -3.53554203998238,\n                                50.47911960797676\n                            ],\n                            [\n                                -3.535540811629435,\n                                50.47912215140491\n                            ],\n                            [\n                                -3.5355381496920923,\n                                50.479121341130785\n                            ],\n                            [\n                                -3.535531556277906,\n                                50.47912142814386\n                            ],\n                            [\n                                -3.5355263690579113,\n                                50.47912402381673\n                            ],\n                            [\n                                -3.535522546262604,\n                                50.479128274303385\n                            ],\n                            [\n                                -3.535521345297431,\n                                50.479131662773625\n                            ],\n                            [\n                                -3.5355175769876452,\n                                50.479137594354896\n                            ],\n                            [\n                                -3.5355095643683367,\n                                50.479134336468086\n                            ],\n                            [\n                                -3.535500363792177,\n                                50.47913530328916\n                            ],\n                            [\n                                -3.535493838950163,\n                                50.479137071208974\n                            ],\n                            [\n                                -3.535484747052598,\n                                50.47914139122856\n                            ],\n                            [\n                                -3.5354830027516115,\n                                50.47914497573531\n                            ],\n                            [\n                                -3.5354803943748134,\n                                50.47914233904075\n                            ],\n                            [\n                                -3.535439777624511,\n                                50.479102007856525\n                            ],\n                            [\n                                -3.535439348851416,\n                                50.479101824647884\n                            ],\n                            [\n                                -3.535229390905918,\n                                50.478894602204434\n                            ],\n                            [\n                                -3.5352071868093815,\n                                50.47887268983245\n                            ],\n                            [\n                                -3.5351488592300675,\n                                50.478815126543665\n                            ],\n                            [\n                                -3.5351391476642773,\n                                50.47880554152506\n                            ],\n                            [\n                                -3.5351412716233264,\n                                50.47880497388298\n                            ],\n                            [\n                                -3.535208905990396,\n                                50.478786993573415\n                            ],\n                            [\n                                -3.535308573611962,\n                                50.478757168603586\n                            ],\n                            [\n                                -3.5353819996876816,\n                                50.47873524449801\n                            ],\n                            [\n                                -3.5353839545800554,\n                                50.4787346790824\n                            ],\n                            [\n                                -3.535470759741815,\n                                50.478708081544525\n                            ],\n                            [\n                                -3.5355839441339794,\n                                50.47867349119745\n                            ],\n                            [\n                                -3.535586441765561,\n                                50.47867271176152\n                            ],\n                            [\n                                -3.5355927623102805,\n                                50.478670730684534\n                            ],\n                            [\n                                -3.5356168692208025,\n                                50.47866307370642\n                            ],\n                            [\n                                -3.5357043377386868,\n                                50.478635208126\n                            ],\n                            [\n                                -3.535824594093008,\n                                50.47860574052509\n                            ],\n                            [\n                                -3.5360063580259915,\n                                50.478560621313896\n                            ],\n                            [\n                                -3.5360113948467458,\n                                50.47855947558339\n                            ],\n                            [\n                                -3.5361005078633236,\n                                50.47853887285664\n                            ],\n                            [\n                                -3.5361490532771644,\n                                50.47852770937561\n                            ],\n                            [\n                                -3.5362791861228104,\n                                50.47849293056199\n                            ],\n                            [\n                                -3.5363042170179946,\n                                50.47848421797624\n                            ],\n                            [\n                                -3.5363302219469146,\n                                50.47847729125571\n                            ],\n                            [\n                                -3.536341372963905,\n                                50.47847388831434\n                            ],\n                            [\n                                -3.536355775649972,\n                                50.47846948910885\n                            ],\n                            [\n                                -3.5363817793969488,\n                                50.478462526417694\n                            ],\n                            [\n                                -3.5364083329731706,\n                                50.478456437839\n                            ],\n                            [\n                                -3.53643494426717,\n                                50.4784521292364\n                            ],\n                            [\n                                -3.53643578548284,\n                                50.478451992217096\n                            ],\n                            [\n                                -3.536500235084266,\n                                50.4784466623149\n                            ],\n                            [\n                                -3.536531362249879,\n                                50.47844904829408\n                            ],\n                            [\n                                -3.536563613775841,\n                                50.47845307424996\n                            ],\n                            [\n                                -3.5365977929096037,\n                                50.47846047434359\n                            ],\n                            [\n                                -3.536600138178684,\n                                50.47846108192132\n                            ],\n                            [\n                                -3.5366276692011116,\n                                50.47846818307487\n                            ],\n                            [\n                                -3.536632999253882,\n                                50.47846956066284\n                            ],\n                            [\n                                -3.5366739621626735,\n                                50.478493608342895\n                            ],\n                            [\n                                -3.5366890993781386,\n                                50.47851576666267\n                            ],\n                            [\n                                -3.5367102583518157,\n                                50.47854672219149\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 45291.618207536434,\n            \"area_buildings_sqft\": 0.01695315892712567,\n            \"density\": 0.00003743111771684214,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4207.693999213716,\n            \"area_acre\": 1.039752484103224,\n            \"area_buildings_m2\": 0.0015749868940101888,\n            \"area_buildings_acre\": 3.8919097628846813e-7\n        },\n        {\n            \"title_no\": \"DN341258\",\n            \"tenure\": \"Freehold\",\n            \"height\": 18.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10024002857\",\n                \"100041188555\",\n                \"100041188556\",\n                \"100041188557\",\n                \"100041188558\",\n                \"100041188559\",\n                \"100041188560\",\n                \"100041188561\",\n                \"100041188562\",\n                \"100041188563\",\n                \"100041188564\"\n            ],\n            \"property_address\": [\n                \"Georgian Court, Babbacombe Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"GEORGIAN COURT (TORQUAY) MANAGEMENT COMPANY LIMITED\",\n                    \"company_registration_no\": \"6822788\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Georgian Court, Babbacombe Road, Torquay TQ1 3TF\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5076610926463703,\n                                50.47252462795456\n                            ],\n                            [\n                                -3.507593186791296,\n                                50.47250178262026\n                            ],\n                            [\n                                -3.5072300259659888,\n                                50.4724044097931\n                            ],\n                            [\n                                -3.506814302911191,\n                                50.47229377641647\n                            ],\n                            [\n                                -3.506812808488753,\n                                50.472291097677044\n                            ],\n                            [\n                                -3.506806945143416,\n                                50.472283978695856\n                            ],\n                            [\n                                -3.5068040420570306,\n                                50.47228131819933\n                            ],\n                            [\n                                -3.5068018861816372,\n                                50.47227999707257\n                            ],\n                            [\n                                -3.5067989830957838,\n                                50.47227733657591\n                            ],\n                            [\n                                -3.506783849094986,\n                                50.47226674019557\n                            ],\n                            [\n                                -3.506768010768986,\n                                50.47225615293448\n                            ],\n                            [\n                                -3.506757259988675,\n                                50.47225044629092\n                            ],\n                            [\n                                -3.506752243911567,\n                                50.472247813156706\n                            ],\n                            [\n                                -3.506741593180419,\n                                50.472245252991456\n                            ],\n                            [\n                                -3.5067239134245005,\n                                50.472243233532794\n                            ],\n                            [\n                                -3.5067210818052876,\n                                50.47224282051971\n                            ],\n                            [\n                                -3.506710617677329,\n                                50.4722416969182\n                            ],\n                            [\n                                -3.506719762392162,\n                                50.47217916260617\n                            ],\n                            [\n                                -3.5067261514856765,\n                                50.47214076694418\n                            ],\n                            [\n                                -3.506748366203808,\n                                50.47199289356075\n                            ],\n                            [\n                                -3.506756241887146,\n                                50.47195250004244\n                            ],\n                            [\n                                -3.5067621160565388,\n                                50.471915639964756\n                            ],\n                            [\n                                -3.506770714339694,\n                                50.47185365234002\n                            ],\n                            [\n                                -3.5067737357390727,\n                                50.471837874333794\n                            ],\n                            [\n                                -3.5067754485316343,\n                                50.47182526105003\n                            ],\n                            [\n                                -3.5067779514026864,\n                                50.47181533562777\n                            ],\n                            [\n                                -3.5067809156281045,\n                                50.47179775963272\n                            ],\n                            [\n                                -3.5068780656625735,\n                                50.471817186840866\n                            ],\n                            [\n                                -3.5069864992802353,\n                                50.47183691750384\n                            ],\n                            [\n                                -3.5070480758058857,\n                                50.47184556326386\n                            ],\n                            [\n                                -3.5070579792518783,\n                                50.47184678403362\n                            ],\n                            [\n                                -3.507106820754275,\n                                50.471853795987194\n                            ],\n                            [\n                                -3.5071237960536963,\n                                50.471855824512346\n                            ],\n                            [\n                                -3.5071767634576876,\n                                50.47185963521651\n                            ],\n                            [\n                                -3.5072057551928113,\n                                50.471862857117095\n                            ],\n                            [\n                                -3.507234775525089,\n                                50.47186697800449\n                            ],\n                            [\n                                -3.5072701776881954,\n                                50.471872365257376\n                            ],\n                            [\n                                -3.5072999452496503,\n                                50.47187782549521\n                            ],\n                            [\n                                -3.5073290513843114,\n                                50.4718846433411\n                            ],\n                            [\n                                -3.507347492547271,\n                                50.471888451572255\n                            ],\n                            [\n                                -3.5074035489766673,\n                                50.47190076611686\n                            ],\n                            [\n                                -3.5074375854259183,\n                                50.47190752005956\n                            ],\n                            [\n                                -3.507447474595484,\n                                50.471908291298966\n                            ],\n                            [\n                                -3.507458053793132,\n                                50.47190860391513\n                            ],\n                            [\n                                -3.5074679286643047,\n                                50.4719089256558\n                            ],\n                            [\n                                -3.5074763948824015,\n                                50.4719092656467\n                            ],\n                            [\n                                -3.507510992681124,\n                                50.47191151547238\n                            ],\n                            [\n                                -3.5075442247285498,\n                                50.471915132030574\n                            ],\n                            [\n                                -3.507569680587308,\n                                50.4719179499726\n                            ],\n                            [\n                                -3.5076099845112707,\n                                50.47192237424467\n                            ],\n                            [\n                                -3.5076255083004644,\n                                50.471923072458004\n                            ],\n                            [\n                                -3.507657907330724,\n                                50.471922652637396\n                            ],\n                            [\n                                -3.5076860660988984,\n                                50.47192183807172\n                            ],\n                            [\n                                -3.5076958980707094,\n                                50.471920811302176\n                            ],\n                            [\n                                -3.507712054680932,\n                                50.47191925289242\n                            ],\n                            [\n                                -3.5077246896568397,\n                                50.47191774011562\n                            ],\n                            [\n                                -3.507762580277842,\n                                50.47191275228016\n                            ],\n                            [\n                                -3.50783344551284,\n                                50.47190328996326\n                            ],\n                            [\n                                -3.5079155227256487,\n                                50.47189188356538\n                            ],\n                            [\n                                -3.507971639961251,\n                                50.471883961346514\n                            ],\n                            [\n                                -3.508030502960067,\n                                50.47187375510089\n                            ],\n                            [\n                                -3.5080719435715055,\n                                50.471865186649545\n                            ],\n                            [\n                                -3.5080746037020525,\n                                50.471864639532384\n                            ],\n                            [\n                                -3.508080091048155,\n                                50.4719919004409\n                            ],\n                            [\n                                -3.5081452695253295,\n                                50.47199105560681\n                            ],\n                            [\n                                -3.5081411763638792,\n                                50.472008124640034\n                            ],\n                            [\n                                -3.5081414910816373,\n                                50.47201801357061\n                            ],\n                            [\n                                -3.508141001333931,\n                                50.472024765152824\n                            ],\n                            [\n                                -3.50813979295256,\n                                50.47203107636778\n                            ],\n                            [\n                                -3.5081378802426024,\n                                50.47203739671225\n                            ],\n                            [\n                                -3.508127905534208,\n                                50.472061835828114\n                            ],\n                            [\n                                -3.508115538938469,\n                                50.47209215181578\n                            ],\n                            [\n                                -3.5081150025874153,\n                                50.47209345385283\n                            ],\n                            [\n                                -3.508070883939449,\n                                50.47212415441608\n                            ],\n                            [\n                                -3.5080074445087686,\n                                50.472167696482416\n                            ],\n                            [\n                                -3.507908899369053,\n                                50.47223732537977\n                            ],\n                            [\n                                -3.5079064181285706,\n                                50.47223906632935\n                            ],\n                            [\n                                -3.507826196022399,\n                                50.47229550683718\n                            ],\n                            [\n                                -3.507726227383219,\n                                50.472364704341565\n                            ],\n                            [\n                                -3.5077227772246182,\n                                50.472366997461535\n                            ],\n                            [\n                                -3.5077117510163207,\n                                50.47237478494171\n                            ],\n                            [\n                                -3.5077000204708484,\n                                50.472382581547805\n                            ],\n                            [\n                                -3.5076958659760913,\n                                50.47238488379396\n                            ],\n                            [\n                                -3.5076903171149403,\n                                50.47238765379066\n                            ],\n                            [\n                                -3.5076854725868145,\n                                50.472390414660225\n                            ],\n                            [\n                                -3.5076834310917953,\n                                50.47239268952532\n                            ],\n                            [\n                                -3.507678615165074,\n                                50.472396349388454\n                            ],\n                            [\n                                -3.507674517872556,\n                                50.47240044962148\n                            ],\n                            [\n                                -3.5076704348804206,\n                                50.4724049993513\n                            ],\n                            [\n                                -3.507667041920419,\n                                50.47240909045731\n                            ],\n                            [\n                                -3.507660399008656,\n                                50.47242176763815\n                            ],\n                            [\n                                -3.5076577961866913,\n                                50.472428546598636\n                            ],\n                            [\n                                -3.5076553649755184,\n                                50.47244071952202\n                            ],\n                            [\n                                -3.507653638097779,\n                                50.47245288331867\n                            ],\n                            [\n                                -3.5076532483840444,\n                                50.47246278137736\n                            ],\n                            [\n                                -3.507653001679754,\n                                50.47247717440515\n                            ],\n                            [\n                                -3.5076541493448117,\n                                50.47249109968263\n                            ],\n                            [\n                                -3.5076567199824193,\n                                50.47250545620358\n                            ],\n                            [\n                                -3.50765763883307,\n                                50.47251218953046\n                            ],\n                            [\n                                -3.5076610926463703,\n                                50.47252462795456\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 54777.82310998776,\n            \"area_buildings_sqft\": 5606.085118420959,\n            \"density\": 10.234223998212864,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 5088.9839381259535,\n            \"area_acre\": 1.2575257830575701,\n            \"area_buildings_m2\": 520.8180154608843,\n            \"area_buildings_acre\": 0.12869800547339208\n        },\n        {\n            \"title_no\": \"DN340202\",\n            \"tenure\": \"Freehold\",\n            \"height\": 10.1,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Mount Tryon Nursing Home, Higher Warberry Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"BLUEHOOD LIMITED\",\n                    \"company_registration_no\": \"5828394\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Suite 201 The Chambers, Chelsea Harbour, London SW10 0XF\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.515218802406688,\n                                50.46842528172203\n                            ],\n                            [\n                                -3.5150958448049745,\n                                50.468462407908255\n                            ],\n                            [\n                                -3.5150953905946665,\n                                50.46846583141236\n                            ],\n                            [\n                                -3.5150912797080465,\n                                50.4684959237561\n                            ],\n                            [\n                                -3.515090139869831,\n                                50.46850434766759\n                            ],\n                            [\n                                -3.5150879610965777,\n                                50.46852038474745\n                            ],\n                            [\n                                -3.515076139032757,\n                                50.468525251371084\n                            ],\n                            [\n                                -3.5149404637008828,\n                                50.4685784707652\n                            ],\n                            [\n                                -3.514922104480747,\n                                50.46858514028047\n                            ],\n                            [\n                                -3.514750799226196,\n                                50.46864741231347\n                            ],\n                            [\n                                -3.5147078125820723,\n                                50.46866303633115\n                            ],\n                            [\n                                -3.5146577793672646,\n                                50.46868127928543\n                            ],\n                            [\n                                -3.514510893030995,\n                                50.46873470707801\n                            ],\n                            [\n                                -3.514430215314073,\n                                50.468710754883126\n                            ],\n                            [\n                                -3.5141891389670263,\n                                50.468641043989166\n                            ],\n                            [\n                                -3.5139409344197943,\n                                50.468568727255565\n                            ],\n                            [\n                                -3.5139228824370328,\n                                50.46855502198625\n                            ],\n                            [\n                                -3.513917032864339,\n                                50.468548352860196\n                            ],\n                            [\n                                -3.5139118732094907,\n                                50.468541225073885\n                            ],\n                            [\n                                -3.5139095880867743,\n                                50.468535858614935\n                            ],\n                            [\n                                -3.513907921089381,\n                                50.468527786016416\n                            ],\n                            [\n                                -3.5139076769991435,\n                                50.46852014458575\n                            ],\n                            [\n                                -3.513908223332548,\n                                50.46851519096663\n                            ],\n                            [\n                                -3.5139286343437877,\n                                50.46847040678435\n                            ],\n                            [\n                                -3.51394726274628,\n                                50.46843598849738\n                            ],\n                            [\n                                -3.5139592073652492,\n                                50.46841289924866\n                            ],\n                            [\n                                -3.513968607700382,\n                                50.468398387078636\n                            ],\n                            [\n                                -3.5139753546319112,\n                                50.468389035818944\n                            ],\n                            [\n                                -3.514058915769631,\n                                50.468291986139924\n                            ],\n                            [\n                                -3.5141159635748465,\n                                50.468225140376994\n                            ],\n                            [\n                                -3.514145256308355,\n                                50.46819373105144\n                            ],\n                            [\n                                -3.514175971901464,\n                                50.46816275288343\n                            ],\n                            [\n                                -3.5142279309673166,\n                                50.468113061235435\n                            ],\n                            [\n                                -3.5142525665501894,\n                                50.468090256466496\n                            ],\n                            [\n                                -3.5143087941440543,\n                                50.4680418582746\n                            ],\n                            [\n                                -3.5143348525465923,\n                                50.46801948465177\n                            ],\n                            [\n                                -3.5143657689767336,\n                                50.46799479937704\n                            ],\n                            [\n                                -3.5144132574112352,\n                                50.46795955568286\n                            ],\n                            [\n                                -3.514451863227469,\n                                50.46793297156515\n                            ],\n                            [\n                                -3.5144822189094804,\n                                50.4679127903859\n                            ],\n                            [\n                                -3.5145064372742953,\n                                50.46789898464883\n                            ],\n                            [\n                                -3.5145337227013127,\n                                50.467888556570855\n                            ],\n                            [\n                                -3.5146598962850795,\n                                50.467828635152635\n                            ],\n                            [\n                                -3.514661980345928,\n                                50.467827708655584\n                            ],\n                            [\n                                -3.5146669447423915,\n                                50.46782431637333\n                            ],\n                            [\n                                -3.514717142056076,\n                                50.4678782543605\n                            ],\n                            [\n                                -3.5147872367972033,\n                                50.46795513690492\n                            ],\n                            [\n                                -3.5148857607720094,\n                                50.46806177799858\n                            ],\n                            [\n                                -3.514973376328641,\n                                50.46815776866216\n                            ],\n                            [\n                                -3.5150435868951795,\n                                50.46823384011485\n                            ],\n                            [\n                                -3.5151543863844865,\n                                50.468354171361995\n                            ],\n                            [\n                                -3.515218802406688,\n                                50.46842528172203\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 57183.240273944284,\n            \"area_buildings_sqft\": 12603.30663022845,\n            \"density\": 22.040210680350665,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 5312.45264529397,\n            \"area_acre\": 1.3127465627627246,\n            \"area_buildings_m2\": 1170.8757553166527,\n            \"area_buildings_acre\": 0.28933210813196625\n        },\n        {\n            \"title_no\": \"DN335590\",\n            \"tenure\": \"Freehold\",\n            \"height\": 11.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041053069\"\n            ],\n            \"property_address\": [\n                \"Units at Chatto Way, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"A E MAIDEN LIMITED\",\n                    \"company_registration_no\": \"519560\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"The Granary, Oxton Barns, Kenton, Exeter, Devon EX6 8EX\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5364076527573363,\n                                50.47697513714104\n                            ],\n                            [\n                                -3.536412965326886,\n                                50.47697380787774\n                            ],\n                            [\n                                -3.536489095986269,\n                                50.47710491944262\n                            ],\n                            [\n                                -3.5364949789467213,\n                                50.477112486367254\n                            ],\n                            [\n                                -3.536548800318711,\n                                50.47720755810513\n                            ],\n                            [\n                                -3.5365576903926024,\n                                50.47722093119423\n                            ],\n                            [\n                                -3.53661033557786,\n                                50.477311017960574\n                            ],\n                            [\n                                -3.5366609518726797,\n                                50.47739764195765\n                            ],\n                            [\n                                -3.5366658778967577,\n                                50.47740612087766\n                            ],\n                            [\n                                -3.5367165947635093,\n                                50.47749279748379\n                            ],\n                            [\n                                -3.536688428429386,\n                                50.477497378513796\n                            ],\n                            [\n                                -3.5366338943438973,\n                                50.47750637290163\n                            ],\n                            [\n                                -3.53656456689493,\n                                50.47751987958216\n                            ],\n                            [\n                                -3.5365043528829543,\n                                50.47753191682555\n                            ],\n                            [\n                                -3.53624715930219,\n                                50.47759781883143\n                            ],\n                            [\n                                -3.5360549789724205,\n                                50.477647572785244\n                            ],\n                            [\n                                -3.53585154235107,\n                                50.47769792468405\n                            ],\n                            [\n                                -3.535708951359172,\n                                50.47773398267594\n                            ],\n                            [\n                                -3.535554458111716,\n                                50.47777244598439\n                            ],\n                            [\n                                -3.5354816224969814,\n                                50.47778644799708\n                            ],\n                            [\n                                -3.535429700482005,\n                                50.47779342874222\n                            ],\n                            [\n                                -3.5354156706518833,\n                                50.47779541261332\n                            ],\n                            [\n                                -3.535401626253741,\n                                50.47779694699203\n                            ],\n                            [\n                                -3.5353889615312277,\n                                50.477797563797225\n                            ],\n                            [\n                                -3.535374183593414,\n                                50.477798208486426\n                            ],\n                            [\n                                -3.5353459782613332,\n                                50.477797681306434\n                            ],\n                            [\n                                -3.535341737265191,\n                                50.47779728758533\n                            ],\n                            [\n                                -3.5353219702275123,\n                                50.4777961993694\n                            ],\n                            [\n                                -3.535302174058931,\n                                50.47779421216865\n                            ],\n                            [\n                                -3.5352943964729295,\n                                50.47779341542848\n                            ],\n                            [\n                                -3.535279516575294,\n                                50.477790913670525\n                            ],\n                            [\n                                -3.5352646221136843,\n                                50.47778796241994\n                            ],\n                            [\n                                -3.535258943178397,\n                                50.47778668830325\n                            ],\n                            [\n                                -3.535246147368436,\n                                50.477783259676265\n                            ],\n                            [\n                                -3.535234055965054,\n                                50.477779821753565\n                            ],\n                            [\n                                -3.5352219354332113,\n                                50.47777548484812\n                            ],\n                            [\n                                -3.535211223712834,\n                                50.477771129353115\n                            ],\n                            [\n                                -3.5352012018340866,\n                                50.4777663150723\n                            ],\n                            [\n                                -3.535194026704994,\n                                50.47776236259601\n                            ],\n                            [\n                                -3.5350747071071384,\n                                50.477690188857835\n                            ],\n                            [\n                                -3.534949286655268,\n                                50.47760370562743\n                            ],\n                            [\n                                -3.5349477904763607,\n                                50.47760102726758\n                            ],\n                            [\n                                -3.53494560445786,\n                                50.477598807690995\n                            ],\n                            [\n                                -3.534944108279323,\n                                50.4775961293311\n                            ],\n                            [\n                                -3.5349433747524808,\n                                50.477595239641964\n                            ],\n                            [\n                                -3.5349417912001164,\n                                50.477589864337105\n                            ],\n                            [\n                                -3.534941529077989,\n                                50.47758177350236\n                            ],\n                            [\n                                -3.5349421897928672,\n                                50.47758041573742\n                            ],\n                            [\n                                -3.5349427631336243,\n                                50.477576361027566\n                            ],\n                            [\n                                -3.5349433510366395,\n                                50.47757275580854\n                            ],\n                            [\n                                -3.5349453477430073,\n                                50.47756913200451\n                            ],\n                            [\n                                -3.53494731532431,\n                                50.477564609218796\n                            ],\n                            [\n                                -3.5349500018692313,\n                                50.47756052663137\n                            ],\n                            [\n                                -3.5349526738512678,\n                                50.47755599455305\n                            ],\n                            [\n                                -3.5349560793591706,\n                                50.477552352163755\n                            ],\n                            [\n                                -3.534958119751171,\n                                50.477550076831996\n                            ],\n                            [\n                                -3.5349938074288128,\n                                50.47749879185791\n                            ],\n                            [\n                                -3.5350086052226186,\n                                50.477477011856735\n                            ],\n                            [\n                                -3.5350336248567427,\n                                50.477422719827494\n                            ],\n                            [\n                                -3.5350513038206364,\n                                50.47738111576014\n                            ],\n                            [\n                                -3.535054592802198,\n                                50.477373877441536\n                            ],\n                            [\n                                -3.5350558850932465,\n                                50.47737026292877\n                            ],\n                            [\n                                -3.535059893035351,\n                                50.477363464807695\n                            ],\n                            [\n                                -3.5350605537439166,\n                                50.477362107042104\n                            ],\n                            [\n                                -3.53506655837294,\n                                50.4773516851148\n                            ],\n                            [\n                                -3.5350739717959447,\n                                50.4773412446007\n                            ],\n                            [\n                                -3.5350821041773925,\n                                50.47733124428367\n                            ],\n                            [\n                                -3.5350916599150395,\n                                50.47732167487021\n                            ],\n                            [\n                                -3.5350943755614406,\n                                50.47731849126112\n                            ],\n                            [\n                                -3.535131588227966,\n                                50.47727078358544\n                            ],\n                            [\n                                -3.5351457834409885,\n                                50.47725215929641\n                            ],\n                            [\n                                -3.535161402000534,\n                                50.47723396590898\n                            ],\n                            [\n                                -3.5351716184063555,\n                                50.47722303872293\n                            ],\n                            [\n                                -3.535184565006132,\n                                50.47720937741571\n                            ],\n                            [\n                                -3.535277313485568,\n                                50.47713575468527\n                            ],\n                            [\n                                -3.5353563379468484,\n                                50.47707355505106\n                            ],\n                            [\n                                -3.5354244123746685,\n                                50.477021392886776\n                            ],\n                            [\n                                -3.5354326902952202,\n                                50.47701588745349\n                            ],\n                            [\n                                -3.535479207380259,\n                                50.476980450140985\n                            ],\n                            [\n                                -3.5355446548602827,\n                                50.47693030117663\n                            ],\n                            [\n                                -3.5356113935332862,\n                                50.476879118849936\n                            ],\n                            [\n                                -3.5356479206499034,\n                                50.4768511611339\n                            ],\n                            [\n                                -3.53564925658818,\n                                50.476848895086945\n                            ],\n                            [\n                                -3.535651282348393,\n                                50.4768461702526\n                            ],\n                            [\n                                -3.535656771786916,\n                                50.47684160097182\n                            ],\n                            [\n                                -3.5359522282695344,\n                                50.47660836275173\n                            ],\n                            [\n                                -3.536169630283721,\n                                50.476983676101\n                            ],\n                            [\n                                -3.5361716909968828,\n                                50.476987246358306\n                            ],\n                            [\n                                -3.536175468484553,\n                                50.47698638705602\n                            ],\n                            [\n                                -3.536190108205942,\n                                50.47701191564032\n                            ],\n                            [\n                                -3.536196835410173,\n                                50.477023788390476\n                            ],\n                            [\n                                -3.536273221712297,\n                                50.47700632145004\n                            ],\n                            [\n                                -3.536390320837692,\n                                50.47697959302242\n                            ],\n                            [\n                                -3.5364076527573363,\n                                50.47697513714104\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 96511.0352739734,\n            \"area_buildings_sqft\": 31161.477062522346,\n            \"density\": 32.28799377611258,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 8966.0939496445,\n            \"area_acre\": 2.2155885049121533,\n            \"area_buildings_m2\": 2894.9718564216228,\n            \"area_buildings_acre\": 0.7153690785703019\n        },\n        {\n            \"title_no\": \"DN325507\",\n            \"tenure\": \"Freehold\",\n            \"height\": 9.9,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040559371\",\n                \"100040559372\",\n                \"100040559373\",\n                \"100040559374\",\n                \"100040559375\",\n                \"100040559376\",\n                \"100040559377\",\n                \"100040559378\",\n                \"100040559379\",\n                \"100040559380\",\n                \"100040559381\",\n                \"100040559382\",\n                \"100040559383\",\n                \"100040559384\",\n                \"100040559385\",\n                \"100040559386\",\n                \"100040559387\",\n                \"100040559388\",\n                \"100040559389\",\n                \"100040559390\",\n                \"100040559391\",\n                \"100040559392\",\n                \"100040559393\",\n                \"100040559394\",\n                \"100040559395\",\n                \"100040559396\",\n                \"100040561337\",\n                \"100040561338\",\n                \"100040561339\",\n                \"100040561340\",\n                \"100040561342\",\n                \"100040561343\",\n                \"100040561344\",\n                \"100040561347\",\n                \"100040561348\"\n            ],\n            \"property_address\": [\n                \"land and buildings on the North East side of Westhill Avenue, Torquay\"\n            ],\n            \"ownership\": \"Non Profit\",\n            \"proprietors\": [\n                {\n                    \"name\": \"WESTWARD HOUSING GROUP LIMITED\",\n                    \"company_registration_no\": \"RS007350\",\n                    \"proprietorship_category\": \"Non Profit\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Templar House, Collett Way, Newton Abbot TQ12 4PH\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5278958958883466,\n                                50.4781057517653\n                            ],\n                            [\n                                -3.528070636940924,\n                                50.47817045975085\n                            ],\n                            [\n                                -3.528085756064277,\n                                50.47817601712959\n                            ],\n                            [\n                                -3.5281513710606514,\n                                50.4782002476782\n                            ],\n                            [\n                                -3.528246103179605,\n                                50.47823578750603\n                            ],\n                            [\n                                -3.5282219764571714,\n                                50.47825247284027\n                            ],\n                            [\n                                -3.528180651118679,\n                                50.47828215504023\n                            ],\n                            [\n                                -3.52814896426464,\n                                50.47830478552601\n                            ],\n                            [\n                                -3.5281331251757337,\n                                50.47831623561339\n                            ],\n                            [\n                                -3.5281252717205067,\n                                50.478321824883494\n                            ],\n                            [\n                                -3.528082560626242,\n                                50.478352244739526\n                            ],\n                            [\n                                -3.528070203213185,\n                                50.478361085902534\n                            ],\n                            [\n                                -3.5280697484470904,\n                                50.47836140665274\n                            ],\n                            [\n                                -3.527993145437443,\n                                50.47841601480894\n                            ],\n                            [\n                                -3.5279905007846137,\n                                50.47841792021857\n                            ],\n                            [\n                                -3.5279839437653346,\n                                50.47842262906332\n                            ],\n                            [\n                                -3.5279275664935885,\n                                50.478462833546175\n                            ],\n                            [\n                                -3.527905109851341,\n                                50.478478867326636\n                            ],\n                            [\n                                -3.527886510958185,\n                                50.478492152350114\n                            ],\n                            [\n                                -3.527722172884915,\n                                50.478465980199765\n                            ],\n                            [\n                                -3.527687468008745,\n                                50.47846058999134\n                            ],\n                            [\n                                -3.5275846242757987,\n                                50.47844449255547\n                            ],\n                            [\n                                -3.5275231446415134,\n                                50.47843486705013\n                            ],\n                            [\n                                -3.5274105481840934,\n                                50.47841790819398\n                            ],\n                            [\n                                -3.5273783676841,\n                                50.478412125009584\n                            ],\n                            [\n                                -3.527371561810493,\n                                50.47841086530179\n                            ],\n                            [\n                                -3.5273556156843395,\n                                50.4784015143718\n                            ],\n                            [\n                                -3.5273200971060956,\n                                50.47841372631723\n                            ],\n                            [\n                                -3.527182740259163,\n                                50.47849699372993\n                            ],\n                            [\n                                -3.5269919564129766,\n                                50.47861496713617\n                            ],\n                            [\n                                -3.5269533237674806,\n                                50.478597037144056\n                            ],\n                            [\n                                -3.527063915633265,\n                                50.47852993211676\n                            ],\n                            [\n                                -3.5271815078935282,\n                                50.47846138605314\n                            ],\n                            [\n                                -3.527112474418517,\n                                50.47841417607862\n                            ],\n                            [\n                                -3.527064051000842,\n                                50.47838108541615\n                            ],\n                            [\n                                -3.5270218247088185,\n                                50.47835223035621\n                            ],\n                            [\n                                -3.527015627650866,\n                                50.47834799473279\n                            ],\n                            [\n                                -3.526963023144576,\n                                50.47831199099531\n                            ],\n                            [\n                                -3.5269173375562697,\n                                50.47828075300934\n                            ],\n                            [\n                                -3.5268681955109087,\n                                50.47824722201375\n                            ],\n                            [\n                                -3.526840669781171,\n                                50.47822842674107\n                            ],\n                            [\n                                -3.526829138410957,\n                                50.47822048377262\n                            ],\n                            [\n                                -3.5268375787936708,\n                                50.47821123546629\n                            ],\n                            [\n                                -3.526892157806377,\n                                50.47815151190652\n                            ],\n                            [\n                                -3.5268992506527184,\n                                50.47814374724405\n                            ],\n                            [\n                                -3.5269775287662637,\n                                50.47805799979185\n                            ],\n                            [\n                                -3.5269903874374537,\n                                50.47805027637313\n                            ],\n                            [\n                                -3.5270261979363435,\n                                50.47802876126\n                            ],\n                            [\n                                -3.527057170248751,\n                                50.478010187601534\n                            ],\n                            [\n                                -3.5270904911709313,\n                                50.47799014412612\n                            ],\n                            [\n                                -3.527142753588898,\n                                50.47795869990865\n                            ],\n                            [\n                                -3.527224490578307,\n                                50.47791032047909\n                            ],\n                            [\n                                -3.527265288569459,\n                                50.47788613166783\n                            ],\n                            [\n                                -3.5272686088755814,\n                                50.47788419941857\n                            ],\n                            [\n                                -3.5273855035398163,\n                                50.477815932099936\n                            ],\n                            [\n                                -3.527393112914016,\n                                50.47781151525818\n                            ],\n                            [\n                                -3.52744589498555,\n                                50.47777871503259\n                            ],\n                            [\n                                -3.527494963036464,\n                                50.477748751572406\n                            ],\n                            [\n                                -3.527557573628851,\n                                50.477710426074715\n                            ],\n                            [\n                                -3.5276030912127543,\n                                50.47768225394889\n                            ],\n                            [\n                                -3.527608840564033,\n                                50.47767872490347\n                            ],\n                            [\n                                -3.5276131325167164,\n                                50.47767633020488\n                            ],\n                            [\n                                -3.5276426068517033,\n                                50.47765939491194\n                            ],\n                            [\n                                -3.5276737920288945,\n                                50.47764306670459\n                            ],\n                            [\n                                -3.527749427200854,\n                                50.47769396700246\n                            ],\n                            [\n                                -3.5277874187094893,\n                                50.477670174600995\n                            ],\n                            [\n                                -3.5278298976171576,\n                                50.47769812670331\n                            ],\n                            [\n                                -3.527881742592488,\n                                50.47773243123187\n                            ],\n                            [\n                                -3.527914573820195,\n                                50.47775403455965\n                            ],\n                            [\n                                -3.5280191064809894,\n                                50.47782254251533\n                            ],\n                            [\n                                -3.5281503085878976,\n                                50.47790949684899\n                            ],\n                            [\n                                -3.5280791172162953,\n                                50.477952701992706\n                            ],\n                            [\n                                -3.528063234734207,\n                                50.477962803593634\n                            ],\n                            [\n                                -3.528053590454708,\n                                50.47796967548938\n                            ],\n                            [\n                                -3.5280028413085196,\n                                50.47801306180339\n                            ],\n                            [\n                                -3.5278958958883466,\n                                50.4781057517653\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 60609.47313457975,\n            \"area_buildings_sqft\": 14494.301262914854,\n            \"density\": 23.914250550786207,\n            \"risk_level\": 2,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 5630.757444684109,\n            \"area_acre\": 1.3914020462483871,\n            \"area_buildings_m2\": 1346.5534432288048,\n            \"area_buildings_acre\": 0.33274337150860545\n        },\n        {\n            \"title_no\": \"DN322658\",\n            \"tenure\": \"Freehold\",\n            \"height\": 14.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Great Mills DIY Superstore, Regent Close, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"UK COMMERCIAL PROPERTY FINANCE HOLDINGS LIMITED\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"P.O. Box 255, Trafalgar Court, Les Banques, St Peter Port, Guernsey, GY1 3QL\",\n                    \"address_2\": \"1 George Street, Edinburgh EH2 2LL\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": true,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5490197849194947,\n                                50.48009842779137\n                            ],\n                            [\n                                -3.5490191661398276,\n                                50.480109678111724\n                            ],\n                            [\n                                -3.5490158916771497,\n                                50.4801155765806\n                            ],\n                            [\n                                -3.5490269848353933,\n                                50.480116885873265\n                            ],\n                            [\n                                -3.549159182605183,\n                                50.48013247464859\n                            ],\n                            [\n                                -3.549162930503312,\n                                50.48012683068861\n                            ],\n                            [\n                                -3.5491699187793024,\n                                50.48012071188986\n                            ],\n                            [\n                                -3.549198418662621,\n                                50.4801129576298\n                            ],\n                            [\n                                -3.5492389029712457,\n                                50.48010963056418\n                            ],\n                            [\n                                -3.549298530719563,\n                                50.48011414288693\n                            ],\n                            [\n                                -3.5494152240628996,\n                                50.48012670908896\n                            ],\n                            [\n                                -3.549449386583978,\n                                50.48013263967194\n                            ],\n                            [\n                                -3.5494614445528505,\n                                50.480139314287854\n                            ],\n                            [\n                                -3.5495495509191937,\n                                50.480178513545845\n                            ],\n                            [\n                                -3.549536193185433,\n                                50.48032601668307\n                            ],\n                            [\n                                -3.549520173838092,\n                                50.480439550208594\n                            ],\n                            [\n                                -3.5495118419503706,\n                                50.480508013026295\n                            ],\n                            [\n                                -3.549486114804185,\n                                50.48075568144005\n                            ],\n                            [\n                                -3.5494787566356356,\n                                50.48091424781201\n                            ],\n                            [\n                                -3.549476409893197,\n                                50.48094894064891\n                            ],\n                            [\n                                -3.5494238470361252,\n                                50.48095059392709\n                            ],\n                            [\n                                -3.5494013135470133,\n                                50.48095116379544\n                            ],\n                            [\n                                -3.5493664053077563,\n                                50.48095261793189\n                            ],\n                            [\n                                -3.5492811289704687,\n                                50.480952584239255\n                            ],\n                            [\n                                -3.5492621382942855,\n                                50.48095373646463\n                            ],\n                            [\n                                -3.5491272806210454,\n                                50.48095472256154\n                            ],\n                            [\n                                -3.5488809940522166,\n                                50.48095764152866\n                            ],\n                            [\n                                -3.5488756314337495,\n                                50.48095744310328\n                            ],\n                            [\n                                -3.5482538006172937,\n                                50.48095879381511\n                            ],\n                            [\n                                -3.5482672411074385,\n                                50.48087407452824\n                            ],\n                            [\n                                -3.548346357429061,\n                                50.48038376639103\n                            ],\n                            [\n                                -3.5483288755572673,\n                                50.48032973124496\n                            ],\n                            [\n                                -3.548169203999092,\n                                50.4798366106772\n                            ],\n                            [\n                                -3.5481636217650676,\n                                50.47981976786614\n                            ],\n                            [\n                                -3.5482108216745654,\n                                50.4798131950262\n                            ],\n                            [\n                                -3.5484864306500166,\n                                50.4797748299154\n                            ],\n                            [\n                                -3.5484866410975027,\n                                50.47977480013372\n                            ],\n                            [\n                                -3.548551678173698,\n                                50.47976586726689\n                            ],\n                            [\n                                -3.5486255698404667,\n                                50.47976263541627\n                            ],\n                            [\n                                -3.5486346980409804,\n                                50.47976161455795\n                            ],\n                            [\n                                -3.5486424173815867,\n                                50.479760612450264\n                            ],\n                            [\n                                -3.5486501220283784,\n                                50.47975916085429\n                            ],\n                            [\n                                -3.548657122244989,\n                                50.47975771863364\n                            ],\n                            [\n                                -3.54866322753297,\n                                50.479756063482164\n                            ],\n                            [\n                                -3.5486792238769627,\n                                50.47975387196674\n                            ],\n                            [\n                                -3.5486941033651687,\n                                50.47975071500484\n                            ],\n                            [\n                                -3.548710422408708,\n                                50.4797445979514\n                            ],\n                            [\n                                -3.548722960657034,\n                                50.47973708323887\n                            ],\n                            [\n                                -3.548733994806197,\n                                50.4797262429012\n                            ],\n                            [\n                                -3.5487730926564383,\n                                50.47984305385897\n                            ],\n                            [\n                                -3.548782773943793,\n                                50.47987188459925\n                            ],\n                            [\n                                -3.5487991746300285,\n                                50.479920861646406\n                            ],\n                            [\n                                -3.5488007276905544,\n                                50.47992956482994\n                            ],\n                            [\n                                -3.5488142888041305,\n                                50.47994773139703\n                            ],\n                            [\n                                -3.5488239783933664,\n                                50.479963880953754\n                            ],\n                            [\n                                -3.5488418631134677,\n                                50.47998495787524\n                            ],\n                            [\n                                -3.5488649547779665,\n                                50.4800057856086\n                            ],\n                            [\n                                -3.548901046445853,\n                                50.48003192642109\n                            ],\n                            [\n                                -3.5489368062142796,\n                                50.48005222575772\n                            ],\n                            [\n                                -3.548987104016359,\n                                50.480077457936005\n                            ],\n                            [\n                                -3.549011480998858,\n                                50.480090174230085\n                            ],\n                            [\n                                -3.5490175891060107,\n                                50.480091621837516\n                            ],\n                            [\n                                -3.5490197849194947,\n                                50.48009842779137\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 104165.76103968249,\n            \"area_buildings_sqft\": 37601.385272223124,\n            \"density\": 36.097643694936075,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 9677.235325128437,\n            \"area_acre\": 2.391316828275539,\n            \"area_buildings_m2\": 3493.2539271853516,\n            \"area_buildings_acre\": 0.8632090282879505\n        },\n        {\n            \"title_no\": \"DN320935\",\n            \"tenure\": \"Freehold\",\n            \"height\": 19.3,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040546485\"\n            ],\n            \"property_address\": [\n                \"Sutherland House Higher Warberry Road Torquay Torbay TQ1 1RY\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.516879373884253,\n                                50.467304169071454\n                            ],\n                            [\n                                -3.516886199995676,\n                                50.46727530036564\n                            ],\n                            [\n                                -3.5168769295984403,\n                                50.46727182376634\n                            ],\n                            [\n                                -3.5168627150346876,\n                                50.46726796194305\n                            ],\n                            [\n                                -3.5168450079713818,\n                                50.467265045016944\n                            ],\n                            [\n                                -3.5168096945469403,\n                                50.467262357624506\n                            ],\n                            [\n                                -3.5167878051165515,\n                                50.46726084426423\n                            ],\n                            [\n                                -3.51676169016044,\n                                50.46725938598656\n                            ],\n                            [\n                                -3.5167384066082152,\n                                50.46725834047461\n                            ],\n                            [\n                                -3.5167362650758838,\n                                50.46725746902664\n                            ],\n                            [\n                                -3.516734827798103,\n                                50.46725658839769\n                            ],\n                            [\n                                -3.5167326862659145,\n                                50.46725571694963\n                            ],\n                            [\n                                -3.5167305159650817,\n                                50.46725394651068\n                            ],\n                            [\n                                -3.516729064303167,\n                                50.46725261638624\n                            ],\n                            [\n                                -3.5167260746736853,\n                                50.467247259164644\n                            ],\n                            [\n                                -3.5167260171364254,\n                                50.467245461182905\n                            ],\n                            [\n                                -3.516727914134386,\n                                50.467238691208685\n                            ],\n                            [\n                                -3.516731219640041,\n                                50.46723190287261\n                            ],\n                            [\n                                -3.516733935965796,\n                                50.46722871968084\n                            ],\n                            [\n                                -3.5167450601858516,\n                                50.46722407783094\n                            ],\n                            [\n                                -3.516859766628617,\n                                50.467197849841256\n                            ],\n                            [\n                                -3.5170612967671815,\n                                50.4671547507528\n                            ],\n                            [\n                                -3.517301488451626,\n                                50.46710889870833\n                            ],\n                            [\n                                -3.517410100674362,\n                                50.46709039426026\n                            ],\n                            [\n                                -3.517642760813172,\n                                50.46705138498094\n                            ],\n                            [\n                                -3.517653560222902,\n                                50.46704980512482\n                            ],\n                            [\n                                -3.5177535574866265,\n                                50.46703510013145\n                            ],\n                            [\n                                -3.5177991322699116,\n                                50.46702821002887\n                            ],\n                            [\n                                -3.517815991103826,\n                                50.46702664104537\n                            ],\n                            [\n                                -3.5178328787259625,\n                                50.46702597104992\n                            ],\n                            [\n                                -3.51784342809148,\n                                50.46702538374078\n                            ],\n                            [\n                                -3.517853991851611,\n                                50.46702524592592\n                            ],\n                            [\n                                -3.5178603157126953,\n                                50.46702471374132\n                            ],\n                            [\n                                -3.5178680624699616,\n                                50.467024612676056\n                            ],\n                            [\n                                -3.5178737108703,\n                                50.46702498866894\n                            ],\n                            [\n                                -3.5178800923116755,\n                                50.467026254464145\n                            ],\n                            [\n                                -3.51788929075616,\n                                50.46702748350738\n                            ],\n                            [\n                                -3.5179077164373327,\n                                50.467030840582105\n                            ],\n                            [\n                                -3.5179473704148463,\n                                50.46703706847452\n                            ],\n                            [\n                                -3.518025988545859,\n                                50.46704998290244\n                            ],\n                            [\n                                -3.518172675561303,\n                                50.467076398937685\n                            ],\n                            [\n                                -3.518110512080017,\n                                50.46729125919256\n                            ],\n                            [\n                                -3.518103082022704,\n                                50.46730124916752\n                            ],\n                            [\n                                -3.518093938957696,\n                                50.467314948894064\n                            ],\n                            [\n                                -3.5180499797557996,\n                                50.467381086250256\n                            ],\n                            [\n                                -3.5179760697998046,\n                                50.46753719121229\n                            ],\n                            [\n                                -3.5179707668479825,\n                                50.4675476031086\n                            ],\n                            [\n                                -3.5179406479490742,\n                                50.467610322126745\n                            ],\n                            [\n                                -3.517884258545208,\n                                50.46772833512907\n                            ],\n                            [\n                                -3.51787295581843,\n                                50.467727403347574\n                            ],\n                            [\n                                -3.51786799719998,\n                                50.46772656867245\n                            ],\n                            [\n                                -3.5178623199252934,\n                                50.46772529368974\n                            ],\n                            [\n                                -3.517854486681987,\n                                50.46772269778467\n                            ],\n                            [\n                                -3.517788373884187,\n                                50.46769550005611\n                            ],\n                            [\n                                -3.517745252135592,\n                                50.467677805461456\n                            ],\n                            [\n                                -3.5175884549083194,\n                                50.46761293796032\n                            ],\n                            [\n                                -3.517528192177859,\n                                50.46758800212929\n                            ],\n                            [\n                                -3.5173816606191566,\n                                50.467526867726754\n                            ],\n                            [\n                                -3.5172589825916725,\n                                50.46747576477965\n                            ],\n                            [\n                                -3.51716543563041,\n                                50.467436693085254\n                            ],\n                            [\n                                -3.51694122021288,\n                                50.46734338450756\n                            ],\n                            [\n                                -3.516900516582988,\n                                50.46732637756625\n                            ],\n                            [\n                                -3.5168875954246475,\n                                50.46731890141913\n                            ],\n                            [\n                                -3.5168818031377342,\n                                50.46731403042469\n                            ],\n                            [\n                                -3.5168802363832574,\n                                50.46730910433898\n                            ],\n                            [\n                                -3.516879373884253,\n                                50.467304169071454\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 46463.32402039696,\n            \"area_buildings_sqft\": 5599.033142507158,\n            \"density\": 12.050436038646815,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4316.548125269134,\n            \"area_acre\": 1.0666511483103067,\n            \"area_buildings_m2\": 520.1628709129653,\n            \"area_buildings_acre\": 0.1285361143826253\n        },\n        {\n            \"title_no\": \"DN312552\",\n            \"tenure\": \"Freehold\",\n            \"height\": 25.6,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100040546560\"\n            ],\n            \"property_address\": [\n                \"Singleton Manor Higher Woodfield Road Torquay Torbay TQ1 2LE\"\n            ],\n            \"ownership\": \"Private\",\n            \"proprietors\": [],\n            \"is_foreign_co\": null,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.515549577002708,\n                                50.45965538100187\n                            ],\n                            [\n                                -3.515551926536931,\n                                50.45965571913515\n                            ],\n                            [\n                                -3.515553363559559,\n                                50.45965659978208\n                            ],\n                            [\n                                -3.515554814951583,\n                                50.45965792992527\n                            ],\n                            [\n                                -3.5155562519743317,\n                                50.45965881057216\n                            ],\n                            [\n                                -3.5155577033665035,\n                                50.4596601407153\n                            ],\n                            [\n                                -3.515559197866912,\n                                50.45966281934724\n                            ],\n                            [\n                                -3.515559973855966,\n                                50.45966505765571\n                            ],\n                            [\n                                -3.5155593415607798,\n                                50.45966731430989\n                            ],\n                            [\n                                -3.5155594277771165,\n                                50.459670011287464\n                            ],\n                            [\n                                -3.5155574877829943,\n                                50.45967543276119\n                            ],\n                            [\n                                -3.5155534641000385,\n                                50.45968178074583\n                            ],\n                            [\n                                -3.515550733746422,\n                                50.45968451441466\n                            ],\n                            [\n                                -3.5155480177617857,\n                                50.45968769757967\n                            ],\n                            [\n                                -3.5155445832650125,\n                                50.45969044042109\n                            ],\n                            [\n                                -3.515513644038279,\n                                50.45971422699711\n                            ],\n                            [\n                                -3.5154321212120982,\n                                50.45978633891648\n                            ],\n                            [\n                                -3.515412261391135,\n                                50.45980413526049\n                            ],\n                            [\n                                -3.515373317688047,\n                                50.459841966248284\n                            ],\n                            [\n                                -3.515303046398326,\n                                50.459913481834676\n                            ],\n                            [\n                                -3.515285988693956,\n                                50.45993079197601\n                            ],\n                            [\n                                -3.5152398594674135,\n                                50.45998625415927\n                            ],\n                            [\n                                -3.5152052409280277,\n                                50.46002717654055\n                            ],\n                            [\n                                -3.5151753789756275,\n                                50.460062640762075\n                            ],\n                            [\n                                -3.515173338360828,\n                                50.46006491575533\n                            ],\n                            [\n                                -3.515170622329432,\n                                50.46006809891177\n                            ],\n                            [\n                                -3.5151672165152656,\n                                50.46007174073496\n                            ],\n                            [\n                                -3.5151630921863948,\n                                50.460074942232275\n                            ],\n                            [\n                                -3.51516171262137,\n                                50.460075859565876\n                            ],\n                            [\n                                -3.5151575882917716,\n                                50.460079061062984\n                            ],\n                            [\n                                -3.5151520556647133,\n                                50.46008228090083\n                            ],\n                            [\n                                -3.515146508671213,\n                                50.46008505124207\n                            ],\n                            [\n                                -3.5151312041563183,\n                                50.46009109644207\n                            ],\n                            [\n                                -3.5151291204416033,\n                                50.46009202294561\n                            ],\n                            [\n                                -3.515123559080135,\n                                50.460094343789464\n                            ],\n                            [\n                                -3.5151187018667973,\n                                50.46009665546283\n                            ],\n                            [\n                                -3.515113126138891,\n                                50.46009852680989\n                            ],\n                            [\n                                -3.5151110424234915,\n                                50.46009945331311\n                            ],\n                            [\n                                -3.5151068462618045,\n                                50.46010040732683\n                            ],\n                            [\n                                -3.515103368613986,\n                                50.46010180166656\n                            ],\n                            [\n                                -3.5150998622354477,\n                                50.46010229701355\n                            ],\n                            [\n                                -3.5150956517080614,\n                                50.460102801530546\n                            ],\n                            [\n                                -3.5150935536269303,\n                                50.46010327853714\n                            ],\n                            [\n                                -3.5150858079902982,\n                                50.460103379407784\n                            ],\n                            [\n                                -3.515077343839789,\n                                50.4601030399516\n                            ],\n                            [\n                                -3.515073104582074,\n                                50.46010264547509\n                            ],\n                            [\n                                -3.5150695694732024,\n                                50.4601022418285\n                            ],\n                            [\n                                -3.515065330215615,\n                                50.46010184735173\n                            ],\n                            [\n                                -3.515060372444449,\n                                50.46010101254835\n                            ],\n                            [\n                                -3.5150568229709513,\n                                50.46010015940502\n                            ],\n                            [\n                                -3.5150532591327663,\n                                50.46009885676525\n                            ],\n                            [\n                                -3.5150503994434876,\n                                50.46009754495555\n                            ],\n                            [\n                                -3.5150468930646768,\n                                50.46009804030098\n                            ],\n                            [\n                                -3.515033514238929,\n                                50.46009821452641\n                            ],\n                            [\n                                -3.5150151489140984,\n                                50.460096654952295\n                            ],\n                            [\n                                -3.5150073601851393,\n                                50.46009540732868\n                            ],\n                            [\n                                -3.5149995858208816,\n                                50.4600946092009\n                            ],\n                            [\n                                -3.5149946136873176,\n                                50.460093324898345\n                            ],\n                            [\n                                -3.514986106446595,\n                                50.46009163694643\n                            ],\n                            [\n                                -3.514982571339228,\n                                50.46009123329718\n                            ],\n                            [\n                                -3.5149790218678145,\n                                50.46009038015148\n                            ],\n                            [\n                                -3.5149747682479093,\n                                50.460089536175026\n                            ],\n                            [\n                                -3.5149676405777432,\n                                50.460086930890306\n                            ],\n                            [\n                                -3.51496193556938,\n                                50.460084756762924\n                            ],\n                            [\n                                -3.5149597800319707,\n                                50.460083435781684\n                            ],\n                            [\n                                -3.514954069278839,\n                                50.46008108185537\n                            ],\n                            [\n                                -3.514892728271547,\n                                50.460057327892024\n                            ],\n                            [\n                                -3.5147977552245986,\n                                50.460017193644696\n                            ],\n                            [\n                                -3.514550788612999,\n                                50.45991608243876\n                            ],\n                            [\n                                -3.514527954380517,\n                                50.45990693634772\n                            ],\n                            [\n                                -3.5145122621330778,\n                                50.45990084506217\n                            ],\n                            [\n                                -3.5144823003010957,\n                                50.45988909364834\n                            ],\n                            [\n                                -3.514423224414069,\n                                50.459870076596\n                            ],\n                            [\n                                -3.514349160510905,\n                                50.459844959039565\n                            ],\n                            [\n                                -3.514256528991037,\n                                50.45981414728857\n                            ],\n                            [\n                                -3.514266560102942,\n                                50.45977224113809\n                            ],\n                            [\n                                -3.5143019603249193,\n                                50.459624329180386\n                            ],\n                            [\n                                -3.514331842076158,\n                                50.459500816911486\n                            ],\n                            [\n                                -3.514348007807078,\n                                50.459433963406866\n                            ],\n                            [\n                                -3.5143536128090136,\n                                50.459410956594034\n                            ],\n                            [\n                                -3.5143538482201913,\n                                50.4594099462389\n                            ],\n                            [\n                                -3.5143581110440607,\n                                50.45939740753925\n                            ],\n                            [\n                                -3.5143973602446046,\n                                50.459236809335536\n                            ],\n                            [\n                                -3.5144260542944417,\n                                50.45912332244668\n                            ],\n                            [\n                                -3.5144296922098066,\n                                50.45910180720287\n                            ],\n                            [\n                                -3.51443776463563,\n                                50.45907268854484\n                            ],\n                            [\n                                -3.514487785587,\n                                50.458892074069965\n                            ],\n                            [\n                                -3.51449541670122,\n                                50.45886634277129\n                            ],\n                            [\n                                -3.5147044458356107,\n                                50.459001674289546\n                            ],\n                            [\n                                -3.5148788043843315,\n                                50.4591145230342\n                            ],\n                            [\n                                -3.515161689089265,\n                                50.459290442778006\n                            ],\n                            [\n                                -3.515452482348517,\n                                50.459471295275144\n                            ],\n                            [\n                                -3.5155112735540817,\n                                50.459507853169264\n                            ],\n                            [\n                                -3.5155565396260275,\n                                50.45953559355673\n                            ],\n                            [\n                                -3.5156269536209397,\n                                50.45957874523441\n                            ],\n                            [\n                                -3.5156419302628694,\n                                50.459588892843904\n                            ],\n                            [\n                                -3.515622800612336,\n                                50.45960308224497\n                            ],\n                            [\n                                -3.51561465987462,\n                                50.4596075682153\n                            ],\n                            [\n                                -3.515549577002708,\n                                50.45965538100187\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 79502.08344097018,\n            \"area_buildings_sqft\": 4812.926466134393,\n            \"density\": 6.053836903164886,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": true,\n            \"area_m2\": 7385.923768206074,\n            \"area_acre\": 1.82511669974679,\n            \"area_buildings_m2\": 447.13177871928593,\n            \"area_buildings_acre\": 0.11048958829509627\n        },\n        {\n            \"title_no\": \"DN312428\",\n            \"tenure\": \"Freehold\",\n            \"height\": 13.1,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041196303\"\n            ],\n            \"property_address\": [\n                \"Land on the south side of Woodland Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"JCM INVESTMENTS LIMITED\",\n                    \"company_registration_no\": \"10516626\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"Western House, Silverhills Road, Decoy Industrial Estate, Newton Abbot TQ12 5ND\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.5478067755926714,\n                                50.48084448685466\n                            ],\n                            [\n                                -3.5477902091152265,\n                                50.48085987054353\n                            ],\n                            [\n                                -3.547780892998496,\n                                50.48086852046125\n                            ],\n                            [\n                                -3.547666479073874,\n                                50.48082135964595\n                            ],\n                            [\n                                -3.5472806192632964,\n                                50.48065841777982\n                            ],\n                            [\n                                -3.547302469103167,\n                                50.48063778355492\n                            ],\n                            [\n                                -3.5471959359890164,\n                                50.480591075087375\n                            ],\n                            [\n                                -3.547098044867204,\n                                50.48055002554931\n                            ],\n                            [\n                                -3.5470228777828923,\n                                50.48051855783842\n                            ],\n                            [\n                                -3.54697551045119,\n                                50.4804993116088\n                            ],\n                            [\n                                -3.5469657615359056,\n                                50.48049168868384\n                            ],\n                            [\n                                -3.546945668730688,\n                                50.4804703080692\n                            ],\n                            [\n                                -3.546942488087476,\n                                50.480447146702616\n                            ],\n                            [\n                                -3.546980521774357,\n                                50.48027466419616\n                            ],\n                            [\n                                -3.5470004309537213,\n                                50.4802174785953\n                            ],\n                            [\n                                -3.547026077278758,\n                                50.48018620840148\n                            ],\n                            [\n                                -3.54705232920642,\n                                50.480173484079494\n                            ],\n                            [\n                                -3.5470532138605955,\n                                50.48017338238059\n                            ],\n                            [\n                                -3.547058261145443,\n                                50.48017299150039\n                            ],\n                            [\n                                -3.5470653182541274,\n                                50.48014652824501\n                            ],\n                            [\n                                -3.5470754371826434,\n                                50.480102036949745\n                            ],\n                            [\n                                -3.54715824744939,\n                                50.48011033424674\n                            ],\n                            [\n                                -3.547158954527144,\n                                50.48011040578785\n                            ],\n                            [\n                                -3.5471667825847732,\n                                50.4800782033102\n                            ],\n                            [\n                                -3.5471723943900377,\n                                50.48005582440209\n                            ],\n                            [\n                                -3.547193239038188,\n                                50.47997334513412\n                            ],\n                            [\n                                -3.54723081323551,\n                                50.479824809773696\n                            ],\n                            [\n                                -3.5472429142953166,\n                                50.47977671262453\n                            ],\n                            [\n                                -3.5472542962216607,\n                                50.4797281753532\n                            ],\n                            [\n                                -3.5474333593434504,\n                                50.47974900674425\n                            ],\n                            [\n                                -3.547476805547248,\n                                50.47976128088413\n                            ],\n                            [\n                                -3.547695631408627,\n                                50.47978517151059\n                            ],\n                            [\n                                -3.547701100345941,\n                                50.479840400814794\n                            ],\n                            [\n                                -3.5477033020882653,\n                                50.47986033746557\n                            ],\n                            [\n                                -3.5477293652250603,\n                                50.480092935708015\n                            ],\n                            [\n                                -3.547759794028622,\n                                50.48037718044393\n                            ],\n                            [\n                                -3.5477926486660594,\n                                50.48070546184669\n                            ],\n                            [\n                                -3.547801629385346,\n                                50.48079482934204\n                            ],\n                            [\n                                -3.5478067755926714,\n                                50.48084448685466\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 53657.53750900606,\n            \"area_buildings_sqft\": 27792.560394156328,\n            \"density\": 51.79619059016924,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 4984.906866314202,\n            \"area_acre\": 1.231807564485906,\n            \"area_buildings_m2\": 2581.9918612185365,\n            \"area_buildings_acre\": 0.6380293938052417\n        },\n        {\n            \"title_no\": \"DN307949\",\n            \"tenure\": \"Freehold\",\n            \"height\": 20.3,\n            \"planning_use_classes\": [],\n            \"uprns\": [],\n            \"property_address\": [\n                \"Templestowe Hotel, 2-6 Tor Church Road, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"TEMPLESTOWE HOTEL LIMITED\",\n                    \"company_registration_no\": \"06536243\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"10 Somerset Place, Teignmouth, Devon TQ14 8EN\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.535728434266599,\n                                50.46794232135969\n                            ],\n                            [\n                                -3.535728492525862,\n                                50.46794411932529\n                            ],\n                            [\n                                -3.5357292404787892,\n                                50.46794545850353\n                            ],\n                            [\n                                -3.5355814626979285,\n                                50.46795100649406\n                            ],\n                            [\n                                -3.535451305908891,\n                                50.467956771432874\n                            ],\n                            [\n                                -3.535411911104541,\n                                50.467958640380644\n                            ],\n                            [\n                                -3.535373220555609,\n                                50.467960500021306\n                            ],\n                            [\n                                -3.535334530003358,\n                                50.46796235964911\n                            ],\n                            [\n                                -3.535295135188892,\n                                50.46796422855742\n                            ],\n                            [\n                                -3.5352022749299183,\n                                50.46796860168213\n                            ],\n                            [\n                                -3.5351660374118143,\n                                50.46795918679499\n                            ],\n                            [\n                                -3.5351219419454027,\n                                50.46797167624033\n                            ],\n                            [\n                                -3.535076702798498,\n                                50.46794624544791\n                            ],\n                            [\n                                -3.5350374255438366,\n                                50.46794739322409\n                            ],\n                            [\n                                -3.535044432463003,\n                                50.4679374976736\n                            ],\n                            [\n                                -3.535093518669047,\n                                50.46786939748675\n                            ],\n                            [\n                                -3.5351812964735267,\n                                50.467747274396835\n                            ],\n                            [\n                                -3.535198915158745,\n                                50.46772132001304\n                            ],\n                            [\n                                -3.535287149149919,\n                                50.467591546196395\n                            ],\n                            [\n                                -3.535293762534747,\n                                50.467582555190255\n                            ],\n                            [\n                                -3.5353142807179387,\n                                50.46755476379146\n                            ],\n                            [\n                                -3.5353186725176435,\n                                50.467546791404175\n                            ],\n                            [\n                                -3.5353338627014725,\n                                50.467525042109806\n                            ],\n                            [\n                                -3.5353501373314615,\n                                50.46752980983896\n                            ],\n                            [\n                                -3.5353574510559094,\n                                50.4675211243656\n                            ],\n                            [\n                                -3.535340353486603,\n                                50.467515746933806\n                            ],\n                            [\n                                -3.5354179244756376,\n                                50.467404820563864\n                            ],\n                            [\n                                -3.5354657332205743,\n                                50.46733646725803\n                            ],\n                            [\n                                -3.53563320312993,\n                                50.46737337944433\n                            ],\n                            [\n                                -3.5356398696837985,\n                                50.467374730440916\n                            ],\n                            [\n                                -3.5356539157810105,\n                                50.467377692832386\n                            ],\n                            [\n                                -3.5356984601850026,\n                                50.46738690798427\n                            ],\n                            [\n                                -3.5357863989390985,\n                                50.46740463392412\n                            ],\n                            [\n                                -3.5358275367726617,\n                                50.46741308456346\n                            ],\n                            [\n                                -3.535849514196021,\n                                50.46741729128436\n                            ],\n                            [\n                                -3.5358728709926615,\n                                50.46742058042472\n                            ],\n                            [\n                                -3.5360024927822225,\n                                50.46743748612901\n                            ],\n                            [\n                                -3.536022871350784,\n                                50.467440185000825\n                            ],\n                            [\n                                -3.536129708552916,\n                                50.46745406370925\n                            ],\n                            [\n                                -3.5361438809847634,\n                                50.46745657469001\n                            ],\n                            [\n                                -3.5361806768665556,\n                                50.46746148506304\n                            ],\n                            [\n                                -3.5361789808589563,\n                                50.467691745509576\n                            ],\n                            [\n                                -3.5361791507420626,\n                                50.46771872428781\n                            ],\n                            [\n                                -3.536177091307888,\n                                50.46774213503133\n                            ],\n                            [\n                                -3.5361784220293124,\n                                50.46776145385956\n                            ],\n                            [\n                                -3.5361723550537514,\n                                50.46792207103802\n                            ],\n                            [\n                                -3.5361259031632115,\n                                50.467923583721934\n                            ],\n                            [\n                                -3.5360423392821994,\n                                50.467927834776845\n                            ],\n                            [\n                                -3.535728434266599,\n                                50.46794232135969\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 43781.36960856975,\n            \"area_buildings_sqft\": 19059.591591397468,\n            \"density\": 43.53356635893535,\n            \"risk_level\": 3,\n            \"has_defence\": false,\n            \"is_listed\": false,\n            \"area_m2\": 4067.3884809150645,\n            \"area_acre\": 1.005081946936863,\n            \"area_buildings_m2\": 1770.6792634148521,\n            \"area_buildings_acre\": 0.43754801633143864\n        },\n        {\n            \"title_no\": \"DN307085\",\n            \"tenure\": \"Freehold\",\n            \"height\": 23.7,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100041195889\",\n                \"100041195890\",\n                \"100041195891\",\n                \"100041195892\",\n                \"100041195893\",\n                \"100041195894\",\n                \"100041195895\",\n                \"100041195896\",\n                \"100041195897\",\n                \"100041195898\",\n                \"100041195899\",\n                \"100041195900\",\n                \"100041195901\",\n                \"100041195902\",\n                \"100041195903\",\n                \"100041195904\",\n                \"100041195905\",\n                \"100041195906\",\n                \"100041195907\",\n                \"100041195908\",\n                \"100041195909\",\n                \"100041195910\",\n                \"100041195911\",\n                \"100041195912\",\n                \"100041195913\",\n                \"100041195914\",\n                \"100041195915\",\n                \"100041195916\",\n                \"100041195917\",\n                \"100041195918\",\n                \"100041195919\",\n                \"100041195920\",\n                \"100041195921\",\n                \"100041195922\"\n            ],\n            \"property_address\": [\n                \"Seaway Court, Seaway Lane, Torquay\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"SEAWAY COURT (TORQUAY) LIMITED\",\n                    \"company_registration_no\": \"1113290\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"50 The Terrace, Torquay TQ1 1DD\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -3.542066907700079,\n                                50.45878970097208\n                            ],\n                            [\n                                -3.542097243359724,\n                                50.45879109760806\n                            ],\n                            [\n                                -3.5421413822419896,\n                                50.45879671817553\n                            ],\n                            [\n                                -3.542160906618239,\n                                50.45879924741066\n                            ],\n                            [\n                                -3.5422661692408415,\n                                50.458830229314046\n                            ],\n                            [\n                                -3.542306159040052,\n                                50.4588425601539\n                            ],\n                            [\n                                -3.5423693488812966,\n                                50.45886213810707\n                            ],\n                            [\n                                -3.5424853929663644,\n                                50.45889972214511\n                            ],\n                            [\n                                -3.542495925115224,\n                                50.45890300010628\n                            ],\n                            [\n                                -3.542552986538266,\n                                50.45892041079166\n                            ],\n                            [\n                                -3.542733661884024,\n                                50.45897422562425\n                            ],\n                            [\n                                -3.5428446547896755,\n                                50.45900809893707\n                            ],\n                            [\n                                -3.5428246905015754,\n                                50.45906565350992\n                            ],\n                            [\n                                -3.542801226929198,\n                                50.459145558838266\n                            ],\n                            [\n                                -3.542769368211579,\n                                50.45927054394477\n                            ],\n                            [\n                                -3.5427534743423315,\n                                50.459344952663606\n                            ],\n                            [\n                                -3.5427442519722505,\n                                50.459451200513165\n                            ],\n                            [\n                                -3.5427458158695133,\n                                50.45949319829856\n                            ],\n                            [\n                                -3.5427204499246114,\n                                50.45948044884699\n                            ],\n                            [\n                                -3.5427222615912592,\n                                50.45953612275051\n                            ],\n                            [\n                                -3.5427047978417683,\n                                50.45953761344465\n                            ],\n                            [\n                                -3.5426323600696734,\n                                50.45954127208239\n                            ],\n                            [\n                                -3.5426048404424484,\n                                50.45953983824483\n                            ],\n                            [\n                                -3.542393410903816,\n                                50.45953679561014\n                            ],\n                            [\n                                -3.542348609710835,\n                                50.459545483884256\n                            ],\n                            [\n                                -3.542304832097689,\n                                50.45958563648786\n                            ],\n                            [\n                                -3.542260116319329,\n                                50.459618606559076\n                            ],\n                            [\n                                -3.541716808939938,\n                                50.45946122314985\n                            ],\n                            [\n                                -3.541682096172947,\n                                50.45945174512733\n                            ],\n                            [\n                                -3.5416570637119356,\n                                50.45944490887392\n                            ],\n                            [\n                                -3.5416780600986515,\n                                50.45939608270151\n                            ],\n                            [\n                                -3.54175057614061,\n                                50.45922154350384\n                            ],\n                            [\n                                -3.5418226798971073,\n                                50.45905600340853\n                            ],\n                            [\n                                -3.541904497109079,\n                                50.458864252820355\n                            ],\n                            [\n                                -3.541908517176909,\n                                50.45885790395627\n                            ],\n                            [\n                                -3.5419112313318677,\n                                50.458854720192015\n                            ],\n                            [\n                                -3.5419297455685106,\n                                50.4588391855348\n                            ],\n                            [\n                                -3.5419497411303094,\n                                50.45882587966392\n                            ],\n                            [\n                                -3.5419649540273124,\n                                50.458817134025125\n                            ],\n                            [\n                                -3.5419830272597186,\n                                50.458809699526405\n                            ],\n                            [\n                                -3.541991403611433,\n                                50.45880734008104\n                            ],\n                            [\n                                -3.542042351204546,\n                                50.45879272457256\n                            ],\n                            [\n                                -3.542066907700079,\n                                50.45878970097208\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 57783.39363274919,\n            \"area_buildings_sqft\": 14491.334191009264,\n            \"density\": 25.078717742178764,\n            \"risk_level\": null,\n            \"has_defence\": null,\n            \"is_listed\": false,\n            \"area_m2\": 5368.208252763768,\n            \"area_acre\": 1.3265241880796417,\n            \"area_buildings_m2\": 1346.2777955229715,\n            \"area_buildings_acre\": 0.3326752569102219\n        }\n    ],\n    \"total_count\": 151,\n    \"page_total\": 100\n}"}],"_postman_id":"009fa048-db9c-48e5-8fdd-cdfbf13b32b7"},{"name":"parcel","event":[{"listen":"test","script":{"id":"7d2b6a21-9b9b-4bd2-913e-2145a7111ef3","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"d45a8b29-08aa-4642-985b-84b4a687c074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title_nos\": [\n        \"NGL446317\",\n        \"100199\"\n    ]\n}"},"url":"{{url}}/v2/land/parcels","description":"<p>This endpoint returns the details for the searched land title numbers. Either the Land Registry title number can be used or the UPRN of the property.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>title_no</code> <strong>Array of Strings (Mandatory if no uprns specified)</strong> List of Land Registry title numbers</p>\n<p><code>uprns</code> <strong>Array of Strings (Mandatory if no title_no specified)</strong> List of UPRN numbers</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects containing the below</p>\n<blockquote>\n<p><code>title_no</code> <strong>string</strong> Land Registry title number</p>\n<p><code>tenure</code> <strong>string</strong> Title Tenure</p>\n<p><code>height</code> <strong>number</strong> Building height (in metres)</p>\n<p><code>planning_use_classes</code> <strong>Array of Strings</strong> Planning Use cases</p>\n<p><code>uprns</code> <strong>Array of Strings</strong> List of UPRNs associated with this title number<br /><code>property_address</code> <strong>Array of Strings</strong> Property address</p>\n<p><code>ownership</code> <strong>string</strong> What type of the organisation owns the freehold</p>\n<p><code>proprietors</code> <strong>Array of objects</strong> Proprietor details</p>\n<blockquote>\n<p><code>name</code> <strong>String</strong> Name of the proprietor</p>\n<p><code>company_registration_no</code> <strong>string</strong> Company registration number</p>\n<p><code>proprietorship_Category</code> <strong>string</strong> Proprietorship category</p>\n<p><code>country_incorporated</code> <strong>string</strong> Country the company is incorporated in</p>\n<p><code>address_1</code> <strong>string</strong> Proprietor address line 1</p>\n<p><code>address_2</code> <strong>string</strong> Proprietor address line 2</p>\n<p><code>address_3</code> <strong>string</strong> Proprietor address line 3</p>\n</blockquote>\n<p><code>is_foreign_co</code> <strong>boolean</strong> Is company registered abroad ?</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> <em>Polygon of MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>area_sqft</code> <strong>number</strong> Area size in sqft</p>\n<p><code>area_buildings_sqft</code> <strong>number</strong> The area of the buildings in the title in sqft</p>\n<p><code>density</code> <strong>number</strong> The size of the actual property itself compared to size of plot/land</p>\n<p><code>risk_level</code> <strong>integer</strong> Floor Risk</p>\n<p><code>has_defence</code> <strong>boolean</strong> Is there a flood defence ?</p>\n<p><code>is_listed</code> <strong>boolean</strong> Is it a listed building ?</p>\n<p><code>area_m2</code> <strong>number</strong> Area size in m2</p>\n<p><code>area_acre</code> <strong>number</strong> Area size in acre</p>\n<p><code>area_buildings_m2</code> <strong>number</strong> The area of the buildings in the title in n2</p>\n<p><code>area_buildings_acre</code> <strong>number</strong> The area of the buildings in the title in acre</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","land","parcels"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a50178c2-cfa2-4edc-b33f-b0efd1db96d0","name":"parcel (UPRNs)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uprns\": [\n        \"10033557140\",\n        \"100023484723\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/land/parcels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Oct 2021 13:05:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"title_no\": \"100199\",\n            \"tenure\": \"Freehold\",\n            \"height\": 19.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10033554439\",\n                \"10033557140\",\n                \"10033557141\",\n                \"10033557142\",\n                \"10033624611\"\n            ],\n            \"property_address\": [\n                \"14 Hanover Place, London\"\n            ],\n            \"ownership\": \"Mixed\",\n            \"proprietors\": [\n                {\n                    \"name\": \"RLUKREF NOMINEES (UK) TWO LIMITED\",\n                    \"company_registration_no\": \"10840992\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"55 Gracechurch Street, London EC3V 0RL\",\n                    \"address_2\": \"8 Canada Square, London E14 5HQ\",\n                    \"address_3\": \"\"\n                },\n                {\n                    \"name\": \"RLUKREF NOMINEES (UK) ONE LIMITED\",\n                    \"company_registration_no\": \"10840928\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"55 Gracechurch Street, London EC3V 0RL\",\n                    \"address_2\": \"8 Canada Square, London E14 5HQ\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -0.1234018315671248,\n                                51.51348742963454\n                            ],\n                            [\n                                -0.1233709026875983,\n                                51.51350462306856\n                            ],\n                            [\n                                -0.1233123334817728,\n                                51.513537192086226\n                            ],\n                            [\n                                -0.1233062426376934,\n                                51.51353390228157\n                            ],\n                            [\n                                -0.1232890502072172,\n                                51.51354368982499\n                            ],\n                            [\n                                -0.1232443016163706,\n                                51.51351175174822\n                            ],\n                            [\n                                -0.1233523777267055,\n                                51.51345145061106\n                            ],\n                            [\n                                -0.1234018315671248,\n                                51.51348742963454\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 558.9368012077673,\n            \"area_buildings_sqft\": 558.9368012084054,\n            \"density\": 100.00000000011417,\n            \"risk_level\": 3,\n            \"has_defence\": true,\n            \"is_listed\": false,\n            \"area_m2\": 51.92649583870005,\n            \"area_acre\": 0.01283142335187712,\n            \"area_buildings_m2\": 51.92649583875933,\n            \"area_buildings_acre\": 0.012831423351891769\n        },\n        {\n            \"title_no\": \"NGL940702\",\n            \"tenure\": \"Leasehold\",\n            \"height\": 19.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10033554439\",\n                \"10033557140\",\n                \"10033557141\",\n                \"10033557142\"\n            ],\n            \"property_address\": [\n                \"11-14 Hanover Place, London\"\n            ],\n            \"ownership\": \"Business\",\n            \"proprietors\": [\n                {\n                    \"name\": \"COMPURANTS LIMITED\",\n                    \"company_registration_no\": \"05563170\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"87 Arlington Road, London NW1 7ES\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -0.1231933262861705,\n                                51.513335716692225\n                            ],\n                            [\n                                -0.1234018315671248,\n                                51.51348742963454\n                            ],\n                            [\n                                -0.1233123774285224,\n                                51.51353717480437\n                            ],\n                            [\n                                -0.1233062426376934,\n                                51.51353390228157\n                            ],\n                            [\n                                -0.1232888891940659,\n                                51.513543399487794\n                            ],\n                            [\n                                -0.1232360529802647,\n                                51.51350590950506\n                            ],\n                            [\n                                -0.1231402019025765,\n                                51.5134360325189\n                            ],\n                            [\n                                -0.1230848997786923,\n                                51.51339647968752\n                            ],\n                            [\n                                -0.1230959603289271,\n                                51.51339036191677\n                            ],\n                            [\n                                -0.1231055621432822,\n                                51.51338467042791\n                            ],\n                            [\n                                -0.1231372850361899,\n                                51.51336674338977\n                            ],\n                            [\n                                -0.1231933262861705,\n                                51.513335716692225\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 2398.0736044863397,\n            \"area_buildings_sqft\": 2398.073604486339,\n            \"density\": 99.99999999999996,\n            \"risk_level\": 3,\n            \"has_defence\": true,\n            \"is_listed\": false,\n            \"area_m2\": 222.78647384674284,\n            \"area_acre\": 0.05505219477700504,\n            \"area_buildings_m2\": 222.78647384674275,\n            \"area_buildings_acre\": 0.05505219477700502\n        },\n        {\n            \"title_no\": \"186747\",\n            \"tenure\": \"Freehold\",\n            \"height\": 19.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10033554439\",\n                \"10033557140\",\n                \"10033557141\",\n                \"10033557142\"\n            ],\n            \"property_address\": [\n                \"11-14 Hanover Place, London\"\n            ],\n            \"ownership\": \"Mixed\",\n            \"proprietors\": [\n                {\n                    \"name\": \"RLUKREF NOMINEES (UK) TWO LIMITED\",\n                    \"company_registration_no\": \"10840992\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"55 Gracechurch Street, London EC3V 0RL\",\n                    \"address_2\": \"8 Canada Square, London E14 5HQ\",\n                    \"address_3\": \"\"\n                },\n                {\n                    \"name\": \"RLUKREF NOMINEES (UK) ONE LIMITED\",\n                    \"company_registration_no\": \"10840928\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"55 Gracechurch Street, London EC3V 0RL\",\n                    \"address_2\": \"8 Canada Square, London E14 5HQ\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -0.1231933262861705,\n                                51.513335716692225\n                            ],\n                            [\n                                -0.1233523777267055,\n                                51.51345145061106\n                            ],\n                            [\n                                -0.1232443016163706,\n                                51.51351175174822\n                            ],\n                            [\n                                -0.1232360529802647,\n                                51.51350590950506\n                            ],\n                            [\n                                -0.1231402019025765,\n                                51.5134360325189\n                            ],\n                            [\n                                -0.1230848997786923,\n                                51.51339647968752\n                            ],\n                            [\n                                -0.1230959603289271,\n                                51.51339036191677\n                            ],\n                            [\n                                -0.1231055765459197,\n                                51.513384670658404\n                            ],\n                            [\n                                -0.1231372850361899,\n                                51.51336674338977\n                            ],\n                            [\n                                -0.1231933262861705,\n                                51.513335716692225\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 1839.629343676188,\n            \"area_buildings_sqft\": 1839.629343676188,\n            \"density\": 100.00000000000001,\n            \"risk_level\": 3,\n            \"has_defence\": true,\n            \"is_listed\": false,\n            \"area_m2\": 170.90573612747937,\n            \"area_acre\": 0.04223207859679036,\n            \"area_buildings_m2\": 170.90573612747937,\n            \"area_buildings_acre\": 0.04223207859679036\n        },\n        {\n            \"title_no\": \"NGL446317\",\n            \"tenure\": \"Freehold\",\n            \"height\": 27.799999237060547,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100022727103\",\n                \"100022727104\",\n                \"100022727107\",\n                \"100022727109\",\n                \"100022727112\",\n                \"100022727114\",\n                \"100022727117\",\n                \"100022727119\",\n                \"100022727122\",\n                \"100022727124\",\n                \"100022727127\",\n                \"100022727129\",\n                \"100022727133\",\n                \"100022727137\",\n                \"100022727141\",\n                \"100022727143\",\n                \"100022727742\",\n                \"100022727743\",\n                \"100022727744\",\n                \"100022727745\",\n                \"100022727747\",\n                \"100022727749\",\n                \"100022727751\",\n                \"100022727753\",\n                \"100022727755\",\n                \"100022727757\",\n                \"100022727759\",\n                \"100022727761\",\n                \"100022727763\",\n                \"100022727765\",\n                \"100022727767\",\n                \"100022727769\",\n                \"100022727771\",\n                \"100022727773\",\n                \"100022727775\",\n                \"100022727777\",\n                \"100022727779\",\n                \"100022727781\",\n                \"100022727783\",\n                \"100022727785\",\n                \"100022727787\",\n                \"100022727789\",\n                \"100022727791\",\n                \"100022727793\",\n                \"100022727795\",\n                \"100022727797\",\n                \"100022727799\",\n                \"100022727801\",\n                \"100022727803\",\n                \"100022727805\",\n                \"100022815729\",\n                \"100022815730\",\n                \"100022815734\",\n                \"100022815735\",\n                \"100022815736\",\n                \"100022815738\",\n                \"100022815739\",\n                \"100022815740\",\n                \"100023484636\",\n                \"100023484637\",\n                \"100023484638\",\n                \"100023484639\",\n                \"100023484640\",\n                \"100023484641\",\n                \"100023484642\",\n                \"100023484643\",\n                \"100023484644\",\n                \"100023484645\",\n                \"100023484646\",\n                \"100023484647\",\n                \"100023484648\",\n                \"100023484649\",\n                \"100023484650\",\n                \"100023484651\",\n                \"100023484655\",\n                \"100023484656\",\n                \"100023484657\",\n                \"100023484658\",\n                \"100023484659\",\n                \"100023484660\",\n                \"100023484661\",\n                \"100023484662\",\n                \"100023484663\",\n                \"100023484664\",\n                \"100023484665\",\n                \"100023484666\",\n                \"100023484667\",\n                \"100023484668\",\n                \"100023484669\",\n                \"100023484670\",\n                \"100023484671\",\n                \"100023484672\",\n                \"100023484673\",\n                \"100023484674\",\n                \"100023484675\",\n                \"100023484676\",\n                \"100023484677\",\n                \"100023484678\",\n                \"100023484679\",\n                \"100023484680\",\n                \"100023484681\",\n                \"100023484682\",\n                \"100023484683\",\n                \"100023484684\",\n                \"100023484685\",\n                \"100023484686\",\n                \"100023484687\",\n                \"100023484688\",\n                \"100023484689\",\n                \"100023484690\",\n                \"100023484691\",\n                \"100023484692\",\n                \"100023484693\",\n                \"100023484694\",\n                \"100023484695\",\n                \"100023484696\",\n                \"100023484697\",\n                \"100023484698\",\n                \"100023484699\",\n                \"100023484700\",\n                \"100023484701\",\n                \"100023484702\",\n                \"100023484703\",\n                \"100023484704\",\n                \"100023484705\",\n                \"100023484706\",\n                \"100023484707\",\n                \"100023484708\",\n                \"100023484709\",\n                \"100023484710\",\n                \"100023484711\",\n                \"100023484712\",\n                \"100023484713\",\n                \"100023484714\",\n                \"100023484715\",\n                \"100023484716\",\n                \"100023484717\",\n                \"100023484718\",\n                \"100023484719\",\n                \"100023484720\",\n                \"100023484721\",\n                \"100023484722\",\n                \"100023484723\",\n                \"100023484724\",\n                \"100023484725\",\n                \"100023484726\",\n                \"100023484727\",\n                \"100023484728\",\n                \"100023484729\",\n                \"100023484730\",\n                \"100023484731\",\n                \"100023484732\",\n                \"100023484733\",\n                \"100023484734\",\n                \"100023484735\",\n                \"100023484736\",\n                \"100023484737\",\n                \"100023484738\",\n                \"100023484739\",\n                \"100023484740\",\n                \"100023484741\",\n                \"100023484742\",\n                \"100023484743\",\n                \"100023484744\",\n                \"100023484745\",\n                \"100023484746\",\n                \"100023484747\",\n                \"100023484748\",\n                \"100023484749\",\n                \"100023484750\",\n                \"100023484751\",\n                \"100023484752\",\n                \"100023484753\",\n                \"100023484754\",\n                \"100023484755\",\n                \"100023484756\",\n                \"100023484757\",\n                \"100023484758\",\n                \"100023484759\",\n                \"100023484760\",\n                \"100023484761\",\n                \"100023484762\",\n                \"100023484763\",\n                \"100023484764\",\n                \"100023484765\",\n                \"100023484766\",\n                \"100023484767\",\n                \"100023484768\",\n                \"100023484769\",\n                \"100023484770\",\n                \"100023484771\",\n                \"100023484772\",\n                \"100023484773\",\n                \"100023484774\",\n                \"100023484775\",\n                \"100023484776\",\n                \"100023484777\",\n                \"100023484778\",\n                \"100023484779\",\n                \"100023484780\",\n                \"100023484781\",\n                \"100023484782\",\n                \"100023484783\",\n                \"100023484784\",\n                \"100023484785\",\n                \"100023484786\",\n                \"100023484787\",\n                \"100023484788\",\n                \"100023484789\",\n                \"100023484790\",\n                \"100023484791\",\n                \"100023484792\",\n                \"100023484793\",\n                \"100023484794\",\n                \"100023484795\",\n                \"100023484796\",\n                \"100023484797\",\n                \"100023484798\",\n                \"100023484799\",\n                \"100023484800\",\n                \"100023484801\",\n                \"100023484802\",\n                \"100023484803\",\n                \"100023484804\",\n                \"100023484805\",\n                \"100023484806\",\n                \"100023484807\",\n                \"100023484808\",\n                \"100023484809\",\n                \"100023484810\",\n                \"100023484811\",\n                \"100023484812\",\n                \"100023484813\",\n                \"100023484814\",\n                \"100023484815\",\n                \"100023484816\",\n                \"100023484817\",\n                \"100023484818\",\n                \"100023484819\",\n                \"100023484820\",\n                \"100023484821\",\n                \"100023484822\",\n                \"100023484823\",\n                \"100023484824\",\n                \"100023484825\",\n                \"100023484826\",\n                \"100023484827\",\n                \"100023484828\",\n                \"100023484829\",\n                \"100023484830\",\n                \"100023485560\",\n                \"100023485561\",\n                \"100023485562\",\n                \"100023485563\",\n                \"100023485564\",\n                \"100023485565\",\n                \"100023485566\",\n                \"100023485567\",\n                \"100023485568\",\n                \"100023485569\",\n                \"100023485570\",\n                \"100023485571\",\n                \"100023485572\",\n                \"100023485573\",\n                \"100023485574\"\n            ],\n            \"property_address\": [\n                \"1 to 13 Desborough Close, 2 Lord Hills Road, Atherstone Court, Delamere Terrace, Lapworth Court, Chichester Road, 156 Harrow Road and land on the north side of Harrow Road, 2 Warwick Crescent, 13 Westbourne Terrace Road, 1A Blomfield Villas and land on the east side of Blomfield Villas and land on the north side of Delamere Terrace\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE LORD MAYOR AND CITIZENS OF THE CITY OF WESTMINSTER\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"City Hall, Victoria Street, London SW1\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -0.1846967879800378,\n                                    51.52132309925023\n                                ],\n                                [\n                                    -0.1846877745857025,\n                                    51.5213329953283\n                                ],\n                                [\n                                    -0.1845684157302479,\n                                    51.52129293017713\n                                ],\n                                [\n                                    -0.1842868123234667,\n                                    51.521197298131675\n                                ],\n                                [\n                                    -0.1842056834249364,\n                                    51.52117131304751\n                                ],\n                                [\n                                    -0.1841416089612289,\n                                    51.52115143701206\n                                ],\n                                [\n                                    -0.1841351979432377,\n                                    51.52114953927573\n                                ],\n                                [\n                                    -0.1841294893312099,\n                                    51.52114810203517\n                                ],\n                                [\n                                    -0.1841273693525392,\n                                    51.52114740377523\n                                ],\n                                [\n                                    -0.1841383317337272,\n                                    51.521134534434125\n                                ],\n                                [\n                                    -0.1841386337866825,\n                                    51.52113418840471\n                                ],\n                                [\n                                    -0.1846967879800378,\n                                    51.52132309925023\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1883983247004297,\n                                    51.52135124391388\n                                ],\n                                [\n                                    -0.1883707147806281,\n                                    51.521566429252644\n                                ],\n                                [\n                                    -0.1883149933335443,\n                                    51.521559031142615\n                                ],\n                                [\n                                    -0.1882774719522845,\n                                    51.52155613156841\n                                ],\n                                [\n                                    -0.1882769108415931,\n                                    51.521556104916996\n                                ],\n                                [\n                                    -0.1882768359424575,\n                                    51.521557992172745\n                                ],\n                                [\n                                    -0.1882748138350921,\n                                    51.5215907833502\n                                ],\n                                [\n                                    -0.1882753557911932,\n                                    51.52159528794138\n                                ],\n                                [\n                                    -0.1882737547169084,\n                                    51.52159930981065\n                                ],\n                                [\n                                    -0.18827139768797,\n                                    51.52160421924797\n                                ],\n                                [\n                                    -0.1882668976276711,\n                                    51.5216086459632\n                                ],\n                                [\n                                    -0.1882609748236277,\n                                    51.521612601081266\n                                ],\n                                [\n                                    -0.1882551233520741,\n                                    51.521614758812625\n                                ],\n                                [\n                                    -0.188249321952609,\n                                    51.52161601807299\n                                ],\n                                [\n                                    -0.188249307546847,\n                                    51.52161601785049\n                                ],\n                                [\n                                    -0.1882427892866529,\n                                    51.521616816416156\n                                ],\n                                [\n                                    -0.1882348661170929,\n                                    51.52161669403757\n                                ],\n                                [\n                                    -0.1882276989030212,\n                                    51.52161568409065\n                                ],\n                                [\n                                    -0.1882234306753776,\n                                    51.5216142692984\n                                ],\n                                [\n                                    -0.1881254824311655,\n                                    51.52159432186496\n                                ],\n                                [\n                                    -0.1880636303392823,\n                                    51.521582314731994\n                                ],\n                                [\n                                    -0.1880188469226287,\n                                    51.521647978170584\n                                ],\n                                [\n                                    -0.1880042874826487,\n                                    51.52166978474309\n                                ],\n                                [\n                                    -0.1879561268109652,\n                                    51.52173918180482\n                                ],\n                                [\n                                    -0.1879216625374482,\n                                    51.521790355930115\n                                ],\n                                [\n                                    -0.1879943295740778,\n                                    51.52181171148524\n                                ],\n                                [\n                                    -0.1880989995906414,\n                                    51.521843902650645\n                                ],\n                                [\n                                    -0.188137467309051,\n                                    51.52185528777733\n                                ],\n                                [\n                                    -0.1881930258807984,\n                                    51.52187188272057\n                                ],\n                                [\n                                    -0.1882172126375287,\n                                    51.521879899881704\n                                ],\n                                [\n                                    -0.1882126590422674,\n                                    51.521885674634056\n                                ],\n                                [\n                                    -0.1882067005289783,\n                                    51.52189052844195\n                                ],\n                                [\n                                    -0.1882059445684542,\n                                    51.521891416009495\n                                ],\n                                [\n                                    -0.1881993192634791,\n                                    51.521894910651746\n                                ],\n                                [\n                                    -0.1881919914991088,\n                                    51.52189794482136\n                                ],\n                                [\n                                    -0.1881781811003516,\n                                    51.52190087885901\n                                ],\n                                [\n                                    -0.1881520008829807,\n                                    51.521906769181214\n                                ],\n                                [\n                                    -0.1881403156878652,\n                                    51.52191063528514\n                                ],\n                                [\n                                    -0.1881366607199769,\n                                    51.52191192769485\n                                ],\n                                [\n                                    -0.1881263626033828,\n                                    51.521917164089\n                                ],\n                                [\n                                    -0.1881167491074753,\n                                    51.52192331030142\n                                ],\n                                [\n                                    -0.1881100167810722,\n                                    51.52192950101774\n                                ],\n                                [\n                                    -0.1881073599335659,\n                                    51.52193215771032\n                                ],\n                                [\n                                    -0.1881045315043978,\n                                    51.52193441608508\n                                ],\n                                [\n                                    -0.1880989043892851,\n                                    51.521938546618884\n                                ],\n                                [\n                                    -0.1880907657152705,\n                                    51.521943852336214\n                                ],\n                                [\n                                    -0.1880861051613122,\n                                    51.521946873744675\n                                ],\n                                [\n                                    -0.1880798348543453,\n                                    51.52195014006038\n                                ],\n                                [\n                                    -0.1880726183148165,\n                                    51.52195400324525\n                                ],\n                                [\n                                    -0.1880672239919274,\n                                    51.521956626643465\n                                ],\n                                [\n                                    -0.1880580958875892,\n                                    51.521960712087676\n                                ],\n                                [\n                                    -0.1880546214677094,\n                                    51.5219632662255\n                                ],\n                                [\n                                    -0.1879548763739743,\n                                    51.522097511256554\n                                ],\n                                [\n                                    -0.1879205723514887,\n                                    51.52214464125751\n                                ],\n                                [\n                                    -0.1878565891187548,\n                                    51.52223132910317\n                                ],\n                                [\n                                    -0.1878320450158722,\n                                    51.52226353852711\n                                ],\n                                [\n                                    -0.187776995704257,\n                                    51.52224499992401\n                                ],\n                                [\n                                    -0.1877767677063278,\n                                    51.52224493345445\n                                ],\n                                [\n                                    -0.1877724994347185,\n                                    51.522243518645524\n                                ],\n                                [\n                                    -0.1875462992628425,\n                                    51.52216808420664\n                                ],\n                                [\n                                    -0.1874900559623027,\n                                    51.52215057913388\n                                ],\n                                [\n                                    -0.1872702323223936,\n                                    51.52207794041835\n                                ],\n                                [\n                                    -0.1872154298307499,\n                                    51.52206045747841\n                                ],\n                                [\n                                    -0.1871684613986636,\n                                    51.52204534369655\n                                ],\n                                [\n                                    -0.1871679945695975,\n                                    51.52204512066324\n                                ],\n                                [\n                                    -0.1869779641136408,\n                                    51.52198126883638\n                                ],\n                                [\n                                    -0.1869778495805452,\n                                    51.52198124908121\n                                ],\n                                [\n                                    -0.1869188326414706,\n                                    51.52196100312831\n                                ],\n                                [\n                                    -0.1868583394752031,\n                                    51.52194163357092\n                                ],\n                                [\n                                    -0.1866442802003567,\n                                    51.521869082769875\n                                ],\n                                [\n                                    -0.186586614889807,\n                                    51.52185110565347\n                                ],\n                                [\n                                    -0.1863726100363594,\n                                    51.5217772063254\n                                ],\n                                [\n                                    -0.1863113970610341,\n                                    51.52175782535315\n                                ],\n                                [\n                                    -0.186157165305374,\n                                    51.52170328433649\n                                ],\n                                [\n                                    -0.1861507541238692,\n                                    51.52170138670893\n                                ],\n                                [\n                                    -0.1861458192285135,\n                                    51.52169861266529\n                                ],\n                                [\n                                    -0.1861423606193135,\n                                    51.52169496220573\n                                ],\n                                [\n                                    -0.1861409914591754,\n                                    51.52169314254501\n                                ],\n                                [\n                                    -0.1861413128353212,\n                                    51.52168505431573\n                                ],\n                                [\n                                    -0.1861459559408654,\n                                    51.52167703291565\n                                ],\n                                [\n                                    -0.1861512836246449,\n                                    51.52166992134561\n                                ],\n                                [\n                                    -0.1861580340287745,\n                                    51.52166328139766\n                                ],\n                                [\n                                    -0.1863076197544633,\n                                    51.521508226651896\n                                ],\n                                [\n                                    -0.1863430084636785,\n                                    51.5214701063261\n                                ],\n                                [\n                                    -0.1864730087326327,\n                                    51.52133633040637\n                                ],\n                                [\n                                    -0.1865120521312127,\n                                    51.52129691766781\n                                ],\n                                [\n                                    -0.1866353011447433,\n                                    51.521169781525025\n                                ],\n                                [\n                                    -0.1866677903450932,\n                                    51.52113206589971\n                                ],\n                                [\n                                    -0.1868189202066206,\n                                    51.52097433664647\n                                ],\n                                [\n                                    -0.1868255990210319,\n                                    51.52096949404254\n                                ],\n                                [\n                                    -0.1868329624173995,\n                                    51.52096556126465\n                                ],\n                                [\n                                    -0.1868402901187303,\n                                    51.52096252717893\n                                ],\n                                [\n                                    -0.1868490405267357,\n                                    51.520959964706535\n                                ],\n                                [\n                                    -0.1868584933642584,\n                                    51.520957862713495\n                                ],\n                                [\n                                    -0.1868686307848901,\n                                    51.52095667054596\n                                ],\n                                [\n                                    -0.1868772919576439,\n                                    51.520956354802976\n                                ],\n                                [\n                                    -0.186886655561047,\n                                    51.52095649953921\n                                ],\n                                [\n                                    -0.1868938404865944,\n                                    51.520957060220546\n                                ],\n                                [\n                                    -0.1869010075660437,\n                                    51.5209580702478\n                                ],\n                                [\n                                    -0.1869102997851446,\n                                    51.52096001236741\n                                ],\n                                [\n                                    -0.1869195384667358,\n                                    51.520963302525246\n                                ],\n                                [\n                                    -0.1870261703082441,\n                                    51.521000470835745\n                                ],\n                                [\n                                    -0.1870801441170392,\n                                    51.5210206387998\n                                ],\n                                [\n                                    -0.1872953129737127,\n                                    51.52108331429331\n                                ],\n                                [\n                                    -0.1873581801442158,\n                                    51.521097324853656\n                                ],\n                                [\n                                    -0.1875806529077194,\n                                    51.52113943006982\n                                ],\n                                [\n                                    -0.1876488119574033,\n                                    51.521147227530136\n                                ],\n                                [\n                                    -0.1877879577396662,\n                                    51.521164214884294\n                                ],\n                                [\n                                    -0.187805155291965,\n                                    51.52116672868822\n                                ],\n                                [\n                                    -0.1878209122843858,\n                                    51.521169220234064\n                                ],\n                                [\n                                    -0.1878503367798444,\n                                    51.52117237255033\n                                ],\n                                [\n                                    -0.1878797969531291,\n                                    51.521174626166165\n                                ],\n                                [\n                                    -0.1879438662938036,\n                                    51.521176515186\n                                ],\n                                [\n                                    -0.1880309132959827,\n                                    51.52118055760859\n                                ],\n                                [\n                                    -0.1882719330586615,\n                                    51.52117303995908\n                                ],\n                                [\n                                    -0.1883079827821628,\n                                    51.52117269751305\n                                ],\n                                [\n                                    -0.1883159162178467,\n                                    51.521172559264876\n                                ],\n                                [\n                                    -0.1883958675942868,\n                                    51.521170520842674\n                                ],\n                                [\n                                    -0.1884002215769737,\n                                    51.52123769867702\n                                ],\n                                [\n                                    -0.1884004715823325,\n                                    51.52124156928796\n                                ],\n                                [\n                                    -0.1883983247004297,\n                                    51.52135124391388\n                                ]\n                            ],\n                            [\n                                [\n                                    -0.1872998441970736,\n                                    51.52145926841417\n                                ],\n                                [\n                                    -0.187176049139492,\n                                    51.521418687755705\n                                ],\n                                [\n                                    -0.1870630050281662,\n                                    51.52137962199558\n                                ],\n                                [\n                                    -0.1870186523550905,\n                                    51.521425697186245\n                                ],\n                                [\n                                    -0.1869765496771233,\n                                    51.52146955902661\n                                ],\n                                [\n                                    -0.1869352207424563,\n                                    51.52151208394522\n                                ],\n                                [\n                                    -0.1870611053103857,\n                                    51.52155449564054\n                                ],\n                                [\n                                    -0.1871841446528518,\n                                    51.521595963982904\n                                ],\n                                [\n                                    -0.1872172944213423,\n                                    51.52160731218944\n                                ],\n                                [\n                                    -0.187253659423377,\n                                    51.52156201272749\n                                ],\n                                [\n                                    -0.1872907372384863,\n                                    51.52151618472349\n                                ],\n                                [\n                                    -0.1873285765263373,\n                                    51.52146896565424\n                                ],\n                                [\n                                    -0.1872998441970736,\n                                    51.52145926841417\n                                ]\n                            ],\n                            [\n                                [\n                                    -0.1871092494276705,\n                                    51.521685180522674\n                                ],\n                                [\n                                    -0.1869854717827934,\n                                    51.52164415031393\n                                ],\n                                [\n                                    -0.1868510328297049,\n                                    51.5215993581992\n                                ],\n                                [\n                                    -0.1868066797255485,\n                                    51.52164543330387\n                                ],\n                                [\n                                    -0.1869461250972943,\n                                    51.52169120209557\n                                ],\n                                [\n                                    -0.1870699206774136,\n                                    51.521731783000135\n                                ],\n                                [\n                                    -0.1871015784797652,\n                                    51.521750212208715\n                                ],\n                                [\n                                    -0.1871018358696662,\n                                    51.52174990145128\n                                ],\n                                [\n                                    -0.1871405933349705,\n                                    51.52170207615446\n                                ],\n                                [\n                                    -0.1871447467997917,\n                                    51.521696942714755\n                                ],\n                                [\n                                    -0.1871092494276705,\n                                    51.521685180522674\n                                ]\n                            ],\n                            [\n                                [\n                                    -0.1875191742071713,\n                                    51.521616878045585\n                                ],\n                                [\n                                    -0.1876392192436842,\n                                    51.52164301248846\n                                ],\n                                [\n                                    -0.1876678678987801,\n                                    51.521593097455835\n                                ],\n                                [\n                                    -0.1875478586563101,\n                                    51.52156606435033\n                                ],\n                                [\n                                    -0.1874171344677277,\n                                    51.52153661743642\n                                ],\n                                [\n                                    -0.1873787417148775,\n                                    51.52152807484038\n                                ],\n                                [\n                                    -0.1873495721180088,\n                                    51.52158021187977\n                                ],\n                                [\n                                    -0.1873884142094022,\n                                    51.52158832979145\n                                ],\n                                [\n                                    -0.1875191742071713,\n                                    51.521616878045585\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1878004824395569,\n                                    51.522345817333445\n                                ],\n                                [\n                                    -0.1877819209977903,\n                                    51.52236457655945\n                                ],\n                                [\n                                    -0.1877579199158688,\n                                    51.52235659814848\n                                ],\n                                [\n                                    -0.1876142034168954,\n                                    51.522309415484486\n                                ],\n                                [\n                                    -0.1863748857831908,\n                                    51.521901337221855\n                                ],\n                                [\n                                    -0.1859580802351354,\n                                    51.521761803870156\n                                ],\n                                [\n                                    -0.1856409387666831,\n                                    51.521653485712726\n                                ],\n                                [\n                                    -0.1854624327643383,\n                                    51.52159317283572\n                                ],\n                                [\n                                    -0.1852931480521623,\n                                    51.521536599322566\n                                ],\n                                [\n                                    -0.1849446567195442,\n                                    51.521419251424916\n                                ],\n                                [\n                                    -0.1847670624958236,\n                                    51.5213596170261\n                                ],\n                                [\n                                    -0.1846908184408986,\n                                    51.5213340226115\n                                ],\n                                [\n                                    -0.1846969374742101,\n                                    51.52133021458802\n                                ],\n                                [\n                                    -0.184703561529858,\n                                    51.52132675609285\n                                ],\n                                [\n                                    -0.1847041988406565,\n                                    51.5213263163335\n                                ],\n                                [\n                                    -0.1847053608297473,\n                                    51.521325731822444\n                                ],\n                                [\n                                    -0.1847070849962385,\n                                    51.52132514701908\n                                ],\n                                [\n                                    -0.1847086381929519,\n                                    51.521324874305385\n                                ],\n                                [\n                                    -0.1847101734103863,\n                                    51.52132469123787\n                                ],\n                                [\n                                    -0.1847116196924272,\n                                    51.52132456974111\n                                ],\n                                [\n                                    -0.1847135050447966,\n                                    51.52132464388065\n                                ],\n                                [\n                                    -0.18471575672459,\n                                    51.521324930515604\n                                ],\n                                [\n                                    -0.1847183613982842,\n                                    51.52132540246223\n                                ],\n                                [\n                                    -0.1847725590237182,\n                                    51.521342463569\n                                ],\n                                [\n                                    -0.1847792549928351,\n                                    51.52134444661178\n                                ],\n                                [\n                                    -0.1849574547189257,\n                                    51.52140226489555\n                                ],\n                                [\n                                    -0.1854206737581551,\n                                    51.52155581968636\n                                ],\n                                [\n                                    -0.1855867862230117,\n                                    51.52161351296241\n                                ],\n                                [\n                                    -0.1857477930417774,\n                                    51.521668024638664\n                                ],\n                                [\n                                    -0.1862799569298533,\n                                    51.521842767426456\n                                ],\n                                [\n                                    -0.1866322381785036,\n                                    51.521961761560966\n                                ],\n                                [\n                                    -0.1869345694881016,\n                                    51.522057645346756\n                                ],\n                                [\n                                    -0.1872450488199537,\n                                    51.52216109101358\n                                ],\n                                [\n                                    -0.1875908486192057,\n                                    51.52227463156624\n                                ],\n                                [\n                                    -0.1878004824395569,\n                                    51.522345817333445\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1851578727403606,\n                                    51.51975143931781\n                                ],\n                                [\n                                    -0.1853205624404659,\n                                    51.519853367868734\n                                ],\n                                [\n                                    -0.1852079574969362,\n                                    51.51985052864942\n                                ],\n                                [\n                                    -0.1852007577641988,\n                                    51.5198503453172\n                                ],\n                                [\n                                    -0.1852003115608234,\n                                    51.5198503294212\n                                ],\n                                [\n                                    -0.1851355287317683,\n                                    51.51984867064706\n                                ],\n                                [\n                                    -0.1851212733195528,\n                                    51.51984830620212\n                                ],\n                                [\n                                    -0.1850567912197248,\n                                    51.519846696999686\n                                ],\n                                [\n                                    -0.1850448103981427,\n                                    51.51984640371005\n                                ],\n                                [\n                                    -0.1850332898279064,\n                                    51.519846135525626\n                                ],\n                                [\n                                    -0.1850278087144166,\n                                    51.51984623056389\n                                ],\n                                [\n                                    -0.1850224680798844,\n                                    51.51984641770005\n                                ],\n                                [\n                                    -0.1850169762478815,\n                                    51.519846782345354\n                                ],\n                                [\n                                    -0.1850116213219169,\n                                    51.519847328957745\n                                ],\n                                [\n                                    -0.1850062628229853,\n                                    51.51984796543907\n                                ],\n                                [\n                                    -0.1850010412299937,\n                                    51.519848783887504\n                                ],\n                                [\n                                    -0.1849958160639541,\n                                    51.519849692204936\n                                ],\n                                [\n                                    -0.1849905837519615,\n                                    51.51985078026046\n                                ],\n                                [\n                                    -0.1849854919186397,\n                                    51.51985196041395\n                                ],\n                                [\n                                    -0.1849805405639683,\n                                    51.519853232665426\n                                ],\n                                [\n                                    -0.1849755820632128,\n                                    51.519854684655044\n                                ],\n                                [\n                                    -0.1849707640410451,\n                                    51.519856228742654\n                                ],\n                                [\n                                    -0.1849659388727049,\n                                    51.51985795256843\n                                ],\n                                [\n                                    -0.1849614018076503,\n                                    51.519859680852065\n                                ],\n                                [\n                                    -0.1849568575963697,\n                                    51.51986158887391\n                                ],\n                                [\n                                    -0.1849524538635922,\n                                    51.51986358899381\n                                ],\n                                [\n                                    -0.1849481870363502,\n                                    51.51986577108095\n                                ],\n                                [\n                                    -0.1849440642605527,\n                                    51.519867955397\n                                ],\n                                [\n                                    -0.1849400819632363,\n                                    51.5198702318111\n                                ],\n                                [\n                                    -0.1849362365714156,\n                                    51.51987269019253\n                                ],\n                                [\n                                    -0.1849326757099281,\n                                    51.51987524290115\n                                ],\n                                [\n                                    -0.1849291148480421,\n                                    51.519877795609645\n                                ],\n                                [\n                                    -0.1849258349435136,\n                                    51.51988053251456\n                                ],\n                                [\n                                    -0.1849208954343881,\n                                    51.51988513215223\n                                ],\n                                [\n                                    -0.1849073222157312,\n                                    51.51989661229812\n                                ],\n                                [\n                                    -0.184876564485505,\n                                    51.519945145176244\n                                ],\n                                [\n                                    -0.1848587253288163,\n                                    51.51997328525447\n                                ],\n                                [\n                                    -0.1848537192343423,\n                                    51.519972308541796\n                                ],\n                                [\n                                    -0.1848264625415175,\n                                    51.51996541218617\n                                ],\n                                [\n                                    -0.1847968100796435,\n                                    51.5199578672627\n                                ],\n                                [\n                                    -0.1848479587434961,\n                                    51.51988408442541\n                                ],\n                                [\n                                    -0.1849004317634735,\n                                    51.51981251621659\n                                ],\n                                [\n                                    -0.184925948676597,\n                                    51.51977615894033\n                                ],\n                                [\n                                    -0.1850555958004052,\n                                    51.51977814706405\n                                ],\n                                [\n                                    -0.1850586836347374,\n                                    51.51977734055978\n                                ],\n                                [\n                                    -0.1851215033073213,\n                                    51.51976093914582\n                                ],\n                                [\n                                    -0.1851578727403606,\n                                    51.51975143931781\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1846715479605757,\n                                    51.51973865322006\n                                ],\n                                [\n                                    -0.1846624299863688,\n                                    51.51975988715473\n                                ],\n                                [\n                                    -0.1846446476062815,\n                                    51.51979131032355\n                                ],\n                                [\n                                    -0.1846294183672859,\n                                    51.519817611339\n                                ],\n                                [\n                                    -0.1846204175710313,\n                                    51.51983589756111\n                                ],\n                                [\n                                    -0.1845946411217414,\n                                    51.5198758747116\n                                ],\n                                [\n                                    -0.1845767239138747,\n                                    51.519905973893586\n                                ],\n                                [\n                                    -0.1845459792403288,\n                                    51.51989834905469\n                                ],\n                                [\n                                    -0.1845167760423456,\n                                    51.519891107763996\n                                ],\n                                [\n                                    -0.1844967696016438,\n                                    51.51988675150845\n                                ],\n                                [\n                                    -0.184406821082279,\n                                    51.519865126260754\n                                ],\n                                [\n                                    -0.1843539865556488,\n                                    51.519852618263386\n                                ],\n                                [\n                                    -0.1841180383527853,\n                                    51.51987774161002\n                                ],\n                                [\n                                    -0.1840344651233047,\n                                    51.51985891250584\n                                ],\n                                [\n                                    -0.1840438476477113,\n                                    51.51984589281938\n                                ],\n                                [\n                                    -0.1840565680297513,\n                                    51.51982868037201\n                                ],\n                                [\n                                    -0.1839679237315417,\n                                    51.5198409495294\n                                ],\n                                [\n                                    -0.1839679093263746,\n                                    51.519840949306385\n                                ],\n                                [\n                                    -0.183947219173492,\n                                    51.51984182496845\n                                ],\n                                [\n                                    -0.1838538410749353,\n                                    51.51985206938743\n                                ],\n                                [\n                                    -0.1837748859863539,\n                                    51.519862087436174\n                                ],\n                                [\n                                    -0.1836944724696293,\n                                    51.51987253247108\n                                ],\n                                [\n                                    -0.1836357381970408,\n                                    51.51988151466979\n                                ],\n                                [\n                                    -0.1835792004357816,\n                                    51.51988963160871\n                                ],\n                                [\n                                    -0.1835567114991296,\n                                    51.51989332995292\n                                ],\n                                [\n                                    -0.183462344764102,\n                                    51.51991030308772\n                                ],\n                                [\n                                    -0.1833817344132132,\n                                    51.51992569070743\n                                ],\n                                [\n                                    -0.183286448521252,\n                                    51.51994402531068\n                                ],\n                                [\n                                    -0.1836205669318331,\n                                    51.51985200032686\n                                ],\n                                [\n                                    -0.1838202036975177,\n                                    51.51980737765855\n                                ],\n                                [\n                                    -0.1839966760653982,\n                                    51.51976422148814\n                                ],\n                                [\n                                    -0.1842788566105114,\n                                    51.51970485142163\n                                ],\n                                [\n                                    -0.1844487780388658,\n                                    51.519682509601786\n                                ],\n                                [\n                                    -0.1845222638751795,\n                                    51.51967626421073\n                                ],\n                                [\n                                    -0.1845625723688842,\n                                    51.51967246379893\n                                ],\n                                [\n                                    -0.1845789094519909,\n                                    51.51969224824781\n                                ],\n                                [\n                                    -0.1845903117588811,\n                                    51.51970273905979\n                                ],\n                                [\n                                    -0.1846053745910304,\n                                    51.519710345993886\n                                ],\n                                [\n                                    -0.1846215749407516,\n                                    51.51971870791181\n                                ],\n                                [\n                                    -0.1846342317680615,\n                                    51.519726286597354\n                                ],\n                                [\n                                    -0.184651686718622,\n                                    51.51973318417421\n                                ],\n                                [\n                                    -0.1846715479605757,\n                                    51.51973865322006\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1867154032662681,\n                                    51.520861293096615\n                                ],\n                                [\n                                    -0.1867125546653687,\n                                    51.52086659956476\n                                ],\n                                [\n                                    -0.1867025161733528,\n                                    51.52087763997396\n                                ],\n                                [\n                                    -0.1866338244118095,\n                                    51.520948949244556\n                                ],\n                                [\n                                    -0.1864882105860476,\n                                    51.52109734845613\n                                ],\n                                [\n                                    -0.1863988590420603,\n                                    51.52118905676498\n                                ],\n                                [\n                                    -0.1862717579717693,\n                                    51.52132242781105\n                                ],\n                                [\n                                    -0.1862327201939407,\n                                    51.52136314446195\n                                ],\n                                [\n                                    -0.1861093744168517,\n                                    51.52149122289726\n                                ],\n                                [\n                                    -0.1860791346272041,\n                                    51.52152672504404\n                                ],\n                                [\n                                    -0.1859640562395843,\n                                    51.52164769225847\n                                ],\n                                [\n                                    -0.185829689736979,\n                                    51.5216011015986\n                                ],\n                                [\n                                    -0.1857941396880572,\n                                    51.52158886159156\n                                ],\n                                [\n                                    -0.1856867872293355,\n                                    51.52155168101977\n                                ],\n                                [\n                                    -0.1856305632772303,\n                                    51.52153372572191\n                                ],\n                                [\n                                    -0.1854215141768459,\n                                    51.52146214940301\n                                ],\n                                [\n                                    -0.1853609865978124,\n                                    51.52144367777618\n                                ],\n                                [\n                                    -0.1852977208314689,\n                                    51.521421566778116\n                                ],\n                                [\n                                    -0.1851391518851735,\n                                    51.52136740692833\n                                ],\n                                [\n                                    -0.1850768087520838,\n                                    51.52134674887585\n                                ],\n                                [\n                                    -0.1849378130422284,\n                                    51.52130134449738\n                                ],\n                                [\n                                    -0.1849349855123856,\n                                    51.52129995187775\n                                ],\n                                [\n                                    -0.1849314734326818,\n                                    51.5212976494209\n                                ],\n                                [\n                                    -0.1849294019168383,\n                                    51.521295369255114\n                                ],\n                                [\n                                    -0.1849280685488335,\n                                    51.521292650889116\n                                ],\n                                [\n                                    -0.1849274554626485,\n                                    51.5212899436687\n                                ],\n                                [\n                                    -0.1849276162559068,\n                                    51.521285899556524\n                                ],\n                                [\n                                    -0.1849277055854788,\n                                    51.52128365282753\n                                ],\n                                [\n                                    -0.1849277770491278,\n                                    51.52128185544431\n                                ],\n                                [\n                                    -0.1849288727417875,\n                                    51.521280037940194\n                                ],\n                                [\n                                    -0.1849339502159958,\n                                    51.521271609655564\n                                ],\n                                [\n                                    -0.1850331906743417,\n                                    51.52111397897166\n                                ],\n                                [\n                                    -0.185109289944883,\n                                    51.52099056610775\n                                ],\n                                [\n                                    -0.1851518307004748,\n                                    51.520921577820246\n                                ],\n                                [\n                                    -0.1851762907262417,\n                                    51.520886436106096\n                                ],\n                                [\n                                    -0.1851798182362571,\n                                    51.52088073551821\n                                ],\n                                [\n                                    -0.1852120265312805,\n                                    51.52082871795459\n                                ],\n                                [\n                                    -0.1852209604681729,\n                                    51.5208142884148\n                                ],\n                                [\n                                    -0.185245509693817,\n                                    51.52077689995494\n                                ],\n                                [\n                                    -0.1852910245217909,\n                                    51.52070161795563\n                                ],\n                                [\n                                    -0.185310496000339,\n                                    51.52066505016916\n                                ],\n                                [\n                                    -0.1853289792524424,\n                                    51.520635211425116\n                                ],\n                                [\n                                    -0.1854015071972458,\n                                    51.52051493543896\n                                ],\n                                [\n                                    -0.1854229256206442,\n                                    51.52047688702207\n                                ],\n                                [\n                                    -0.1854663677141828,\n                                    51.52040623097656\n                                ],\n                                [\n                                    -0.1856319939412134,\n                                    51.52013767076996\n                                ],\n                                [\n                                    -0.1856350892949278,\n                                    51.52013232318157\n                                ],\n                                [\n                                    -0.1856395894587798,\n                                    51.52012789656735\n                                ],\n                                [\n                                    -0.1856447920271888,\n                                    51.52012393044002\n                                ],\n                                [\n                                    -0.1856499767366288,\n                                    51.52012041365851\n                                ],\n                                [\n                                    -0.1856543697497507,\n                                    51.52011868312012\n                                ],\n                                [\n                                    -0.1856616438163661,\n                                    51.52011699714525\n                                ],\n                                [\n                                    -0.185668882166708,\n                                    51.52011620986207\n                                ],\n                                [\n                                    -0.1856717632205019,\n                                    51.52011625442554\n                                ],\n                                [\n                                    -0.1856939566209324,\n                                    51.52011636390188\n                                ],\n                                [\n                                    -0.1857078049682608,\n                                    51.520120444853006\n                                ],\n                                [\n                                    -0.1857223840634668,\n                                    51.52013007645182\n                                ],\n                                [\n                                    -0.1857377834345686,\n                                    51.520141555195075\n                                ],\n                                [\n                                    -0.185778415903901,\n                                    51.52017095948444\n                                ],\n                                [\n                                    -0.185815500670747,\n                                    51.52019896002189\n                                ],\n                                [\n                                    -0.185889741763678,\n                                    51.52025316367808\n                                ],\n                                [\n                                    -0.1859247144221138,\n                                    51.520277732369856\n                                ],\n                                [\n                                    -0.1860851969149274,\n                                    51.52039467005587\n                                ],\n                                [\n                                    -0.1861448727691818,\n                                    51.520435276539146\n                                ],\n                                [\n                                    -0.186291189549785,\n                                    51.52054308336673\n                                ],\n                                [\n                                    -0.1863353526795278,\n                                    51.520574340538516\n                                ],\n                                [\n                                    -0.1864935464567207,\n                                    51.52069233933828\n                                ],\n                                [\n                                    -0.1865408488731018,\n                                    51.52072585710702\n                                ],\n                                [\n                                    -0.1866141134913727,\n                                    51.520777833052534\n                                ],\n                                [\n                                    -0.1867084948288373,\n                                    51.520851231665354\n                                ],\n                                [\n                                    -0.1867133761244633,\n                                    51.52085535372399\n                                ],\n                                [\n                                    -0.1867154032662681,\n                                    51.520861293096615\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 276957.04823003465,\n            \"area_buildings_sqft\": 71185.41975884639,\n            \"density\": 25.702692967655146,\n            \"risk_level\": 3,\n            \"has_defence\": true,\n            \"is_listed\": false,\n            \"area_m2\": 25729.93759104744,\n            \"area_acre\": 6.358058958448913,\n            \"area_buildings_m2\": 6613.286859796209,\n            \"area_buildings_acre\": 1.6341923727926169\n        }\n    ],\n    \"total_count\": 4,\n    \"page_total\": 4\n}"},{"id":"f5e09be0-7066-4289-8b5d-d384fa332523","name":"parcel (Title numbers)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title_nos\": [\n        \"NGL446317\",\n        \"100199\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/land/parcels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Oct 2021 13:11:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"title_no\": \"100199\",\n            \"tenure\": \"Freehold\",\n            \"height\": 19.5,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"10033554439\",\n                \"10033557140\",\n                \"10033557141\",\n                \"10033557142\",\n                \"10033624611\"\n            ],\n            \"property_address\": [\n                \"14 Hanover Place, London\"\n            ],\n            \"ownership\": \"Mixed\",\n            \"proprietors\": [\n                {\n                    \"name\": \"RLUKREF NOMINEES (UK) TWO LIMITED\",\n                    \"company_registration_no\": \"10840992\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"55 Gracechurch Street, London EC3V 0RL\",\n                    \"address_2\": \"8 Canada Square, London E14 5HQ\",\n                    \"address_3\": \"\"\n                },\n                {\n                    \"name\": \"RLUKREF NOMINEES (UK) ONE LIMITED\",\n                    \"company_registration_no\": \"10840928\",\n                    \"proprietorship_category\": \"Business\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"55 Gracechurch Street, London EC3V 0RL\",\n                    \"address_2\": \"8 Canada Square, London E14 5HQ\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                -0.1234018315671248,\n                                51.51348742963454\n                            ],\n                            [\n                                -0.1233709026875983,\n                                51.51350462306856\n                            ],\n                            [\n                                -0.1233123334817728,\n                                51.513537192086226\n                            ],\n                            [\n                                -0.1233062426376934,\n                                51.51353390228157\n                            ],\n                            [\n                                -0.1232890502072172,\n                                51.51354368982499\n                            ],\n                            [\n                                -0.1232443016163706,\n                                51.51351175174822\n                            ],\n                            [\n                                -0.1233523777267055,\n                                51.51345145061106\n                            ],\n                            [\n                                -0.1234018315671248,\n                                51.51348742963454\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 558.9368012077673,\n            \"area_buildings_sqft\": 558.9368012084054,\n            \"density\": 100.00000000011417,\n            \"risk_level\": 3,\n            \"has_defence\": true,\n            \"is_listed\": false,\n            \"area_m2\": 51.92649583870005,\n            \"area_acre\": 0.01283142335187712,\n            \"area_buildings_m2\": 51.92649583875933,\n            \"area_buildings_acre\": 0.012831423351891769\n        },\n        {\n            \"title_no\": \"NGL446317\",\n            \"tenure\": \"Freehold\",\n            \"height\": 27.799999237060547,\n            \"planning_use_classes\": [],\n            \"uprns\": [\n                \"100022727103\",\n                \"100022727104\",\n                \"100022727107\",\n                \"100022727109\",\n                \"100022727112\",\n                \"100022727114\",\n                \"100022727117\",\n                \"100022727119\",\n                \"100022727122\",\n                \"100022727124\",\n                \"100022727127\",\n                \"100022727129\",\n                \"100022727133\",\n                \"100022727137\",\n                \"100022727141\",\n                \"100022727143\",\n                \"100022727742\",\n                \"100022727743\",\n                \"100022727744\",\n                \"100022727745\",\n                \"100022727747\",\n                \"100022727749\",\n                \"100022727751\",\n                \"100022727753\",\n                \"100022727755\",\n                \"100022727757\",\n                \"100022727759\",\n                \"100022727761\",\n                \"100022727763\",\n                \"100022727765\",\n                \"100022727767\",\n                \"100022727769\",\n                \"100022727771\",\n                \"100022727773\",\n                \"100022727775\",\n                \"100022727777\",\n                \"100022727779\",\n                \"100022727781\",\n                \"100022727783\",\n                \"100022727785\",\n                \"100022727787\",\n                \"100022727789\",\n                \"100022727791\",\n                \"100022727793\",\n                \"100022727795\",\n                \"100022727797\",\n                \"100022727799\",\n                \"100022727801\",\n                \"100022727803\",\n                \"100022727805\",\n                \"100022815729\",\n                \"100022815730\",\n                \"100022815734\",\n                \"100022815735\",\n                \"100022815736\",\n                \"100022815738\",\n                \"100022815739\",\n                \"100022815740\",\n                \"100023484636\",\n                \"100023484637\",\n                \"100023484638\",\n                \"100023484639\",\n                \"100023484640\",\n                \"100023484641\",\n                \"100023484642\",\n                \"100023484643\",\n                \"100023484644\",\n                \"100023484645\",\n                \"100023484646\",\n                \"100023484647\",\n                \"100023484648\",\n                \"100023484649\",\n                \"100023484650\",\n                \"100023484651\",\n                \"100023484655\",\n                \"100023484656\",\n                \"100023484657\",\n                \"100023484658\",\n                \"100023484659\",\n                \"100023484660\",\n                \"100023484661\",\n                \"100023484662\",\n                \"100023484663\",\n                \"100023484664\",\n                \"100023484665\",\n                \"100023484666\",\n                \"100023484667\",\n                \"100023484668\",\n                \"100023484669\",\n                \"100023484670\",\n                \"100023484671\",\n                \"100023484672\",\n                \"100023484673\",\n                \"100023484674\",\n                \"100023484675\",\n                \"100023484676\",\n                \"100023484677\",\n                \"100023484678\",\n                \"100023484679\",\n                \"100023484680\",\n                \"100023484681\",\n                \"100023484682\",\n                \"100023484683\",\n                \"100023484684\",\n                \"100023484685\",\n                \"100023484686\",\n                \"100023484687\",\n                \"100023484688\",\n                \"100023484689\",\n                \"100023484690\",\n                \"100023484691\",\n                \"100023484692\",\n                \"100023484693\",\n                \"100023484694\",\n                \"100023484695\",\n                \"100023484696\",\n                \"100023484697\",\n                \"100023484698\",\n                \"100023484699\",\n                \"100023484700\",\n                \"100023484701\",\n                \"100023484702\",\n                \"100023484703\",\n                \"100023484704\",\n                \"100023484705\",\n                \"100023484706\",\n                \"100023484707\",\n                \"100023484708\",\n                \"100023484709\",\n                \"100023484710\",\n                \"100023484711\",\n                \"100023484712\",\n                \"100023484713\",\n                \"100023484714\",\n                \"100023484715\",\n                \"100023484716\",\n                \"100023484717\",\n                \"100023484718\",\n                \"100023484719\",\n                \"100023484720\",\n                \"100023484721\",\n                \"100023484722\",\n                \"100023484723\",\n                \"100023484724\",\n                \"100023484725\",\n                \"100023484726\",\n                \"100023484727\",\n                \"100023484728\",\n                \"100023484729\",\n                \"100023484730\",\n                \"100023484731\",\n                \"100023484732\",\n                \"100023484733\",\n                \"100023484734\",\n                \"100023484735\",\n                \"100023484736\",\n                \"100023484737\",\n                \"100023484738\",\n                \"100023484739\",\n                \"100023484740\",\n                \"100023484741\",\n                \"100023484742\",\n                \"100023484743\",\n                \"100023484744\",\n                \"100023484745\",\n                \"100023484746\",\n                \"100023484747\",\n                \"100023484748\",\n                \"100023484749\",\n                \"100023484750\",\n                \"100023484751\",\n                \"100023484752\",\n                \"100023484753\",\n                \"100023484754\",\n                \"100023484755\",\n                \"100023484756\",\n                \"100023484757\",\n                \"100023484758\",\n                \"100023484759\",\n                \"100023484760\",\n                \"100023484761\",\n                \"100023484762\",\n                \"100023484763\",\n                \"100023484764\",\n                \"100023484765\",\n                \"100023484766\",\n                \"100023484767\",\n                \"100023484768\",\n                \"100023484769\",\n                \"100023484770\",\n                \"100023484771\",\n                \"100023484772\",\n                \"100023484773\",\n                \"100023484774\",\n                \"100023484775\",\n                \"100023484776\",\n                \"100023484777\",\n                \"100023484778\",\n                \"100023484779\",\n                \"100023484780\",\n                \"100023484781\",\n                \"100023484782\",\n                \"100023484783\",\n                \"100023484784\",\n                \"100023484785\",\n                \"100023484786\",\n                \"100023484787\",\n                \"100023484788\",\n                \"100023484789\",\n                \"100023484790\",\n                \"100023484791\",\n                \"100023484792\",\n                \"100023484793\",\n                \"100023484794\",\n                \"100023484795\",\n                \"100023484796\",\n                \"100023484797\",\n                \"100023484798\",\n                \"100023484799\",\n                \"100023484800\",\n                \"100023484801\",\n                \"100023484802\",\n                \"100023484803\",\n                \"100023484804\",\n                \"100023484805\",\n                \"100023484806\",\n                \"100023484807\",\n                \"100023484808\",\n                \"100023484809\",\n                \"100023484810\",\n                \"100023484811\",\n                \"100023484812\",\n                \"100023484813\",\n                \"100023484814\",\n                \"100023484815\",\n                \"100023484816\",\n                \"100023484817\",\n                \"100023484818\",\n                \"100023484819\",\n                \"100023484820\",\n                \"100023484821\",\n                \"100023484822\",\n                \"100023484823\",\n                \"100023484824\",\n                \"100023484825\",\n                \"100023484826\",\n                \"100023484827\",\n                \"100023484828\",\n                \"100023484829\",\n                \"100023484830\",\n                \"100023485560\",\n                \"100023485561\",\n                \"100023485562\",\n                \"100023485563\",\n                \"100023485564\",\n                \"100023485565\",\n                \"100023485566\",\n                \"100023485567\",\n                \"100023485568\",\n                \"100023485569\",\n                \"100023485570\",\n                \"100023485571\",\n                \"100023485572\",\n                \"100023485573\",\n                \"100023485574\"\n            ],\n            \"property_address\": [\n                \"1 to 13 Desborough Close, 2 Lord Hills Road, Atherstone Court, Delamere Terrace, Lapworth Court, Chichester Road, 156 Harrow Road and land on the north side of Harrow Road, 2 Warwick Crescent, 13 Westbourne Terrace Road, 1A Blomfield Villas and land on the east side of Blomfield Villas and land on the north side of Delamere Terrace\"\n            ],\n            \"ownership\": \"Local Authority\",\n            \"proprietors\": [\n                {\n                    \"name\": \"THE LORD MAYOR AND CITIZENS OF THE CITY OF WESTMINSTER\",\n                    \"company_registration_no\": \"\",\n                    \"proprietorship_category\": \"Local Authority\",\n                    \"country_incorporated\": \"\",\n                    \"address_1\": \"City Hall, Victoria Street, London SW1\",\n                    \"address_2\": \"\",\n                    \"address_3\": \"\"\n                }\n            ],\n            \"is_foreign_co\": false,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"MultiPolygon\",\n                    \"coordinates\": [\n                        [\n                            [\n                                [\n                                    -0.1846967879800378,\n                                    51.52132309925023\n                                ],\n                                [\n                                    -0.1846877745857025,\n                                    51.5213329953283\n                                ],\n                                [\n                                    -0.1845684157302479,\n                                    51.52129293017713\n                                ],\n                                [\n                                    -0.1842868123234667,\n                                    51.521197298131675\n                                ],\n                                [\n                                    -0.1842056834249364,\n                                    51.52117131304751\n                                ],\n                                [\n                                    -0.1841416089612289,\n                                    51.52115143701206\n                                ],\n                                [\n                                    -0.1841351979432377,\n                                    51.52114953927573\n                                ],\n                                [\n                                    -0.1841294893312099,\n                                    51.52114810203517\n                                ],\n                                [\n                                    -0.1841273693525392,\n                                    51.52114740377523\n                                ],\n                                [\n                                    -0.1841383317337272,\n                                    51.521134534434125\n                                ],\n                                [\n                                    -0.1841386337866825,\n                                    51.52113418840471\n                                ],\n                                [\n                                    -0.1846967879800378,\n                                    51.52132309925023\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1883983247004297,\n                                    51.52135124391388\n                                ],\n                                [\n                                    -0.1883707147806281,\n                                    51.521566429252644\n                                ],\n                                [\n                                    -0.1883149933335443,\n                                    51.521559031142615\n                                ],\n                                [\n                                    -0.1882774719522845,\n                                    51.52155613156841\n                                ],\n                                [\n                                    -0.1882769108415931,\n                                    51.521556104916996\n                                ],\n                                [\n                                    -0.1882768359424575,\n                                    51.521557992172745\n                                ],\n                                [\n                                    -0.1882748138350921,\n                                    51.5215907833502\n                                ],\n                                [\n                                    -0.1882753557911932,\n                                    51.52159528794138\n                                ],\n                                [\n                                    -0.1882737547169084,\n                                    51.52159930981065\n                                ],\n                                [\n                                    -0.18827139768797,\n                                    51.52160421924797\n                                ],\n                                [\n                                    -0.1882668976276711,\n                                    51.5216086459632\n                                ],\n                                [\n                                    -0.1882609748236277,\n                                    51.521612601081266\n                                ],\n                                [\n                                    -0.1882551233520741,\n                                    51.521614758812625\n                                ],\n                                [\n                                    -0.188249321952609,\n                                    51.52161601807299\n                                ],\n                                [\n                                    -0.188249307546847,\n                                    51.52161601785049\n                                ],\n                                [\n                                    -0.1882427892866529,\n                                    51.521616816416156\n                                ],\n                                [\n                                    -0.1882348661170929,\n                                    51.52161669403757\n                                ],\n                                [\n                                    -0.1882276989030212,\n                                    51.52161568409065\n                                ],\n                                [\n                                    -0.1882234306753776,\n                                    51.5216142692984\n                                ],\n                                [\n                                    -0.1881254824311655,\n                                    51.52159432186496\n                                ],\n                                [\n                                    -0.1880636303392823,\n                                    51.521582314731994\n                                ],\n                                [\n                                    -0.1880188469226287,\n                                    51.521647978170584\n                                ],\n                                [\n                                    -0.1880042874826487,\n                                    51.52166978474309\n                                ],\n                                [\n                                    -0.1879561268109652,\n                                    51.52173918180482\n                                ],\n                                [\n                                    -0.1879216625374482,\n                                    51.521790355930115\n                                ],\n                                [\n                                    -0.1879943295740778,\n                                    51.52181171148524\n                                ],\n                                [\n                                    -0.1880989995906414,\n                                    51.521843902650645\n                                ],\n                                [\n                                    -0.188137467309051,\n                                    51.52185528777733\n                                ],\n                                [\n                                    -0.1881930258807984,\n                                    51.52187188272057\n                                ],\n                                [\n                                    -0.1882172126375287,\n                                    51.521879899881704\n                                ],\n                                [\n                                    -0.1882126590422674,\n                                    51.521885674634056\n                                ],\n                                [\n                                    -0.1882067005289783,\n                                    51.52189052844195\n                                ],\n                                [\n                                    -0.1882059445684542,\n                                    51.521891416009495\n                                ],\n                                [\n                                    -0.1881993192634791,\n                                    51.521894910651746\n                                ],\n                                [\n                                    -0.1881919914991088,\n                                    51.52189794482136\n                                ],\n                                [\n                                    -0.1881781811003516,\n                                    51.52190087885901\n                                ],\n                                [\n                                    -0.1881520008829807,\n                                    51.521906769181214\n                                ],\n                                [\n                                    -0.1881403156878652,\n                                    51.52191063528514\n                                ],\n                                [\n                                    -0.1881366607199769,\n                                    51.52191192769485\n                                ],\n                                [\n                                    -0.1881263626033828,\n                                    51.521917164089\n                                ],\n                                [\n                                    -0.1881167491074753,\n                                    51.52192331030142\n                                ],\n                                [\n                                    -0.1881100167810722,\n                                    51.52192950101774\n                                ],\n                                [\n                                    -0.1881073599335659,\n                                    51.52193215771032\n                                ],\n                                [\n                                    -0.1881045315043978,\n                                    51.52193441608508\n                                ],\n                                [\n                                    -0.1880989043892851,\n                                    51.521938546618884\n                                ],\n                                [\n                                    -0.1880907657152705,\n                                    51.521943852336214\n                                ],\n                                [\n                                    -0.1880861051613122,\n                                    51.521946873744675\n                                ],\n                                [\n                                    -0.1880798348543453,\n                                    51.52195014006038\n                                ],\n                                [\n                                    -0.1880726183148165,\n                                    51.52195400324525\n                                ],\n                                [\n                                    -0.1880672239919274,\n                                    51.521956626643465\n                                ],\n                                [\n                                    -0.1880580958875892,\n                                    51.521960712087676\n                                ],\n                                [\n                                    -0.1880546214677094,\n                                    51.5219632662255\n                                ],\n                                [\n                                    -0.1879548763739743,\n                                    51.522097511256554\n                                ],\n                                [\n                                    -0.1879205723514887,\n                                    51.52214464125751\n                                ],\n                                [\n                                    -0.1878565891187548,\n                                    51.52223132910317\n                                ],\n                                [\n                                    -0.1878320450158722,\n                                    51.52226353852711\n                                ],\n                                [\n                                    -0.187776995704257,\n                                    51.52224499992401\n                                ],\n                                [\n                                    -0.1877767677063278,\n                                    51.52224493345445\n                                ],\n                                [\n                                    -0.1877724994347185,\n                                    51.522243518645524\n                                ],\n                                [\n                                    -0.1875462992628425,\n                                    51.52216808420664\n                                ],\n                                [\n                                    -0.1874900559623027,\n                                    51.52215057913388\n                                ],\n                                [\n                                    -0.1872702323223936,\n                                    51.52207794041835\n                                ],\n                                [\n                                    -0.1872154298307499,\n                                    51.52206045747841\n                                ],\n                                [\n                                    -0.1871684613986636,\n                                    51.52204534369655\n                                ],\n                                [\n                                    -0.1871679945695975,\n                                    51.52204512066324\n                                ],\n                                [\n                                    -0.1869779641136408,\n                                    51.52198126883638\n                                ],\n                                [\n                                    -0.1869778495805452,\n                                    51.52198124908121\n                                ],\n                                [\n                                    -0.1869188326414706,\n                                    51.52196100312831\n                                ],\n                                [\n                                    -0.1868583394752031,\n                                    51.52194163357092\n                                ],\n                                [\n                                    -0.1866442802003567,\n                                    51.521869082769875\n                                ],\n                                [\n                                    -0.186586614889807,\n                                    51.52185110565347\n                                ],\n                                [\n                                    -0.1863726100363594,\n                                    51.5217772063254\n                                ],\n                                [\n                                    -0.1863113970610341,\n                                    51.52175782535315\n                                ],\n                                [\n                                    -0.186157165305374,\n                                    51.52170328433649\n                                ],\n                                [\n                                    -0.1861507541238692,\n                                    51.52170138670893\n                                ],\n                                [\n                                    -0.1861458192285135,\n                                    51.52169861266529\n                                ],\n                                [\n                                    -0.1861423606193135,\n                                    51.52169496220573\n                                ],\n                                [\n                                    -0.1861409914591754,\n                                    51.52169314254501\n                                ],\n                                [\n                                    -0.1861413128353212,\n                                    51.52168505431573\n                                ],\n                                [\n                                    -0.1861459559408654,\n                                    51.52167703291565\n                                ],\n                                [\n                                    -0.1861512836246449,\n                                    51.52166992134561\n                                ],\n                                [\n                                    -0.1861580340287745,\n                                    51.52166328139766\n                                ],\n                                [\n                                    -0.1863076197544633,\n                                    51.521508226651896\n                                ],\n                                [\n                                    -0.1863430084636785,\n                                    51.5214701063261\n                                ],\n                                [\n                                    -0.1864730087326327,\n                                    51.52133633040637\n                                ],\n                                [\n                                    -0.1865120521312127,\n                                    51.52129691766781\n                                ],\n                                [\n                                    -0.1866353011447433,\n                                    51.521169781525025\n                                ],\n                                [\n                                    -0.1866677903450932,\n                                    51.52113206589971\n                                ],\n                                [\n                                    -0.1868189202066206,\n                                    51.52097433664647\n                                ],\n                                [\n                                    -0.1868255990210319,\n                                    51.52096949404254\n                                ],\n                                [\n                                    -0.1868329624173995,\n                                    51.52096556126465\n                                ],\n                                [\n                                    -0.1868402901187303,\n                                    51.52096252717893\n                                ],\n                                [\n                                    -0.1868490405267357,\n                                    51.520959964706535\n                                ],\n                                [\n                                    -0.1868584933642584,\n                                    51.520957862713495\n                                ],\n                                [\n                                    -0.1868686307848901,\n                                    51.52095667054596\n                                ],\n                                [\n                                    -0.1868772919576439,\n                                    51.520956354802976\n                                ],\n                                [\n                                    -0.186886655561047,\n                                    51.52095649953921\n                                ],\n                                [\n                                    -0.1868938404865944,\n                                    51.520957060220546\n                                ],\n                                [\n                                    -0.1869010075660437,\n                                    51.5209580702478\n                                ],\n                                [\n                                    -0.1869102997851446,\n                                    51.52096001236741\n                                ],\n                                [\n                                    -0.1869195384667358,\n                                    51.520963302525246\n                                ],\n                                [\n                                    -0.1870261703082441,\n                                    51.521000470835745\n                                ],\n                                [\n                                    -0.1870801441170392,\n                                    51.5210206387998\n                                ],\n                                [\n                                    -0.1872953129737127,\n                                    51.52108331429331\n                                ],\n                                [\n                                    -0.1873581801442158,\n                                    51.521097324853656\n                                ],\n                                [\n                                    -0.1875806529077194,\n                                    51.52113943006982\n                                ],\n                                [\n                                    -0.1876488119574033,\n                                    51.521147227530136\n                                ],\n                                [\n                                    -0.1877879577396662,\n                                    51.521164214884294\n                                ],\n                                [\n                                    -0.187805155291965,\n                                    51.52116672868822\n                                ],\n                                [\n                                    -0.1878209122843858,\n                                    51.521169220234064\n                                ],\n                                [\n                                    -0.1878503367798444,\n                                    51.52117237255033\n                                ],\n                                [\n                                    -0.1878797969531291,\n                                    51.521174626166165\n                                ],\n                                [\n                                    -0.1879438662938036,\n                                    51.521176515186\n                                ],\n                                [\n                                    -0.1880309132959827,\n                                    51.52118055760859\n                                ],\n                                [\n                                    -0.1882719330586615,\n                                    51.52117303995908\n                                ],\n                                [\n                                    -0.1883079827821628,\n                                    51.52117269751305\n                                ],\n                                [\n                                    -0.1883159162178467,\n                                    51.521172559264876\n                                ],\n                                [\n                                    -0.1883958675942868,\n                                    51.521170520842674\n                                ],\n                                [\n                                    -0.1884002215769737,\n                                    51.52123769867702\n                                ],\n                                [\n                                    -0.1884004715823325,\n                                    51.52124156928796\n                                ],\n                                [\n                                    -0.1883983247004297,\n                                    51.52135124391388\n                                ]\n                            ],\n                            [\n                                [\n                                    -0.1872998441970736,\n                                    51.52145926841417\n                                ],\n                                [\n                                    -0.187176049139492,\n                                    51.521418687755705\n                                ],\n                                [\n                                    -0.1870630050281662,\n                                    51.52137962199558\n                                ],\n                                [\n                                    -0.1870186523550905,\n                                    51.521425697186245\n                                ],\n                                [\n                                    -0.1869765496771233,\n                                    51.52146955902661\n                                ],\n                                [\n                                    -0.1869352207424563,\n                                    51.52151208394522\n                                ],\n                                [\n                                    -0.1870611053103857,\n                                    51.52155449564054\n                                ],\n                                [\n                                    -0.1871841446528518,\n                                    51.521595963982904\n                                ],\n                                [\n                                    -0.1872172944213423,\n                                    51.52160731218944\n                                ],\n                                [\n                                    -0.187253659423377,\n                                    51.52156201272749\n                                ],\n                                [\n                                    -0.1872907372384863,\n                                    51.52151618472349\n                                ],\n                                [\n                                    -0.1873285765263373,\n                                    51.52146896565424\n                                ],\n                                [\n                                    -0.1872998441970736,\n                                    51.52145926841417\n                                ]\n                            ],\n                            [\n                                [\n                                    -0.1871092494276705,\n                                    51.521685180522674\n                                ],\n                                [\n                                    -0.1869854717827934,\n                                    51.52164415031393\n                                ],\n                                [\n                                    -0.1868510328297049,\n                                    51.5215993581992\n                                ],\n                                [\n                                    -0.1868066797255485,\n                                    51.52164543330387\n                                ],\n                                [\n                                    -0.1869461250972943,\n                                    51.52169120209557\n                                ],\n                                [\n                                    -0.1870699206774136,\n                                    51.521731783000135\n                                ],\n                                [\n                                    -0.1871015784797652,\n                                    51.521750212208715\n                                ],\n                                [\n                                    -0.1871018358696662,\n                                    51.52174990145128\n                                ],\n                                [\n                                    -0.1871405933349705,\n                                    51.52170207615446\n                                ],\n                                [\n                                    -0.1871447467997917,\n                                    51.521696942714755\n                                ],\n                                [\n                                    -0.1871092494276705,\n                                    51.521685180522674\n                                ]\n                            ],\n                            [\n                                [\n                                    -0.1875191742071713,\n                                    51.521616878045585\n                                ],\n                                [\n                                    -0.1876392192436842,\n                                    51.52164301248846\n                                ],\n                                [\n                                    -0.1876678678987801,\n                                    51.521593097455835\n                                ],\n                                [\n                                    -0.1875478586563101,\n                                    51.52156606435033\n                                ],\n                                [\n                                    -0.1874171344677277,\n                                    51.52153661743642\n                                ],\n                                [\n                                    -0.1873787417148775,\n                                    51.52152807484038\n                                ],\n                                [\n                                    -0.1873495721180088,\n                                    51.52158021187977\n                                ],\n                                [\n                                    -0.1873884142094022,\n                                    51.52158832979145\n                                ],\n                                [\n                                    -0.1875191742071713,\n                                    51.521616878045585\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1878004824395569,\n                                    51.522345817333445\n                                ],\n                                [\n                                    -0.1877819209977903,\n                                    51.52236457655945\n                                ],\n                                [\n                                    -0.1877579199158688,\n                                    51.52235659814848\n                                ],\n                                [\n                                    -0.1876142034168954,\n                                    51.522309415484486\n                                ],\n                                [\n                                    -0.1863748857831908,\n                                    51.521901337221855\n                                ],\n                                [\n                                    -0.1859580802351354,\n                                    51.521761803870156\n                                ],\n                                [\n                                    -0.1856409387666831,\n                                    51.521653485712726\n                                ],\n                                [\n                                    -0.1854624327643383,\n                                    51.52159317283572\n                                ],\n                                [\n                                    -0.1852931480521623,\n                                    51.521536599322566\n                                ],\n                                [\n                                    -0.1849446567195442,\n                                    51.521419251424916\n                                ],\n                                [\n                                    -0.1847670624958236,\n                                    51.5213596170261\n                                ],\n                                [\n                                    -0.1846908184408986,\n                                    51.5213340226115\n                                ],\n                                [\n                                    -0.1846969374742101,\n                                    51.52133021458802\n                                ],\n                                [\n                                    -0.184703561529858,\n                                    51.52132675609285\n                                ],\n                                [\n                                    -0.1847041988406565,\n                                    51.5213263163335\n                                ],\n                                [\n                                    -0.1847053608297473,\n                                    51.521325731822444\n                                ],\n                                [\n                                    -0.1847070849962385,\n                                    51.52132514701908\n                                ],\n                                [\n                                    -0.1847086381929519,\n                                    51.521324874305385\n                                ],\n                                [\n                                    -0.1847101734103863,\n                                    51.52132469123787\n                                ],\n                                [\n                                    -0.1847116196924272,\n                                    51.52132456974111\n                                ],\n                                [\n                                    -0.1847135050447966,\n                                    51.52132464388065\n                                ],\n                                [\n                                    -0.18471575672459,\n                                    51.521324930515604\n                                ],\n                                [\n                                    -0.1847183613982842,\n                                    51.52132540246223\n                                ],\n                                [\n                                    -0.1847725590237182,\n                                    51.521342463569\n                                ],\n                                [\n                                    -0.1847792549928351,\n                                    51.52134444661178\n                                ],\n                                [\n                                    -0.1849574547189257,\n                                    51.52140226489555\n                                ],\n                                [\n                                    -0.1854206737581551,\n                                    51.52155581968636\n                                ],\n                                [\n                                    -0.1855867862230117,\n                                    51.52161351296241\n                                ],\n                                [\n                                    -0.1857477930417774,\n                                    51.521668024638664\n                                ],\n                                [\n                                    -0.1862799569298533,\n                                    51.521842767426456\n                                ],\n                                [\n                                    -0.1866322381785036,\n                                    51.521961761560966\n                                ],\n                                [\n                                    -0.1869345694881016,\n                                    51.522057645346756\n                                ],\n                                [\n                                    -0.1872450488199537,\n                                    51.52216109101358\n                                ],\n                                [\n                                    -0.1875908486192057,\n                                    51.52227463156624\n                                ],\n                                [\n                                    -0.1878004824395569,\n                                    51.522345817333445\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1851578727403606,\n                                    51.51975143931781\n                                ],\n                                [\n                                    -0.1853205624404659,\n                                    51.519853367868734\n                                ],\n                                [\n                                    -0.1852079574969362,\n                                    51.51985052864942\n                                ],\n                                [\n                                    -0.1852007577641988,\n                                    51.5198503453172\n                                ],\n                                [\n                                    -0.1852003115608234,\n                                    51.5198503294212\n                                ],\n                                [\n                                    -0.1851355287317683,\n                                    51.51984867064706\n                                ],\n                                [\n                                    -0.1851212733195528,\n                                    51.51984830620212\n                                ],\n                                [\n                                    -0.1850567912197248,\n                                    51.519846696999686\n                                ],\n                                [\n                                    -0.1850448103981427,\n                                    51.51984640371005\n                                ],\n                                [\n                                    -0.1850332898279064,\n                                    51.519846135525626\n                                ],\n                                [\n                                    -0.1850278087144166,\n                                    51.51984623056389\n                                ],\n                                [\n                                    -0.1850224680798844,\n                                    51.51984641770005\n                                ],\n                                [\n                                    -0.1850169762478815,\n                                    51.519846782345354\n                                ],\n                                [\n                                    -0.1850116213219169,\n                                    51.519847328957745\n                                ],\n                                [\n                                    -0.1850062628229853,\n                                    51.51984796543907\n                                ],\n                                [\n                                    -0.1850010412299937,\n                                    51.519848783887504\n                                ],\n                                [\n                                    -0.1849958160639541,\n                                    51.519849692204936\n                                ],\n                                [\n                                    -0.1849905837519615,\n                                    51.51985078026046\n                                ],\n                                [\n                                    -0.1849854919186397,\n                                    51.51985196041395\n                                ],\n                                [\n                                    -0.1849805405639683,\n                                    51.519853232665426\n                                ],\n                                [\n                                    -0.1849755820632128,\n                                    51.519854684655044\n                                ],\n                                [\n                                    -0.1849707640410451,\n                                    51.519856228742654\n                                ],\n                                [\n                                    -0.1849659388727049,\n                                    51.51985795256843\n                                ],\n                                [\n                                    -0.1849614018076503,\n                                    51.519859680852065\n                                ],\n                                [\n                                    -0.1849568575963697,\n                                    51.51986158887391\n                                ],\n                                [\n                                    -0.1849524538635922,\n                                    51.51986358899381\n                                ],\n                                [\n                                    -0.1849481870363502,\n                                    51.51986577108095\n                                ],\n                                [\n                                    -0.1849440642605527,\n                                    51.519867955397\n                                ],\n                                [\n                                    -0.1849400819632363,\n                                    51.5198702318111\n                                ],\n                                [\n                                    -0.1849362365714156,\n                                    51.51987269019253\n                                ],\n                                [\n                                    -0.1849326757099281,\n                                    51.51987524290115\n                                ],\n                                [\n                                    -0.1849291148480421,\n                                    51.519877795609645\n                                ],\n                                [\n                                    -0.1849258349435136,\n                                    51.51988053251456\n                                ],\n                                [\n                                    -0.1849208954343881,\n                                    51.51988513215223\n                                ],\n                                [\n                                    -0.1849073222157312,\n                                    51.51989661229812\n                                ],\n                                [\n                                    -0.184876564485505,\n                                    51.519945145176244\n                                ],\n                                [\n                                    -0.1848587253288163,\n                                    51.51997328525447\n                                ],\n                                [\n                                    -0.1848537192343423,\n                                    51.519972308541796\n                                ],\n                                [\n                                    -0.1848264625415175,\n                                    51.51996541218617\n                                ],\n                                [\n                                    -0.1847968100796435,\n                                    51.5199578672627\n                                ],\n                                [\n                                    -0.1848479587434961,\n                                    51.51988408442541\n                                ],\n                                [\n                                    -0.1849004317634735,\n                                    51.51981251621659\n                                ],\n                                [\n                                    -0.184925948676597,\n                                    51.51977615894033\n                                ],\n                                [\n                                    -0.1850555958004052,\n                                    51.51977814706405\n                                ],\n                                [\n                                    -0.1850586836347374,\n                                    51.51977734055978\n                                ],\n                                [\n                                    -0.1851215033073213,\n                                    51.51976093914582\n                                ],\n                                [\n                                    -0.1851578727403606,\n                                    51.51975143931781\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1846715479605757,\n                                    51.51973865322006\n                                ],\n                                [\n                                    -0.1846624299863688,\n                                    51.51975988715473\n                                ],\n                                [\n                                    -0.1846446476062815,\n                                    51.51979131032355\n                                ],\n                                [\n                                    -0.1846294183672859,\n                                    51.519817611339\n                                ],\n                                [\n                                    -0.1846204175710313,\n                                    51.51983589756111\n                                ],\n                                [\n                                    -0.1845946411217414,\n                                    51.5198758747116\n                                ],\n                                [\n                                    -0.1845767239138747,\n                                    51.519905973893586\n                                ],\n                                [\n                                    -0.1845459792403288,\n                                    51.51989834905469\n                                ],\n                                [\n                                    -0.1845167760423456,\n                                    51.519891107763996\n                                ],\n                                [\n                                    -0.1844967696016438,\n                                    51.51988675150845\n                                ],\n                                [\n                                    -0.184406821082279,\n                                    51.519865126260754\n                                ],\n                                [\n                                    -0.1843539865556488,\n                                    51.519852618263386\n                                ],\n                                [\n                                    -0.1841180383527853,\n                                    51.51987774161002\n                                ],\n                                [\n                                    -0.1840344651233047,\n                                    51.51985891250584\n                                ],\n                                [\n                                    -0.1840438476477113,\n                                    51.51984589281938\n                                ],\n                                [\n                                    -0.1840565680297513,\n                                    51.51982868037201\n                                ],\n                                [\n                                    -0.1839679237315417,\n                                    51.5198409495294\n                                ],\n                                [\n                                    -0.1839679093263746,\n                                    51.519840949306385\n                                ],\n                                [\n                                    -0.183947219173492,\n                                    51.51984182496845\n                                ],\n                                [\n                                    -0.1838538410749353,\n                                    51.51985206938743\n                                ],\n                                [\n                                    -0.1837748859863539,\n                                    51.519862087436174\n                                ],\n                                [\n                                    -0.1836944724696293,\n                                    51.51987253247108\n                                ],\n                                [\n                                    -0.1836357381970408,\n                                    51.51988151466979\n                                ],\n                                [\n                                    -0.1835792004357816,\n                                    51.51988963160871\n                                ],\n                                [\n                                    -0.1835567114991296,\n                                    51.51989332995292\n                                ],\n                                [\n                                    -0.183462344764102,\n                                    51.51991030308772\n                                ],\n                                [\n                                    -0.1833817344132132,\n                                    51.51992569070743\n                                ],\n                                [\n                                    -0.183286448521252,\n                                    51.51994402531068\n                                ],\n                                [\n                                    -0.1836205669318331,\n                                    51.51985200032686\n                                ],\n                                [\n                                    -0.1838202036975177,\n                                    51.51980737765855\n                                ],\n                                [\n                                    -0.1839966760653982,\n                                    51.51976422148814\n                                ],\n                                [\n                                    -0.1842788566105114,\n                                    51.51970485142163\n                                ],\n                                [\n                                    -0.1844487780388658,\n                                    51.519682509601786\n                                ],\n                                [\n                                    -0.1845222638751795,\n                                    51.51967626421073\n                                ],\n                                [\n                                    -0.1845625723688842,\n                                    51.51967246379893\n                                ],\n                                [\n                                    -0.1845789094519909,\n                                    51.51969224824781\n                                ],\n                                [\n                                    -0.1845903117588811,\n                                    51.51970273905979\n                                ],\n                                [\n                                    -0.1846053745910304,\n                                    51.519710345993886\n                                ],\n                                [\n                                    -0.1846215749407516,\n                                    51.51971870791181\n                                ],\n                                [\n                                    -0.1846342317680615,\n                                    51.519726286597354\n                                ],\n                                [\n                                    -0.184651686718622,\n                                    51.51973318417421\n                                ],\n                                [\n                                    -0.1846715479605757,\n                                    51.51973865322006\n                                ]\n                            ]\n                        ],\n                        [\n                            [\n                                [\n                                    -0.1867154032662681,\n                                    51.520861293096615\n                                ],\n                                [\n                                    -0.1867125546653687,\n                                    51.52086659956476\n                                ],\n                                [\n                                    -0.1867025161733528,\n                                    51.52087763997396\n                                ],\n                                [\n                                    -0.1866338244118095,\n                                    51.520948949244556\n                                ],\n                                [\n                                    -0.1864882105860476,\n                                    51.52109734845613\n                                ],\n                                [\n                                    -0.1863988590420603,\n                                    51.52118905676498\n                                ],\n                                [\n                                    -0.1862717579717693,\n                                    51.52132242781105\n                                ],\n                                [\n                                    -0.1862327201939407,\n                                    51.52136314446195\n                                ],\n                                [\n                                    -0.1861093744168517,\n                                    51.52149122289726\n                                ],\n                                [\n                                    -0.1860791346272041,\n                                    51.52152672504404\n                                ],\n                                [\n                                    -0.1859640562395843,\n                                    51.52164769225847\n                                ],\n                                [\n                                    -0.185829689736979,\n                                    51.5216011015986\n                                ],\n                                [\n                                    -0.1857941396880572,\n                                    51.52158886159156\n                                ],\n                                [\n                                    -0.1856867872293355,\n                                    51.52155168101977\n                                ],\n                                [\n                                    -0.1856305632772303,\n                                    51.52153372572191\n                                ],\n                                [\n                                    -0.1854215141768459,\n                                    51.52146214940301\n                                ],\n                                [\n                                    -0.1853609865978124,\n                                    51.52144367777618\n                                ],\n                                [\n                                    -0.1852977208314689,\n                                    51.521421566778116\n                                ],\n                                [\n                                    -0.1851391518851735,\n                                    51.52136740692833\n                                ],\n                                [\n                                    -0.1850768087520838,\n                                    51.52134674887585\n                                ],\n                                [\n                                    -0.1849378130422284,\n                                    51.52130134449738\n                                ],\n                                [\n                                    -0.1849349855123856,\n                                    51.52129995187775\n                                ],\n                                [\n                                    -0.1849314734326818,\n                                    51.5212976494209\n                                ],\n                                [\n                                    -0.1849294019168383,\n                                    51.521295369255114\n                                ],\n                                [\n                                    -0.1849280685488335,\n                                    51.521292650889116\n                                ],\n                                [\n                                    -0.1849274554626485,\n                                    51.5212899436687\n                                ],\n                                [\n                                    -0.1849276162559068,\n                                    51.521285899556524\n                                ],\n                                [\n                                    -0.1849277055854788,\n                                    51.52128365282753\n                                ],\n                                [\n                                    -0.1849277770491278,\n                                    51.52128185544431\n                                ],\n                                [\n                                    -0.1849288727417875,\n                                    51.521280037940194\n                                ],\n                                [\n                                    -0.1849339502159958,\n                                    51.521271609655564\n                                ],\n                                [\n                                    -0.1850331906743417,\n                                    51.52111397897166\n                                ],\n                                [\n                                    -0.185109289944883,\n                                    51.52099056610775\n                                ],\n                                [\n                                    -0.1851518307004748,\n                                    51.520921577820246\n                                ],\n                                [\n                                    -0.1851762907262417,\n                                    51.520886436106096\n                                ],\n                                [\n                                    -0.1851798182362571,\n                                    51.52088073551821\n                                ],\n                                [\n                                    -0.1852120265312805,\n                                    51.52082871795459\n                                ],\n                                [\n                                    -0.1852209604681729,\n                                    51.5208142884148\n                                ],\n                                [\n                                    -0.185245509693817,\n                                    51.52077689995494\n                                ],\n                                [\n                                    -0.1852910245217909,\n                                    51.52070161795563\n                                ],\n                                [\n                                    -0.185310496000339,\n                                    51.52066505016916\n                                ],\n                                [\n                                    -0.1853289792524424,\n                                    51.520635211425116\n                                ],\n                                [\n                                    -0.1854015071972458,\n                                    51.52051493543896\n                                ],\n                                [\n                                    -0.1854229256206442,\n                                    51.52047688702207\n                                ],\n                                [\n                                    -0.1854663677141828,\n                                    51.52040623097656\n                                ],\n                                [\n                                    -0.1856319939412134,\n                                    51.52013767076996\n                                ],\n                                [\n                                    -0.1856350892949278,\n                                    51.52013232318157\n                                ],\n                                [\n                                    -0.1856395894587798,\n                                    51.52012789656735\n                                ],\n                                [\n                                    -0.1856447920271888,\n                                    51.52012393044002\n                                ],\n                                [\n                                    -0.1856499767366288,\n                                    51.52012041365851\n                                ],\n                                [\n                                    -0.1856543697497507,\n                                    51.52011868312012\n                                ],\n                                [\n                                    -0.1856616438163661,\n                                    51.52011699714525\n                                ],\n                                [\n                                    -0.185668882166708,\n                                    51.52011620986207\n                                ],\n                                [\n                                    -0.1856717632205019,\n                                    51.52011625442554\n                                ],\n                                [\n                                    -0.1856939566209324,\n                                    51.52011636390188\n                                ],\n                                [\n                                    -0.1857078049682608,\n                                    51.520120444853006\n                                ],\n                                [\n                                    -0.1857223840634668,\n                                    51.52013007645182\n                                ],\n                                [\n                                    -0.1857377834345686,\n                                    51.520141555195075\n                                ],\n                                [\n                                    -0.185778415903901,\n                                    51.52017095948444\n                                ],\n                                [\n                                    -0.185815500670747,\n                                    51.52019896002189\n                                ],\n                                [\n                                    -0.185889741763678,\n                                    51.52025316367808\n                                ],\n                                [\n                                    -0.1859247144221138,\n                                    51.520277732369856\n                                ],\n                                [\n                                    -0.1860851969149274,\n                                    51.52039467005587\n                                ],\n                                [\n                                    -0.1861448727691818,\n                                    51.520435276539146\n                                ],\n                                [\n                                    -0.186291189549785,\n                                    51.52054308336673\n                                ],\n                                [\n                                    -0.1863353526795278,\n                                    51.520574340538516\n                                ],\n                                [\n                                    -0.1864935464567207,\n                                    51.52069233933828\n                                ],\n                                [\n                                    -0.1865408488731018,\n                                    51.52072585710702\n                                ],\n                                [\n                                    -0.1866141134913727,\n                                    51.520777833052534\n                                ],\n                                [\n                                    -0.1867084948288373,\n                                    51.520851231665354\n                                ],\n                                [\n                                    -0.1867133761244633,\n                                    51.52085535372399\n                                ],\n                                [\n                                    -0.1867154032662681,\n                                    51.520861293096615\n                                ]\n                            ]\n                        ]\n                    ]\n                },\n                \"properties\": null\n            },\n            \"area_sqft\": 276957.04823003465,\n            \"area_buildings_sqft\": 71185.41975884639,\n            \"density\": 25.702692967655146,\n            \"risk_level\": 3,\n            \"has_defence\": true,\n            \"is_listed\": false,\n            \"area_m2\": 25729.93759104744,\n            \"area_acre\": 6.358058958448913,\n            \"area_buildings_m2\": 6613.286859796209,\n            \"area_buildings_acre\": 1.6341923727926169\n        }\n    ],\n    \"total_count\": 2,\n    \"page_total\": 2\n}"}],"_postman_id":"d45a8b29-08aa-4642-985b-84b4a687c074"},{"name":"company","event":[{"listen":"test","script":{"id":"6221e5a5-7610-42ce-bb5e-ea464ec0f291","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"908fc434-3744-4834-9676-f761386ce771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"company_name\":\"Costa\"\n}\n"},"url":"{{url}}/v2/land/company","description":"<p>This endpoint returns the company name and titles owned for the 10 companies that match the recieved request the closest.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>company_name</code> <strong>String (Mandatory)</strong> Minimum length: 2</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code</p>\n<p><code>data</code>:</p>\n<blockquote>\n<p><code>proprietor_name</code> <strong>string</strong></p>\n<p><code>title_no</code> <strong>string[]</strong></p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","land","company"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"36099933-83a8-4be0-a878-e744856f287b","name":"company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"company_name\":\"Costa\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/land/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 27 May 2022 08:27:54 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"proprietor_name\": \"COSTA LTD\",\n            \"title_no\": [\n                \"YY106334\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"COSTA LIMITED\",\n            \"title_no\": [\n                \"AGL421577\",\n                \"BL121597\",\n                \"BGL134835\",\n                \"DU357950\",\n                \"MM9290\",\n                \"AGL428723\",\n                \"HP731696\",\n                \"NYK389546\",\n                \"AGL375256\",\n                \"GR372451\",\n                \"WT317466\",\n                \"SL46745\",\n                \"SY799866\",\n                \"WSX350262\",\n                \"EX947432\",\n                \"LT408877\",\n                \"SYK654873\",\n                \"LAN184577\",\n                \"TGL419204\",\n                \"BGL135970\",\n                \"EX877133\",\n                \"SY783479\",\n                \"TY484733\",\n                \"SYK610971\",\n                \"PM19448\",\n                \"TT37976\",\n                \"NYK467838\",\n                \"NN365032\",\n                \"NN361296\",\n                \"ND178461\",\n                \"ON343927\",\n                \"NGL858623\",\n                \"TY560312\",\n                \"CYM525539\",\n                \"WS81535\",\n                \"ST309290\",\n                \"BD327199\",\n                \"WT295791\",\n                \"LT418342\",\n                \"SYK652719\",\n                \"MAN283896\",\n                \"BL145533\",\n                \"WT430748\",\n                \"K981969\",\n                \"CB452800\",\n                \"CL279502\",\n                \"TT26\",\n                \"K825551\",\n                \"SYK634872\",\n                \"ND168286\",\n                \"WM897348\",\n                \"SYK654875\",\n                \"MAN249443\",\n                \"NT509029\",\n                \"AGL327621\",\n                \"WSX345873\",\n                \"DN719728\",\n                \"ST288152\",\n                \"MAN173293\",\n                \"DU351691\",\n                \"HE24496\",\n                \"CH543172\",\n                \"GR412366\",\n                \"NYK478198\",\n                \"BK507247\",\n                \"GR445131\",\n                \"AGL235624\",\n                \"WT424540\",\n                \"LL296099\",\n                \"ON313416\",\n                \"HD584847\",\n                \"GR442818\",\n                \"WR187606\",\n                \"NGL954005\",\n                \"LAN165128\",\n                \"NGL987227\",\n                \"CYM778784\",\n                \"HP760358\",\n                \"HP776283\",\n                \"TGL410822\",\n                \"ESX383547\",\n                \"NT550101\",\n                \"CYM549893\",\n                \"YY146050\",\n                \"CYM598009\",\n                \"YEA68983\",\n                \"DN576923\",\n                \"MS529840\",\n                \"CH634883\",\n                \"SY851581\",\n                \"DU366987\",\n                \"DY466846\",\n                \"CYM725788\",\n                \"DU348266\",\n                \"CYM515060\",\n                \"CB363162\",\n                \"HP755782\",\n                \"SYK558332\",\n                \"AGL256424\",\n                \"ESX407308\",\n                \"AGL455025\",\n                \"YY62659\",\n                \"MAN124764\",\n                \"SYK641037\",\n                \"YY28966\",\n                \"TGL376500\",\n                \"CYM654365\",\n                \"MM40202\",\n                \"CB439681\",\n                \"WR155786\",\n                \"ON313415\",\n                \"SL232690\",\n                \"SYK647657\",\n                \"CL231838\",\n                \"ESX363410\",\n                \"LAN223235\",\n                \"NGL985965\",\n                \"WT288758\",\n                \"HD538607\",\n                \"TGL355793\",\n                \"ON363678\",\n                \"SF610025\",\n                \"MS652192\",\n                \"GR324750\",\n                \"DY523780\",\n                \"BK428341\",\n                \"NGL910428\",\n                \"MM9624\",\n                \"EX945114\",\n                \"ST296637\",\n                \"EX986278\",\n                \"ST333899\",\n                \"LAN57987\",\n                \"EX926242\",\n                \"TGL438482\",\n                \"MAN243594\",\n                \"MM18371\",\n                \"HD533717\",\n                \"CYM598921\",\n                \"AGL375553\",\n                \"NGL727938\",\n                \"DN547469\",\n                \"TGL391378\",\n                \"BM383341\",\n                \"NT538703\",\n                \"DN682215\",\n                \"GM718920\",\n                \"HD546278\",\n                \"LL249402\",\n                \"EX810336\",\n                \"BM429855\",\n                \"WS58583\",\n                \"CE198429\",\n                \"AGL404371\",\n                \"CYM764263\",\n                \"YY79146\",\n                \"SYK694538\",\n                \"NYK407933\",\n                \"AGL339790\",\n                \"DT364151\",\n                \"TGL411991\",\n                \"NT462761\",\n                \"BM415197\",\n                \"SF577375\",\n                \"WM851057\",\n                \"BM306737\",\n                \"DN651660\",\n                \"NGL944407\",\n                \"GR360638\",\n                \"SGL727703\",\n                \"HP789606\",\n                \"SH30079\",\n                \"ON304417\",\n                \"BL126741\",\n                \"YY40458\",\n                \"NGL951600\",\n                \"TY560300\",\n                \"SL229268\",\n                \"CYM662763\",\n                \"MM76448\",\n                \"WR177336\",\n                \"EX972452\",\n                \"AGL362625\",\n                \"HE41997\",\n                \"TY542689\",\n                \"CE216459\",\n                \"CB335779\",\n                \"SY827674\",\n                \"YY37011\",\n                \"ON341370\",\n                \"SY788696\",\n                \"MAN209627\",\n                \"WS63221\",\n                \"DN622116\",\n                \"GR393114\",\n                \"GR327778\",\n                \"WK468488\",\n                \"LL344711\",\n                \"EX889670\",\n                \"MM147835\",\n                \"CU304603\",\n                \"CU278298\",\n                \"BD296291\",\n                \"CH633857\",\n                \"TY560616\",\n                \"WM983430\",\n                \"GR376575\",\n                \"SYK594100\",\n                \"MAN172707\",\n                \"LT482600\",\n                \"TGL475533\",\n                \"BGL105958\",\n                \"NT492757\",\n                \"MM43716\",\n                \"CU316246\",\n                \"LL340938\",\n                \"NT532348\",\n                \"CB428501\",\n                \"TT81897\",\n                \"HP802594\",\n                \"LL383523\",\n                \"CE211301\",\n                \"HS363822\",\n                \"NYK423067\",\n                \"MM122140\",\n                \"DN599949\",\n                \"WM989814\",\n                \"NT532679\",\n                \"HS377102\",\n                \"DY425968\",\n                \"SYK598758\",\n                \"EX865731\",\n                \"AGL401160\",\n                \"CL335613\",\n                \"MM31760\",\n                \"EX988220\",\n                \"ESX379354\",\n                \"TY560016\",\n                \"CE237815\",\n                \"HD576911\",\n                \"HP812735\",\n                \"YEA52330\",\n                \"SGL737283\",\n                \"HD590745\",\n                \"MS640586\",\n                \"SY834499\",\n                \"LAN196771\",\n                \"PM34274\",\n                \"ST293041\",\n                \"EX927866\",\n                \"NN354075\",\n                \"BK433710\",\n                \"BD246964\",\n                \"EX910228\",\n                \"NYK416874\",\n                \"NT546823\",\n                \"NK492372\",\n                \"NT518560\",\n                \"AGL353426\",\n                \"K975701\",\n                \"EX987129\",\n                \"CH612930\",\n                \"AGL369707\",\n                \"TGL539025\",\n                \"DY480190\",\n                \"CL301848\",\n                \"BM408516\",\n                \"YY21504\",\n                \"BM411071\",\n                \"SY867051\",\n                \"HP687062\",\n                \"NGL929830\",\n                \"SK348335\",\n                \"NT506873\",\n                \"YY95330\",\n                \"CH663684\",\n                \"MM117804\",\n                \"TT93387\",\n                \"CL361519\",\n                \"HP767108\",\n                \"SF642850\",\n                \"BL111304\",\n                \"NGL971345\",\n                \"TY472517\",\n                \"HP824144\",\n                \"PM28257\",\n                \"CYM685827\",\n                \"WSX418275\",\n                \"DT437191\",\n                \"YY115836\",\n                \"DY544364\",\n                \"LT482599\",\n                \"SY842297\",\n                \"YEA78766\",\n                \"SK383374\",\n                \"CE230672\",\n                \"EGL538337\",\n                \"MM61238\",\n                \"MM147834\",\n                \"EX877710\",\n                \"TGL430306\",\n                \"EX921104\",\n                \"HD591409\",\n                \"MS674618\",\n                \"SF577293\",\n                \"GR346526\",\n                \"BK471802\",\n                \"MS596955\",\n                \"EX805371\",\n                \"TY552337\",\n                \"MAN306935\",\n                \"SYK667600\",\n                \"SGL791237\",\n                \"BM304520\",\n                \"LAN166680\",\n                \"CYM717166\",\n                \"MM97143\",\n                \"TGL452649\",\n                \"BK442973\",\n                \"K977301\",\n                \"LT425295\",\n                \"TGL355210\",\n                \"AGL198112\",\n                \"WK498647\",\n                \"ST321636\",\n                \"K927926\",\n                \"BD278227\",\n                \"GR360785\",\n                \"SGL729566\",\n                \"BGL89695\",\n                \"CE214875\",\n                \"CH614674\",\n                \"LAN203924\",\n                \"TGL251395\",\n                \"GR361354\",\n                \"NK474973\",\n                \"ESX403482\",\n                \"SK377275\",\n                \"EX990784\",\n                \"HD563167\",\n                \"LL389655\",\n                \"CH569284\",\n                \"ESX341517\",\n                \"MAN125876\",\n                \"MM70619\",\n                \"SYK640964\",\n                \"SY828075\",\n                \"TY454452\",\n                \"TGL364342\",\n                \"BM419339\",\n                \"DY482082\",\n                \"CH662232\",\n                \"BK400829\",\n                \"NK331985\",\n                \"NGL930689\",\n                \"LAN251539\",\n                \"NK464380\",\n                \"NT443796\",\n                \"EX946244\",\n                \"SF598793\",\n                \"CL347676\",\n                \"CE195447\",\n                \"NGL951805\",\n                \"NGL892698\",\n                \"SYK636261\",\n                \"DY551692\",\n                \"DY513886\",\n                \"YY59971\",\n                \"CL314594\",\n                \"NGL917488\",\n                \"ND175061\",\n                \"WT411632\",\n                \"SY854153\",\n                \"SK369820\",\n                \"MM2169\",\n                \"SY724534\",\n                \"DN599041\",\n                \"GR400292\",\n                \"CB426118\",\n                \"HP762933\",\n                \"DU357876\",\n                \"BK481775\",\n                \"BK479131\",\n                \"SK386509\",\n                \"NYK382655\",\n                \"DY478156\",\n                \"TT17689\",\n                \"AGL241325\",\n                \"WYK873068\",\n                \"HP827271\",\n                \"BM392154\",\n                \"CYM560461\",\n                \"WR95093\",\n                \"GR411608\",\n                \"DY495668\",\n                \"ESX366225\",\n                \"MS596958\",\n                \"PM33732\",\n                \"CU309668\",\n                \"TGL434487\",\n                \"HD565539\",\n                \"SL214698\",\n                \"ESX273606\",\n                \"BM354654\",\n                \"DN505441\",\n                \"AGL435867\",\n                \"LAN225816\",\n                \"CL341296\",\n                \"NYK392159\",\n                \"SF618392\",\n                \"CYM330380\",\n                \"MAN279484\",\n                \"SGL782284\",\n                \"EX989637\",\n                \"TY560572\",\n                \"GR379358\",\n                \"MAN215053\",\n                \"LL327224\",\n                \"NT517579\",\n                \"NYK418116\",\n                \"CE235389\",\n                \"CL333084\",\n                \"WK455686\",\n                \"SGL786491\",\n                \"SGL778573\",\n                \"NYK410996\",\n                \"DU364786\",\n                \"HS378550\",\n                \"TGL480855\",\n                \"DT416374\",\n                \"HD525735\",\n                \"WYK855835\",\n                \"CYM531054\",\n                \"EX967520\",\n                \"AGL306904\",\n                \"SY807688\",\n                \"LT467159\",\n                \"NGL914374\",\n                \"WT300766\",\n                \"ON301422\",\n                \"DN639143\",\n                \"NGL722490\",\n                \"AGL293128\",\n                \"DT449634\",\n                \"SGL699077\",\n                \"MS677495\",\n                \"GR442627\",\n                \"BM419033\",\n                \"LAN194014\",\n                \"EX864568\",\n                \"AGL225297\",\n                \"MS625626\",\n                \"MM29685\",\n                \"YY114992\",\n                \"CYM648845\",\n                \"MM38817\",\n                \"MAN291819\",\n                \"EX971820\",\n                \"SY780542\",\n                \"HD525692\",\n                \"CH539135\",\n                \"EX862930\",\n                \"HD440200\",\n                \"DN705260\",\n                \"TGL365111\",\n                \"TGL354977\",\n                \"CB437948\",\n                \"CH656634\",\n                \"CYM390306\",\n                \"TY462304\",\n                \"BK432317\",\n                \"ON330457\",\n                \"LL250221\",\n                \"NGL911778\",\n                \"NGL908416\",\n                \"SGL767880\",\n                \"ESX361761\",\n                \"MM91639\",\n                \"SY803149\",\n                \"MM43098\",\n                \"CYM597195\",\n                \"SGL689178\",\n                \"GR323319\",\n                \"HD524231\",\n                \"ESX312148\",\n                \"AGL295627\",\n                \"MM67216\",\n                \"TT70856\",\n                \"AGL325292\",\n                \"LAN208874\",\n                \"AGL229264\",\n                \"NGL927858\",\n                \"ON291825\",\n                \"SGL787236\",\n                \"DN626598\",\n                \"WT310147\",\n                \"MM113454\",\n                \"MS610386\",\n                \"LL377574\",\n                \"CU303420\",\n                \"CU322052\",\n                \"TGL485487\",\n                \"WM987469\",\n                \"DY481246\",\n                \"ST346040\",\n                \"AGL209246\",\n                \"TGL434601\",\n                \"LAN143023\",\n                \"ESX282218\",\n                \"IW83344\",\n                \"CYM638685\",\n                \"TY544469\",\n                \"SGL801539\",\n                \"SY781092\",\n                \"CB387879\",\n                \"TGL510571\",\n                \"SL192402\",\n                \"BL121596\",\n                \"GR413860\",\n                \"DN505147\",\n                \"NGL930331\",\n                \"CL291744\",\n                \"NYK459607\",\n                \"DU306583\",\n                \"SF521895\",\n                \"TGL435010\",\n                \"CH602278\",\n                \"SGL685433\",\n                \"DN650936\",\n                \"CH624872\",\n                \"MAN85612\",\n                \"MAN178913\",\n                \"MM29326\",\n                \"BK458196\",\n                \"AGL428945\",\n                \"LL344183\",\n                \"K985338\",\n                \"WR149627\",\n                \"LAN106589\",\n                \"SGL724232\",\n                \"EX860191\",\n                \"MAN343591\",\n                \"AGL304615\",\n                \"DU332851\",\n                \"NT494740\",\n                \"CB388364\",\n                \"WM962161\",\n                \"TY554227\",\n                \"TT110655\",\n                \"SGL657593\",\n                \"LT505694\",\n                \"SF598590\",\n                \"SH49848\",\n                \"MAN202002\",\n                \"CYM684416\",\n                \"MS644263\",\n                \"WYK910918\",\n                \"CYM657369\",\n                \"DU364785\",\n                \"SYK647416\",\n                \"HD553366\",\n                \"HD383309\",\n                \"EX924224\",\n                \"WSX355543\",\n                \"TGL477999\",\n                \"GR388173\",\n                \"NGL901012\",\n                \"MAN170157\",\n                \"EX966928\",\n                \"NGL936739\",\n                \"BGL123171\",\n                \"AGL227875\",\n                \"NN304320\",\n                \"AGL489980\",\n                \"AGL339791\",\n                \"CL346615\",\n                \"NGL945154\",\n                \"DY457551\",\n                \"CYM733034\",\n                \"ON307909\",\n                \"HE52504\",\n                \"WSX297315\",\n                \"TT83295\",\n                \"CYM526121\",\n                \"SK398583\",\n                \"SY834409\",\n                \"YY105593\",\n                \"CYM768462\",\n                \"TGL438563\",\n                \"EX928854\",\n                \"MAN295824\",\n                \"HD567178\",\n                \"MAN347587\",\n                \"MM32320\",\n                \"SK302935\",\n                \"ST356938\",\n                \"CYM628001\",\n                \"ST342004\",\n                \"DT425105\",\n                \"WSX297365\",\n                \"ST346900\",\n                \"EX865369\",\n                \"SYK662008\",\n                \"CB368719\",\n                \"WT295480\",\n                \"TGL452446\",\n                \"MS583518\",\n                \"MS628665\",\n                \"CYM800257\",\n                \"WSX343582\",\n                \"TY547299\",\n                \"BD277087\",\n                \"SF622019\",\n                \"WK513557\",\n                \"BM411069\",\n                \"SF562586\",\n                \"CYM580806\",\n                \"AGL298301\",\n                \"LAN189035\",\n                \"ST243263\",\n                \"TY519370\",\n                \"CH666730\",\n                \"NK507464\",\n                \"NGL903189\",\n                \"NGL974294\",\n                \"MAN300539\",\n                \"ND180937\",\n                \"WYK931705\",\n                \"GR326233\",\n                \"CU285218\",\n                \"NGL917850\",\n                \"WR142412\",\n                \"BGL96113\",\n                \"SL170544\",\n                \"WM945296\",\n                \"LAN134640\",\n                \"EX923326\",\n                \"ESX290589\",\n                \"NYK416075\",\n                \"WT310189\",\n                \"ST339347\",\n                \"CYM627017\",\n                \"CYM590921\",\n                \"NGL933383\",\n                \"SYK675153\",\n                \"MAN238374\",\n                \"MAN292915\",\n                \"MAN274699\",\n                \"EX888804\",\n                \"EX952516\",\n                \"CH593714\",\n                \"ON249747\",\n                \"BK497301\",\n                \"SY772778\",\n                \"YY73961\",\n                \"LAN75820\",\n                \"IW83934\",\n                \"EX980283\",\n                \"DY467633\",\n                \"BM386010\",\n                \"ST278081\",\n                \"CYM663528\",\n                \"MAN264803\",\n                \"MM64926\",\n                \"NK447005\",\n                \"MAN293681\",\n                \"YY9137\",\n                \"MM44574\",\n                \"SL268468\",\n                \"CB309978\",\n                \"DN681946\",\n                \"YY19868\",\n                \"CYM654198\",\n                \"SK346165\",\n                \"TT113358\",\n                \"BM306736\",\n                \"HD502971\",\n                \"CE230447\",\n                \"HP700583\",\n                \"WS45121\",\n                \"WM738775\",\n                \"CYM787490\",\n                \"TT11263\",\n                \"LAN196151\",\n                \"WM927596\",\n                \"WS71493\",\n                \"NGL918519\",\n                \"NYK446103\",\n                \"DN728708\",\n                \"ST308810\",\n                \"BK433112\",\n                \"PM34275\",\n                \"NK492431\",\n                \"CH603372\",\n                \"BL138656\",\n                \"CYM696900\",\n                \"CYM799557\",\n                \"CH608000\",\n                \"EGL576892\",\n                \"CL311545\",\n                \"MAN316947\",\n                \"EX888923\",\n                \"LT508446\",\n                \"MM99501\",\n                \"CH663714\",\n                \"WM922149\",\n                \"AGL240627\",\n                \"CYM587511\",\n                \"CB363163\",\n                \"LT525505\",\n                \"LL285795\",\n                \"WSX344770\",\n                \"LT482556\",\n                \"HP827026\",\n                \"BL94822\",\n                \"SYK637709\",\n                \"WR162405\",\n                \"SGL717809\",\n                \"CYM721072\",\n                \"HS356334\",\n                \"MM127221\",\n                \"EGL576475\",\n                \"YY121265\",\n                \"GR442908\",\n                \"WS91708\",\n                \"AGL270890\",\n                \"SL228377\",\n                \"PM30258\",\n                \"MAN323734\",\n                \"CL356296\",\n                \"DT402516\",\n                \"SY847430\",\n                \"BM208480\",\n                \"MM117016\",\n                \"SYK661574\",\n                \"CYM542479\",\n                \"AGL452645\",\n                \"LAN244051\",\n                \"TGL364667\",\n                \"MM98432\",\n                \"DN631686\",\n                \"WK505355\",\n                \"MS603237\",\n                \"NN361334\",\n                \"TT25713\",\n                \"MS597130\",\n                \"SGL690892\",\n                \"NGL905591\",\n                \"EX987131\",\n                \"ESX393389\",\n                \"AGL318376\",\n                \"TY481760\",\n                \"ON331729\",\n                \"HP803422\",\n                \"DN675129\",\n                \"CH555725\",\n                \"MS520253\",\n                \"BL99140\",\n                \"BK399775\",\n                \"SGL741382\",\n                \"GR344477\",\n                \"CU290272\",\n                \"NK339317\",\n                \"SF637739\",\n                \"BK506697\",\n                \"DN642348\",\n                \"EX983015\",\n                \"SYK655367\",\n                \"HS378042\",\n                \"DU364784\",\n                \"LT483636\",\n                \"SF626375\",\n                \"EX935875\",\n                \"NT477624\",\n                \"MS612822\",\n                \"SH42506\",\n                \"DY464379\",\n                \"NT496322\",\n                \"LAN195640\",\n                \"HP756282\",\n                \"EX857723\",\n                \"CH655008\",\n                \"NT558035\",\n                \"AGL203989\",\n                \"NYK410193\",\n                \"MAN220602\",\n                \"CYM592681\",\n                \"LL323509\",\n                \"DU336203\",\n                \"SGL761463\",\n                \"MM88382\",\n                \"EX899398\",\n                \"HP766662\",\n                \"NT527233\",\n                \"NGL921892\",\n                \"CYM497834\",\n                \"TGL404209\",\n                \"NGL858621\",\n                \"MAN281146\",\n                \"TT66816\",\n                \"DN588806\",\n                \"BK488206\",\n                \"CB427721\",\n                \"DN533725\",\n                \"TY560615\",\n                \"DN723440\",\n                \"CYM588392\",\n                \"EX866644\",\n                \"SGL764538\",\n                \"MS617420\",\n                \"AA154\",\n                \"LT531755\",\n                \"DN694768\",\n                \"AGL376219\",\n                \"LT443477\",\n                \"SGL811827\",\n                \"ST328907\",\n                \"YY33890\",\n                \"DN674643\",\n                \"DN660647\",\n                \"K946537\",\n                \"ST272218\",\n                \"WS67694\",\n                \"K971109\",\n                \"HS377608\",\n                \"ON307448\",\n                \"SL231363\",\n                \"NYK459606\",\n                \"PM26329\",\n                \"TGL435876\",\n                \"CYM802687\",\n                \"NGL919237\",\n                \"WK469911\",\n                \"GR294255\",\n                \"ON214607\",\n                \"NN263754\",\n                \"SK348153\",\n                \"ST340896\",\n                \"SYK660885\",\n                \"MAN297448\",\n                \"YY26186\",\n                \"TY523678\",\n                \"LL402645\",\n                \"WT274183\",\n                \"HP811339\",\n                \"LL290450\",\n                \"BD302379\",\n                \"CL219837\",\n                \"AGL497119\",\n                \"GR372536\",\n                \"AGL241457\",\n                \"YY88518\",\n                \"TY539519\",\n                \"MAN330279\",\n                \"LL292883\",\n                \"YY94692\",\n                \"SK356670\",\n                \"HP692959\",\n                \"EX916645\",\n                \"LAN85890\",\n                \"CYM596416\",\n                \"MM102975\",\n                \"SH45619\",\n                \"CYM696383\",\n                \"WSX357588\",\n                \"HP810914\",\n                \"WS45123\",\n                \"WYK942783\",\n                \"DN710050\",\n                \"CH667056\",\n                \"SY797227\",\n                \"SY860422\",\n                \"SK319504\",\n                \"DY407500\",\n                \"BL144200\",\n                \"CH679799\",\n                \"CH704327\",\n                \"EX976711\",\n                \"MAN217719\",\n                \"NT544427\",\n                \"SGL779594\",\n                \"ST299432\",\n                \"CYM785491\",\n                \"WSX355554\",\n                \"SL236144\",\n                \"SYK598735\",\n                \"BL121598\",\n                \"WYK841850\",\n                \"WYK943763\",\n                \"NK443167\",\n                \"CH676264\",\n                \"CE229232\",\n                \"SY870806\",\n                \"NN374049\",\n                \"AGL304304\",\n                \"MS636256\",\n                \"DN725481\",\n                \"GR391322\",\n                \"BK409516\",\n                \"SF637192\",\n                \"SL234800\",\n                \"AGL242855\",\n                \"NT533681\",\n                \"WSX353386\",\n                \"CYM511775\",\n                \"DN731314\",\n                \"AGL229172\",\n                \"ESX234362\",\n                \"CYM392790\",\n                \"SYK654874\",\n                \"LAN253168\",\n                \"YY29046\",\n                \"BL148697\",\n                \"GR428552\",\n                \"BM415435\",\n                \"ON336921\",\n                \"DY525906\",\n                \"CL234699\",\n                \"TGL452951\",\n                \"SYK658667\",\n                \"BD285442\",\n                \"SF620318\",\n                \"TY564207\",\n                \"SK302708\",\n                \"MS602110\",\n                \"MAN281490\",\n                \"MS654443\",\n                \"BK397339\",\n                \"NN336508\",\n                \"SY817895\",\n                \"NT472587\",\n                \"SF583773\",\n                \"SGL723549\",\n                \"BK489591\",\n                \"MS653777\",\n                \"MM57523\",\n                \"TGL514653\",\n                \"NYK387235\",\n                \"SYK665623\",\n                \"AGL334299\",\n                \"K974971\",\n                \"NT407734\",\n                \"CYM458878\",\n                \"AGL291833\",\n                \"WR156664\",\n                \"YEA69427\",\n                \"YY98837\",\n                \"HD509447\",\n                \"NK459046\",\n                \"DY488014\",\n                \"SL251668\",\n                \"EX750390\",\n                \"ESX322982\",\n                \"BM386949\",\n                \"AGL345799\",\n                \"TGL405056\",\n                \"CYM546947\",\n                \"SY855193\",\n                \"NYK435463\",\n                \"EX983762\",\n                \"SGL740711\",\n                \"MM93218\",\n                \"ON343796\",\n                \"SL252678\",\n                \"BM392523\",\n                \"WR166174\",\n                \"BL148703\",\n                \"WK482921\",\n                \"DT419463\",\n                \"MM111246\",\n                \"HP752769\",\n                \"NGL958015\",\n                \"TGL418400\",\n                \"YY67994\",\n                \"TGL314064\",\n                \"EX858821\",\n                \"AGL404372\",\n                \"SY833333\",\n                \"TY523709\",\n                \"SY754280\",\n                \"DT410208\",\n                \"NK453393\",\n                \"GR408419\",\n                \"LT478720\",\n                \"BM374890\",\n                \"TT48965\",\n                \"WK426243\",\n                \"MM20487\",\n                \"CYM523494\",\n                \"TGL443089\",\n                \"MM32143\",\n                \"BL146321\",\n                \"YEA83709\",\n                \"HS386054\",\n                \"TY560617\",\n                \"NYK437287\",\n                \"SY821027\",\n                \"MM32321\",\n                \"SL249950\",\n                \"MS608853\",\n                \"SL244382\",\n                \"CYM602692\",\n                \"K953655\",\n                \"CH539835\",\n                \"TGL346577\",\n                \"BGL78719\",\n                \"WM851059\",\n                \"LT511026\",\n                \"CYM553730\",\n                \"DN686102\",\n                \"TGL286628\",\n                \"CYM794265\",\n                \"SY742060\",\n                \"DT384765\",\n                \"BGL99066\",\n                \"CYM721384\",\n                \"HD460913\",\n                \"NGL938054\",\n                \"TY552688\",\n                \"ESX404231\",\n                \"SGL699075\",\n                \"WM990169\",\n                \"HD553633\",\n                \"CB358961\",\n                \"LT494765\",\n                \"HE52458\",\n                \"EX921651\",\n                \"SY846302\",\n                \"YY86291\",\n                \"WR146726\",\n                \"TGL412880\",\n                \"EX735723\",\n                \"AGL262534\",\n                \"AGL449251\",\n                \"WT244489\",\n                \"CB310206\",\n                \"WM936954\",\n                \"NGL920453\",\n                \"AGL269115\",\n                \"SL258417\",\n                \"ON301414\",\n                \"EX915987\",\n                \"SGL784146\",\n                \"DN715601\",\n                \"MAN303611\",\n                \"AGL426391\",\n                \"AGL463930\",\n                \"PM31558\",\n                \"WR158136\",\n                \"DN609374\",\n                \"ON316551\",\n                \"YY18360\",\n                \"BD291377\",\n                \"ESX403031\",\n                \"SL229269\",\n                \"ON328231\",\n                \"AGL298158\",\n                \"CYM725414\",\n                \"K586720\",\n                \"DY536281\",\n                \"LL341532\",\n                \"DT334165\",\n                \"AGL418923\",\n                \"ON326937\",\n                \"HP805011\",\n                \"TT52606\",\n                \"YY94113\",\n                \"CYM647659\",\n                \"CYM544334\",\n                \"ND176749\",\n                \"TT78360\",\n                \"SK351483\",\n                \"TT59604\",\n                \"DN621017\",\n                \"CB392924\",\n                \"MM15715\",\n                \"EX950756\",\n                \"MAN30875\",\n                \"WT411750\",\n                \"SK290729\",\n                \"SYK576907\",\n                \"DT451635\",\n                \"BGL100971\",\n                \"MM58146\",\n                \"MM76818\",\n                \"HP748861\",\n                \"TY498829\",\n                \"BL148696\",\n                \"CH666744\",\n                \"YY14200\",\n                \"SY867340\",\n                \"MS613331\",\n                \"IW77451\",\n                \"BM388530\",\n                \"LT403216\",\n                \"SGL791334\",\n                \"MAN288792\",\n                \"LAN209452\",\n                \"TGL341966\",\n                \"ESX329876\",\n                \"CYM739302\",\n                \"CYM685457\",\n                \"CYM541674\",\n                \"TT72278\",\n                \"HP756281\",\n                \"CL253233\",\n                \"GR405268\",\n                \"SGL795142\",\n                \"SK395832\",\n                \"TGL396809\",\n                \"YY92673\",\n                \"AGL199094\",\n                \"EX961729\",\n                \"MAN201027\",\n                \"TGL358375\",\n                \"DN622557\",\n                \"GR411686\",\n                \"HP752716\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"COSTALEX LTD\",\n            \"title_no\": [\n                \"AGL297773\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"LISA COSTA LIMITED\",\n            \"title_no\": [\n                \"AV119556\",\n                \"GR37368\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"RJ COSTA LIMITED\",\n            \"title_no\": [\n                \"BGL157722\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"SBR COSTA LIMITED\",\n            \"title_no\": [\n                \"AGL258079\",\n                \"NGL903791\",\n                \"AGL266940\",\n                \"MX102013\",\n                \"AGL236202\",\n                \"AGL219524\",\n                \"AGL204552\",\n                \"NGL906083\",\n                \"NGL911602\",\n                \"MX110267\",\n                \"AGL219525\",\n                \"AGL237357\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"COSTA FISH LIMITED\",\n            \"title_no\": [\n                \"LL345382\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"COSTA RICA LIMITED\",\n            \"title_no\": [\n                \"MAN125513\",\n                \"MAN125512\",\n                \"GM247768\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"COSTA VIEW LIMITED\",\n            \"title_no\": [\n                \"MAN261427\"\n            ]\n        },\n        {\n            \"proprietor_name\": \"COSTA TANZ LIMITED\",\n            \"title_no\": [\n                \"TT113551\"\n            ]\n        }\n    ],\n    \"total_count\": 10,\n    \"page_total\": 10\n}"}],"_postman_id":"908fc434-3744-4834-9676-f761386ce771"},{"name":"title","event":[{"listen":"test","script":{"id":"55805e97-7f5e-4145-9f4c-85a9a52e35fc","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"79d09743-fa7f-4167-92dd-e427cd215239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"K56647\"\n}\n"},"url":"{{url}}/v2/land/title","description":"<p>This endpoint returns a maximum of 10 titles that contain the title string searched for. These title numbers can then be used with the <code>parcel</code> endpoint to return data for a land title</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>title</code> <strong>String (Mandatory)</strong></p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>Integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of strings (Max 10)</p>\n<p><code>total_count</code> <strong>Integer</strong> Total number of titles that contain the searched string</p>\n<p><code>page_total</code> <strong>Integer</strong> Number of title numbers returned in this call</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","land","title"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e1875058-69a0-40ba-a2d5-7ac4481b43c7","name":"title","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"K56647\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/land/title"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Oct 2021 13:05:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        \"K56647\",\n        \"K566475\",\n        \"K566476\",\n        \"K566474\",\n        \"K566477\",\n        \"K566479\",\n        \"K566478\",\n        \"K566472\",\n        \"K566473\",\n        \"SK56647\"\n    ],\n    \"total_count\": 10,\n    \"page_total\": 10\n}"}],"_postman_id":"79d09743-fa7f-4167-92dd-e427cd215239"}],"id":"25708cdd-78bd-4812-a734-503973f9cfe7","description":"<p>This folder contains the endpoints that provide details on the underlying land</p>\n","_postman_id":"25708cdd-78bd-4812-a734-503973f9cfe7","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Points of Interest","item":[{"name":"search","event":[{"listen":"test","script":{"id":"61a40c72-a2a8-4a8d-9344-ec29c3d96a4f","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"9af9c507-dede-45d2-a29d-d9e3a58473e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ]\n                ]\n            ]\n        }\n    },\n    \"category_ids\": [\n        \"1020034\"\n    ]\n}"},"url":"{{url}}/v2/poi/search","description":"<p>This endpoint returns details of the points of interests within the geometry requested of the requested types.</p>\n<p><em><strong>Request:</strong></em></p>\n<blockquote>\n<p><code>geometry</code> <strong>GeoJson Feature (Mandatory if no areaId specified)</strong> <em>Polygon or MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n<p><code>areaId</code> <strong>String (Mandatory if no geometry specified)</strong> Can be provided as an alternative to <code>geometry</code>. Postcode down to Sector level specified with space between in and outcode. Eg <code>E1</code> , <code>E1 1</code></p>\n<p><code>category_ids</code> <strong>Array of Strings (Mandatory)</strong> List of Point of Interest categories to search for. Ids can be retrieved from <code>categories</code> endpoint below.</p>\n</blockquote>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects containing the below</p>\n<blockquote>\n<p><code>high_level_category</code> <strong>String</strong> High level type of Point of Interest category</p>\n<p><code>low_level_category</code> <strong>String</strong> More detailed level of Point of Interest category</p>\n<p><code>name</code> <strong>String</strong> Name of the Point of Interest</p>\n<p><code>brand</code> <strong>String</strong> If available the brand of the Point of Interest</p>\n<p><code>address</code> <strong>String</strong> Name or number of the address of the Point of Interest</p>\n<p><code>street_name</code> <strong>String</strong> Street name of the address</p>\n<p><code>locality</code> <strong>String</strong> Town of the address</p>\n<p><code>county</code> <strong>String</strong> County of the address</p>\n<p><code>postcode</code> <strong>String</strong> Postcode of the address</p>\n<p><code>phone_number</code> <strong>String</strong> Phone number for the Point of Interest</p>\n<p><code>url</code> <strong>String</strong> URL of the Point of Interest</p>\n<p><code>distance_from_center</code> <strong>String</strong> Distance from the centre point of the requested geometry</p>\n<p><code>geometry</code> <strong>GeoJson Feature</strong> <em>Polygon or MultiPolygon. Please check</em> <a href=\"http://geojson.org/\"><em>http://geojson.org/</em></a> <em>for further information.</em></p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","poi","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6720c393-0318-4f97-a1e6-be7af6097f80","name":"search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.45750402042058\n                    ],\n                    [\n                        -3.494338989257812,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.48634732684517\n                    ],\n                    [\n                        -3.5520172119140625,\n                        50.45750402042058\n                    ]\n                ]\n            ]\n        }\n    },\n    \"category_ids\": [\n        \"1020034\"\n    ]\n}"},"url":"{{url}}/v2/poi/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 09:05:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Revolution Torquay\",\n            \"brand\": \"\",\n            \"address\": \"Winter Garden\",\n            \"street_name\": \"Fleet Walk\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5DZ\",\n            \"phone_number\": \"01803229502\",\n            \"url\": \"www.revolution-bars.co.uk/bar/torquay\",\n            \"distance_from_center\": 1094.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52552909206506,\n                        50.462202736556904\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The John Bull\",\n            \"brand\": \"\",\n            \"address\": \"John Bull Pub 68-70\",\n            \"street_name\": \"Chatto Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 4HU\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1031.2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53147133163676,\n                        50.4795364037261\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Snooty Fox\",\n            \"brand\": \"\",\n            \"address\": \"89-91\",\n            \"street_name\": \"Fore Street\",\n            \"locality\": \"St. Marychurch, Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 4PZ\",\n            \"phone_number\": \"01803323312\",\n            \"url\": \"\",\n            \"distance_from_center\": 1330.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5242615862141,\n                        50.4838625844125\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Smokey Joe's\",\n            \"brand\": \"\",\n            \"address\": \"58-64\",\n            \"street_name\": \"Torwood Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1DT\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1145.2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52069607783417,\n                        50.4617533697101\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Bull & Bush\",\n            \"brand\": \"Marstons\",\n            \"address\": \"43\",\n            \"street_name\": \"Belgrave Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HZ\",\n            \"phone_number\": \"01803380249\",\n            \"url\": \"www.bullbushpub.co.uk\",\n            \"distance_from_center\": 1217.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53924323477318,\n                        50.4680865400522\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The York\",\n            \"brand\": \"\",\n            \"address\": \"The York 113\",\n            \"street_name\": \"St Marychurch Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3HL\",\n            \"phone_number\": \"01803313538\",\n            \"url\": \"\",\n            \"distance_from_center\": 641.5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52793089075075,\n                        50.4768308915831\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Shack\",\n            \"brand\": \"\",\n            \"address\": \"43\",\n            \"street_name\": \"Torwood Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1DT\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1184.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5207379727483903,\n                        50.4613903771779\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Seamus O'Donnells\",\n            \"brand\": \"\",\n            \"address\": \"28\",\n            \"street_name\": \"Victoria Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2BD\",\n            \"phone_number\": \"01803527987\",\n            \"url\": \"\",\n            \"distance_from_center\": 1409.6,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52445871361363,\n                        50.4592803321993\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Prestige Cocktail Bar\",\n            \"brand\": \"\",\n            \"address\": \"43a\",\n            \"street_name\": \"Torwood Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1DZ\",\n            \"phone_number\": \"07870487359\",\n            \"url\": \"www.prestigetorquay.co.uk\",\n            \"distance_from_center\": 1184.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5207379727483903,\n                        50.4613903771779\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Salt & Pepper\",\n            \"brand\": \"\",\n            \"address\": \"Salt and Pepper 3\",\n            \"street_name\": \"Victoria Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2BB\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1242,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52328620775673,\n                        50.4607607598561\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Sportys Bar\",\n            \"brand\": \"\",\n            \"address\": \"80\",\n            \"street_name\": \"Belgrave Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HZ\",\n            \"phone_number\": \"01803290544\",\n            \"url\": \"\",\n            \"distance_from_center\": 1262.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53999304393835,\n                        50.4682214159575\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Vaughans\",\n            \"brand\": \"\",\n            \"address\": \"3\",\n            \"street_name\": \"Vaughan Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5EG\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1168.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52545235400905,\n                        50.4615256197593\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Lansdowne\",\n            \"brand\": \"\",\n            \"address\": \"South Street\",\n            \"street_name\": \"\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5AB\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1209.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53999011469893,\n                        50.4701694846588\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Fox & Firkin\",\n            \"brand\": \"\",\n            \"address\": \"217\",\n            \"street_name\": \"Union Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 4BZ\",\n            \"phone_number\": \"01803292518\",\n            \"url\": \"\",\n            \"distance_from_center\": 1054.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53791332919902,\n                        50.4707014995754\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"George Inn\",\n            \"brand\": \"\",\n            \"address\": \"48\",\n            \"street_name\": \"Babbacombe Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3SW\",\n            \"phone_number\": \"01803311159\",\n            \"url\": \"\",\n            \"distance_from_center\": 951.3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51477407082713,\n                        50.4785867005723\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Masons Arms\",\n            \"brand\": \"\",\n            \"address\": \"110-112\",\n            \"street_name\": \"Babbacombe Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3SY\",\n            \"phone_number\": \"01803329300\",\n            \"url\": \"\",\n            \"distance_from_center\": 979.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5119686155687,\n                        50.47706369248531\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Fortune of War\",\n            \"brand\": \"\",\n            \"address\": \"187\",\n            \"street_name\": \"St. Marychurch Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3HP\",\n            \"phone_number\": \"01803326272\",\n            \"url\": \"\",\n            \"distance_from_center\": 770.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52536435913724,\n                        50.4787118622895\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Cinnabar\",\n            \"brand\": \"Marstons\",\n            \"address\": \"Cinnabar 19\",\n            \"street_name\": \"Victoria Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2BB\",\n            \"phone_number\": \"01803411778\",\n            \"url\": \"www.marstons.co.uk\",\n            \"distance_from_center\": 1347.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52393090799068,\n                        50.4598223708316\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Park Lane\",\n            \"brand\": \"\",\n            \"address\": \"1\",\n            \"street_name\": \"Torwood Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1ED\",\n            \"phone_number\": \"01803214446\",\n            \"url\": \"www.parklanetorquay.com\",\n            \"distance_from_center\": 1230.8,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52288654945,\n                        50.4608631236925\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Ice Bar\",\n            \"brand\": \"\",\n            \"address\": \"37\",\n            \"street_name\": \"Abbey Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5NQ\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 827.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52913908821654,\n                        50.4655306703188\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Twenty 1\",\n            \"brand\": \"\",\n            \"address\": \"21\",\n            \"street_name\": \"Victoria Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2BB\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1364.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52408119509247,\n                        50.459676503321205\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Offshore Bar & Restaurant\",\n            \"brand\": \"\",\n            \"address\": \"9\",\n            \"street_name\": \"Vaughan Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5EG\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1195.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52554758266746,\n                        50.4612887368238\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Hop 'n' Grapes\",\n            \"brand\": \"\",\n            \"address\": \"\",\n            \"street_name\": \"Lower Union Lane\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5PR\",\n            \"phone_number\": \"01803294309\",\n            \"url\": \"\",\n            \"distance_from_center\": 792.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52987310380987,\n                        50.466226124519906\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Wellies\",\n            \"brand\": \"\",\n            \"address\": \"21\",\n            \"street_name\": \"Ilsham Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2JG\",\n            \"phone_number\": \"01803200307\",\n            \"url\": \"\",\n            \"distance_from_center\": 1340.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.50609051626873,\n                        50.46679094119111\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Boot & Laces\",\n            \"brand\": \"\",\n            \"address\": \"Warbro Road\",\n            \"street_name\": \"\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3PS\",\n            \"phone_number\": \"01803327532\",\n            \"url\": \"\",\n            \"distance_from_center\": 480.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5246810447625503,\n                        50.4761360430581\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Labrows Bistro Bar\",\n            \"brand\": \"\",\n            \"address\": \"131\",\n            \"street_name\": \"Reddenhill Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3NT\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 852.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51554674661189,\n                        50.4778472545103\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Fredericks\",\n            \"brand\": \"\",\n            \"address\": \"248\",\n            \"street_name\": \"Union Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5QU\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 980.8,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53668528892718,\n                        50.4700737787567\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Clocktower\",\n            \"brand\": \"\",\n            \"address\": \"23\",\n            \"street_name\": \"Torwood Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1ED\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1209.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5223647246575,\n                        50.4610660152028\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Union Inn\",\n            \"brand\": \"\",\n            \"address\": \"127\",\n            \"street_name\": \"St. Marychurch Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3HW\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 657.3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52712761601488,\n                        50.4772704345065\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Twiggy's Bar\",\n            \"brand\": \"\",\n            \"address\": \"1\",\n            \"street_name\": \"Pimlico\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1EU\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 715.3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52831017201502,\n                        50.4663923631695\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Crown & Sceptre\",\n            \"brand\": \"\",\n            \"address\": \"2\",\n            \"street_name\": \"Petitor Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 4QA\",\n            \"phone_number\": \"01803328290\",\n            \"url\": \"\",\n            \"distance_from_center\": 1388.8,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52477266806557,\n                        50.4843694252103\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Chelston Manor Hotel\",\n            \"brand\": \"\",\n            \"address\": \"\",\n            \"street_name\": \"Old Mill Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 6HW\",\n            \"phone_number\": \"01803411022\",\n            \"url\": \"\",\n            \"distance_from_center\": 1952.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.54713164566623,\n                        50.4632988979724\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Stumble Bar\",\n            \"brand\": \"\",\n            \"address\": \"31-33\",\n            \"street_name\": \"Meadfoot Lane\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2BW\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1333.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52121753358733,\n                        50.4600017802844\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Old Skools Cafe Bar\",\n            \"brand\": \"\",\n            \"address\": \"18-20\",\n            \"street_name\": \"Market Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3AQ\",\n            \"phone_number\": \"01803201501\",\n            \"url\": \"\",\n            \"distance_from_center\": 627.8,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52812928150777,\n                        50.4672500370968\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Kents\",\n            \"brand\": \"\",\n            \"address\": \"1\",\n            \"street_name\": \"Ilsham Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2JG\",\n            \"phone_number\": \"01803292522\",\n            \"url\": \"www.thekentstorquay.co.uk\",\n            \"distance_from_center\": 1288.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5070611766989,\n                        50.4666074926119\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Sports Bar at the Riviera Hotel\",\n            \"brand\": \"\",\n            \"address\": \"The Show Bar At The Riviera Hotel\",\n            \"street_name\": \"Belgrave Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HJ\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 990.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53398829029217,\n                        50.4662915551046\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Inn at the Grosvenor\",\n            \"brand\": \"\",\n            \"address\": \"\",\n            \"street_name\": \"Belgrave Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HG\",\n            \"phone_number\": \"01803214391\",\n            \"url\": \"www.grosvenor-torquay.co.uk\",\n            \"distance_from_center\": 1259.6,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53702879391229,\n                        50.4648493124931\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Dt's\",\n            \"brand\": \"\",\n            \"address\": \"73\",\n            \"street_name\": \"Belgrave Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HZ\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1238.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.54002220975648,\n                        50.4690322594365\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"D T S\",\n            \"brand\": \"\",\n            \"address\": \"73\",\n            \"street_name\": \"Belgrave Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HZ\",\n            \"phone_number\": \"01803203511\",\n            \"url\": \"\",\n            \"distance_from_center\": 1238.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.54002220975648,\n                        50.4690322594365\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Dog & Duck\",\n            \"brand\": \"\",\n            \"address\": \"70\",\n            \"street_name\": \"Babbacombe Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3SW\",\n            \"phone_number\": \"01803327711\",\n            \"url\": \"\",\n            \"distance_from_center\": 953,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51397834239574,\n                        50.4781644629483\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Route 16\",\n            \"brand\": \"\",\n            \"address\": \"86\",\n            \"street_name\": \"Babbacombe Downs Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3LU\",\n            \"phone_number\": \"01803328888\",\n            \"url\": \"\",\n            \"distance_from_center\": 991.8,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51248241944048,\n                        50.477662286743204\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Hamiltons\",\n            \"brand\": \"\",\n            \"address\": \"63\",\n            \"street_name\": \"Babbacombe Downs Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3LP\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1056.5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5126114604096,\n                        50.4786139351253\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Ryan's Bar\",\n            \"brand\": \"\",\n            \"address\": \"25\",\n            \"street_name\": \"Abbey Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5NF\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 814.5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52841378751117,\n                        50.4654106919763\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Visto Lounge\",\n            \"brand\": \"Loungers\",\n            \"address\": \"Unit 3 Abbey Sands Abbey Crescent\",\n            \"street_name\": \"Torbay Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5FB\",\n            \"phone_number\": \"01803211009\",\n            \"url\": \"www.thelounges.co.uk\",\n            \"distance_from_center\": 1199.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53360717345436,\n                        50.4634401880011\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Cocktails & Wine Bar\",\n            \"brand\": \"\",\n            \"address\": \"Abbey Crescent\",\n            \"street_name\": \"\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HB\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1201.5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53357068414179,\n                        50.463401096808\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Soho\",\n            \"brand\": \"\",\n            \"address\": \"1\",\n            \"street_name\": \"Palk Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5EL\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1159.5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52542520894228,\n                        50.4616015225414\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Shiraz\",\n            \"brand\": \"\",\n            \"address\": \"2\",\n            \"street_name\": \"Vaughan Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5EG\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1159.2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52541822512099,\n                        50.4616034128453\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"J D's Bar Ltd\",\n            \"brand\": \"\",\n            \"address\": \"1\",\n            \"street_name\": \"Fleet Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1BX\",\n            \"phone_number\": \"01803200818\",\n            \"url\": \"\",\n            \"distance_from_center\": 1069.8,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5252098654985105,\n                        50.4623966884657\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Alberts Bar\",\n            \"brand\": \"\",\n            \"address\": \"\",\n            \"street_name\": \"Belgrave Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5HL\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1265.3,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5388305236684103,\n                        50.4664857288074\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Castle\",\n            \"brand\": \"\",\n            \"address\": \"142-144\",\n            \"street_name\": \"Union Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5QB\",\n            \"phone_number\": \"01803391559\",\n            \"url\": \"\",\n            \"distance_from_center\": 774.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53216878774824,\n                        50.467979359915205\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Green Ginger\",\n            \"brand\": \"Wetherspoon\",\n            \"address\": \"10 Winter Garden\",\n            \"street_name\": \"Fleet Walk\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5DZ\",\n            \"phone_number\": \"01803217960\",\n            \"url\": \"www.jdwetherspoon.co.uk\",\n            \"distance_from_center\": 1101.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52596539206694,\n                        50.4621880210938\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Banx Cafe Bar\",\n            \"brand\": \"\",\n            \"address\": \"6-8\",\n            \"street_name\": \"Fleet Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1DB\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1023.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5257508370807003,\n                        50.462876152928\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Small World\",\n            \"brand\": \"\",\n            \"address\": \"11\",\n            \"street_name\": \"Abbey Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5NF\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 807.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52789795423502,\n                        50.4653194363167\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Za Za Bar & Grill\",\n            \"brand\": \"\",\n            \"address\": \"11-13\",\n            \"street_name\": \"Abbey Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5NF\",\n            \"phone_number\": \"01803361763\",\n            \"url\": \"\",\n            \"distance_from_center\": 804,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52787068366922,\n                        50.4653476748246\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Devon Arms\",\n            \"brand\": \"\",\n            \"address\": \"\",\n            \"street_name\": \"Park Lane\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2AU\",\n            \"phone_number\": \"01803292360\",\n            \"url\": \"\",\n            \"distance_from_center\": 1256,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52293701265676,\n                        50.4606358225565\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Terrace Torquay\",\n            \"brand\": \"\",\n            \"address\": \"12-14\",\n            \"street_name\": \"The Terrace\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1BN\",\n            \"phone_number\": \"01803414886\",\n            \"url\": \"\",\n            \"distance_from_center\": 1030.5,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52547718928291,\n                        50.4627790121798\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Soho\",\n            \"brand\": \"\",\n            \"address\": \"1\",\n            \"street_name\": \"Palk Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5EL\",\n            \"phone_number\": \"01803411585\",\n            \"url\": \"www.sohotorquay.co.uk\",\n            \"distance_from_center\": 1142.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52564911371398,\n                        50.461773063847\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Dolphin Inn\",\n            \"brand\": \"\",\n            \"address\": \"36\",\n            \"street_name\": \"Fore Street\",\n            \"locality\": \"St. Marychurch, Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 4LY\",\n            \"phone_number\": \"01803323725\",\n            \"url\": \"www.dolphininntorquay.co.uk\",\n            \"distance_from_center\": 1171.6,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52346082520674,\n                        50.4824565728145\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Jolly Judge\",\n            \"brand\": \"\",\n            \"address\": \"The Jolly Judge 168-170\",\n            \"street_name\": \"Union Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5QP\",\n            \"phone_number\": \"01803290480\",\n            \"url\": \"\",\n            \"distance_from_center\": 818.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53354510994215,\n                        50.4687077016062\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Molloy's Public House\",\n            \"brand\": \"\",\n            \"address\": \"20\",\n            \"street_name\": \"Fore Street\",\n            \"locality\": \"St. Marychurch, Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 4LY\",\n            \"phone_number\": \"01803311825\",\n            \"url\": \"\",\n            \"distance_from_center\": 1129.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52305673541064,\n                        50.4820760355516\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Snooty Fox\",\n            \"brand\": \"\",\n            \"address\": \"89-91\",\n            \"street_name\": \"Fore Street\",\n            \"locality\": \"St. Marychurch, Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 4PZ\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1319.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52464268339225,\n                        50.4837469697695\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Cider Press\",\n            \"brand\": \"\",\n            \"address\": \"The Cider Press 5-6\",\n            \"street_name\": \"Braddons Hill Road West\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 1BG\",\n            \"phone_number\": \"01803212338\",\n            \"url\": \"\",\n            \"distance_from_center\": 884.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52653809632683,\n                        50.46426524127611\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Offshore Bar & Restaurant\",\n            \"brand\": \"\",\n            \"address\": \"8\",\n            \"street_name\": \"Palk Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5EL\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1204.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52575120181967,\n                        50.4612240102899\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Hole in the Wall Torquay LLP\",\n            \"brand\": \"\",\n            \"address\": \"4-5\",\n            \"street_name\": \"Park Lane\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2AU\",\n            \"phone_number\": \"01803200755\",\n            \"url\": \"\",\n            \"distance_from_center\": 1241.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5225876849524,\n                        50.460769903738004\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Apple & Parrot\",\n            \"brand\": \"\",\n            \"address\": \"17\",\n            \"street_name\": \"Strand\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2AA\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1158,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52337246840636,\n                        50.4615159982958\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Cavern On the Quay\",\n            \"brand\": \"\",\n            \"address\": \"22\",\n            \"street_name\": \"Victoria Parade\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2BB\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 1364.6,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52417977462063,\n                        50.4596752118631\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Yates's\",\n            \"brand\": \"Yates's\",\n            \"address\": \"15-16\",\n            \"street_name\": \"Strand\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 2AA\",\n            \"phone_number\": \"01803229484\",\n            \"url\": \"www.weareyates.co.uk\",\n            \"distance_from_center\": 1185.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52352648162013,\n                        50.4612666555421\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Babbacombe Inn Bar & Restaurant\",\n            \"brand\": \"\",\n            \"address\": \"59\",\n            \"street_name\": \"Babbacombe Downs Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3LP\",\n            \"phone_number\": \"01803316200\",\n            \"url\": \"www.babbacombeinn.co.uk\",\n            \"distance_from_center\": 1040.9,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51317881685456,\n                        50.478770242383\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Rock Garden\",\n            \"brand\": \"\",\n            \"address\": \"40-42\",\n            \"street_name\": \"Swan Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5ES\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 962.4,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52727441004508,\n                        50.4636781840522\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The Buccaneer Inn\",\n            \"brand\": \"\",\n            \"address\": \"41-43\",\n            \"street_name\": \"Babbacombe Downs Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3LN\",\n            \"phone_number\": \"01803312661\",\n            \"url\": \"www.thebuccaneerinn.co.uk\",\n            \"distance_from_center\": 1049,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.51386638065955,\n                        50.4792478546296\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The White Hart Inn\",\n            \"brand\": \"\",\n            \"address\": \"\",\n            \"street_name\": \"Temperance Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5PU\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 776.1,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.53154675363147,\n                        50.4674371372333\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Printers Elbow I I\",\n            \"brand\": \"\",\n            \"address\": \"268\",\n            \"street_name\": \"Union Street\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ2 5QU\",\n            \"phone_number\": \"01803431088\",\n            \"url\": \"\",\n            \"distance_from_center\": 1040.6,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.5376256934005106,\n                        50.4703491518761\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"The York\",\n            \"brand\": \"\",\n            \"address\": \"113\",\n            \"street_name\": \"St. Marychurch Road\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3HL\",\n            \"phone_number\": null,\n            \"url\": \"\",\n            \"distance_from_center\": 642.2,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52790467463275,\n                        50.4768483237877\n                    ]\n                },\n                \"properties\": null\n            }\n        },\n        {\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"name\": \"Boots & Laces\",\n            \"brand\": \"\",\n            \"address\": \"Marnham Road\",\n            \"street_name\": \"\",\n            \"locality\": \"Torquay\",\n            \"county\": \"Devon\",\n            \"postcode\": \"TQ1 3QW\",\n            \"phone_number\": \"01803313377\",\n            \"url\": \"\",\n            \"distance_from_center\": 526.7,\n            \"geometry\": {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        -3.52447010426838,\n                        50.4765884896141\n                    ]\n                },\n                \"properties\": null\n            }\n        }\n    ],\n    \"total_count\": 74,\n    \"page_total\": 74\n}"}],"_postman_id":"9af9c507-dede-45d2-a29d-d9e3a58473e9"},{"name":"categories","event":[{"listen":"test","script":{"id":"bfe1fa90-b7f8-4ff4-9c69-c8edae7daa54","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"42673b3a-f441-43d8-a9ff-0a3fd9280dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/v2/poi/categories","description":"<p>This endpoint returns the available categories within the Points of Interest dataset. The id values from this endpoint can then be used with the <code>search</code> endpoint to retrieve Point of Interest data</p>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects containing the below</p>\n<blockquote>\n<p><code>id</code> <strong>String</strong> Unique Id for the Point of Interest Category. Used in the search endpoint</p>\n<p><code>high_level_category</code> <strong>String</strong> High level type of Point of Interest category</p>\n<p><code>low_level_category</code> <strong>String</strong> More detailed level of Point of Interest category</p>\n<p><code>low_level_category_description</code> <strong>String</strong> Pretty printed version of the low level description for display usage</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","poi","categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4f16217b-a563-4a82-ba45-cc6f8cd8014f","name":"categories","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/poi/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Oct 2021 08:34:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"587"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"1020034\",\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"pubs_bars_and_inns\",\n            \"low_level_category_description\": \"Pubs, Bars and Inns\"\n        },\n        {\n            \"id\": \"1020043\",\n            \"high_level_category\": \"eating_and_drinking\",\n            \"low_level_category\": \"restaurants\",\n            \"low_level_category_description\": \"Restaurants\"\n        },\n        {\n            \"id\": \"5310375\",\n            \"high_level_category\": \"schools\",\n            \"low_level_category\": \"first_primary_and_infant_schools\",\n            \"low_level_category_description\": \"First, Primary and Infant Schools\"\n        },\n        {\n            \"id\": \"5310377\",\n            \"high_level_category\": \"schools\",\n            \"low_level_category\": \"independent_and_preparatory_schools\",\n            \"low_level_category_description\": \"Independent and Preparatory Schools\"\n        },\n        {\n            \"id\": \"5310379\",\n            \"high_level_category\": \"schools\",\n            \"low_level_category\": \"broad_age_range_and_secondary_state_schools\",\n            \"low_level_category_description\": \"Broad Age Range and Secondary State Schools\"\n        },\n        {\n            \"id\": \"9470819\",\n            \"high_level_category\": \"supermarkets\",\n            \"low_level_category\": \"supermarket_chains\",\n            \"low_level_category_description\": \"Supermarket Chains\"\n        },\n        {\n            \"id\": \"10570731\",\n            \"high_level_category\": \"transport\",\n            \"low_level_category\": \"bus_and_coach_stations_depots_and_companies\",\n            \"low_level_category_description\": \"Bus and Coach Stations, Depots and Companies\"\n        },\n        {\n            \"id\": \"10570738\",\n            \"high_level_category\": \"transport\",\n            \"low_level_category\": \"railway_stations_junctions_and_halts\",\n            \"low_level_category_description\": \"Railway Stations, Junctions and Halts\"\n        },\n        {\n            \"id\": \"10570756\",\n            \"high_level_category\": \"transport\",\n            \"low_level_category\": \"tram_metro_and_light_railway_stations_and_stops\",\n            \"low_level_category_description\": \"Tram, Metro and Light Railway Stations and Stops\"\n        },\n        {\n            \"id\": \"10570758\",\n            \"high_level_category\": \"transport\",\n            \"low_level_category\": \"taxi_ranks\",\n            \"low_level_category_description\": \"Taxi Ranks\"\n        },\n        {\n            \"id\": \"10570761\",\n            \"high_level_category\": \"transport\",\n            \"low_level_category\": \"underground_network_stations\",\n            \"low_level_category_description\": \"Underground Network Stations\"\n        },\n        {\n            \"id\": \"10570794\",\n            \"high_level_category\": \"transport\",\n            \"low_level_category\": \"london_underground_entrances\",\n            \"low_level_category_description\": \"London Underground Entrances\"\n        }\n    ],\n    \"total_count\": 12,\n    \"page_total\": 12\n}"}],"_postman_id":"42673b3a-f441-43d8-a9ff-0a3fd9280dbc"}],"id":"37c08e18-97c4-49a5-8469-887b08191173","_postman_id":"37c08e18-97c4-49a5-8469-887b08191173","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Tile Sets","item":[{"name":"Get Tiles","event":[{"listen":"test","script":{"id":"91e9dfb7-4a8c-45ab-bb6a-59560bf0b4a8","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"b04eea7b-eb7f-4516-ba15-c5a9ac98c46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/tiles","description":"<p>This endpoint returns a list of <a href=\"https://github.com/mapbox/vector-tile-spec\">Mapbox Vector</a> Tilesets that are available within the REalyse API. This endpoint is designed to use with a rendering library such as <a href=\"https://deck.gl/\">deck.gl</a>. To utilise pass the location to an MVT library</p>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of objects containing the below</p>\n<blockquote>\n<p><code>name</code> <strong>String</strong> Unique identifier name for the tileset</p>\n<p><code>title</code> <strong>String</strong> Descriptive title of the tileset</p>\n<p><code>location</code> <strong>String</strong> Full url that provides access including z, x, y arguments</p>\n<p><code>last_update_date</code> <strong>Date</strong> Date that the set was last updated</p>\n</blockquote>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","tiles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"09c4e555-f1fa-4fe0-8b08-4ceb46b4d366","name":"Get Tiles","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/tiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Oct 2021 08:18:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"594"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"aonb\",\n            \"title\": \"Areas of Outstanding Natural Beauty\",\n            \"location\": \"https://tiles.realyse.com/aonb/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"battlefields\",\n            \"title\": \"Battlefields\",\n            \"location\": \"https://tiles.realyse.com/battlefields/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"brma_lha\",\n            \"title\": \"Local Housing Allowance\",\n            \"location\": \"https://tiles.realyse.com/brma_lha/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"brownfield\",\n            \"title\": \"Brownfield\",\n            \"location\": \"https://tiles.realyse.com/brownfield/20210922/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"buildings-preservation-notices\",\n            \"title\": \"Building Preservation Notices\",\n            \"location\": \"https://tiles.realyse.com/buildings-preservation-notices/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"certificates-of-immunity\",\n            \"title\": \"Certificates of Immunity\",\n            \"location\": \"https://tiles.realyse.com/certificates-of-immunity/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"conservation-areas\",\n            \"title\": \"Conservation Areas\",\n            \"location\": \"https://tiles.realyse.com/conservation-areas/20210929/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"greenbelt\",\n            \"title\": \"Greenbelt\",\n            \"location\": \"https://tiles.realyse.com/greenbelt/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"heritage-at-risk\",\n            \"title\": \"Heritage at Risk\",\n            \"location\": \"https://tiles.realyse.com/heritage-at-risk/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"land\",\n            \"title\": \"Land\",\n            \"location\": \"https://tiles.realyse.com/land/20210907/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-07\"\n        },\n        {\n            \"name\": \"listed-buildings\",\n            \"title\": \"Listed Buildings\",\n            \"location\": \"https://tiles.realyse.com/listed-buildings/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"parks-and-gardens\",\n            \"title\": \"Parks and Gardens\",\n            \"location\": \"https://tiles.realyse.com/parks-and-gardens/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"postcodes-0\",\n            \"title\": \"Postcodes\",\n            \"location\": \"https://tiles.realyse.com/postcodes/20210916/0/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-16\"\n        },\n        {\n            \"name\": \"postcodes-5\",\n            \"title\": \"Postcodes\",\n            \"location\": \"https://tiles.realyse.com/postcodes/20210916/5/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-16\"\n        },\n        {\n            \"name\": \"sac\",\n            \"title\": \"Special Areas of Conservation\",\n            \"location\": \"https://tiles.realyse.com/sac/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"scheduled-monuments\",\n            \"title\": \"Scheduled Monuments\",\n            \"location\": \"https://tiles.realyse.com/scheduled-monuments/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        },\n        {\n            \"name\": \"world-heritage-sites\",\n            \"title\": \"World Heritage Sites\",\n            \"location\": \"https://tiles.realyse.com/world-heritage-sites/20210913/{z}/{x}/{y}.pbf\",\n            \"last_update_date\": \"2021-09-13\"\n        }\n    ],\n    \"total_count\": 17,\n    \"page_total\": 17\n}"}],"_postman_id":"b04eea7b-eb7f-4516-ba15-c5a9ac98c46d"}],"id":"87242c06-0e4d-420e-afb0-c08833c84e4c","_postman_id":"87242c06-0e4d-420e-afb0-c08833c84e4c","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Indicator","item":[{"name":"property_features","event":[{"listen":"test","script":{"id":"6aaab63f-47ec-4b5a-8109-2f5b65e06c0a","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"e854b258-898e-4268-939c-b080fd14d8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/v2/indicator/property_features/{dataset}","description":"<p>This endpoint returns the available property features within the comparables dataset. The returned values can be used to filter the comparables returned using the <code>property_features</code> parameter of the comparables <code>search</code> endpoint</p>\n<p><em><strong>Response:</strong></em></p>\n<blockquote>\n<p><code>status</code> <strong>integer</strong> Http status code returned</p>\n<p><code>data</code> <strong>Array</strong> Array of strings detailing the property features.</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","indicator","property_features","{dataset}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6a3e310f-54c1-4013-958b-c9ef5bf178e4","name":"rents","originalRequest":{"method":"GET","header":[],"url":"{{url}}/v2/indicator/property_features/rents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 27 May 2022 09:49:25 GMT"},{"key":"Content-Length","value":"306"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        \"balcony\",\n        \"basement\",\n        \"bungalow\",\n        \"cellar\",\n        \"cloakroom\",\n        \"conservatory\",\n        \"duplex\",\n        \"edwardian\",\n        \"elizabethan\",\n        \"en suite\",\n        \"fireplace\",\n        \"garage\",\n        \"garden\",\n        \"georgian\",\n        \"gym\",\n        \"interwar\",\n        \"jacobian\",\n        \"lift\",\n        \"loft\",\n        \"maisonette\",\n        \"modern\",\n        \"new build\",\n        \"off street parking\",\n        \"parking\",\n        \"patio\",\n        \"post-war\",\n        \"reception\",\n        \"refurbished\",\n        \"renovation\",\n        \"retirement\",\n        \"sauna\",\n        \"shared garden\",\n        \"student\",\n        \"swimming pool\",\n        \"townhouse\",\n        \"unfurnished\",\n        \"victorian\",\n        \"wood floor\"\n    ],\n    \"total_count\": 38,\n    \"page_total\": 38\n}"},{"id":"151bda35-856b-43cc-a3b1-0bab5aa932f1","name":"sales","originalRequest":{"method":"GET","header":[],"url":"{{url}}/v2/indicator/property_features/sales"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 27 May 2022 09:48:01 GMT"},{"key":"Content-Length","value":"306"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        \"balcony\",\n        \"basement\",\n        \"bungalow\",\n        \"cellar\",\n        \"cloakroom\",\n        \"conservatory\",\n        \"duplex\",\n        \"edwardian\",\n        \"elizabethan\",\n        \"en suite\",\n        \"fireplace\",\n        \"garage\",\n        \"garden\",\n        \"georgian\",\n        \"gym\",\n        \"interwar\",\n        \"jacobian\",\n        \"lift\",\n        \"loft\",\n        \"maisonette\",\n        \"modern\",\n        \"new build\",\n        \"off street parking\",\n        \"parking\",\n        \"patio\",\n        \"post-war\",\n        \"reception\",\n        \"refurbished\",\n        \"renovation\",\n        \"retirement\",\n        \"sauna\",\n        \"shared garden\",\n        \"student\",\n        \"swimming pool\",\n        \"townhouse\",\n        \"unfurnished\",\n        \"victorian\",\n        \"wood floor\"\n    ],\n    \"total_count\": 38,\n    \"page_total\": 38\n}"},{"id":"86bd9547-054b-4c22-b025-3ca56230d619","name":"transactions","originalRequest":{"method":"GET","header":[],"url":"{{url}}/v2/indicator/property_features/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 27 May 2022 09:47:44 GMT"},{"key":"Content-Length","value":"306"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        \"balcony\",\n        \"basement\",\n        \"bungalow\",\n        \"cellar\",\n        \"cloakroom\",\n        \"conservatory\",\n        \"duplex\",\n        \"edwardian\",\n        \"elizabethan\",\n        \"en suite\",\n        \"fireplace\",\n        \"garage\",\n        \"garden\",\n        \"georgian\",\n        \"gym\",\n        \"interwar\",\n        \"jacobian\",\n        \"lift\",\n        \"loft\",\n        \"maisonette\",\n        \"modern\",\n        \"new build\",\n        \"off street parking\",\n        \"parking\",\n        \"patio\",\n        \"post-war\",\n        \"reception\",\n        \"refurbished\",\n        \"renovation\",\n        \"retirement\",\n        \"sauna\",\n        \"shared garden\",\n        \"student\",\n        \"swimming pool\",\n        \"townhouse\",\n        \"unfurnished\",\n        \"victorian\",\n        \"wood floor\"\n    ],\n    \"total_count\": 38,\n    \"page_total\": 38\n}"}],"_postman_id":"e854b258-898e-4268-939c-b080fd14d8fb"}],"id":"496dfb98-11f2-4116-a878-7c6ec425af3e","_postman_id":"496dfb98-11f2-4116-a878-7c6ec425af3e","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Planning","item":[{"name":"features","event":[{"listen":"test","script":{"id":"52d4f29e-8266-4aba-b9b4-0a0d2d4b8a5a","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9c9d9c22-f2ae-4d03-b437-76624e90fb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometries\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [\n                [\n                    [-0.163421630859375, 51.51130657591914], \n                    [-0.08651733398437499, 51.51130657591914], \n                    [-0.08651733398437499, 51.537366908796294], \n                    [-0.163421630859375, 51.537366908796294], \n                    [-0.163421630859375, 51.51130657591914]\n                ]\n            ]\n        }\n    },\n    \"no_of_units\":[0,5000],\n    \"btr\":false,\n    \"date_from\":\"2022-02-24\",\n    \"date_to\":\"2023-02-01\", \n    \"order_by\":\"project_status\", \n    \"limit\": 10\n}"},"url":"{{url}}/v2/planning/features","description":"<p>This endpoint returns planning application details in a given area and with the provide statuses.</p>\n<blockquote>\n<p><code>geometries</code> <strong>GeoJson Feature</strong> <em>Polygon of MultiPolygon. Please check  <a href=\"http://geojson.org/\">http://geojson.org/</a> for further information.</em></p>\n<p><code>noOfUnits</code> <strong>integer[]</strong> Minumum and Maximum value range</p>\n<p><code>started</code> <strong>boolean</strong></p>\n<p><code>completed</code> <strong>boolean</strong></p>\n<p><code>planningStatus</code> <strong>string[]</strong> Valid values are: Tentative, Outline Planning, Detail Planning, On Hold, Confirmed, Outline Approval, Detail Approval, Contract, Subcontract Awarded, Outline Refusal, Detail Refusal, Withdrawn, Abandoned</p>\n<p><code>developmentType</code> <strong>string[]</strong> Valid values are: New Build, Extn, Altn/Conv, Refurb/Repair, Fit-out, Demolition, Works, Brownfield, Greenfield. For all send leave unpopulated</p>\n<p><code>dateFrom</code> <strong>date</strong></p>\n<p><code>dateTo</code> <strong>date</strong></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","planning","features"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1159a7e4-5b6f-4990-b03d-04ed6904aa48","name":"features","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"geometries\":{\"type\":\"Feature\",\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-0.144791915906127,51.4963442294216],[-0.144585781383627,51.4962780386032],[-0.144542732718965,51.4962031903999],[-0.144756687109369,51.4960592300303],[-0.145042113712104,51.4961267646858],[-0.145100051462522,51.4961186911519],[-0.145218065726485,51.4961961632201],[-0.145049883670891,51.4964298489525],[-0.144791915906127,51.4963442294216]]],[[[-0.156545040967715,51.4898951720967],[-0.156546077412756,51.4898694771405],[-0.156690050559701,51.489871740332],[-0.156687419786053,51.489936965995],[-0.15713498205304,51.4900683313033],[-0.157141381430815,51.4900657348861],[-0.157192985790094,51.4900348113291],[-0.157230939186652,51.4900331602593],[-0.157537270698276,51.4898291371923],[-0.157596009536608,51.4898657501508],[-0.157642153808773,51.4900144496339],[-0.157743719510875,51.4900640515765],[-0.157839733501067,51.4900952267284],[-0.157894960914329,51.4904664800302],[-0.158008647514043,51.4905483662363],[-0.157864016170064,51.4907214881603],[-0.157812936034589,51.4908719865093],[-0.1579263203242,51.4910497907405],[-0.157940297740636,51.4910625063223],[-0.158067663608457,51.4911615983228],[-0.15808010690267,51.4911681766291],[-0.15803213030457,51.4912416799915],[-0.158023299365188,51.4912574534814],[-0.157992466244999,51.4913535211654],[-0.157988150905593,51.4914163829866],[-0.157993903813268,51.4914504553376],[-0.157957903486797,51.4914743424999],[-0.157893471485389,51.4915317650238],[-0.157849507782912,51.4915940939182],[-0.157831660813125,51.4916567431662],[-0.157840108142484,51.4917153104962],[-0.157869208738294,51.4917742022611],[-0.15787783856821,51.491784046962],[-0.1578803766532,51.4917888515015],[-0.157863196734153,51.4918585233866],[-0.157869038600274,51.4918697626837],[-0.15790596942745,51.4918905701814],[-0.15795835784712,51.4919315781468],[-0.158011480258069,51.4919985785515],[-0.158023166924197,51.4919974136264],[-0.158023366095861,51.4919924722863],[-0.158067165436712,51.4919931602464],[-0.158212164118667,51.4919789860416],[-0.158254186025888,51.4919412589616],[-0.158440139056951,51.4920632060989],[-0.158240935855495,51.4920460533906],[-0.15806636807496,51.4922015345896],[-0.158073558398428,51.4922677236028],[-0.15842446712989,51.4922281052256],[-0.15862537429323,51.4921410909475],[-0.15902561431702,51.4919677558485],[-0.159339945122598,51.4918011619379],[-0.159437760668485,51.4917493868633],[-0.159485670338436,51.4918131582958],[-0.159604031927283,51.4919708115778],[-0.159812584349209,51.4922483674543],[-0.159834227565129,51.4922772051877],[-0.159690512175798,51.4923538816254],[-0.159545699070629,51.4924312598562],[-0.159538039112084,51.4925152854802],[-0.159392514322982,51.4925130014832],[-0.158566367264564,51.492623913152],[-0.158552514904109,51.4926257633202],[-0.158583605740569,51.492741412671],[-0.158589801528657,51.4928175648602],[-0.158577297243659,51.4928360675902],[-0.158320424511103,51.4928439904023],[-0.158198637656226,51.492765483421],[-0.158195802362007,51.4928358301318],[-0.158051938456197,51.4928335705611],[-0.158055563423404,51.4927436381831],[-0.158167496917266,51.492745396258],[-0.158046868608477,51.4926676265063],[-0.157946051196942,51.4926611883566],[-0.157757776111709,51.4926852006352],[-0.157522286683408,51.4927107183013],[-0.157142683655992,51.4927519507684],[-0.157114648013751,51.4927550162712],[-0.157034361184295,51.4927637333781],[-0.156994235567409,51.4927809028592],[-0.156951342604874,51.4927901176845],[-0.156772459428714,51.4928580570138],[-0.15677052591428,51.4928765459055],[-0.15683278323234,51.4931028124035],[-0.15675180350346,51.4931169123953],[-0.156595602318836,51.4931937484185],[-0.156586530388002,51.4932184180554],[-0.15655615939247,51.4932352013282],[-0.15630710498634,51.4932053050838],[-0.156321100808539,51.4934148109904],[-0.156320259027185,51.4934150674545],[-0.156331833843777,51.4936139271583],[-0.156336213725647,51.4936878933423],[-0.156347573712721,51.4936977810749],[-0.156538244947292,51.493746986832],[-0.156549364861566,51.4937422171654],[-0.156584166562362,51.4939777613071],[-0.156524867891021,51.4939225299107],[-0.156194907545636,51.4939989712043],[-0.156182850555817,51.4940092998683],[-0.156166839933394,51.4941588205688],[-0.156167753304293,51.4941597339237],[-0.15629606476074,51.4941707412146],[-0.156336024002115,51.4942077786997],[-0.156230458356256,51.4942953891336],[-0.156082133321799,51.4944182869189],[-0.156014544125928,51.4944743102877],[-0.155964255819479,51.4944430436365],[-0.155767508851874,51.4943206531876],[-0.155646781042286,51.4942836038584],[-0.155631580746215,51.4942805779163],[-0.155629807451109,51.4942803702281],[-0.155617634709483,51.4943141607635],[-0.155613964851595,51.4944050812603],[-0.155633211784669,51.4944638185885],[-0.155547422344897,51.49451461098],[-0.155531039730862,51.4945408736407],[-0.155486344185005,51.494556442446],[-0.155389422806847,51.4945593230403],[-0.155387163806144,51.4945593774069],[-0.155416856570677,51.4946506428683],[-0.155301746908309,51.4946891970714],[-0.155255814640357,51.4946912614227],[-0.155214081878156,51.49467756952],[-0.154995397995882,51.4948072702664],[-0.155051753695617,51.4948618268377],[-0.155008190916049,51.4948875719182],[-0.15485242506981,51.4949798751985],[-0.154850633611854,51.49498011671],[-0.15475500432398,51.4950303941101],[-0.154749720739255,51.4950494595508],[-0.154668541609061,51.4950978066648],[-0.154666579615291,51.495102270763],[-0.154583167180723,51.4951382664554],[-0.154571479641867,51.4951600179961],[-0.154463212455279,51.4952114447773],[-0.154345824067891,51.4952181377941],[-0.154338367777019,51.4952468781599],[-0.154246598432327,51.4953338948634],[-0.154097678798751,51.4953654429944],[-0.154085066937961,51.4953659636741],[-0.15399594700754,51.4954755866423],[-0.153896638103952,51.4955492691778],[-0.153910974795392,51.4955736778107],[-0.153907930907787,51.495575517782],[-0.153718199121173,51.4956881415437],[-0.153722328423885,51.4957182329612],[-0.153645164146369,51.4957788689039],[-0.153293395917746,51.4957067146064],[-0.153303160864361,51.4957296129317],[-0.153305017675476,51.4958423760537],[-0.153266615972052,51.4959225909188],[-0.153146393116689,51.4959993596629],[-0.152994003776035,51.4960285143777],[-0.152940843445723,51.4960301043921],[-0.152941740794379,51.4960725510557],[-0.152888794731896,51.4961804954448],[-0.152778176004541,51.4962459079588],[-0.15278834396852,51.4962588338376],[-0.152731603600547,51.4963724719536],[-0.152527880389735,51.4963550586446],[-0.152373000670562,51.4963106355926],[-0.152396200714699,51.4964066540995],[-0.152367752924589,51.4965079720627],[-0.152331757729459,51.4965286212195],[-0.152267268888897,51.4965665316158],[-0.152207265268691,51.4965787115115],[-0.152175626006059,51.4966267586807],[-0.152077121948953,51.4966804048016],[-0.151984894635142,51.496690458628],[-0.152031411957817,51.4967855860489],[-0.151950230500586,51.4968338413654],[-0.151500331680602,51.4966121608266],[-0.151429633974182,51.4966567153575],[-0.151328102990406,51.4967205616767],[-0.151695748145615,51.4969553304389],[-0.151468307480899,51.4970631310042],[-0.151480344127611,51.4970973926162],[-0.151408878755895,51.4971520936711],[-0.151418480429991,51.4972024988039],[-0.151323304952625,51.4971973126401],[-0.151321858161936,51.4972330698066],[-0.151177862259805,51.4972307997965],[-0.151179985352984,51.4971783319985],[-0.151177298638753,51.4971772108492],[-0.15109033212392,51.4972568391762],[-0.151088317990602,51.4973066117074],[-0.151013249753367,51.4973387808638],[-0.150943485167079,51.4974600340332],[-0.150798667874199,51.49743401716],[-0.150798307889224,51.4974429115276],[-0.150736103289294,51.4974419306544],[-0.150706632809079,51.4975273198969],[-0.150645022521772,51.4975820859966],[-0.150595098010267,51.4975917270345],[-0.150547404044869,51.497625496276],[-0.150599993253663,51.4976263256145],[-0.150596356617706,51.4977161676977],[-0.150452359252249,51.4977138967819],[-0.15045375583128,51.4976793974249],[-0.150383162945285,51.4977330328287],[-0.15033013685215,51.4977517945797],[-0.150349351287868,51.4978552122821],[-0.150160595256001,51.4979814205544],[-0.150111328343434,51.4979513362116],[-0.149806085631283,51.4977508098267],[-0.149784605580573,51.4978383026942],[-0.149539553469202,51.4978850496772],[-0.149081482965556,51.497923759541],[-0.149225377566147,51.4980546766198],[-0.149243022413548,51.4980706874845],[-0.149204520460579,51.4981766107014],[-0.149132286821546,51.4982032496341],[-0.149034609599048,51.4982128555477],[-0.148843916946739,51.4981873707934],[-0.148824190568571,51.4981611683741],[-0.148553815358597,51.4981673285284],[-0.148467909174358,51.4982206311359],[-0.148422349230155,51.4982778969704],[-0.148383418764165,51.4983064097355],[-0.148050113548533,51.4983997664936],[-0.147827247744283,51.4984998110521],[-0.147825208114085,51.4985501225325],[-0.147718959313881,51.4985484444477],[-0.147645638262738,51.4985813582578],[-0.147644793188501,51.498602201583],[-0.147598710391398,51.4988305375005],[-0.14782602255376,51.4990955553473],[-0.147886593784643,51.499166184025],[-0.148358269755795,51.4995981373174],[-0.148456204095903,51.4996877849813],[-0.148584022361267,51.4997347526114],[-0.148751294622534,51.4998722423278],[-0.148777467143392,51.4999387315438],[-0.1487904995335,51.4999718404497],[-0.149097046186275,51.5002283972656],[-0.149481913043521,51.5004665910258],[-0.149588992825555,51.5005329182693],[-0.149646207663023,51.5005428109404],[-0.149740735502915,51.5006257511892],[-0.149771478866996,51.5006527565419],[-0.149885352928438,51.5007244048632],[-0.149918603164177,51.5007452466649],[-0.149984402323196,51.5007866494781],[-0.150606045953484,51.5011772679029],[-0.151092266967701,51.5014828608377],[-0.151097293272036,51.5014819511852],[-0.151280826520954,51.5014498736171],[-0.151619207699814,51.5012490679786],[-0.151762349388678,51.5011641215206],[-0.151765757171473,51.50116210754],[-0.151782796080938,51.5011520376358],[-0.152544491142827,51.500691527918],[-0.152524088315085,51.500902290227],[-0.152568921269929,51.5009305056804],[-0.152691477732332,51.5011489138725],[-0.153081416123658,51.5013005125341],[-0.153219077192825,51.5013540129047],[-0.153274213395047,51.5013477790767],[-0.153305431862244,51.5013337069625],[-0.15330601457362,51.5013339858361],[-0.153195561731897,51.5014890310255],[-0.152986340469761,51.5016746147153],[-0.152557164298656,51.5019556226555],[-0.152533192088208,51.5019667521443],[-0.152490940250997,51.5019863139041],[-0.152013792551578,51.5022078598845],[-0.151818529503731,51.502036491317],[-0.151347538440818,51.5020940652918],[-0.150611013096977,51.5024572436344],[-0.150529753450076,51.502427913605],[-0.150463127060615,51.5024039385567],[-0.150254081437656,51.5025407947434],[-0.149822929892899,51.5028230202135],[-0.149829953151891,51.5027669439048],[-0.149869604376367,51.5024977814124],[-0.148689985715645,51.5024521965728],[-0.14847634962414,51.5024442391393],[-0.146155542301191,51.5023576824485],[-0.146137261144423,51.5021992603937],[-0.146081475161618,51.5019989816295],[-0.14431138323847,51.5007938433849],[-0.143523321152212,51.5003751153819],[-0.143423236942815,51.500224567577],[-0.143053600476585,51.4995686521515],[-0.142838226717289,51.4994430682991],[-0.142979203768061,51.4993853377507],[-0.14318991506323,51.4991638354779],[-0.14289117284227,51.4991078624132],[-0.142974544670718,51.4987021176717],[-0.142986844578668,51.4986420797696],[-0.142983531486619,51.4986359141412],[-0.142815289982403,51.4985607909505],[-0.142827425760582,51.4985106394097],[-0.142927364806495,51.498398678934],[-0.142863957142882,51.4983629736273],[-0.142868532066503,51.4983527076312],[-0.142929731733913,51.4982147820153],[-0.142955888037581,51.4981557726272],[-0.143067817683722,51.497903668762],[-0.143139530798269,51.4979220649629],[-0.143179131229602,51.4978069912961],[-0.143804600898236,51.4980191667093],[-0.143999284427882,51.4978936916781],[-0.144012945109215,51.4978849179236],[-0.144041447389926,51.4978470718107],[-0.144074467754497,51.4978032739255],[-0.144077736728592,51.4977988306835],[-0.144297847051902,51.4975064545729],[-0.144309522078528,51.4974909968004],[-0.14453761945152,51.4971978476317],[-0.144080874456932,51.4972390760982],[-0.143417034717675,51.4972990497861],[-0.143546288775613,51.4971729891533],[-0.144094370377643,51.4970238005432],[-0.144143095152579,51.4969998492604],[-0.144170083392599,51.4969787903645],[-0.144310113372565,51.496900276472],[-0.144338113180239,51.4968777052528],[-0.144474610481449,51.4967984160708],[-0.144607581680368,51.4967386690385],[-0.144686360802493,51.4967088101575],[-0.144859675909659,51.4967173954275],[-0.144978474646337,51.4966292852358],[-0.14498174709374,51.4966247521243],[-0.145107551287109,51.4964489207928],[-0.145283970616653,51.4962025096258],[-0.145501284809949,51.4959230325805],[-0.145499761479575,51.4959195923095],[-0.145417327349904,51.4958551792357],[-0.145184761203336,51.4956735000689],[-0.145170371527675,51.4956622148344],[-0.145311038228554,51.4956644396041],[-0.145314684987709,51.4955745977576],[-0.145170813505499,51.4955723223023],[-0.145167261287136,51.4956598282537],[-0.145021505763633,51.4955459575076],[-0.144300807574323,51.4953336299842],[-0.144414401720183,51.4950197002628],[-0.144424372885583,51.4950198580364],[-0.144425631591954,51.4949888626116],[-0.144611210548448,51.4944758654014],[-0.145502622080947,51.4941633603888],[-0.145644929355926,51.4939845530579],[-0.145563355139725,51.4937673244234],[-0.145541535592418,51.4937605965128],[-0.145552421646835,51.4937382038741],[-0.145620031130776,51.4936000186015],[-0.146162604533925,51.492838787217],[-0.146437662118314,51.4924528811682],[-0.146551765024136,51.4922927755409],[-0.146626364974248,51.4922310248931],[-0.146800526851516,51.4921978174864],[-0.146697493776396,51.4921552849099],[-0.146732925586676,51.4921162890625],[-0.147051472141024,51.4922481710802],[-0.147219998749314,51.4920141283191],[-0.147375695444267,51.4917976827398],[-0.147522824043381,51.4915933279445],[-0.147837478237469,51.4911559923052],[-0.147866423786098,51.4911158148783],[-0.148011237376602,51.4908776206773],[-0.1480494159042,51.490814754533],[-0.148127437237267,51.4906831151184],[-0.148210677644388,51.4905428378102],[-0.148373615221103,51.4902001963722],[-0.148359560408228,51.4900780706415],[-0.148357436175839,51.4900601470868],[-0.148235638689589,51.4898095616384],[-0.148231027081971,51.4897885422166],[-0.148225337193545,51.4897882725675],[-0.148201371684868,51.489767127321],[-0.148168306996054,51.4895895030247],[-0.148164364509087,51.4895461091723],[-0.148157066693945,51.4895093149012],[-0.148156046350658,51.4894700126745],[-0.148159155579529,51.4894665556915],[-0.148220350494584,51.4893983892804],[-0.148283420958814,51.488864752442],[-0.14841371904263,51.4885155722156],[-0.148459891327422,51.4884429431942],[-0.148223194720778,51.4883081320698],[-0.148011821969749,51.4881463010282],[-0.14786104408097,51.4879809316952],[-0.147741574999603,51.4877727250942],[-0.147680555425903,51.4875699366285],[-0.14767683796008,51.4873275984656],[-0.147736142486434,51.4870627919884],[-0.147805018719105,51.4868958575417],[-0.148314420757304,51.4868332414184],[-0.148982734726632,51.4859785090097],[-0.149047883521841,51.4857626995112],[-0.149307705008473,51.4857807348612],[-0.149912264596984,51.485790274737],[-0.150083123417482,51.4858380100034],[-0.150036650992769,51.4859181864949],[-0.150090211605268,51.4860179210268],[-0.150257917927155,51.4861465159344],[-0.15034431820868,51.4861478788066],[-0.150354964254894,51.4861547892017],[-0.150777205916578,51.4864292595296],[-0.151275127343216,51.4867530177259],[-0.151747717917111,51.4870601925794],[-0.152256384300691,51.4873770137863],[-0.153470440783535,51.4881333136901],[-0.154621634617414,51.4888503142728],[-0.155156522863263,51.4891834474283],[-0.155850484258457,51.489615721741],[-0.156003873104356,51.4897083929324],[-0.156209786629022,51.489832725298],[-0.156557031086331,51.4900425260176],[-0.156549420255461,51.4900309891421],[-0.156545438150512,51.4900207679027],[-0.156525143377919,51.4899203008525],[-0.156529900045112,51.4898907088027],[-0.156545040967715,51.4898951720967]]]]}},\"noOfUnits\":[0,999],\"started\":true,\"completed\":true,\"planningStatus\":[\"Tentative\",\"Outline Planning\",\"Detail Planning\",\"On Hold\",\"Confirmed\",\"Outline Approval\",\"Detail Approval\",\"Contract\",\"Subcontract Awarded\",\"Outline Refusal\",\"Detail Refusal\",\"Withdrawn\",\"Abandoned\"],\"developmentType\":null,\"dateFrom\":\"2014-03-27\",\"dateTo\":\"2019-02-01\"}"},"url":"{{url}}/v1/planning/features"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 May 2019 14:43:23 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uprn\": 100023345418,\n        \"ptno\": \"12400193\",\n        \"title\": \"CHELSEA BARRACKS PHASE 5C - PLOT 17\",\n        \"site1\": \"Former Chelsea Barracks\",\n        \"site2\": \"Chelsea Bridge Road & 107a Pimlico Road\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8RF\",\n        \"startDate\": null,\n        \"scheme\": \"The siting  design and external appearance of Plot 17  including all access  parking and landscaping. \",\n        \"status\": \"Detail planning approval sought (TP ref 18/09477/RESMAT). \",\n        \"planningRef\": \"18/09477/RESMAT\",\n        \"units\": \"0\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Demolition\",\n            \"Brownfield\"\n        ],\n        \"stages\": [\n            \"Detail Planning\"\n        ],\n        \"lastStage\": \"Detail Planning\",\n        \"planDate\": \"2018-11-06T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"https://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?keyVal=PHSEBXRPLLB00&activeTab=summary\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"IN PROGRESS\",\n        \"lat\": 51.48652,\n        \"lng\": -0.1504774,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023346387,\n        \"ptno\": \"12373865\",\n        \"title\": \"18-20 EATON SQUARE - REPLACEMENT WINDOWS\",\n        \"site1\": \"18-20 Eaton Square\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9DD\",\n        \"startDate\": null,\n        \"scheme\": \"Replacement of windows to the rear elevation in communal areas to all floors. \",\n        \"status\": \"Detail planning granted (TP ref 18/05191/FULL). \",\n        \"planningRef\": \"18/05191/FULL\",\n        \"units\": \"1\",\n        \"devTypes\": [\n            \"Refurb/Repair\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2018-06-20T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"https://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?keyVal=PAMEWGRPFVJ00&activeTab=summary\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4963427,\n        \"lng\": -0.1495035,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100022753878,\n        \"ptno\": \"12345089\",\n        \"title\": \"GERALD ROAD - REFURBISHMENT & SWIMMING POOL\",\n        \"site1\": \"1 - 5 Gerald Road\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9EH\",\n        \"startDate\": \"2018-09-01T00:00:00Z\",\n        \"scheme\": \"Refurbishment of house to include infill of windows  facade alterations  door replacements and excavation of new swimming pool within existing basement with installation of associated plant and air intake and extract vents. \",\n        \"status\": \"Detail planning granted (TP ref 17/10585/FULL).This scheme is also known as Project Euston.A previous planning application (TP ref 17/10535/FULL) was approved on 23 January 2018 for the refurbishment of this building. \",\n        \"planningRef\": \"17/10585/FULL\",\n        \"units\": \"1\",\n        \"devTypes\": [\n            \"Extn\"\n        ],\n        \"stages\": [\n            \"Contract\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2017-12-05T00:00:00Z\",\n        \"completionDate\": \"2019-05-01T00:00:00Z\",\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?keyVal=P06A0PRPGTI00&activeTab=summary\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"COMPLETED\",\n        \"lat\": 51.4930369,\n        \"lng\": -0.1514381,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023345418,\n        \"ptno\": \"12308498\",\n        \"title\": \"CHELSEA BARRACKS PHASE 5B BLOCK 14 - HOUSING\",\n        \"site1\": \"Chelsea Barracks\",\n        \"site2\": \"Chelsea Bridge Road\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8RF\",\n        \"startDate\": null,\n        \"scheme\": \"Chelsea Barracks Phase 5B Block 14 - Housing with car lifts  vehicular and pedestrian accesses  servicing and parking and landscaping. \",\n        \"status\": \"Reserved matters granted (TP ref 17/07169/RESMAT). \",\n        \"planningRef\": \"17/07169/RESMAT\",\n        \"units\": \"0\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Altn/Conv\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2017-08-11T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=OUH81GRPMKG00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.48652,\n        \"lng\": -0.1504774,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023345418,\n        \"ptno\": \"12310009\",\n        \"title\": \"CHELSEA BARRACKS - PHASE 6A\",\n        \"site1\": \"Chelsea Barracks\",\n        \"site2\": \"Chelsea Bridge Road\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8RF\",\n        \"startDate\": null,\n        \"scheme\": \"119 flats with offices  parking and landscaping. \",\n        \"status\": \"Reserved matters granted (TP ref 17/07177/RESMAT). \",\n        \"planningRef\": \"17/07177/RESMAT\",\n        \"units\": \"119\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Demolition\",\n            \"Brownfield\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2017-08-11T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=OUHA0VRPHSO00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.48652,\n        \"lng\": -0.1504774,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 10033600056,\n        \"ptno\": \"12301475\",\n        \"title\": \"118 - 124 EBURY STREET - 11 FLATS\",\n        \"site1\": \"118 - 124 Ebury Street\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9QQ\",\n        \"startDate\": \"2018-02-01T00:00:00Z\",\n        \"scheme\": \"Internal refurbishment & reconfiguration with ground floor extension to provide 5 one bedroom  3 two bedroom and 3 three bedroom flats comprising reception & dining areas and kitchen. Works also include replacement of non-original windows with traditionally designed sash window and restoration of flooring within the building. \",\n        \"status\": \"Detail planning granted (TP ref 17/06096/FULL).  Listed building consent (TP ref 17/06097/LBC).  Tender documents should be issued mid November. \",\n        \"planningRef\": \"17/06096/FULL\",\n        \"units\": \"11\",\n        \"devTypes\": [\n            \"Extn\",\n            \"Altn/Conv\",\n            \"Refurb/Repair\"\n        ],\n        \"stages\": [\n            \"Pre-Tender\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2017-07-13T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=OSVRJURPM2Z00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"IN CONSTRUCTION\",\n        \"lat\": 51.4932484,\n        \"lng\": -0.150594,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 10033600068,\n        \"ptno\": \"12347733\",\n        \"title\": \"112 EATON SQUARE  WESTMINSTER - REFURBISHMENT\",\n        \"site1\": \"112 Eaton Square\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9AE\",\n        \"startDate\": null,\n        \"scheme\": \"Internal alterations  extension and refurbishment including works to the basement. \",\n        \"status\": \"Detail planning granted (TP ref 17/03791/FULL).  Listed building consent (TP ref 17/03792/LBC).  Grade I listed building. \",\n        \"planningRef\": \"17/03791/FULL\",\n        \"units\": \"0\",\n        \"devTypes\": [\n            \"Refurb/Repair\"\n        ],\n        \"stages\": [\n            \"Tender\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2017-05-03T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": null,\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4975038,\n        \"lng\": -0.1507099,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100022746675,\n        \"ptno\": \"12182199\",\n        \"title\": \"EBURY STREET  WESTMINSTER - 3 FLATS\",\n        \"site1\": \"94 Ebury Street\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9QD\",\n        \"startDate\": null,\n        \"scheme\": \"3 flats following part demolition of existing buildings. \",\n        \"status\": \"Detail planning granted (TP ref 16/08282/FULL). Listed building consent (TP ref 16/08283/LBC). \",\n        \"planningRef\": \"16/08282/FULL\",\n        \"units\": \"3\",\n        \"devTypes\": [\n            \"Extn\",\n            \"Altn/Conv\",\n            \"Demolition\",\n            \"Brownfield\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2016-09-19T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=OCPX6ARPIF500\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4937785,\n        \"lng\": -0.1499963,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 217077826,\n        \"ptno\": \"12235984\",\n        \"title\": \"57 SLOANE GARDENS - 5 FLATS\",\n        \"site1\": \"57 Sloane Gardens\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8ED\",\n        \"startDate\": null,\n        \"scheme\": \"Alterations to create 5 flats. \",\n        \"status\": \"Detail planning granted (TP ref PP/16/05841). \",\n        \"planningRef\": \"PP/16/05841\",\n        \"units\": \"5\",\n        \"devTypes\": [\n            \"Altn/Conv\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2016-09-06T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"https://www.rbkc.gov.uk/planning/searches/details.aspx?adv=1&regDateFrom=11%2f08%2f2016&regDateTo=07%2f09%2f2016&batch=20&pgapp=2&id=PP/16/05841&cn=203626+BLDA+Ltd+211+Design+Centre+East+Chelsea+Harbour+&type=application&tab=tabs-planning-1\",\n        \"authority\": \"Kensington and Chelsea (Phone: 020 7937 5464)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4905871,\n        \"lng\": -0.1569104,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100022746939,\n        \"ptno\": \"12240996\",\n        \"title\": \"KILMUIR HOUSE - REFURBISHMENT\",\n        \"site1\": \"Kilmuir House\",\n        \"site2\": \"Ebury Street\",\n        \"site3\": null,\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8TJ\",\n        \"startDate\": null,\n        \"scheme\": \"refurbishment works to the existing building. \",\n        \"status\": \"Detail planning approved (TP ref 16/07879/FULL). \",\n        \"planningRef\": \"16/07879/FULL\",\n        \"units\": \"0\",\n        \"devTypes\": [\n            \"Refurb/Repair\"\n        ],\n        \"stages\": [\n            \"Contract\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2016-08-17T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": null,\n        \"authority\": \"Southwark (Phone: 020 7525 4050)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4923784,\n        \"lng\": -0.1518825,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100022744918,\n        \"ptno\": \"12252858\",\n        \"title\": \"12A EATON MEWS SOUTH - MEWS HOUSE\",\n        \"site1\": \"12a Eaton Mews South\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9HP\",\n        \"startDate\": null,\n        \"scheme\": \"Partial demolition and reconstruction of existing mews house  including a roof terrace on top and excavation works to create a single storey basement. \",\n        \"status\": \"Detail planning granted (TP ref 16/06048/FULL).  >> Some client information has been suppressed to ensure GDPR compliance \",\n        \"planningRef\": \"16/06048/FULL\",\n        \"units\": \"1\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Refurb/Repair\"\n        ],\n        \"stages\": [\n            \"Tender\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2016-06-28T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=O9HHASRPJFL00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.496443,\n        \"lng\": -0.149024,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023346237,\n        \"ptno\": \"12229322\",\n        \"title\": \"CHELSEA BARRACKS PHASE 5A - 14 HOUSES\",\n        \"site1\": \"Chelsea Barracks\",\n        \"site2\": \"107a Pimloco Road\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8PH\",\n        \"startDate\": \"2020-01-01T00:00:00Z\",\n        \"scheme\": \"14 Three Bedroom Town Houses with Landscaping  Parking and Access. \",\n        \"status\": \"Reserved matters granted (TP ref 16/04999/RESMAT). \",\n        \"planningRef\": \"16/04999/RESMAT\",\n        \"units\": \"14\",\n        \"devTypes\": [\n            \"New Build\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2016-06-02T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=O7UFF8RPH4R00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4898961,\n        \"lng\": -0.1547199,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 217077782,\n        \"ptno\": \"12224782\",\n        \"title\": \"39 - 41 SLOANE GARDENS - 8 FLATS\",\n        \"site1\": \"39 - 41 Sloane Gardens\",\n        \"site2\": null,\n        \"site3\": \"CHELSEA\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8EB\",\n        \"startDate\": \"2016-12-01T00:00:00Z\",\n        \"scheme\": \"Refurbishment and conversion to create 8 apartments. \",\n        \"status\": \"Detail planning granted (TP ref CON/16/01017). \",\n        \"planningRef\": \"CON/16/01017\",\n        \"units\": \"8\",\n        \"devTypes\": [\n            \"Altn/Conv\",\n            \"Refurb/Repair\"\n        ],\n        \"stages\": [\n            \"Contract\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2016-02-17T00:00:00Z\",\n        \"completionDate\": \"2018-02-01T00:00:00Z\",\n        \"planningLink\": null,\n        \"authority\": \"Kensington and Chelsea (Phone: 020 7937 5464)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"COMPLETED\",\n        \"lat\": 51.4909952,\n        \"lng\": -0.1559864,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023345418,\n        \"ptno\": \"12186389\",\n        \"title\": \"CHELSEA BARRACKS - PHASE 4\",\n        \"site1\": \"Chelsea Barracks\",\n        \"site2\": \"Chelsea Bridge Road & 107a Pimlico Road\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8RF\",\n        \"startDate\": \"2019-01-01T00:00:00Z\",\n        \"scheme\": \"88 residential units with gym and leisure facilities with associated landscaping and car parking. \",\n        \"status\": \"Detail planning granted (TP ref 15/11793/RESMAT).Please note that Mace Limited Head Office is not the main contractor as previously reported.Keltbray Limited were originally awarded the concrete frame but the client has now changed their mind on this.Tender documents are due to be issued September 2018.The bidders have confirmed they will be pricing. \",\n        \"planningRef\": \"15/11793/RESMAT\",\n        \"units\": \"88\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Brownfield\"\n        ],\n        \"stages\": [\n            \"Tender\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2015-12-17T00:00:00Z\",\n        \"completionDate\": \"2020-07-01T00:00:00Z\",\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NZITWTRPLPC00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"IN CONSTRUCTION\",\n        \"lat\": 51.48652,\n        \"lng\": -0.1504774,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 10033594822,\n        \"ptno\": \"12182133\",\n        \"title\": \"EBURY STREET - 3 FLATS\",\n        \"site1\": \"94 Ebury Street\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9QD\",\n        \"startDate\": null,\n        \"scheme\": \"2 two bedroom and 1 three bedroom flats. \",\n        \"status\": \"Listed building consent sought (TP ref 15/08397/LBC). \",\n        \"planningRef\": \"15/08397/LBC\",\n        \"units\": \"3\",\n        \"devTypes\": [\n            \"Extn\",\n            \"Altn/Conv\"\n        ],\n        \"stages\": [\n            \"Withdrawn\"\n        ],\n        \"lastStage\": \"Withdrawn\",\n        \"planDate\": \"2015-12-11T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NUF399RPFGK00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"REFUSED\",\n        \"lat\": 51.4941664,\n        \"lng\": -0.1495052,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100022746680,\n        \"ptno\": \"12182112\",\n        \"title\": \"EBURY STREET - 4 FLATS\",\n        \"site1\": \"94 Ebury Street\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9QD\",\n        \"startDate\": null,\n        \"scheme\": \"4 flats. \",\n        \"status\": \"Detail planning withdrawn (TP ref 15/09809/FULL). Listed building consent sought (TP ref 15/09810/LBC). \",\n        \"planningRef\": \"15/09809/FULL\",\n        \"units\": \"4\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Extn\"\n        ],\n        \"stages\": [\n            \"Withdrawn\"\n        ],\n        \"lastStage\": \"Withdrawn\",\n        \"planDate\": \"2015-12-04T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NWJEGVRPHVK00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"REFUSED\",\n        \"lat\": 51.4937084,\n        \"lng\": -0.1501144,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100022759464,\n        \"ptno\": \"11941250\",\n        \"title\": \"1-5 GROSVENOR PLACE - PENINSULA LONDON HOTEL\",\n        \"site1\": \"1-5 Grosvenor Place\",\n        \"site2\": \"Hyde Park Corner\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1X 7YL\",\n        \"startDate\": \"2017-12-01T00:00:00Z\",\n        \"scheme\": \"Demolition of existing building and construction of a new 190 bedroom hotel and 28 high end apartments with associated works. \",\n        \"status\": \"Detail planning granted (TP ref 15/06448/FULL).One GP LLP is a joint venture between Grosvenor Limited and Hong Kong and Shanghi Hotels Limited.Demolition works have commenced on site. \",\n        \"planningRef\": \"15/06448/FULL\",\n        \"units\": \"28\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Demolition\",\n            \"Brownfield\"\n        ],\n        \"stages\": [\n            \"Detail Approval\",\n            \"Subcontract Awarded\"\n        ],\n        \"lastStage\": \"Subcontract Awarded\",\n        \"planDate\": \"2015-07-14T00:00:00Z\",\n        \"completionDate\": \"2020-12-01T00:00:00Z\",\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NRKSFURP00400\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"IN CONSTRUCTION\",\n        \"lat\": 51.5012823,\n        \"lng\": -0.1519545,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023345277,\n        \"ptno\": \"12150740\",\n        \"title\": \"BUCKINGHAM PALACE ROAD - 23 FLATS & SHOP\",\n        \"site1\": \"32 Buckingham Palace Road\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 0RE\",\n        \"startDate\": \"2018-04-01T00:00:00Z\",\n        \"scheme\": \"23 flats and retail units with associated works. \",\n        \"status\": \"Detail planning granted (TP ref 15/06445/FULL). \",\n        \"planningRef\": \"15/06445/FULL\",\n        \"units\": \"23\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Refurb/Repair\"\n        ],\n        \"stages\": [\n            \"Contract\",\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2015-07-06T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NRKQSMRP0C400\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"IN CONSTRUCTION\",\n        \"lat\": 51.4971513,\n        \"lng\": -0.1449037,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023345088,\n        \"ptno\": \"12132566\",\n        \"title\": \"6 HOBART PLACE - REDEVELOPMENT\",\n        \"site1\": \"6 Hobart Place\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 0HU\",\n        \"startDate\": null,\n        \"scheme\": \"Single family house with basement and cellars providing staff accommodation  family kitchen  gym and wine cellar. \",\n        \"status\": \"Detail planning granted (TP ref 15/02504/LBC). \",\n        \"planningRef\": \"15/02504/LBC\",\n        \"units\": \"1\",\n        \"devTypes\": [\n            \"Altn/Conv\",\n            \"Refurb/Repair\",\n            \"Fit-out\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2015-03-26T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NLJ6MYRPLTD00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4976983,\n        \"lng\": -0.1482239,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100022727215,\n        \"ptno\": \"12121951\",\n        \"title\": \"PINLICO ROAD  WESTMINSTER - SHOP/6 FLATS\",\n        \"site1\": \"40 - 44 Pimlico Road\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W\",\n        \"startDate\": null,\n        \"scheme\": \"Ground floor retail with three one bed  one two bed and two three bed flats above. \",\n        \"status\": \"Detail planning granted (TP ref 14/12373/FULL).  Client is Grosvenor Estate Belgravia. \",\n        \"planningRef\": \"14/12373/FULL\",\n        \"units\": \"6\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Demolition\"\n        ],\n        \"stages\": [\n            \"Detail Approval\"\n        ],\n        \"lastStage\": \"Detail Approval\",\n        \"planDate\": \"2015-01-14T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NGNXFIRP06A00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"GRANTED\",\n        \"lat\": 51.4899068,\n        \"lng\": -0.1536823,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023345418,\n        \"ptno\": \"12120111\",\n        \"title\": \"CHELSEA BARRACKS - PHASE 3A\",\n        \"site1\": \"Former Chelsea Barracks Site\",\n        \"site2\": \"Chelsea Bridge Road\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8RF\",\n        \"startDate\": \"2015-05-01T00:00:00Z\",\n        \"scheme\": \"Phase 3a Chelsea Barracks development to provide a restaurant  three bedroomed mews house and a delicatessen. Works will also include landscaping works and access. 524 sq.m\",\n        \"status\": \"Detail planning granted (TP ref 14/08559/RESMAT).  Please note phases 1  2 and 3 are being carried out together as one project. Timing details relate the project as a whole. \",\n        \"planningRef\": \"14/08559/RESMAT\",\n        \"units\": \"1\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Brownfield\"\n        ],\n        \"stages\": [\n            \"Detail Approval\",\n            \"Subcontract Awarded\"\n        ],\n        \"lastStage\": \"Subcontract Awarded\",\n        \"planDate\": \"2014-08-27T00:00:00Z\",\n        \"completionDate\": \"2018-08-01T00:00:00Z\",\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NB0NHGRP00400\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"COMPLETED\",\n        \"lat\": 51.48652,\n        \"lng\": -0.1504774,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023346605,\n        \"ptno\": \"12078656\",\n        \"title\": \"2 FLATS\",\n        \"site1\": \"20 Eaton Square\",\n        \"site2\": null,\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 9DD\",\n        \"startDate\": null,\n        \"scheme\": \"2 flats. \",\n        \"status\": \"Detail planning refused (TP ref 14/04955/LBC). \",\n        \"planningRef\": \"14/04955/LBC\",\n        \"units\": \"2\",\n        \"devTypes\": [\n            \"Extn\",\n            \"Altn/Conv\"\n        ],\n        \"stages\": [\n            \"Detail Refusal\"\n        ],\n        \"lastStage\": \"Detail Refusal\",\n        \"planDate\": \"2014-06-12T00:00:00Z\",\n        \"completionDate\": null,\n        \"planningLink\": \"http://idoxpa.westminster.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=N61P2SRPFUU00\",\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"REFUSED\",\n        \"lat\": 51.4964478,\n        \"lng\": -0.1493263,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    },\n    {\n        \"uprn\": 100023345418,\n        \"ptno\": \"12120096\",\n        \"title\": \"CHELSEA BARRACKS - PHASE 2\",\n        \"site1\": \"Former Chelsea Barracks Site\",\n        \"site2\": \"Chelsea Bridge Road & Pimlico Road\",\n        \"site3\": \"WESTMINSTER\",\n        \"site4\": \"London\",\n        \"postcode\": \"SW1W 8RF\",\n        \"startDate\": \"2015-05-01T00:00:00Z\",\n        \"scheme\": \"Residential development consisting of 13 houses in two blocks. Works will comprise of basement works to include basement parking  landscaping works access roads and all other associated infrastructure works. \",\n        \"status\": \"Detail planning granted (TP ref 14/05251/RESMAT).  Please note phases 1  2 and 3 are being carried out together as one project. Timing details relate the project as a whole. \",\n        \"planningRef\": \"14/05251/RESMAT\",\n        \"units\": \"13\",\n        \"devTypes\": [\n            \"New Build\",\n            \"Brownfield\"\n        ],\n        \"stages\": [\n            \"Detail Approval\",\n            \"Subcontract Awarded\"\n        ],\n        \"lastStage\": \"Subcontract Awarded\",\n        \"planDate\": \"2014-05-30T00:00:00Z\",\n        \"completionDate\": \"2018-08-01T00:00:00Z\",\n        \"planningLink\": null,\n        \"authority\": \"Westminster (Phone: 0207 641 6000)\",\n        \"postcodeNorm\": null,\n        \"sectorInd\": null,\n        \"districtInd\": null,\n        \"stageGroup\": \"COMPLETED\",\n        \"lat\": 51.48652,\n        \"lng\": -0.1504774,\n        \"value\": null,\n        \"details\": null,\n        \"program\": null,\n        \"contract\": null,\n        \"valuePrec\": null,\n        \"startDatePrec\": null,\n        \"completionDatePrec\": null,\n        \"duration\": null,\n        \"stories\": null,\n        \"floorArea\": null,\n        \"siteArea\": null,\n        \"structures\": null,\n        \"contractType\": null,\n        \"cat1\": null,\n        \"cat2\": null,\n        \"cat3\": null,\n        \"cat4\": null,\n        \"cat5\": null,\n        \"cat6\": null,\n        \"cat7\": null,\n        \"cat8\": null,\n        \"cat9\": null,\n        \"cat10\": null,\n        \"contractorDetails\": []\n    }\n]"}],"_postman_id":"9c9d9c22-f2ae-4d03-b437-76624e90fb81"}],"id":"b766710f-841b-495d-bf6d-554a20ba1bf4","_postman_id":"b766710f-841b-495d-bf6d-554a20ba1bf4","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Socio Economic","item":[{"name":"economic-activity","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"3ec93ab8-b70d-4f17-ae29-403a3d944cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\": {\n        \"type\": \"Feature\",\n        \"geometry\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        -11.334256473279556,\n                        59.16579760117609\n                    ],\n                    [\n                        -12.2643640101274,\n                        49.981192777720196\n                    ],\n                    [\n                        2.6828571102037113,\n                        49.9559145012118\n                    ],\n                    [\n                        1.2549455395498403,\n                        59.19264518438079\n                    ],\n                    [\n                        -11.334256473279556,\n                        59.16579760117609\n                    ]\n                ]\n            ]\n        },\n        \"properties\": {\n            \"uuid\": \"f4282b67-c5cd-41a9-b70d-d2265f8c1264\",\n            \"placeType\": \"drawnShape\",\n            \"prettyName\": \"Custom Shape\",\n            \"polygonType\": \"polygon\",\n            \"locationColourIndex\": 0\n        }\n    },\n    \"date\": \"2021-01-01\",\n    \"categoryCode\": [\n        -10,\n        -20,\n        -30,\n        -40,\n        -50,\n        -60,\n        -70,\n        -80\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/socio-economic/economic-activity/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","socio-economic","economic-activity","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ec93ab8-b70d-4f17-ae29-403a3d944cbc"}],"id":"c5b92652-43ca-4ed2-8b59-ae55b52d2cf0","_postman_id":"c5b92652-43ca-4ed2-8b59-ae55b52d2cf0","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"accommodation-type","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"a86f980b-e334-462e-992c-dbf6d6f1663c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"date\": \"2021-01-01\",\n    \"categoryCode\": [-8,2,4,6]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/socio-economic/accommodation-type/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","socio-economic","accommodation-type","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a86f980b-e334-462e-992c-dbf6d6f1663c"}],"id":"32472026-d757-4507-999c-c8f0b18c0843","_postman_id":"32472026-d757-4507-999c-c8f0b18c0843","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"distance-travelled-to-work","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"e566d15b-02fb-4a94-97f8-2a502f6bac8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"date\": \"2021-01-01\",\n    \"categoryCode\": [-8,2,4,6]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/socio-economic/distance-travelled-to-work/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","socio-economic","distance-travelled-to-work","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e566d15b-02fb-4a94-97f8-2a502f6bac8a"}],"id":"f9716ce4-e1aa-4c50-845f-bdd90164e6aa","_postman_id":"f9716ce4-e1aa-4c50-845f-bdd90164e6aa","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"tenure-of-household","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"d2a120bd-728f-4423-bf6e-8b8879336aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"date\": \"2021-01-01\",\n    \"categoryCode\": [-8,2,4,6]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/socio-economic/tenure-of-household/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","socio-economic","tenure-of-household","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2a120bd-728f-4423-bf6e-8b8879336aff"}],"id":"37bdf6dd-43ff-4786-aa6d-75693daeea4f","_postman_id":"37bdf6dd-43ff-4786-aa6d-75693daeea4f","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"industry-people-work-in","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"a17cb589-bb44-46a2-be8b-e2059f1f8fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"date\": \"2021-01-01\",\n    \"categoryCode\": [-8,54,64,74]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/socio-economic/industry-people-work-in/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","socio-economic","industry-people-work-in","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a17cb589-bb44-46a2-be8b-e2059f1f8fd6"}],"id":"8c345dac-9783-4634-866a-a95039f02926","_postman_id":"8c345dac-9783-4634-866a-a95039f02926","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"second-home-status","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"599e9728-81e1-4fbb-8f1f-d218283163aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"date\": \"2021-01-01\",\n    \"categoryCode\": [-8,2,4,6]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/socio-economic/second-home-status/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","socio-economic","second-home-status","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"599e9728-81e1-4fbb-8f1f-d218283163aa"}],"id":"04d13ec0-b0ad-40eb-94f4-d47485bfee80","_postman_id":"04d13ec0-b0ad-40eb-94f4-d47485bfee80","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"b9dea1a3-c506-4c79-9a6b-cba73efff63c","_postman_id":"b9dea1a3-c506-4c79-9a6b-cba73efff63c","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"Demographics","item":[{"name":"affordability","item":[{"name":"rent","item":[{"name":"search","event":[{"listen":"test","script":{"id":"bbb325e8-07d0-4b55-a048-824c2f6f950a","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"6eb38ced-d208-47d8-951f-9b99b9750f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\",\n    \"gross_income\": 45000,\n    \"age_range\": null,\n    \"property_type\": \"F\",\n    \"bedrooms\": [1, 2],\n    \"earners\": [1, 2, 3]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/affordability/rent/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","affordability","rent","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eb38ced-d208-47d8-951f-9b99b9750f0d"}],"id":"af1c7612-ae7d-43b3-ab22-cc14e45168ab","_postman_id":"af1c7612-ae7d-43b3-ab22-cc14e45168ab","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"mortgage","item":[{"name":"search","event":[{"listen":"test","script":{"id":"665031c0-1099-4b58-a0aa-db9a3c36dd19","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"92c36ac7-1eba-4bc6-a4d2-2e98d26806bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"geometry\":{\"type\":\"Feature\",\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.975343323612031,51.454948443843215],[-0.9754734703739365,51.455039499416934],[-0.9753314626062821,51.45495384602392],[-0.9750191704020575,51.45509608086691],[-0.9753490520928544,51.455452064606206],[-0.9751577969387502,51.45545039343116],[-0.9751849109059378,51.455712760840576],[-0.9749076614913504,51.45606441890658],[-0.9740142498190735,51.45609355385245],[-0.973238936916897,51.455846488207],[-0.9728068040296188,51.456182766931],[-0.9723619275873259,51.45580355856631],[-0.9709796119923217,51.45579297537258],[-0.9711009764649906,51.456116757847546],[-0.970291754533985,51.456317574141444],[-0.9699066406089948,51.45604459835136],[-0.9691857428741004,51.45627549623375],[-0.9691591204054745,51.4561033829225],[-0.9684204960190045,51.455925737196715],[-0.9686775760145049,51.455172455341966],[-0.9690698644267144,51.45499233792261],[-0.969046579772566,51.4548188843304],[-0.9692249323188753,51.45496727391157],[-0.9694456327856222,51.454683803002865],[-0.9692433187414045,51.45443005516164],[-0.969292776648924,51.454041160394574],[-0.9685570616987335,51.45363044497542],[-0.9684885529047944,51.4537218920688],[-0.9684407736033347,51.45353017899123],[-0.9684328961001211,51.453242361201795],[-0.9694501553885083,51.452706290294195],[-0.9690980139687014,51.45280485724389],[-0.9688717084903707,51.4522998270121],[-0.968594871386072,51.45207877344475],[-0.969263952607013,51.45170602679705],[-0.9682953799012014,51.45157822367681],[-0.9681467376170312,51.45132890233718],[-0.9681857372927066,51.45107799484848],[-0.9683522207584385,51.45104646839625],[-0.9682783285017394,51.45080796556535],[-0.9671364495155301,51.450662982098],[-0.9667728581687444,51.45016492089522],[-0.9661016984492051,51.450219412967925],[-0.9656971228099236,51.45009143391709],[-0.9652415186822331,51.44908223182126],[-0.9656983463998,51.4485460034778],[-0.9657413841909498,51.44823211724971],[-0.9652930623655294,51.44824057115356],[-0.9652686160893034,51.448020117594375],[-0.9644398014208062,51.44756603142282],[-0.9645866513363116,51.44721611463958],[-0.9651960520937953,51.44689409974852],[-0.9660313191337997,51.44675764248337],[-0.9657805789439108,51.445782699677345],[-0.9661456462888154,51.44618153419183],[-0.9663955481153028,51.446169628887226],[-0.9670637126766082,51.446571221556546],[-0.9673256860972221,51.44649757450972],[-0.9673330398225485,51.446171504115135],[-0.967551341494536,51.446081736204576],[-0.9683339027980215,51.44625645676465],[-0.9696685802014716,51.44603779247652],[-0.9699365321615604,51.44612023704468],[-0.9704875492259087,51.44603419503809],[-0.9707774377497224,51.44573677092792],[-0.9710829724478189,51.44606782621594],[-0.9711699058201443,51.446824589263066],[-0.9721185754904798,51.44662975521244],[-0.9724362870022493,51.4473608538374],[-0.9723920783042594,51.44774951750484],[-0.9726742502880888,51.44798130934419],[-0.9726695053911845,51.44819278341237],[-0.9729233914216798,51.44819869396875],[-0.9730325294020173,51.44836415594117],[-0.973972009735033,51.44818360437949],[-0.9745565560591162,51.449069847961745],[-0.9746307579591488,51.449555463855766],[-0.974465704473365,51.44948696825573],[-0.974419006085,51.44998744250415],[-0.9747895270332253,51.45025424270869],[-0.9751181054715553,51.45026889410307],[-0.9737728961625953,51.45064555138695],[-0.9731166001043016,51.451064015362114],[-0.9735020306913619,51.45095152063494],[-0.973707901319502,51.45104699068343],[-0.9731377910019857,51.45157443500344],[-0.973264508854407,51.451759823669164],[-0.9739876578875,51.45186872285561],[-0.9734944160572764,51.45215376445553],[-0.9744089165282782,51.45316039230359],[-0.9735137239513786,51.45327724123976],[-0.9736235401404385,51.45373017804917],[-0.9739027936198408,51.45386036003138],[-0.9742541944875271,51.453663068598686],[-0.9743584944205659,51.45385382586093],[-0.9741926667897776,51.45400995772874],[-0.9751013554330371,51.454064831072245],[-0.9755400925536464,51.45485882364416],[-0.975343323612031,51.454948443843215]]]},\"properties\":{\"lod\":{\"id\":\"sector\",\"number\":1},\"name\":\"RG1 2\",\"uuid\":\"ad479555-2202-4e8f-afd7-e0e3b38812b0\",\"placeType\":\"realyseLocation\",\"prettyName\":\"Reading RG1 2\",\"locationColourIndex\":1}},\"dateFrom\":\"2018-09-01\",\"dateTo\":\"2023-07-31\",\"gross_income\":80000,\"age_range\":null,\"property_type\":\"F\",\"bedrooms\":null,\"earners\":[1,2,3,4,5],\"period\":\"median\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/affordability/mortgage/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","affordability","mortgage","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9df30f6c-396d-4b9f-bf66-61f28b235b64","name":"search - Gross income","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\",\n    \"gross_income\": 45000,\n    \"deposit\": 20000,\n    \"interest_rate\": 1.2,\n    \"term_months\": 480\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/affordability/mortgage/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Feb 2022 17:15:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"322"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"date\": \"2019-03-01\",\n            \"value\": 0.00761309523809524\n        },\n        {\n            \"date\": \"2019-10-01\",\n            \"value\": 0.007392473118279571\n        },\n        {\n            \"date\": \"2019-06-01\",\n            \"value\": 0.0072916666666666685\n        },\n        {\n            \"date\": \"2019-05-01\",\n            \"value\": 0.007639252662825215\n        },\n        {\n            \"date\": \"2018-09-01\",\n            \"value\": 0.00761309523809524\n        },\n        {\n            \"date\": \"2018-08-01\",\n            \"value\": 0.007994149707485375\n        },\n        {\n            \"date\": \"2019-04-01\",\n            \"value\": 0.007566823899371071\n        },\n        {\n            \"date\": \"2018-11-01\",\n            \"value\": 0.00761309523809524\n        },\n        {\n            \"date\": \"2019-01-01\",\n            \"value\": 0.00757701421800948\n        },\n        {\n            \"date\": \"2018-07-01\",\n            \"value\": 0.00799375\n        },\n        {\n            \"date\": \"2018-12-01\",\n            \"value\": 0.00761309523809524\n        },\n        {\n            \"date\": \"2018-05-01\",\n            \"value\": 0.00761309523809524\n        },\n        {\n            \"date\": \"2018-06-01\",\n            \"value\": 0.00799375\n        },\n        {\n            \"date\": \"2019-08-01\",\n            \"value\": 0.008142978003384097\n        },\n        {\n            \"date\": \"2019-02-01\",\n            \"value\": 0.00761309523809524\n        },\n        {\n            \"date\": \"2020-01-01\",\n            \"value\": 0.006974637681159422\n        },\n        {\n            \"date\": \"2019-09-01\",\n            \"value\": 0.008020833333333335\n        },\n        {\n            \"date\": \"2020-02-01\",\n            \"value\": 0.0067973163841807925\n        },\n        {\n            \"date\": \"2018-10-01\",\n            \"value\": 0.0077609223300970885\n        },\n        {\n            \"date\": \"2019-11-01\",\n            \"value\": 0.006884835479256081\n        },\n        {\n            \"date\": \"2019-07-01\",\n            \"value\": 0.008061139028475713\n        },\n        {\n            \"date\": \"2019-12-01\",\n            \"value\": 0.0072916666666666685\n        }\n    ],\n    \"total_count\": 22,\n    \"page_total\": 22\n}"},{"id":"6ae716bd-c332-4ce5-9057-dd3105b084ee","name":"search - Age range","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\",\n    \"age_range\": [20, 25],\n    \"deposit\": 20000,\n    \"interest_rate\": 1.2,\n    \"term_months\": 480\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/affordability/mortgage/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Feb 2022 17:16:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"357"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"date\": \"2019-03-01\",\n            \"value\": 0.003914085714285715\n        },\n        {\n            \"date\": \"2019-10-01\",\n            \"value\": 0.0038406021505376347\n        },\n        {\n            \"date\": \"2019-06-01\",\n            \"value\": 0.0037106848484848498\n        },\n        {\n            \"date\": \"2019-05-01\",\n            \"value\": 0.003936295379145039\n        },\n        {\n            \"date\": \"2018-09-01\",\n            \"value\": 0.0037655904761904773\n        },\n        {\n            \"date\": \"2018-08-01\",\n            \"value\": 0.003920466023301166\n        },\n        {\n            \"date\": \"2019-04-01\",\n            \"value\": 0.004279012578616354\n        },\n        {\n            \"date\": \"2018-11-01\",\n            \"value\": 0.003914085714285715\n        },\n        {\n            \"date\": \"2019-01-01\",\n            \"value\": 0.0038432890995260672\n        },\n        {\n            \"date\": \"2018-07-01\",\n            \"value\": 0.00392027\n        },\n        {\n            \"date\": \"2018-12-01\",\n            \"value\": 0.0038615904761904775\n        },\n        {\n            \"date\": \"2018-05-01\",\n            \"value\": 0.003701590476190476\n        },\n        {\n            \"date\": \"2018-06-01\",\n            \"value\": 0.004054670000000001\n        },\n        {\n            \"date\": \"2019-08-01\",\n            \"value\": 0.004623160744500847\n        },\n        {\n            \"date\": \"2019-02-01\",\n            \"value\": 0.003910314285714286\n        },\n        {\n            \"date\": \"2020-01-01\",\n            \"value\": 0.0036077507246376813\n        },\n        {\n            \"date\": \"2019-09-01\",\n            \"value\": 0.004201113333333334\n        },\n        {\n            \"date\": \"2020-02-01\",\n            \"value\": 0.003560265536723164\n        },\n        {\n            \"date\": \"2018-10-01\",\n            \"value\": 0.003969135922330098\n        },\n        {\n            \"date\": \"2019-11-01\",\n            \"value\": 0.0035802689556509296\n        },\n        {\n            \"date\": \"2019-07-01\",\n            \"value\": 0.004191973199329983\n        },\n        {\n            \"date\": \"2019-12-01\",\n            \"value\": 0.004157812121212122\n        }\n    ],\n    \"total_count\": 22,\n    \"page_total\": 22\n}"}],"_postman_id":"92c36ac7-1eba-4bc6-a4d2-2e98d26806bc"}],"id":"500d467c-cda7-4303-9513-069e95f7542d","_postman_id":"500d467c-cda7-4303-9513-069e95f7542d","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"a0247b07-5081-43af-8137-3fc7b627ba51","_postman_id":"a0247b07-5081-43af-8137-3fc7b627ba51","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"crime","item":[{"name":"search","event":[{"listen":"test","script":{"id":"45faadfe-ec9d-47b6-9f11-9cf4a7ce7339","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"1cfe12e8-f4c0-49e5-9917-c38f0950e465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"category\": [\"high\"],\n    \"sub_category\": [\"violent_crime\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/crime/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","crime","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cfe12e8-f4c0-49e5-9917-c38f0950e465"}],"id":"1eef8055-7c70-4c9c-b97b-62c022888b63","_postman_id":"1eef8055-7c70-4c9c-b97b-62c022888b63","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"broadband","item":[{"name":"search","event":[{"listen":"test","script":{"id":"915489fd-4e11-4a9a-b1d0-932857652a54","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"8b917d1e-0ff8-47f0-aef5-dede71478845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/broadband/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","broadband","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b917d1e-0ff8-47f0-aef5-dede71478845"}],"id":"c34e7ec0-d831-47cd-ba7e-ccde1d171997","_postman_id":"c34e7ec0-d831-47cd-ba7e-ccde1d171997","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"education","item":[{"name":"search","event":[{"listen":"test","script":{"id":"43179113-4b01-4595-b0b5-8df4ec58a121","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"384bfba6-b1fa-4ac1-b8f3-1a154119a74b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/education/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","education","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"384bfba6-b1fa-4ac1-b8f3-1a154119a74b"}],"id":"269f8b06-4545-4da7-8b40-b8058376d8fa","_postman_id":"269f8b06-4545-4da7-8b40-b8058376d8fa","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"income","item":[{"name":"by-age","item":[{"name":"search","event":[{"listen":"test","script":{"id":"99466473-0b2f-4dfe-a017-47565866e3d3","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"4fc9ad8c-766d-4108-896c-7f036dcd5863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2020-01-01\",\n    \"dateTo\": \"2020-02-01\",\n    \"age_range\": [20, 35]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/income/by-age/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","income","by-age","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fc9ad8c-766d-4108-896c-7f036dcd5863"}],"id":"79ba47f3-d467-4a1e-b3d3-188175897463","_postman_id":"79ba47f3-d467-4a1e-b3d3-188175897463","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"25df8ce6-c98a-4bb5-bbe2-b7370ce4ad0f","_postman_id":"25df8ce6-c98a-4bb5-bbe2-b7370ce4ad0f","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"population","item":[{"name":"by-age","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"92aad119-97f8-41be-b304-ae3776a007ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\",\n    \"age_range\": [1, 10]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/population/by-age/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","population","by-age","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92aad119-97f8-41be-b304-ae3776a007ec"}],"id":"b4b43a2b-edf0-4f95-9920-c14f80cd7ed9","_postman_id":"b4b43a2b-edf0-4f95-9920-c14f80cd7ed9","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"dwellings","item":[{"name":"search","event":[{"listen":"test","script":{"id":"d21627ca-70d5-4741-9cea-eac02679a7ca","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"ede12ed4-0c52-44c8-9132-43c4a393e950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/population/dwellings/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","population","dwellings","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ede12ed4-0c52-44c8-9132-43c4a393e950"}],"id":"8dfa0208-470f-4b6e-8e80-6b0889e6734d","_postman_id":"8dfa0208-470f-4b6e-8e80-6b0889e6734d","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"dwellings-density","item":[{"name":"search","event":[{"listen":"test","script":{"id":"ff13ce4a-2491-472a-b68d-d5bc001d093b","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"2bb7a0b6-d0b8-4f75-947c-9e6011c85dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/population/dwellings-density/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","population","dwellings-density","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bb7a0b6-d0b8-4f75-947c-9e6011c85dff"}],"id":"605188ef-e40a-48f6-b8b1-33a44953ab36","_postman_id":"605188ef-e40a-48f6-b8b1-33a44953ab36","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"median-age","item":[{"name":"search","event":[{"listen":"test","script":{"id":"a5d50f34-9242-40f0-b028-b39e4878e3f8","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"b7f83763-8ee1-45aa-8f6c-782e9dfe3fed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/population/median-age/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","population","median-age","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7f83763-8ee1-45aa-8f6c-782e9dfe3fed"}],"id":"f30ddd22-5682-4d80-babc-d5828721bdee","_postman_id":"f30ddd22-5682-4d80-babc-d5828721bdee","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"density","item":[{"name":"search","event":[{"listen":"test","script":{"id":"dc427ca0-b626-46a0-814c-5d850fd8c425","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"3287eecb-61b7-4ff0-88eb-8048dafa12e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-09-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/population/density/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","population","density","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3287eecb-61b7-4ff0-88eb-8048dafa12e3"}],"id":"30be2260-1828-472b-a348-87299ba91141","_postman_id":"30be2260-1828-472b-a348-87299ba91141","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"religion","item":[{"name":"search","event":[{"listen":"test","script":{"id":"8a659e43-8ff8-4246-801c-55c042585dac","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"e2fc88d3-ce94-4d2e-a363-f6bbd0fed5f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\"type\":\"Polygon\",\"coordinates\":[\n                [\n                    [\n                        -11.334256473279556,\n                        59.16579760117609\n                    ],\n                    [\n                        -12.2643640101274,\n                        49.981192777720196\n                    ],\n                    [\n                        2.6828571102037113,\n                        49.9559145012118\n                    ],\n                    [\n                        1.2549455395498403,\n                        59.19264518438079\n                    ],\n                    [\n                        -11.334256473279556,\n                        59.16579760117609\n                    ]\n                ]\n            ]}\n    },\n    \"date\": \"2021-01-01\",\n    \"categoryCode\": [-8,1,2,3,4,5,6,7,8,9]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/population/religion/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","population","religion","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2fc88d3-ce94-4d2e-a363-f6bbd0fed5f7"}],"id":"f1905e1b-2267-4c6f-bc30-71fd7086fd91","_postman_id":"f1905e1b-2267-4c6f-bc30-71fd7086fd91","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"search","event":[{"listen":"test","script":{"id":"1f3e83d5-68fc-4b94-bbac-67b52e0b8897","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1e67301b-9595-463c-bf96-4716166b66dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/population/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","population","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e67301b-9595-463c-bf96-4716166b66dc"}],"id":"b4b83fde-6500-4421-8113-93a5ce9b0bde","_postman_id":"b4b83fde-6500-4421-8113-93a5ce9b0bde","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"unemployment","item":[{"name":"count","item":[{"name":"search","event":[{"listen":"test","script":{"id":"029e61f5-f958-4dfd-b148-4199aedd9b00","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"4e77e279-2eb9-42da-a4a4-c83dc2b80c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/unemployment/count/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","unemployment","count","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e77e279-2eb9-42da-a4a4-c83dc2b80c12"}],"id":"8d5798b6-5348-47f7-b277-3e3b011ba4d5","_postman_id":"8d5798b6-5348-47f7-b277-3e3b011ba4d5","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"percentage","item":[{"name":"search","event":[{"listen":"test","script":{"id":"837fef22-a199-4071-aa28-faed0a1a2778","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"3df2e28f-975e-4ea5-ba25-32920d70432b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-05-01\",\n    \"dateTo\": \"2020-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/unemployment/percentage/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","unemployment","percentage","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3df2e28f-975e-4ea5-ba25-32920d70432b"}],"id":"4c14b644-ec56-4dac-a574-783d4303f488","_postman_id":"4c14b644-ec56-4dac-a574-783d4303f488","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"456b2794-ed88-4cba-8a84-7e08c1268789","_postman_id":"456b2794-ed88-4cba-8a84-7e08c1268789","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"homelessness","item":[{"name":"search","event":[{"listen":"test","script":{"id":"029e61f5-f958-4dfd-b148-4199aedd9b00","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"646ded06-9c48-494a-bb63-f8a4ccc9479f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2024-12-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/homelessness/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","homelessness","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"646ded06-9c48-494a-bb63-f8a4ccc9479f"}],"id":"333bb446-c309-415e-8c91-fdf4e3584559","_postman_id":"333bb446-c309-415e-8c91-fdf4e3584559","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"ethnicity","item":[{"name":"search","event":[{"listen":"test","script":{"id":"029e61f5-f958-4dfd-b148-4199aedd9b00","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bf58ea27-9434-4197-a3c1-6812cb881dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2021-01-01\",\n    \"dateTo\": \"2021-01-31\",\n    \"ethnic_group\": [\"indian\", \"bangladeshi\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/ethnicity/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","ethnicity","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf58ea27-9434-4197-a3c1-6812cb881dd6"}],"id":"869d5545-7a32-40f6-8cd3-00013ee88bc5","_postman_id":"869d5545-7a32-40f6-8cd3-00013ee88bc5","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"waitlist","item":[{"name":"search","event":[{"listen":"test","script":{"id":"029e61f5-f958-4dfd-b148-4199aedd9b00","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"143db46e-f422-483a-b60a-1aa093e30e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"dateFrom\": \"2018-01-01\",\n    \"dateTo\": \"2024-12-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/waitlist/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","waitlist","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"143db46e-f422-483a-b60a-1aa093e30e8b"}],"id":"80b07f6b-6f9b-4a37-87a9-feec15c6b57e","_postman_id":"80b07f6b-6f9b-4a37-87a9-feec15c6b57e","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"rents-vs-sales","item":[{"name":"search","event":[{"listen":"test","script":{"id":"902bf480-960e-4817-a1e7-baed302d5c5e","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"2821db39-2a20-4401-a6cd-99bca08667ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"geometry\":{\n        \"type\": \"Feature\",\n        \"properties\": {},\n        \"geometry\": {\n            \"type\": \"Polygon\", \n            \"coordinates\": [[[-0.163421630859375, 51.51130657591914], [-0.08651733398437499, 51.51130657591914], [-0.08651733398437499, 51.537366908796294], [-0.163421630859375, 51.537366908796294], [-0.163421630859375, 51.51130657591914]]]\n        }\n    },\n    \"date_from\": \"2018-01-01\",\n    \"date_to\": \"2019-02-28\",\n    \"dataset\": {\n        \"property_type\": \"F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/demographics/rents-vs-sales/search","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["v2","demographics","rents-vs-sales","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2821db39-2a20-4401-a6cd-99bca08667ac"}],"id":"ba342e5d-4539-4e0b-a39f-ed1083957960","_postman_id":"ba342e5d-4539-4e0b-a39f-ed1083957960","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"c8144f48-5ee3-43fd-aa47-b5939ca36f94","_postman_id":"c8144f48-5ee3-43fd-aa47-b5939ca36f94","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"id":"c97393c2-d5fe-4ca4-8537-3054637d0dc7","description":"<p>All V2 REalyse API endpoints. In addition to the specified parameters these endpoints share a common set of additional parameters. These are:</p>\n<blockquote>\n<p><code>limit</code> The maximum number of records to be returned in a single call. This is set to 100 unless detailed elsewhere</p>\n<p><code>offset</code> When more records are available than the limit specified above this parameter can be used to move the window of returned results</p>\n<p><code>order_by</code> When returning data the endpoints are able to return the data in different orders. This parameter can be used to control the field used to order.</p>\n<p><code>order_dir</code> When combined with the above parameter the order of the data can be changed</p>\n</blockquote>\n","_postman_id":"c97393c2-d5fe-4ca4-8537-3054637d0dc7","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}},{"name":"realtime","item":[{"name":"Market Statistics","event":[{"listen":"test","script":{"id":"8a2745d6-feb3-4611-8d88-09c9767708f9","exec":["pm.test(\"response must be valid and have a body\", function () {","    pm.response.to.be.ok;","    pm.response.to.be.withBody;","    pm.response.to.be.json;","});","pm.test(\"Response time is less than 5000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(5000);","});"],"type":"text/javascript"}}],"id":"8b73f0d4-93b0-46c3-9f72-39155a1a9f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query(\n    $geometries: GeoJSONFeature\n    $dateFrom: String\n    $dateTo: String\n    $types: IndicatorTypes!\n    $buildType: BuildTypes\n    $bedrooms: [Int]\n    $propertyType: [PropertyTypes]\n    $dataSet: IndicatorSets!\n    $propertyFeatures: [String]\n    $benchmarkType: String\n    ) {\n    indicators(\n        dateFrom: $dateFrom,\n        dateTo: $dateTo,\n        geometry: $geometries,\n        buildType: $buildType,\n        bedrooms: $bedrooms,\n        propertyType: $propertyType,\n        type: $types,\n        dataSet: $dataSet,\n        propertyFeatures: $propertyFeatures,\n        benchmarkType: $benchmarkType\n    ) {\n        month\n        type\n        sample\n        three_m\n        six_m\n        twelve_m\n        p_25\n        p_50\n        p_75\n        p_90\n        p_25_twelve_m\n        p_75_twelve_m\n        p_90_twelve_m\n        min\n        max\n        sum\n        avg\n        uniqExact\n        median\n        diff_twelve_m_three_m\n        diff_twenty_four_m_three_m\n        diff_thirty_six_m_three_m\n        diff_twelve_m_six_m\n        diff_twenty_four_m_six_m\n        diff_thirty_six_m_six_m\n        diff_twelve_m_twelve_m\n        diff_twenty_four_m_twelve_m\n        diff_thirty_six_m_twelve_m\n        diff_twelve_m_median\n        diff_twenty_four_m_median\n        diff_thirty_six_m_median\n    }\n}","variables":"{\n    \"dateFrom\": \"2016-07-01\",\n    \"dateTo\": \"2021-06-30\",\n    \"types\": \"achieved_rent\",\n    \"buildType\": \"all\",\n    \"dataSet\": \"rents\",\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    }\n}"}},"url":"{{url}}/realtime/query","description":"<p>The <code>indicators</code> query type for this endpoint provides access to statistical aggregations over market data.</p>\n<p>This is a GraphQL query with the full set of parameters listed in below.</p>\n<p><strong>Request</strong></p>\n<p><code>geometry</code> <strong>GeoJson</strong> <strong>feature</strong> This geojson feature must not include the properties object. This feature is used to specify the area values should be returned for</p>\n<p><code>areaId</code> <strong>String</strong> This field can be specified instead of the <code>geometry</code> field to specify a Post Town, Sector or District to search using</p>\n<p><code>dateFrom</code> <strong>String</strong> This is a string for the minimum date required. Date is in the format yyyy-mm-dd</p>\n<p><code>dateTo</code> <strong>String</strong> This is a string for the maximum date required. Date is in the format yyyy-mm-dd</p>\n<p><code>buildType</code> <strong>String</strong> This is a string for the build type required. Valid values are: <code>all</code> <code>secondary</code> <code>new_build</code></p>\n<p><code>bedrooms</code> <strong>Array of Ints</strong> This is an array of the number of bedrooms for properties to be included. Do not specify to include all bedrooms. Otherwise valid values are 1 - 5</p>\n<p><code>propertyType</code> <strong>Array of Strings</strong> This is an array of strings for the property types to be combined. Do not specify to include all types. Otherwise valid values are</p>\n<p><code>F</code> - Flats</p>\n<p><code>D</code> - Detached houses</p>\n<p><code>T</code> - Terraced houses</p>\n<p><code>S</code> - Semi detached houses</p>\n<p><code>B</code> - Bungalow</p>\n<p><code>type</code> <strong>String</strong> This is used to specify the type of data you want to return. Valid values are: <code>transactions</code> , <code>listings</code> , <code>days_on_market</code> , <code>size</code> , <code>price_per_sqft</code> , <code>discount</code> , <code>asking_rent</code> , <code>asking_price</code> , <code>sold_price</code> , <code>yield</code> , <code>new_listings</code> , <code>removed_listings</code> , <code>achieved_rent</code> , <code>achieved_rent_per_sqft</code> , <code>achieved_rent_listings</code></p>\n<p><code>dataSet</code> <strong>String</strong> This is a string that specifies the data set to be queried. The valid values are: <code>rents</code>, <code>sales</code> or <code>transactions</code></p>\n<p><code>propertyFeatures</code> Array of Strings This is an array of strings for the property features to include. Valid values for this can be retrieved from the</p>\n<p><code>benchmarkType</code> <strong>String</strong> This string allows specifying that the data requested is the NUTS1 area containing the geometry sent. Valid values are <code>region</code> for NUTS1 region or <code>national</code> for Country wide values</p>\n<p><strong>Response Object</strong></p>\n<p><code>month</code> <strong>String</strong> This contains the month that the data is for.</p>\n<p><code>type</code> <strong>String</strong> This is the type queried</p>\n<p><code>sample</code> <strong>Int</strong> This is the sample size that the values are based on</p>\n<p><code>three_m</code> <strong>Float</strong> This is the three month moving average for the value</p>\n<p><code>six_m</code> <strong>Float</strong> This is the six month moving average for the value</p>\n<p><code>twelve_m</code> <strong>Float</strong> This is the twelve month moving average for the value</p>\n<p><code>p_25</code> <strong>Float</strong> This is the 25th percentile of the underlying data</p>\n<p><code>p_50</code> <strong>Float</strong> This is the 50th percentile of the underlying data</p>\n<p><code>p_75</code> <strong>Float</strong> This is the 75th percentile of the underlying data</p>\n<p><code>p_90</code> <strong>Float</strong> This is the 90th percentile of the underlying data</p>\n<p><code>p_25_twelve_m</code> <strong>Float</strong> This is the twelve month moving average for the 25th percentile</p>\n<p><code>p_75_twelve_m</code> <strong>Float</strong> This is the twelve month moving average for the 75th percentile</p>\n<p><code>p_90_twelve_m</code> <strong>Float</strong> This is the twelve month moving average for the 90th percentile</p>\n<p><code>min</code> <strong>Float</strong> This is the minimum value from the underlying dataset</p>\n<p><code>max</code> <strong>Float</strong> This is the maximum value from the underlying dataset</p>\n<p><code>sum</code> <strong>Float</strong> This is the total of the value</p>\n<p><code>avg</code> <strong>Float</strong> This is the average of the value</p>\n<p><code>median</code> <strong>Float</strong> This is the median of the value</p>\n<p><code>diff_twelve_m_three_m</code> <strong>Float</strong> This is the percentage difference of the three month moving average with the three month moving average value from 12 months ago</p>\n<p><code>diff_twenty_four_m_three_m</code> <strong>Float</strong> This is the percentage difference of the three month moving average with the three month moving average value from 24 months ago</p>\n<p><code>diff_thirty_six_m_three_m</code> <strong>Float</strong> This is the percentage difference of the three month moving average with the three month moving average value from 36 months ago</p>\n<p><code>diff_twelve_m_six_m</code> <strong>Float</strong> This is the percentage difference of the six month moving average with the three month moving average value from 12 months ago</p>\n<p><code>diff_twenty_four_m_six_m</code> <strong>Float</strong> This is the percentage difference of the six month moving average with the three month moving average value from 24 months ago</p>\n<p><code>diff_thirty_six_m_six_m</code> <strong>Float</strong> This is the percentage difference of the six month moving average with the three month moving average value from 36 months ago</p>\n<p><code>diff_twelve_m_twelve_m</code> <strong>Float</strong> This is the percentage difference of the twelve month moving average with the three month moving average value from 12 months ago</p>\n<p><code>diff_twenty_four_m_twelve_m</code> <strong>Float</strong> This is the percentage difference of the twelve month moving average with the three month moving average value from 24 months ago</p>\n<p><code>diff_thirty_six_m_twelve_m</code> <strong>Float</strong> This is the percentage difference of the twelve month moving average with the three month moving average value from 36 months ago</p>\n<p><code>diff_twelve_m_median</code> <strong>Float</strong> This is the percentage difference of the median with the median value from 12 months ago</p>\n<p><code>diff_twenty_four_m_median</code> <strong>Float</strong> This is the percentage difference of the median with the median value from 24 months ago</p>\n<p><code>diff_thirty_six_m_median</code> <strong>Float</strong> This is the percentage difference of the median with the median value from 36 months ago</p>\n","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}},"urlObject":{"path":["realtime","query"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ea338bc5-03f9-414f-8ee6-df42574327f3","name":"Achieved rent example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query(\n    $geometries: GeoJSONFeature\n    $dateFrom: String\n    $dateTo: String\n    $types: IndicatorTypes!\n    $buildType: BuildTypes\n    $bedrooms: [Int]\n    $propertyType: [PropertyTypes]\n    $dataSet: IndicatorSets!\n    $propertyFeatures: [String]\n    $benchmarkType: String\n    ) {\n    indicators(\n        dateFrom: $dateFrom,\n        dateTo: $dateTo,\n        geometry: $geometries,\n        buildType: $buildType,\n        bedrooms: $bedrooms,\n        propertyType: $propertyType,\n        type: $types,\n        dataSet: $dataSet,\n        propertyFeatures: $propertyFeatures,\n        benchmarkType: $benchmarkType\n    ) {\n        month\n        type\n        sample\n        three_m\n        six_m\n        twelve_m\n        p_25\n        p_50\n        p_75\n        p_90\n        p_25_twelve_m\n        p_75_twelve_m\n        p_90_twelve_m\n        min\n        max\n        sum\n        avg\n        uniqExact\n        median\n        diff_twelve_m_three_m\n        diff_twenty_four_m_three_m\n        diff_thirty_six_m_three_m\n        diff_twelve_m_six_m\n        diff_twenty_four_m_six_m\n        diff_thirty_six_m_six_m\n        diff_twelve_m_twelve_m\n        diff_twenty_four_m_twelve_m\n        diff_thirty_six_m_twelve_m\n        diff_twelve_m_median\n        diff_twenty_four_m_median\n        diff_thirty_six_m_median\n    }\n}","variables":"{\n    \"dateFrom\": \"2016-07-01\",\n    \"dateTo\": \"2021-06-30\",\n    \"types\": \"achieved_rent\",\n    \"buildType\": \"all\",\n    \"dataSet\": \"rents\",\n    \"geometries\": {\n      \"type\": \"Feature\",\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.45750402042058\n            ],\n            [\n              -3.494338989257812,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.48634732684517\n            ],\n            [\n              -3.5520172119140625,\n              50.45750402042058\n            ]\n          ]\n        ]\n      }\n    }\n}"}},"url":"{{url}}/realtime/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 09:00:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1161"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"indicators\": [\n            {\n                \"month\": \"2019-01-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 19,\n                \"three_m\": 595.83,\n                \"six_m\": 616.25,\n                \"twelve_m\": 612.08,\n                \"p_25\": 550,\n                \"p_50\": 575,\n                \"p_75\": 722.5,\n                \"p_90\": 836,\n                \"p_25_twelve_m\": 533.23,\n                \"p_75_twelve_m\": 717.71,\n                \"p_90_twelve_m\": 823.21,\n                \"min\": 440,\n                \"max\": 1000,\n                \"sum\": 12105,\n                \"avg\": 637.11,\n                \"uniqExact\": 10,\n                \"median\": 575,\n                \"diff_twelve_m_three_m\": 1.42,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 4.89,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 4.18,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -2.13,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-12-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 27,\n                \"three_m\": 595.83,\n                \"six_m\": 620.42,\n                \"twelve_m\": 613.13,\n                \"p_25\": 532.5,\n                \"p_50\": 600,\n                \"p_75\": 750,\n                \"p_90\": 825,\n                \"p_25_twelve_m\": 529.06,\n                \"p_75_twelve_m\": 709.48,\n                \"p_90_twelve_m\": 811.67,\n                \"min\": 425,\n                \"max\": 850,\n                \"sum\": 17275,\n                \"avg\": 639.81,\n                \"uniqExact\": 17,\n                \"median\": 600,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-11-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 40,\n                \"three_m\": 615.83,\n                \"six_m\": 628.75,\n                \"twelve_m\": 614.32,\n                \"p_25\": 550,\n                \"p_50\": 612.5,\n                \"p_75\": 656.25,\n                \"p_90\": 732,\n                \"p_25_twelve_m\": 528.75,\n                \"p_75_twelve_m\": 705.8,\n                \"p_90_twelve_m\": 810.45,\n                \"min\": 330,\n                \"max\": 1100,\n                \"sum\": 24618.32,\n                \"avg\": 615.46,\n                \"uniqExact\": 16,\n                \"median\": 612.5,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-10-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 37,\n                \"three_m\": 636.67,\n                \"six_m\": 622.08,\n                \"twelve_m\": 614.5,\n                \"p_25\": 500,\n                \"p_50\": 575,\n                \"p_75\": 725,\n                \"p_90\": 768,\n                \"p_25_twelve_m\": 526.63,\n                \"p_75_twelve_m\": 710.75,\n                \"p_90_twelve_m\": 818.3,\n                \"min\": 250,\n                \"max\": 1200,\n                \"sum\": 22293.33,\n                \"avg\": 602.52,\n                \"uniqExact\": 18,\n                \"median\": 575,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-09-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 22,\n                \"three_m\": 645,\n                \"six_m\": 626.25,\n                \"twelve_m\": 618.89,\n                \"p_25\": 572.5,\n                \"p_50\": 660,\n                \"p_75\": 737.5,\n                \"p_90\": 825,\n                \"p_25_twelve_m\": 529.58,\n                \"p_75_twelve_m\": 709.17,\n                \"p_90_twelve_m\": 823.89,\n                \"min\": 65,\n                \"max\": 1450,\n                \"sum\": 15018.33,\n                \"avg\": 682.65,\n                \"uniqExact\": 11,\n                \"median\": 660,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-08-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 31,\n                \"three_m\": 641.67,\n                \"six_m\": 616.25,\n                \"twelve_m\": 613.75,\n                \"p_25\": 450,\n                \"p_50\": 675,\n                \"p_75\": 755,\n                \"p_90\": 995,\n                \"p_25_twelve_m\": 524.22,\n                \"p_75_twelve_m\": 705.63,\n                \"p_90_twelve_m\": 823.75,\n                \"min\": 411.66,\n                \"max\": 1200,\n                \"sum\": 20764.98,\n                \"avg\": 669.84,\n                \"uniqExact\": 16,\n                \"median\": 675,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-07-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 27,\n                \"three_m\": 607.5,\n                \"six_m\": 607.92,\n                \"twelve_m\": 605,\n                \"p_25\": 510,\n                \"p_50\": 600,\n                \"p_75\": 725,\n                \"p_90\": 817,\n                \"p_25_twelve_m\": 534.82,\n                \"p_75_twelve_m\": 698.57,\n                \"p_90_twelve_m\": 799.29,\n                \"min\": 395,\n                \"max\": 895,\n                \"sum\": 16850,\n                \"avg\": 624.07,\n                \"uniqExact\": 16,\n                \"median\": 600,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-06-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 41,\n                \"three_m\": 607.5,\n                \"six_m\": 605.83,\n                \"twelve_m\": 605.83,\n                \"p_25\": 550,\n                \"p_50\": 650,\n                \"p_75\": 695,\n                \"p_90\": 740,\n                \"p_25_twelve_m\": 538.96,\n                \"p_75_twelve_m\": 694.17,\n                \"p_90_twelve_m\": 796.33,\n                \"min\": 390,\n                \"max\": 850,\n                \"sum\": 26043,\n                \"avg\": 635.2,\n                \"uniqExact\": 16,\n                \"median\": 650,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-05-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 28,\n                \"three_m\": 590.83,\n                \"six_m\": 597,\n                \"twelve_m\": 597,\n                \"p_25\": 498.75,\n                \"p_50\": 572.5,\n                \"p_75\": 775,\n                \"p_90\": 850,\n                \"p_25_twelve_m\": 536.75,\n                \"p_75_twelve_m\": 694,\n                \"p_90_twelve_m\": 807.6,\n                \"min\": 368.33,\n                \"max\": 875,\n                \"sum\": 17593.99,\n                \"avg\": 628.36,\n                \"uniqExact\": 19,\n                \"median\": 572.5,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-04-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 29,\n                \"three_m\": 608.33,\n                \"six_m\": 603.13,\n                \"twelve_m\": 603.13,\n                \"p_25\": 595,\n                \"p_50\": 600,\n                \"p_75\": 695,\n                \"p_90\": 950,\n                \"p_25_twelve_m\": 546.25,\n                \"p_75_twelve_m\": 673.75,\n                \"p_90_twelve_m\": 797,\n                \"min\": 385.67,\n                \"max\": 1550,\n                \"sum\": 20280.67,\n                \"avg\": 699.33,\n                \"uniqExact\": 14,\n                \"median\": 600,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-03-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 34,\n                \"three_m\": 604.17,\n                \"six_m\": 604.17,\n                \"twelve_m\": 604.17,\n                \"p_25\": 565,\n                \"p_50\": 600,\n                \"p_75\": 651.25,\n                \"p_90\": 745.5,\n                \"p_25_twelve_m\": 530,\n                \"p_75_twelve_m\": 666.67,\n                \"p_90_twelve_m\": 746,\n                \"min\": 275,\n                \"max\": 775,\n                \"sum\": 20255,\n                \"avg\": 595.74,\n                \"uniqExact\": 17,\n                \"median\": 600,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-02-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 31,\n                \"three_m\": 606.25,\n                \"six_m\": 606.25,\n                \"twelve_m\": 606.25,\n                \"p_25\": 525,\n                \"p_50\": 625,\n                \"p_75\": 725,\n                \"p_90\": 795,\n                \"p_25_twelve_m\": 512.5,\n                \"p_75_twelve_m\": 674.38,\n                \"p_90_twelve_m\": 746.25,\n                \"min\": 390,\n                \"max\": 1200,\n                \"sum\": 19950,\n                \"avg\": 643.55,\n                \"uniqExact\": 19,\n                \"median\": 625,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-01-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 16,\n                \"three_m\": 587.5,\n                \"six_m\": 587.5,\n                \"twelve_m\": 587.5,\n                \"p_25\": 500,\n                \"p_50\": 587.5,\n                \"p_75\": 623.75,\n                \"p_90\": 697.5,\n                \"p_25_twelve_m\": 500,\n                \"p_75_twelve_m\": 623.75,\n                \"p_90_twelve_m\": 697.5,\n                \"min\": 500,\n                \"max\": 795,\n                \"sum\": 9460,\n                \"avg\": 591.25,\n                \"uniqExact\": 7,\n                \"median\": 587.5,\n                \"diff_twelve_m_three_m\": 0,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 0,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            }\n        ]\n    }\n}"},{"id":"dd3248cf-6fe9-4132-8b49-f95891683fdf","name":"Achieved rent example using AreaId","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query(\n    $areaId: String\n    $dateFrom: String\n    $dateTo: String\n    $types: IndicatorTypes!\n    $buildType: BuildTypes\n    $bedrooms: [Int]\n    $propertyType: [PropertyTypes]\n    $dataSet: IndicatorSets!\n    $propertyFeatures: [String]\n    $benchmarkType: String\n    ) {\n    indicators(\n        dateFrom: $dateFrom,\n        dateTo: $dateTo,\n        areaId: $areaId,\n        buildType: $buildType,\n        bedrooms: $bedrooms,\n        propertyType: $propertyType,\n        type: $types,\n        dataSet: $dataSet,\n        propertyFeatures: $propertyFeatures,\n        benchmarkType: $benchmarkType\n    ) {\n        month\n        type\n        sample\n        three_m\n        six_m\n        twelve_m\n        p_25\n        p_50\n        p_75\n        p_90\n        p_25_twelve_m\n        p_75_twelve_m\n        p_90_twelve_m\n        min\n        max\n        sum\n        avg\n        median\n        diff_twelve_m_three_m\n        diff_twenty_four_m_three_m\n        diff_thirty_six_m_three_m\n        diff_twelve_m_six_m\n        diff_twenty_four_m_six_m\n        diff_thirty_six_m_six_m\n        diff_twelve_m_twelve_m\n        diff_twenty_four_m_twelve_m\n        diff_thirty_six_m_twelve_m\n        diff_twelve_m_median\n        diff_twenty_four_m_median\n        diff_thirty_six_m_median\n    }\n}","variables":"{\n    \"dateFrom\": \"2016-07-01\",\n    \"dateTo\": \"2021-06-30\",\n    \"types\": \"achieved_rent\",\n    \"buildType\": \"all\",\n    \"dataSet\": \"rents\",\n    \"areaId\": \"TQ1\"\n}"}},"url":"{{url}}/realtime/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 04 Mar 2022 09:42:48 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"indicators\": [\n            {\n                \"month\": \"2021-06-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 89,\n                \"three_m\": 1681.67,\n                \"six_m\": 1671.39,\n                \"twelve_m\": 1815.48,\n                \"p_25\": 1400,\n                \"p_50\": 1820,\n                \"p_75\": 2450,\n                \"p_90\": 3498.73,\n                \"p_25_twelve_m\": 1521.03,\n                \"p_75_twelve_m\": 2243.89,\n                \"p_90_twelve_m\": 2983.64,\n                \"min\": 850,\n                \"max\": 10833.33,\n                \"sum\": 215414.72,\n                \"avg\": 2420.39,\n                \"uniqExact\": 51,\n                \"median\": 1820,\n                \"diff_twelve_m_three_m\": -6.6,\n                \"diff_twenty_four_m_three_m\": -19.76,\n                \"diff_thirty_six_m_three_m\": -20.8,\n                \"diff_twelve_m_six_m\": -14.74,\n                \"diff_twenty_four_m_six_m\": -19.11,\n                \"diff_thirty_six_m_six_m\": -20.34,\n                \"diff_twelve_m_twelve_m\": -15.18,\n                \"diff_twenty_four_m_twelve_m\": -16.71,\n                \"diff_thirty_six_m_twelve_m\": -17.05,\n                \"diff_twelve_m_median\": -4.84,\n                \"diff_twenty_four_m_median\": -15.15,\n                \"diff_thirty_six_m_median\": -17.24\n            },\n            {\n                \"month\": \"2021-05-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 105,\n                \"three_m\": 1652.78,\n                \"six_m\": 1714.58,\n                \"twelve_m\": 1817.98,\n                \"p_25\": 1343.33,\n                \"p_50\": 1600,\n                \"p_75\": 1930,\n                \"p_90\": 3172.2,\n                \"p_25_twelve_m\": 1523.18,\n                \"p_75_twelve_m\": 2256.39,\n                \"p_90_twelve_m\": 2930.41,\n                \"min\": 650,\n                \"max\": 8016.67,\n                \"sum\": 199017.03,\n                \"avg\": 1895.4,\n                \"uniqExact\": 56,\n                \"median\": 1600,\n                \"diff_twelve_m_three_m\": -10.58,\n                \"diff_twenty_four_m_three_m\": -19.19,\n                \"diff_thirty_six_m_three_m\": -18.26,\n                \"diff_twelve_m_six_m\": -15.1,\n                \"diff_twenty_four_m_six_m\": -17.45,\n                \"diff_thirty_six_m_six_m\": -16.41,\n                \"diff_twelve_m_twelve_m\": -15.89,\n                \"diff_twenty_four_m_twelve_m\": -17.35,\n                \"diff_thirty_six_m_twelve_m\": -16.73,\n                \"diff_twelve_m_median\": -9.9,\n                \"diff_twenty_four_m_median\": -23.55,\n                \"diff_thirty_six_m_median\": -20.59\n            },\n            {\n                \"month\": \"2021-04-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 91,\n                \"three_m\": 1661.11,\n                \"six_m\": 1756.25,\n                \"twelve_m\": 1849.23,\n                \"p_25\": 1347.02,\n                \"p_50\": 1625,\n                \"p_75\": 2000,\n                \"p_90\": 3042,\n                \"p_25_twelve_m\": 1543.05,\n                \"p_75_twelve_m\": 2297.64,\n                \"p_90_twelve_m\": 2900.78,\n                \"min\": 650,\n                \"max\": 4333.33,\n                \"sum\": 161843.02,\n                \"avg\": 1778.49,\n                \"uniqExact\": 54,\n                \"median\": 1625,\n                \"diff_twelve_m_three_m\": -13.13,\n                \"diff_twenty_four_m_three_m\": -17.92,\n                \"diff_thirty_six_m_three_m\": -19.3,\n                \"diff_twelve_m_six_m\": -15.13,\n                \"diff_twenty_four_m_six_m\": -14.71,\n                \"diff_thirty_six_m_six_m\": -15.86,\n                \"diff_twelve_m_twelve_m\": -15.14,\n                \"diff_twenty_four_m_twelve_m\": -15.51,\n                \"diff_thirty_six_m_twelve_m\": -15.09,\n                \"diff_twelve_m_median\": -8.96,\n                \"diff_twenty_four_m_median\": -17.67,\n                \"diff_thirty_six_m_median\": -18.92\n            },\n            {\n                \"month\": \"2021-03-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 67,\n                \"three_m\": 1661.11,\n                \"six_m\": 1788.75,\n                \"twelve_m\": 1845.21,\n                \"p_25\": 1399.5,\n                \"p_50\": 1733.33,\n                \"p_75\": 2513,\n                \"p_90\": 3300,\n                \"p_25_twelve_m\": 1549.67,\n                \"p_75_twelve_m\": 2269.51,\n                \"p_90_twelve_m\": 2792.42,\n                \"min\": 1000,\n                \"max\": 4203.33,\n                \"sum\": 132557.96,\n                \"avg\": 1978.48,\n                \"uniqExact\": 39,\n                \"median\": 1733.33,\n                \"diff_twelve_m_three_m\": -21.65,\n                \"diff_twenty_four_m_three_m\": -18.44,\n                \"diff_thirty_six_m_three_m\": -19.87,\n                \"diff_twelve_m_six_m\": -17.8,\n                \"diff_twenty_four_m_six_m\": -15.04,\n                \"diff_thirty_six_m_six_m\": -16.92,\n                \"diff_twelve_m_twelve_m\": -16.67,\n                \"diff_twenty_four_m_twelve_m\": -15.61,\n                \"diff_thirty_six_m_twelve_m\": -15.91,\n                \"diff_twelve_m_median\": -16.67,\n                \"diff_twenty_four_m_median\": -14.89,\n                \"diff_thirty_six_m_median\": -17.53\n            },\n            {\n                \"month\": \"2021-02-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 65,\n                \"three_m\": 1776.39,\n                \"six_m\": 1833.19,\n                \"twelve_m\": 1866.87,\n                \"p_25\": 1408.33,\n                \"p_50\": 1625,\n                \"p_75\": 1890.91,\n                \"p_90\": 2190,\n                \"p_25_twelve_m\": 1571.17,\n                \"p_75_twelve_m\": 2314.26,\n                \"p_90_twelve_m\": 2891.53,\n                \"min\": 1000,\n                \"max\": 2450,\n                \"sum\": 108716.55,\n                \"avg\": 1672.56,\n                \"uniqExact\": 34,\n                \"median\": 1625,\n                \"diff_twelve_m_three_m\": -18.91,\n                \"diff_twenty_four_m_three_m\": -15.77,\n                \"diff_thirty_six_m_three_m\": -14.6,\n                \"diff_twelve_m_six_m\": -18.72,\n                \"diff_twenty_four_m_six_m\": -16.09,\n                \"diff_thirty_six_m_six_m\": -16.54,\n                \"diff_twelve_m_twelve_m\": -15.55,\n                \"diff_twenty_four_m_twelve_m\": -14.9,\n                \"diff_thirty_six_m_twelve_m\": -14.92,\n                \"diff_twelve_m_median\": -25.57,\n                \"diff_twenty_four_m_median\": -21.88,\n                \"diff_thirty_six_m_median\": -22.29\n            },\n            {\n                \"month\": \"2021-01-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 33,\n                \"three_m\": 1851.39,\n                \"six_m\": 1905.41,\n                \"twelve_m\": 1912.01,\n                \"p_25\": 1516.67,\n                \"p_50\": 1625,\n                \"p_75\": 1900,\n                \"p_90\": 2570,\n                \"p_25_twelve_m\": 1599.64,\n                \"p_75_twelve_m\": 2371.55,\n                \"p_90_twelve_m\": 3009.03,\n                \"min\": 693,\n                \"max\": 3000,\n                \"sum\": 58719.31,\n                \"avg\": 1779.37,\n                \"uniqExact\": 20,\n                \"median\": 1625,\n                \"diff_twelve_m_three_m\": -16.85,\n                \"diff_twenty_four_m_three_m\": -11.6,\n                \"diff_thirty_six_m_three_m\": -12.51,\n                \"diff_twelve_m_six_m\": -17.25,\n                \"diff_twenty_four_m_six_m\": -14.2,\n                \"diff_thirty_six_m_six_m\": -14.1,\n                \"diff_twelve_m_twelve_m\": -13.37,\n                \"diff_twenty_four_m_twelve_m\": -12.99,\n                \"diff_thirty_six_m_twelve_m\": -12.86,\n                \"diff_twelve_m_median\": -26.22,\n                \"diff_twenty_four_m_median\": -22.68,\n                \"diff_thirty_six_m_median\": -20.21\n            },\n            {\n                \"month\": \"2020-12-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 58,\n                \"three_m\": 1916.39,\n                \"six_m\": 1959.58,\n                \"twelve_m\": 1959.93,\n                \"p_25\": 1604.19,\n                \"p_50\": 2079.17,\n                \"p_75\": 2507.92,\n                \"p_90\": 2856.83,\n                \"p_25_twelve_m\": 1626.75,\n                \"p_75_twelve_m\": 2438.91,\n                \"p_90_twelve_m\": 3048.83,\n                \"min\": 1000,\n                \"max\": 4333,\n                \"sum\": 121573.32,\n                \"avg\": 2096.09,\n                \"uniqExact\": 33,\n                \"median\": 2079.17,\n                \"diff_twelve_m_three_m\": -14.14,\n                \"diff_twenty_four_m_three_m\": -11.85,\n                \"diff_thirty_six_m_three_m\": -14.19,\n                \"diff_twelve_m_six_m\": -15.56,\n                \"diff_twenty_four_m_six_m\": -14.54,\n                \"diff_thirty_six_m_six_m\": -14.03,\n                \"diff_twelve_m_twelve_m\": -10.65,\n                \"diff_twenty_four_m_twelve_m\": -10.73,\n                \"diff_thirty_six_m_twelve_m\": -11.13,\n                \"diff_twelve_m_median\": -7.18,\n                \"diff_twenty_four_m_median\": -2.08,\n                \"diff_thirty_six_m_median\": -4.04\n            },\n            {\n                \"month\": \"2020-11-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 40,\n                \"three_m\": 1890,\n                \"six_m\": 1921.39,\n                \"twelve_m\": 1970.42,\n                \"p_25\": 1635,\n                \"p_50\": 1850,\n                \"p_75\": 1993.33,\n                \"p_90\": 2850,\n                \"p_25_twelve_m\": 1654.66,\n                \"p_75_twelve_m\": 2439.93,\n                \"p_90_twelve_m\": 3135.77,\n                \"min\": 850,\n                \"max\": 6300,\n                \"sum\": 79594.25,\n                \"avg\": 1989.86,\n                \"uniqExact\": 23,\n                \"median\": 1850,\n                \"diff_twelve_m_three_m\": -18.55,\n                \"diff_twenty_four_m_three_m\": -16.39,\n                \"diff_thirty_six_m_three_m\": -18.28,\n                \"diff_twelve_m_six_m\": -16.58,\n                \"diff_twenty_four_m_six_m\": -17.25,\n                \"diff_thirty_six_m_six_m\": -17.02,\n                \"diff_twelve_m_twelve_m\": -10.04,\n                \"diff_twenty_four_m_twelve_m\": -9.88,\n                \"diff_thirty_six_m_twelve_m\": -10.76,\n                \"diff_twelve_m_median\": -17.61,\n                \"diff_twenty_four_m_median\": -15.04,\n                \"diff_thirty_six_m_median\": -20.29\n            },\n            {\n                \"month\": \"2020-10-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 79,\n                \"three_m\": 1959.44,\n                \"six_m\": 1942.22,\n                \"twelve_m\": 2005.83,\n                \"p_25\": 1562.5,\n                \"p_50\": 1820,\n                \"p_75\": 2145,\n                \"p_90\": 2474.2,\n                \"p_25_twelve_m\": 1671.88,\n                \"p_75_twelve_m\": 2508.56,\n                \"p_90_twelve_m\": 3178.13,\n                \"min\": 1100,\n                \"max\": 3033.33,\n                \"sum\": 149194.91,\n                \"avg\": 1888.54,\n                \"uniqExact\": 46,\n                \"median\": 1820,\n                \"diff_twelve_m_three_m\": -17.63,\n                \"diff_twenty_four_m_three_m\": -16.52,\n                \"diff_thirty_six_m_three_m\": -15.54,\n                \"diff_twelve_m_six_m\": -15.15,\n                \"diff_twenty_four_m_six_m\": -16.22,\n                \"diff_thirty_six_m_six_m\": -14.39,\n                \"diff_twelve_m_twelve_m\": -7.74,\n                \"diff_twenty_four_m_twelve_m\": -8.94,\n                \"diff_thirty_six_m_twelve_m\": -8.93,\n                \"diff_twelve_m_median\": -22.32,\n                \"diff_twenty_four_m_median\": -22.58,\n                \"diff_thirty_six_m_median\": -21.94\n            },\n            {\n                \"month\": \"2020-09-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 177,\n                \"three_m\": 2002.77,\n                \"six_m\": 1901.66,\n                \"twelve_m\": 2038.84,\n                \"p_25\": 1650,\n                \"p_50\": 1999.99,\n                \"p_75\": 2600,\n                \"p_90\": 3466.66,\n                \"p_25_twelve_m\": 1700.01,\n                \"p_75_twelve_m\": 2548.29,\n                \"p_90_twelve_m\": 3318.27,\n                \"min\": 831,\n                \"max\": 4983.33,\n                \"sum\": 400770.11,\n                \"avg\": 2264.24,\n                \"uniqExact\": 83,\n                \"median\": 1999.99,\n                \"diff_twelve_m_three_m\": -16.87,\n                \"diff_twenty_four_m_three_m\": -16.97,\n                \"diff_thirty_six_m_three_m\": -13.88,\n                \"diff_twelve_m_six_m\": -15.58,\n                \"diff_twenty_four_m_six_m\": -16.14,\n                \"diff_thirty_six_m_six_m\": -14.92,\n                \"diff_twelve_m_twelve_m\": -6.43,\n                \"diff_twenty_four_m_twelve_m\": -7.76,\n                \"diff_thirty_six_m_twelve_m\": -6.73,\n                \"diff_twelve_m_median\": -18.7,\n                \"diff_twenty_four_m_median\": -16.08,\n                \"diff_thirty_six_m_median\": -12.92\n            },\n            {\n                \"month\": \"2020-08-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 155,\n                \"three_m\": 1952.78,\n                \"six_m\": 1900.55,\n                \"twelve_m\": 2078.01,\n                \"p_25\": 1705.84,\n                \"p_50\": 2058.33,\n                \"p_75\": 2644,\n                \"p_90\": 3683.33,\n                \"p_25_twelve_m\": 1725.03,\n                \"p_75_twelve_m\": 2585.09,\n                \"p_90_twelve_m\": 3327.3,\n                \"min\": 1040,\n                \"max\": 12133.33,\n                \"sum\": 360927.4,\n                \"avg\": 2328.56,\n                \"uniqExact\": 71,\n                \"median\": 2058.33,\n                \"diff_twelve_m_three_m\": -14.59,\n                \"diff_twenty_four_m_three_m\": -18.07,\n                \"diff_thirty_six_m_three_m\": -15.77,\n                \"diff_twelve_m_six_m\": -12.25,\n                \"diff_twenty_four_m_six_m\": -13.72,\n                \"diff_thirty_six_m_six_m\": -13.29,\n                \"diff_twelve_m_twelve_m\": -4.47,\n                \"diff_twenty_four_m_twelve_m\": -5.53,\n                \"diff_thirty_six_m_twelve_m\": -5.25,\n                \"diff_twelve_m_median\": -13.47,\n                \"diff_twenty_four_m_median\": -14.41,\n                \"diff_thirty_six_m_median\": -12.04\n            },\n            {\n                \"month\": \"2020-07-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 72,\n                \"three_m\": 1925,\n                \"six_m\": 1918.61,\n                \"twelve_m\": 2110.64,\n                \"p_25\": 1680,\n                \"p_50\": 1950,\n                \"p_75\": 2352.47,\n                \"p_90\": 2699.67,\n                \"p_25_twelve_m\": 1749.27,\n                \"p_75_twelve_m\": 2599.48,\n                \"p_90_twelve_m\": 3307.44,\n                \"min\": 736.66,\n                \"max\": 9100,\n                \"sum\": 153539.84,\n                \"avg\": 2132.5,\n                \"uniqExact\": 37,\n                \"median\": 1950,\n                \"diff_twelve_m_three_m\": -12.47,\n                \"diff_twenty_four_m_three_m\": -15.91,\n                \"diff_thirty_six_m_three_m\": -13.18,\n                \"diff_twelve_m_six_m\": -9.13,\n                \"diff_twenty_four_m_six_m\": -11.74,\n                \"diff_thirty_six_m_six_m\": -11.59,\n                \"diff_twelve_m_twelve_m\": -2.56,\n                \"diff_twenty_four_m_twelve_m\": -3.89,\n                \"diff_thirty_six_m_twelve_m\": -3.76,\n                \"diff_twelve_m_median\": -11.55,\n                \"diff_twenty_four_m_median\": -18.92,\n                \"diff_thirty_six_m_median\": -16.28\n            },\n            {\n                \"month\": \"2020-06-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 39,\n                \"three_m\": 1800.56,\n                \"six_m\": 1960.28,\n                \"twelve_m\": 2140.44,\n                \"p_25\": 1425.83,\n                \"p_50\": 1850,\n                \"p_75\": 2600,\n                \"p_90\": 2860,\n                \"p_25_twelve_m\": 1764.65,\n                \"p_75_twelve_m\": 2620.11,\n                \"p_90_twelve_m\": 3344.27,\n                \"min\": 1000,\n                \"max\": 7366,\n                \"sum\": 84365.34,\n                \"avg\": 2163.21,\n                \"uniqExact\": 20,\n                \"median\": 1850,\n                \"diff_twelve_m_three_m\": -14.09,\n                \"diff_twenty_four_m_three_m\": -15.2,\n                \"diff_thirty_six_m_three_m\": -16.06,\n                \"diff_twelve_m_six_m\": -5.13,\n                \"diff_twenty_four_m_six_m\": -6.57,\n                \"diff_thirty_six_m_six_m\": -8.02,\n                \"diff_twelve_m_twelve_m\": -1.8,\n                \"diff_twenty_four_m_twelve_m\": -2.21,\n                \"diff_thirty_six_m_twelve_m\": -1.76,\n                \"diff_twelve_m_median\": -13.75,\n                \"diff_twenty_four_m_median\": -15.87,\n                \"diff_thirty_six_m_median\": -13.32\n            },\n            {\n                \"month\": \"2020-05-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 32,\n                \"three_m\": 1848.33,\n                \"six_m\": 2019.44,\n                \"twelve_m\": 2161.41,\n                \"p_25\": 1581.67,\n                \"p_50\": 1975,\n                \"p_75\": 2425,\n                \"p_90\": 2816.67,\n                \"p_25_twelve_m\": 1799.33,\n                \"p_75_twelve_m\": 2625.53,\n                \"p_90_twelve_m\": 3385.8,\n                \"min\": 1275,\n                \"max\": 3100,\n                \"sum\": 66569.25,\n                \"avg\": 2080.29,\n                \"uniqExact\": 18,\n                \"median\": 1975,\n                \"diff_twelve_m_three_m\": -9.63,\n                \"diff_twenty_four_m_three_m\": -8.59,\n                \"diff_thirty_six_m_three_m\": -10.51,\n                \"diff_twelve_m_six_m\": -2.78,\n                \"diff_twenty_four_m_six_m\": -1.54,\n                \"diff_thirty_six_m_six_m\": -3.86,\n                \"diff_twelve_m_twelve_m\": -1.73,\n                \"diff_twenty_four_m_twelve_m\": -1,\n                \"diff_thirty_six_m_twelve_m\": -0.63,\n                \"diff_twelve_m_median\": -5.64,\n                \"diff_twenty_four_m_median\": -1.98,\n                \"diff_thirty_six_m_median\": -5.05\n            },\n            {\n                \"month\": \"2020-04-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 12,\n                \"three_m\": 1912.22,\n                \"six_m\": 2069.44,\n                \"twelve_m\": 2179.19,\n                \"p_25\": 1426.56,\n                \"p_50\": 1576.67,\n                \"p_75\": 1662.5,\n                \"p_90\": 1741.71,\n                \"p_25_twelve_m\": 1811.97,\n                \"p_75_twelve_m\": 2634.23,\n                \"p_90_twelve_m\": 3421.91,\n                \"min\": 1300,\n                \"max\": 1800,\n                \"sum\": 18645.5,\n                \"avg\": 1553.79,\n                \"uniqExact\": 9,\n                \"median\": 1576.67,\n                \"diff_twelve_m_three_m\": -5.51,\n                \"diff_twenty_four_m_three_m\": -7.1,\n                \"diff_thirty_six_m_three_m\": -9.93,\n                \"diff_twelve_m_six_m\": 0.5,\n                \"diff_twenty_four_m_six_m\": -0.85,\n                \"diff_thirty_six_m_six_m\": -3.14,\n                \"diff_twelve_m_twelve_m\": -0.43,\n                \"diff_twenty_four_m_twelve_m\": 0.06,\n                \"diff_thirty_six_m_twelve_m\": -1.29,\n                \"diff_twelve_m_median\": -20.12,\n                \"diff_twenty_four_m_median\": -21.33,\n                \"diff_thirty_six_m_median\": -24.97\n            },\n            {\n                \"month\": \"2020-03-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 27,\n                \"three_m\": 2120,\n                \"six_m\": 2176.01,\n                \"twelve_m\": 2214.27,\n                \"p_25\": 1657.5,\n                \"p_50\": 1993.33,\n                \"p_75\": 3050,\n                \"p_90\": 4489.33,\n                \"p_25_twelve_m\": 1838.92,\n                \"p_75_twelve_m\": 2698.6,\n                \"p_90_twelve_m\": 3502.46,\n                \"min\": 1517,\n                \"max\": 8233.33,\n                \"sum\": 73994.22,\n                \"avg\": 2740.53,\n                \"uniqExact\": 18,\n                \"median\": 1993.33,\n                \"diff_twelve_m_three_m\": 4.09,\n                \"diff_twenty_four_m_three_m\": 2.27,\n                \"diff_thirty_six_m_three_m\": 0.12,\n                \"diff_twelve_m_six_m\": 3.36,\n                \"diff_twenty_four_m_six_m\": 1.06,\n                \"diff_thirty_six_m_six_m\": 1.85,\n                \"diff_twelve_m_twelve_m\": 1.27,\n                \"diff_twenty_four_m_twelve_m\": 0.91,\n                \"diff_thirty_six_m_twelve_m\": -0.11,\n                \"diff_twelve_m_median\": -2.13,\n                \"diff_twenty_four_m_median\": -5.16,\n                \"diff_thirty_six_m_median\": -5.14\n            },\n            {\n                \"month\": \"2020-02-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 61,\n                \"three_m\": 2190.56,\n                \"six_m\": 2255.46,\n                \"twelve_m\": 2210.66,\n                \"p_25\": 1749.97,\n                \"p_50\": 2166.67,\n                \"p_75\": 2578.33,\n                \"p_90\": 3600,\n                \"p_25_twelve_m\": 1848.85,\n                \"p_75_twelve_m\": 2652.09,\n                \"p_90_twelve_m\": 3373.9,\n                \"min\": 515,\n                \"max\": 4983.29,\n                \"sum\": 143235.37,\n                \"avg\": 2348.12,\n                \"uniqExact\": 41,\n                \"median\": 2166.67,\n                \"diff_twelve_m_three_m\": 3.87,\n                \"diff_twenty_four_m_three_m\": 5.31,\n                \"diff_thirty_six_m_three_m\": 2.58,\n                \"diff_twelve_m_six_m\": 3.24,\n                \"diff_twenty_four_m_six_m\": 2.69,\n                \"diff_thirty_six_m_six_m\": 2.78,\n                \"diff_twelve_m_twelve_m\": 0.77,\n                \"diff_twenty_four_m_twelve_m\": 0.75,\n                \"diff_thirty_six_m_twelve_m\": -0.76,\n                \"diff_twelve_m_median\": 4.17,\n                \"diff_twenty_four_m_median\": 3.62,\n                \"diff_thirty_six_m_median\": 0.39\n            },\n            {\n                \"month\": \"2020-01-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 60,\n                \"three_m\": 2226.67,\n                \"six_m\": 2302.68,\n                \"twelve_m\": 2207.05,\n                \"p_25\": 1841.92,\n                \"p_50\": 2200,\n                \"p_75\": 2708.33,\n                \"p_90\": 3047.62,\n                \"p_25_twelve_m\": 1861.36,\n                \"p_75_twelve_m\": 2653.89,\n                \"p_90_twelve_m\": 3353.76,\n                \"min\": 1150,\n                \"max\": 4116.67,\n                \"sum\": 141487.59,\n                \"avg\": 2358.13,\n                \"uniqExact\": 33,\n                \"median\": 2200,\n                \"diff_twelve_m_three_m\": 6.31,\n                \"diff_twenty_four_m_three_m\": 5.22,\n                \"diff_thirty_six_m_three_m\": 3.57,\n                \"diff_twelve_m_six_m\": 3.69,\n                \"diff_twenty_four_m_six_m\": 3.82,\n                \"diff_thirty_six_m_six_m\": 3.91,\n                \"diff_twelve_m_twelve_m\": 0.44,\n                \"diff_twenty_four_m_twelve_m\": 0.59,\n                \"diff_thirty_six_m_twelve_m\": -1.87,\n                \"diff_twelve_m_median\": 4.68,\n                \"diff_twenty_four_m_median\": 8.02,\n                \"diff_thirty_six_m_median\": 3.77\n            },\n            {\n                \"month\": \"2019-12-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 58,\n                \"three_m\": 2232.02,\n                \"six_m\": 2320.59,\n                \"twelve_m\": 2193.44,\n                \"p_25\": 1939.17,\n                \"p_50\": 2205,\n                \"p_75\": 2520.24,\n                \"p_90\": 3900,\n                \"p_25_twelve_m\": 1861.36,\n                \"p_75_twelve_m\": 2644.87,\n                \"p_90_twelve_m\": 3374.38,\n                \"min\": 1350,\n                \"max\": 4780,\n                \"sum\": 135869.46,\n                \"avg\": 2342.58,\n                \"uniqExact\": 31,\n                \"median\": 2205,\n                \"diff_twelve_m_three_m\": 2.67,\n                \"diff_twenty_four_m_three_m\": -0.06,\n                \"diff_thirty_six_m_three_m\": 3.55,\n                \"diff_twelve_m_six_m\": 1.2,\n                \"diff_twenty_four_m_six_m\": 1.81,\n                \"diff_thirty_six_m_six_m\": 4.24,\n                \"diff_twelve_m_twelve_m\": -0.1,\n                \"diff_twenty_four_m_twelve_m\": -0.54,\n                \"diff_thirty_six_m_twelve_m\": -1.83,\n                \"diff_twelve_m_median\": 3.85,\n                \"diff_twenty_four_m_median\": 1.77,\n                \"diff_thirty_six_m_median\": 2.56\n            },\n            {\n                \"month\": \"2019-11-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 79,\n                \"three_m\": 2320.36,\n                \"six_m\": 2303.37,\n                \"twelve_m\": 2190.24,\n                \"p_25\": 1841.67,\n                \"p_50\": 2275,\n                \"p_75\": 2816.83,\n                \"p_90\": 3358.33,\n                \"p_25_twelve_m\": 1849.63,\n                \"p_75_twelve_m\": 2687.62,\n                \"p_90_twelve_m\": 3379.73,\n                \"min\": 1303.57,\n                \"max\": 4766.67,\n                \"sum\": 190158.89,\n                \"avg\": 2407.07,\n                \"uniqExact\": 45,\n                \"median\": 2275,\n                \"diff_twelve_m_three_m\": 2.65,\n                \"diff_twenty_four_m_three_m\": 0.33,\n                \"diff_thirty_six_m_three_m\": 2.97,\n                \"diff_twelve_m_six_m\": -0.8,\n                \"diff_twenty_four_m_six_m\": -0.53,\n                \"diff_thirty_six_m_six_m\": 2.38,\n                \"diff_twelve_m_twelve_m\": 0.17,\n                \"diff_twenty_four_m_twelve_m\": -0.8,\n                \"diff_thirty_six_m_twelve_m\": -2.02,\n                \"diff_twelve_m_median\": 4.48,\n                \"diff_twenty_four_m_median\": -1.97,\n                \"diff_thirty_six_m_median\": 3.96\n            },\n            {\n                \"month\": \"2019-10-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 128,\n                \"three_m\": 2378.69,\n                \"six_m\": 2288.93,\n                \"twelve_m\": 2173.99,\n                \"p_25\": 1900,\n                \"p_50\": 2216.07,\n                \"p_75\": 2621.75,\n                \"p_90\": 4155.9,\n                \"p_25_twelve_m\": 1840.6,\n                \"p_75_twelve_m\": 2655.12,\n                \"p_90_twelve_m\": 3360.97,\n                \"min\": 1080,\n                \"max\": 5633.33,\n                \"sum\": 322721.33,\n                \"avg\": 2521.26,\n                \"uniqExact\": 70,\n                \"median\": 2216.07,\n                \"diff_twelve_m_three_m\": 1.34,\n                \"diff_twenty_four_m_three_m\": 2.53,\n                \"diff_thirty_six_m_three_m\": 4.23,\n                \"diff_twelve_m_six_m\": -1.27,\n                \"diff_twenty_four_m_six_m\": 0.9,\n                \"diff_thirty_six_m_six_m\": 0.45,\n                \"diff_twelve_m_twelve_m\": -1.31,\n                \"diff_twenty_four_m_twelve_m\": -1.3,\n                \"diff_thirty_six_m_twelve_m\": -1.63,\n                \"diff_twelve_m_median\": -5.73,\n                \"diff_twenty_four_m_median\": -4.96,\n                \"diff_thirty_six_m_median\": -2.59\n            },\n            {\n                \"month\": \"2019-09-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 354,\n                \"three_m\": 2409.17,\n                \"six_m\": 2252.53,\n                \"twelve_m\": 2178.9,\n                \"p_25\": 1950.25,\n                \"p_50\": 2470,\n                \"p_75\": 3041.67,\n                \"p_90\": 3575,\n                \"p_25_twelve_m\": 1828.1,\n                \"p_75_twelve_m\": 2644.63,\n                \"p_90_twelve_m\": 3265.04,\n                \"min\": 900,\n                \"max\": 8341,\n                \"sum\": 917380.2,\n                \"avg\": 2591.47,\n                \"uniqExact\": 127,\n                \"median\": 2470,\n                \"diff_twelve_m_three_m\": -0.13,\n                \"diff_twenty_four_m_three_m\": 3.6,\n                \"diff_thirty_six_m_three_m\": 4.9,\n                \"diff_twelve_m_six_m\": -0.67,\n                \"diff_twenty_four_m_six_m\": 0.77,\n                \"diff_thirty_six_m_six_m\": -1.92,\n                \"diff_twelve_m_twelve_m\": -1.43,\n                \"diff_twenty_four_m_twelve_m\": -0.32,\n                \"diff_thirty_six_m_twelve_m\": -0.84,\n                \"diff_twelve_m_median\": 3.64,\n                \"diff_twenty_four_m_median\": 7.55,\n                \"diff_thirty_six_m_median\": 5.56\n            },\n            {\n                \"month\": \"2019-08-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 303,\n                \"three_m\": 2286.39,\n                \"six_m\": 2165.86,\n                \"twelve_m\": 2175.29,\n                \"p_25\": 1996.67,\n                \"p_50\": 2450,\n                \"p_75\": 2816.67,\n                \"p_90\": 3445,\n                \"p_25_twelve_m\": 1832.24,\n                \"p_75_twelve_m\": 2650.32,\n                \"p_90_twelve_m\": 3274.07,\n                \"min\": 950,\n                \"max\": 5850,\n                \"sum\": 762473.32,\n                \"avg\": 2516.41,\n                \"uniqExact\": 107,\n                \"median\": 2450,\n                \"diff_twelve_m_three_m\": -4.07,\n                \"diff_twenty_four_m_three_m\": -1.38,\n                \"diff_thirty_six_m_three_m\": 1.79,\n                \"diff_twelve_m_six_m\": -1.67,\n                \"diff_twenty_four_m_six_m\": -1.18,\n                \"diff_thirty_six_m_six_m\": -4.19,\n                \"diff_twelve_m_twelve_m\": -1.1,\n                \"diff_twenty_four_m_twelve_m\": -0.81,\n                \"diff_thirty_six_m_twelve_m\": -0.56,\n                \"diff_twelve_m_median\": 1.87,\n                \"diff_twenty_four_m_median\": 4.7,\n                \"diff_thirty_six_m_median\": 8.73\n            },\n            {\n                \"month\": \"2019-07-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 198,\n                \"three_m\": 2199.17,\n                \"six_m\": 2111.42,\n                \"twelve_m\": 2166.13,\n                \"p_25\": 1864.62,\n                \"p_50\": 2307.5,\n                \"p_75\": 2600,\n                \"p_90\": 3141.67,\n                \"p_25_twelve_m\": 1824.74,\n                \"p_75_twelve_m\": 2650.32,\n                \"p_90_twelve_m\": 3284.9,\n                \"min\": 875,\n                \"max\": 6500,\n                \"sum\": 472239.78,\n                \"avg\": 2385.05,\n                \"uniqExact\": 87,\n                \"median\": 2307.5,\n                \"diff_twelve_m_three_m\": -3.94,\n                \"diff_twenty_four_m_three_m\": -0.81,\n                \"diff_thirty_six_m_three_m\": -3.33,\n                \"diff_twelve_m_six_m\": -2.87,\n                \"diff_twenty_four_m_six_m\": -2.71,\n                \"diff_thirty_six_m_six_m\": -7.49,\n                \"diff_twelve_m_twelve_m\": -1.36,\n                \"diff_twenty_four_m_twelve_m\": -1.23,\n                \"diff_thirty_six_m_twelve_m\": -0.48,\n                \"diff_twelve_m_median\": -4.05,\n                \"diff_twenty_four_m_median\": -0.93,\n                \"diff_thirty_six_m_median\": 3.9\n            },\n            {\n                \"month\": \"2019-06-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 161,\n                \"three_m\": 2095.89,\n                \"six_m\": 2066.28,\n                \"twelve_m\": 2179.67,\n                \"p_25\": 1842,\n                \"p_50\": 2101.67,\n                \"p_75\": 2665,\n                \"p_90\": 3358.33,\n                \"p_25_twelve_m\": 1823.53,\n                \"p_75_twelve_m\": 2687.34,\n                \"p_90_twelve_m\": 3382.4,\n                \"min\": 700,\n                \"max\": 6066.67,\n                \"sum\": 390742.38,\n                \"avg\": 2426.97,\n                \"uniqExact\": 80,\n                \"median\": 2101.67,\n                \"diff_twelve_m_three_m\": -1.29,\n                \"diff_twenty_four_m_three_m\": -2.29,\n                \"diff_thirty_six_m_three_m\": -8.74,\n                \"diff_twelve_m_six_m\": -1.51,\n                \"diff_twenty_four_m_six_m\": -3.05,\n                \"diff_thirty_six_m_six_m\": -7.86,\n                \"diff_twelve_m_twelve_m\": -0.42,\n                \"diff_twenty_four_m_twelve_m\": 0.04,\n                \"diff_thirty_six_m_twelve_m\": -0.56,\n                \"diff_twelve_m_median\": -4.43,\n                \"diff_twenty_four_m_median\": -1.52,\n                \"diff_thirty_six_m_median\": -8.92\n            },\n            {\n                \"month\": \"2019-05-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 98,\n                \"three_m\": 2045.33,\n                \"six_m\": 2077.11,\n                \"twelve_m\": 2199.53,\n                \"p_25\": 1733.33,\n                \"p_50\": 2188.33,\n                \"p_75\": 2529.39,\n                \"p_90\": 3250,\n                \"p_25_twelve_m\": 1820.86,\n                \"p_75_twelve_m\": 2681.92,\n                \"p_90_twelve_m\": 3384.9,\n                \"min\": 1300,\n                \"max\": 5416.67,\n                \"sum\": 227443.97,\n                \"avg\": 2320.86,\n                \"uniqExact\": 50,\n                \"median\": 2188.33,\n                \"diff_twelve_m_three_m\": 1.15,\n                \"diff_twenty_four_m_three_m\": -0.97,\n                \"diff_thirty_six_m_three_m\": -10.1,\n                \"diff_twelve_m_six_m\": 1.27,\n                \"diff_twenty_four_m_six_m\": -1.11,\n                \"diff_thirty_six_m_six_m\": -6.47,\n                \"diff_twelve_m_twelve_m\": 0.74,\n                \"diff_twenty_four_m_twelve_m\": 1.12,\n                \"diff_thirty_six_m_twelve_m\": 0.7,\n                \"diff_twelve_m_median\": 8.61,\n                \"diff_twenty_four_m_median\": 5.21,\n                \"diff_thirty_six_m_median\": -6.05\n            },\n            {\n                \"month\": \"2019-04-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 82,\n                \"three_m\": 2023.67,\n                \"six_m\": 2059.06,\n                \"twelve_m\": 2188.67,\n                \"p_25\": 1750,\n                \"p_50\": 1997.67,\n                \"p_75\": 2435,\n                \"p_90\": 2708.33,\n                \"p_25_twelve_m\": 1820.86,\n                \"p_75_twelve_m\": 2671.14,\n                \"p_90_twelve_m\": 3399.35,\n                \"min\": 1083.33,\n                \"max\": 7150,\n                \"sum\": 177496.52,\n                \"avg\": 2164.59,\n                \"uniqExact\": 50,\n                \"median\": 1997.67,\n                \"diff_twelve_m_three_m\": -1.69,\n                \"diff_twenty_four_m_three_m\": -4.68,\n                \"diff_thirty_six_m_three_m\": -11.61,\n                \"diff_twelve_m_six_m\": -1.35,\n                \"diff_twenty_four_m_six_m\": -3.63,\n                \"diff_thirty_six_m_six_m\": -3.85,\n                \"diff_twelve_m_twelve_m\": 0.49,\n                \"diff_twenty_four_m_twelve_m\": -0.86,\n                \"diff_thirty_six_m_twelve_m\": 1.29,\n                \"diff_twelve_m_median\": -0.32,\n                \"diff_twenty_four_m_median\": -4.93,\n                \"diff_thirty_six_m_median\": -10.05\n            },\n            {\n                \"month\": \"2019-03-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 79,\n                \"three_m\": 2036.67,\n                \"six_m\": 2105.28,\n                \"twelve_m\": 2186.5,\n                \"p_25\": 1776.66,\n                \"p_50\": 1950,\n                \"p_75\": 2491.84,\n                \"p_90\": 2946.66,\n                \"p_25_twelve_m\": 1814.05,\n                \"p_75_twelve_m\": 2675.86,\n                \"p_90_twelve_m\": 3431.67,\n                \"min\": 897.55,\n                \"max\": 8200,\n                \"sum\": 182603.4,\n                \"avg\": 2311.44,\n                \"uniqExact\": 41,\n                \"median\": 1950,\n                \"diff_twelve_m_three_m\": -1.75,\n                \"diff_twenty_four_m_three_m\": -3.82,\n                \"diff_thirty_six_m_three_m\": -6.94,\n                \"diff_twelve_m_six_m\": -2.22,\n                \"diff_twenty_four_m_six_m\": -1.46,\n                \"diff_thirty_six_m_six_m\": 0.34,\n                \"diff_twelve_m_twelve_m\": -0.35,\n                \"diff_twenty_four_m_twelve_m\": -1.36,\n                \"diff_thirty_six_m_twelve_m\": 1.96,\n                \"diff_twelve_m_median\": -7.22,\n                \"diff_twenty_four_m_median\": -7.2,\n                \"diff_thirty_six_m_median\": -15.1\n            },\n            {\n                \"month\": \"2019-02-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 81,\n                \"three_m\": 2108.89,\n                \"six_m\": 2184.72,\n                \"twelve_m\": 2193.72,\n                \"p_25\": 1900,\n                \"p_50\": 2123.33,\n                \"p_75\": 2600,\n                \"p_90\": 3358.33,\n                \"p_25_twelve_m\": 1806.83,\n                \"p_75_twelve_m\": 2666.82,\n                \"p_90_twelve_m\": 3437.99,\n                \"min\": 1278.33,\n                \"max\": 6500,\n                \"sum\": 193335.85,\n                \"avg\": 2386.86,\n                \"uniqExact\": 43,\n                \"median\": 2123.33,\n                \"diff_twelve_m_three_m\": 1.38,\n                \"diff_twenty_four_m_three_m\": -1.25,\n                \"diff_thirty_six_m_three_m\": -2.67,\n                \"diff_twelve_m_six_m\": -0.53,\n                \"diff_twenty_four_m_six_m\": -0.44,\n                \"diff_thirty_six_m_six_m\": 3.33,\n                \"diff_twelve_m_twelve_m\": -0.02,\n                \"diff_twenty_four_m_twelve_m\": -1.52,\n                \"diff_thirty_six_m_twelve_m\": 3.11,\n                \"diff_twelve_m_median\": 1.55,\n                \"diff_twenty_four_m_median\": -1.62,\n                \"diff_thirty_six_m_median\": -3.46\n            },\n            {\n                \"month\": \"2019-01-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 65,\n                \"three_m\": 2094.45,\n                \"six_m\": 2220.83,\n                \"twelve_m\": 2197.36,\n                \"p_25\": 1842,\n                \"p_50\": 2036.67,\n                \"p_75\": 2600,\n                \"p_90\": 3295,\n                \"p_25_twelve_m\": 1788.47,\n                \"p_75_twelve_m\": 2669.53,\n                \"p_90_twelve_m\": 3427.99,\n                \"min\": 1160.9,\n                \"max\": 5850,\n                \"sum\": 148609.58,\n                \"avg\": 2286.3,\n                \"uniqExact\": 40,\n                \"median\": 2036.67,\n                \"diff_twelve_m_three_m\": -1.02,\n                \"diff_twenty_four_m_three_m\": -2.58,\n                \"diff_thirty_six_m_three_m\": 5.07,\n                \"diff_twelve_m_six_m\": 0.13,\n                \"diff_twenty_four_m_six_m\": 0.21,\n                \"diff_thirty_six_m_six_m\": 7.24,\n                \"diff_twelve_m_twelve_m\": 0.15,\n                \"diff_twenty_four_m_twelve_m\": -2.3,\n                \"diff_thirty_six_m_twelve_m\": 5.06,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": -3.93,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2018-12-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 45,\n                \"three_m\": 2173.89,\n                \"six_m\": 2293.05,\n                \"twelve_m\": 2195.56,\n                \"p_25\": 1798.33,\n                \"p_50\": 2166.67,\n                \"p_75\": 3033.33,\n                \"p_90\": 3964.2,\n                \"p_25_twelve_m\": 1779.42,\n                \"p_75_twelve_m\": 2664.11,\n                \"p_90_twelve_m\": 3478.4,\n                \"min\": 897.56,\n                \"max\": 6500,\n                \"sum\": 113270.57,\n                \"avg\": 2517.12,\n                \"uniqExact\": 33,\n                \"median\": 2166.67,\n                \"diff_twelve_m_three_m\": -2.66,\n                \"diff_twenty_four_m_three_m\": 0.85,\n                \"diff_thirty_six_m_three_m\": 8.27,\n                \"diff_twelve_m_six_m\": 0.6,\n                \"diff_twenty_four_m_six_m\": 3.01,\n                \"diff_thirty_six_m_six_m\": 7.08,\n                \"diff_twelve_m_twelve_m\": -0.44,\n                \"diff_twenty_four_m_twelve_m\": -1.74,\n                \"diff_thirty_six_m_twelve_m\": 3.99,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 0.78,\n                \"diff_thirty_six_m_median\": 8.11\n            },\n            {\n                \"month\": \"2018-11-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 83,\n                \"three_m\": 2260.55,\n                \"six_m\": 2321.94,\n                \"twelve_m\": 2186.53,\n                \"p_25\": 1733.33,\n                \"p_50\": 2080,\n                \"p_75\": 2426.84,\n                \"p_90\": 3133.27,\n                \"p_25_twelve_m\": 1779.14,\n                \"p_75_twelve_m\": 2624.39,\n                \"p_90_twelve_m\": 3417.44,\n                \"min\": 693,\n                \"max\": 4593.33,\n                \"sum\": 181697.61,\n                \"avg\": 2189.13,\n                \"uniqExact\": 55,\n                \"median\": 2080,\n                \"diff_twelve_m_three_m\": -2.26,\n                \"diff_twenty_four_m_three_m\": 0.32,\n                \"diff_thirty_six_m_three_m\": 9.63,\n                \"diff_twelve_m_six_m\": 0.28,\n                \"diff_twenty_four_m_six_m\": 3.21,\n                \"diff_thirty_six_m_six_m\": 8.12,\n                \"diff_twelve_m_twelve_m\": -0.97,\n                \"diff_twenty_four_m_twelve_m\": -2.18,\n                \"diff_thirty_six_m_twelve_m\": 3.52,\n                \"diff_twelve_m_median\": -10.38,\n                \"diff_twenty_four_m_median\": -4.95,\n                \"diff_thirty_six_m_median\": 6.08\n            },\n            {\n                \"month\": \"2018-10-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 147,\n                \"three_m\": 2347.22,\n                \"six_m\": 2318.28,\n                \"twelve_m\": 2202.78,\n                \"p_25\": 1750,\n                \"p_50\": 2275,\n                \"p_75\": 2495.84,\n                \"p_90\": 3004.67,\n                \"p_25_twelve_m\": 1782.75,\n                \"p_75_twelve_m\": 2656.88,\n                \"p_90_twelve_m\": 3423.19,\n                \"min\": 615.46,\n                \"max\": 6500,\n                \"sum\": 334703.37,\n                \"avg\": 2276.89,\n                \"uniqExact\": 74,\n                \"median\": 2275,\n                \"diff_twelve_m_three_m\": 1.17,\n                \"diff_twenty_four_m_three_m\": 2.85,\n                \"diff_thirty_six_m_three_m\": 9.24,\n                \"diff_twelve_m_six_m\": 2.19,\n                \"diff_twenty_four_m_six_m\": 1.74,\n                \"diff_thirty_six_m_six_m\": 6.33,\n                \"diff_twelve_m_twelve_m\": 0.01,\n                \"diff_twenty_four_m_twelve_m\": -0.33,\n                \"diff_thirty_six_m_twelve_m\": 3.28,\n                \"diff_twelve_m_median\": -2.43,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 6.33\n            },\n            {\n                \"month\": \"2018-09-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 535,\n                \"three_m\": 2412.22,\n                \"six_m\": 2267.72,\n                \"twelve_m\": 2210.42,\n                \"p_25\": 2000,\n                \"p_50\": 2426.66,\n                \"p_75\": 3110,\n                \"p_90\": 3683.33,\n                \"p_25_twelve_m\": 1793.9,\n                \"p_75_twelve_m\": 2665.56,\n                \"p_90_twelve_m\": 3462.8,\n                \"min\": 823,\n                \"max\": 9750,\n                \"sum\": 1420436.98,\n                \"avg\": 2655.02,\n                \"uniqExact\": 154,\n                \"median\": 2426.66,\n                \"diff_twelve_m_three_m\": 3.73,\n                \"diff_twenty_four_m_three_m\": 5.03,\n                \"diff_thirty_six_m_three_m\": 6.03,\n                \"diff_twelve_m_six_m\": 1.45,\n                \"diff_twenty_four_m_six_m\": -1.26,\n                \"diff_thirty_six_m_six_m\": 3.5,\n                \"diff_twelve_m_twelve_m\": 1.12,\n                \"diff_twenty_four_m_twelve_m\": 0.59,\n                \"diff_thirty_six_m_twelve_m\": 3.01,\n                \"diff_twelve_m_median\": 5.66,\n                \"diff_twenty_four_m_median\": 3.7,\n                \"diff_thirty_six_m_median\": 9.53\n            },\n            {\n                \"month\": \"2018-08-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 376,\n                \"three_m\": 2383.33,\n                \"six_m\": 2202.72,\n                \"twelve_m\": 2199.58,\n                \"p_25\": 1906.67,\n                \"p_50\": 2340,\n                \"p_75\": 2816.67,\n                \"p_90\": 3575,\n                \"p_25_twelve_m\": 1782.51,\n                \"p_75_twelve_m\": 2650.14,\n                \"p_90_twelve_m\": 3462.78,\n                \"min\": 953.33,\n                \"max\": 8016.6,\n                \"sum\": 959544.14,\n                \"avg\": 2551.98,\n                \"uniqExact\": 117,\n                \"median\": 2340,\n                \"diff_twelve_m_three_m\": 2.8,\n                \"diff_twenty_four_m_three_m\": 6.11,\n                \"diff_thirty_six_m_three_m\": 6.72,\n                \"diff_twelve_m_six_m\": 0.5,\n                \"diff_twenty_four_m_six_m\": -2.56,\n                \"diff_thirty_six_m_six_m\": 2.89,\n                \"diff_twelve_m_twelve_m\": 0.29,\n                \"diff_twenty_four_m_twelve_m\": 0.55,\n                \"diff_thirty_six_m_twelve_m\": 3.22,\n                \"diff_twelve_m_median\": 0,\n                \"diff_twenty_four_m_median\": 3.85,\n                \"diff_thirty_six_m_median\": 2.61\n            },\n            {\n                \"month\": \"2018-07-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 268,\n                \"three_m\": 2289.33,\n                \"six_m\": 2173.89,\n                \"twelve_m\": 2195.97,\n                \"p_25\": 1850,\n                \"p_50\": 2470,\n                \"p_75\": 3044.17,\n                \"p_90\": 4311.66,\n                \"p_25_twelve_m\": 1786.12,\n                \"p_75_twelve_m\": 2659.17,\n                \"p_90_twelve_m\": 3471.81,\n                \"min\": 953.33,\n                \"max\": 11000,\n                \"sum\": 734390.69,\n                \"avg\": 2740.26,\n                \"uniqExact\": 104,\n                \"median\": 2470,\n                \"diff_twelve_m_three_m\": 3.25,\n                \"diff_twenty_four_m_three_m\": 0.63,\n                \"diff_thirty_six_m_three_m\": 3.51,\n                \"diff_twelve_m_six_m\": 0.17,\n                \"diff_twenty_four_m_six_m\": -4.75,\n                \"diff_thirty_six_m_six_m\": 2.93,\n                \"diff_twelve_m_twelve_m\": 0.13,\n                \"diff_twenty_four_m_twelve_m\": 0.89,\n                \"diff_thirty_six_m_twelve_m\": 3.29,\n                \"diff_twelve_m_median\": 6.05,\n                \"diff_twenty_four_m_median\": 11.22,\n                \"diff_thirty_six_m_median\": 8.97\n            },\n            {\n                \"month\": \"2018-06-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 207,\n                \"three_m\": 2123.22,\n                \"six_m\": 2098.06,\n                \"twelve_m\": 2188.75,\n                \"p_25\": 1810,\n                \"p_50\": 2340,\n                \"p_75\": 2600,\n                \"p_90\": 3388.4,\n                \"p_25_twelve_m\": 1785.42,\n                \"p_75_twelve_m\": 2640.21,\n                \"p_90_twelve_m\": 3390.5,\n                \"min\": 670,\n                \"max\": 9533.34,\n                \"sum\": 492020.54,\n                \"avg\": 2376.91,\n                \"uniqExact\": 82,\n                \"median\": 2340,\n                \"diff_twelve_m_three_m\": -1.02,\n                \"diff_twenty_four_m_three_m\": -7.55,\n                \"diff_thirty_six_m_three_m\": 0.77,\n                \"diff_twelve_m_six_m\": -1.56,\n                \"diff_twenty_four_m_six_m\": -6.44,\n                \"diff_thirty_six_m_six_m\": 0.81,\n                \"diff_twelve_m_twelve_m\": 0.46,\n                \"diff_twenty_four_m_twelve_m\": -0.15,\n                \"diff_thirty_six_m_twelve_m\": 5.16,\n                \"diff_twelve_m_median\": 9.64,\n                \"diff_twenty_four_m_median\": 1.41,\n                \"diff_thirty_six_m_median\": 10.35\n            },\n            {\n                \"month\": \"2018-05-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 113,\n                \"three_m\": 2022.11,\n                \"six_m\": 2051.11,\n                \"twelve_m\": 2183.33,\n                \"p_25\": 1733.33,\n                \"p_50\": 2058,\n                \"p_75\": 2400,\n                \"p_90\": 3423.33,\n                \"p_25_twelve_m\": 1784.45,\n                \"p_75_twelve_m\": 2661.88,\n                \"p_90_twelve_m\": 3451.19,\n                \"min\": 600,\n                \"max\": 8666.66,\n                \"sum\": 269798.26,\n                \"avg\": 2387.6,\n                \"uniqExact\": 53,\n                \"median\": 2058,\n                \"diff_twelve_m_three_m\": -2.09,\n                \"diff_twenty_four_m_three_m\": -11.12,\n                \"diff_thirty_six_m_three_m\": -1.27,\n                \"diff_twelve_m_six_m\": -2.35,\n                \"diff_twenty_four_m_six_m\": -7.64,\n                \"diff_thirty_six_m_six_m\": -0.9,\n                \"diff_twelve_m_twelve_m\": 0.38,\n                \"diff_twenty_four_m_twelve_m\": -0.04,\n                \"diff_thirty_six_m_twelve_m\": 5.49,\n                \"diff_twelve_m_median\": -1.06,\n                \"diff_twenty_four_m_median\": -11.64,\n                \"diff_thirty_six_m_median\": -1.58\n            },\n            {\n                \"month\": \"2018-04-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 102,\n                \"three_m\": 2058.45,\n                \"six_m\": 2087.28,\n                \"twelve_m\": 2177.94,\n                \"p_25\": 1668.33,\n                \"p_50\": 1971.67,\n                \"p_75\": 2491.66,\n                \"p_90\": 3096.16,\n                \"p_25_twelve_m\": 1788.57,\n                \"p_75_twelve_m\": 2656.42,\n                \"p_90_twelve_m\": 3410.93,\n                \"min\": 1300,\n                \"max\": 10400,\n                \"sum\": 235487.83,\n                \"avg\": 2308.7,\n                \"uniqExact\": 56,\n                \"median\": 1971.67,\n                \"diff_twelve_m_three_m\": -3.05,\n                \"diff_twenty_four_m_three_m\": -10.09,\n                \"diff_thirty_six_m_three_m\": 2.3,\n                \"diff_twelve_m_six_m\": -2.31,\n                \"diff_twenty_four_m_six_m\": -2.53,\n                \"diff_thirty_six_m_six_m\": 1.24,\n                \"diff_twelve_m_twelve_m\": -1.34,\n                \"diff_twenty_four_m_twelve_m\": 0.79,\n                \"diff_thirty_six_m_twelve_m\": 5.64,\n                \"diff_twelve_m_median\": -6.17,\n                \"diff_twenty_four_m_median\": -11.22,\n                \"diff_thirty_six_m_median\": -2.45\n            },\n            {\n                \"month\": \"2018-03-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 110,\n                \"three_m\": 2072.89,\n                \"six_m\": 2153.11,\n                \"twelve_m\": 2194.19,\n                \"p_25\": 1690,\n                \"p_50\": 2036.67,\n                \"p_75\": 2383.34,\n                \"p_90\": 3022.5,\n                \"p_25_twelve_m\": 1793.98,\n                \"p_75_twelve_m\": 2683.51,\n                \"p_90_twelve_m\": 3423.75,\n                \"min\": 700,\n                \"max\": 10400,\n                \"sum\": 251336.27,\n                \"avg\": 2284.88,\n                \"uniqExact\": 61,\n                \"median\": 2036.67,\n                \"diff_twelve_m_three_m\": -2.11,\n                \"diff_twenty_four_m_three_m\": -5.28,\n                \"diff_thirty_six_m_three_m\": 0.85,\n                \"diff_twelve_m_six_m\": 0.77,\n                \"diff_twenty_four_m_six_m\": 2.62,\n                \"diff_thirty_six_m_six_m\": 4.75,\n                \"diff_twelve_m_twelve_m\": -1.01,\n                \"diff_twenty_four_m_twelve_m\": 2.31,\n                \"diff_thirty_six_m_twelve_m\": 6.75,\n                \"diff_twelve_m_median\": -3.08,\n                \"diff_twenty_four_m_median\": -11.33,\n                \"diff_thirty_six_m_median\": 2.95\n            },\n            {\n                \"month\": \"2018-02-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 114,\n                \"three_m\": 2080.11,\n                \"six_m\": 2196.44,\n                \"twelve_m\": 2194.14,\n                \"p_25\": 1679.67,\n                \"p_50\": 2167,\n                \"p_75\": 2632.5,\n                \"p_90\": 3238.33,\n                \"p_25_twelve_m\": 1793.98,\n                \"p_75_twelve_m\": 2697.96,\n                \"p_90_twelve_m\": 3424.65,\n                \"min\": 805,\n                \"max\": 4600,\n                \"sum\": 253852.64,\n                \"avg\": 2226.78,\n                \"uniqExact\": 62,\n                \"median\": 2167,\n                \"diff_twelve_m_three_m\": -2.6,\n                \"diff_twenty_four_m_three_m\": -4,\n                \"diff_thirty_six_m_three_m\": -1.04,\n                \"diff_twelve_m_six_m\": 0.09,\n                \"diff_twenty_four_m_six_m\": 3.88,\n                \"diff_thirty_six_m_six_m\": 4.49,\n                \"diff_twelve_m_twelve_m\": -1.5,\n                \"diff_twenty_four_m_twelve_m\": 3.13,\n                \"diff_thirty_six_m_twelve_m\": 4.38,\n                \"diff_twelve_m_median\": 0.4,\n                \"diff_twenty_four_m_median\": -1.47,\n                \"diff_thirty_six_m_median\": 3.09\n            },\n            {\n                \"month\": \"2018-01-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 96,\n                \"three_m\": 2116.11,\n                \"six_m\": 2218.06,\n                \"twelve_m\": 2194.11,\n                \"p_25\": 1733.33,\n                \"p_50\": 2015,\n                \"p_75\": 2535,\n                \"p_90\": 3900,\n                \"p_25_twelve_m\": 1809.29,\n                \"p_75_twelve_m\": 2711.5,\n                \"p_90_twelve_m\": 3434.29,\n                \"min\": 953.33,\n                \"max\": 6500,\n                \"sum\": 226362.57,\n                \"avg\": 2357.94,\n                \"uniqExact\": 49,\n                \"median\": 2015,\n                \"diff_twelve_m_three_m\": -1.58,\n                \"diff_twenty_four_m_three_m\": 6.16,\n                \"diff_thirty_six_m_three_m\": -4.25,\n                \"diff_twelve_m_six_m\": 0.09,\n                \"diff_twenty_four_m_six_m\": 7.1,\n                \"diff_thirty_six_m_six_m\": 0.36,\n                \"diff_twelve_m_twelve_m\": -2.45,\n                \"diff_twenty_four_m_twelve_m\": 4.91,\n                \"diff_thirty_six_m_twelve_m\": -0.72,\n                \"diff_twelve_m_median\": -4.95,\n                \"diff_twenty_four_m_median\": -1.06,\n                \"diff_thirty_six_m_median\": -8.82\n            },\n            {\n                \"month\": \"2017-12-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 65,\n                \"three_m\": 2233.33,\n                \"six_m\": 2279.44,\n                \"twelve_m\": 2205.36,\n                \"p_25\": 1795,\n                \"p_50\": 2058.33,\n                \"p_75\": 2556.67,\n                \"p_90\": 3232.67,\n                \"p_25_twelve_m\": 1809.29,\n                \"p_75_twelve_m\": 2708.79,\n                \"p_90_twelve_m\": 3371.09,\n                \"min\": 1278.33,\n                \"max\": 3791,\n                \"sum\": 144875.63,\n                \"avg\": 2228.86,\n                \"uniqExact\": 41,\n                \"median\": 2058.33,\n                \"diff_twelve_m_three_m\": 3.61,\n                \"diff_twenty_four_m_three_m\": 11.23,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 2.4,\n                \"diff_twenty_four_m_six_m\": 6.45,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": -1.3,\n                \"diff_twenty_four_m_twelve_m\": 4.45,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -4.26,\n                \"diff_twenty_four_m_median\": 2.7,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-11-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 97,\n                \"three_m\": 2312.78,\n                \"six_m\": 2315.56,\n                \"twelve_m\": 2208,\n                \"p_25\": 1776.67,\n                \"p_50\": 2275,\n                \"p_75\": 2816.67,\n                \"p_90\": 3202.2,\n                \"p_25_twelve_m\": 1803.25,\n                \"p_75_twelve_m\": 2746.43,\n                \"p_90_twelve_m\": 3390.59,\n                \"min\": 1192,\n                \"max\": 9533.33,\n                \"sum\": 238151.59,\n                \"avg\": 2455.17,\n                \"uniqExact\": 57,\n                \"median\": 2275,\n                \"diff_twelve_m_three_m\": 2.64,\n                \"diff_twenty_four_m_three_m\": 12.16,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 2.93,\n                \"diff_twenty_four_m_six_m\": 7.82,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": -1.22,\n                \"diff_twenty_four_m_twelve_m\": 4.53,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 3.96,\n                \"diff_twenty_four_m_median\": 16.02,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-10-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 160,\n                \"three_m\": 2320,\n                \"six_m\": 2268.61,\n                \"twelve_m\": 2202.58,\n                \"p_25\": 1883.75,\n                \"p_50\": 2366.67,\n                \"p_75\": 2600,\n                \"p_90\": 3479.99,\n                \"p_25_twelve_m\": 1792.41,\n                \"p_75_twelve_m\": 2728.38,\n                \"p_90_twelve_m\": 3448.74,\n                \"min\": 1075,\n                \"max\": 7800,\n                \"sum\": 393550.54,\n                \"avg\": 2459.69,\n                \"uniqExact\": 81,\n                \"median\": 2366.67,\n                \"diff_twelve_m_three_m\": 1.66,\n                \"diff_twenty_four_m_three_m\": 7.98,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": -0.44,\n                \"diff_twenty_four_m_six_m\": 4.06,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": -0.34,\n                \"diff_twenty_four_m_twelve_m\": 3.27,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 4.03,\n                \"diff_twenty_four_m_median\": 10.61,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-09-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 488,\n                \"three_m\": 2325.56,\n                \"six_m\": 2235.28,\n                \"twelve_m\": 2185.92,\n                \"p_25\": 1863.33,\n                \"p_50\": 2296.67,\n                \"p_75\": 2925,\n                \"p_90\": 3683.1,\n                \"p_25_twelve_m\": 1785.09,\n                \"p_75_twelve_m\": 2735.6,\n                \"p_90_twelve_m\": 3447.63,\n                \"min\": 1191,\n                \"max\": 7800,\n                \"sum\": 1227667.77,\n                \"avg\": 2515.71,\n                \"uniqExact\": 140,\n                \"median\": 2296.67,\n                \"diff_twelve_m_three_m\": 1.26,\n                \"diff_twenty_four_m_three_m\": 2.22,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": -2.67,\n                \"diff_twenty_four_m_six_m\": 2.02,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": -0.52,\n                \"diff_twenty_four_m_twelve_m\": 1.87,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -1.85,\n                \"diff_twenty_four_m_median\": 3.67,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-08-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 320,\n                \"three_m\": 2318.33,\n                \"six_m\": 2191.83,\n                \"twelve_m\": 2193.14,\n                \"p_25\": 1950,\n                \"p_50\": 2296.67,\n                \"p_75\": 2925,\n                \"p_90\": 3683.33,\n                \"p_25_twelve_m\": 1790.5,\n                \"p_75_twelve_m\": 2728.39,\n                \"p_90_twelve_m\": 3415.15,\n                \"min\": 1170,\n                \"max\": 9533.33,\n                \"sum\": 833431.17,\n                \"avg\": 2604.47,\n                \"uniqExact\": 98,\n                \"median\": 2296.67,\n                \"diff_twelve_m_three_m\": 3.22,\n                \"diff_twenty_four_m_three_m\": 3.81,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": -3.04,\n                \"diff_twenty_four_m_six_m\": 2.39,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0.26,\n                \"diff_twenty_four_m_twelve_m\": 2.91,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 1.92,\n                \"diff_twenty_four_m_median\": 0.71,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-07-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 156,\n                \"three_m\": 2217.22,\n                \"six_m\": 2170.17,\n                \"twelve_m\": 2193.14,\n                \"p_25\": 1841.66,\n                \"p_50\": 2383.33,\n                \"p_75\": 2816.67,\n                \"p_90\": 3336,\n                \"p_25_twelve_m\": 1789.61,\n                \"p_75_twelve_m\": 2724.74,\n                \"p_90_twelve_m\": 3418.76,\n                \"min\": 1148.33,\n                \"max\": 8883,\n                \"sum\": 387329.77,\n                \"avg\": 2482.88,\n                \"uniqExact\": 69,\n                \"median\": 2383.33,\n                \"diff_twelve_m_three_m\": -2.54,\n                \"diff_twenty_four_m_three_m\": 0.25,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": -4.91,\n                \"diff_twenty_four_m_six_m\": 2.76,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 0.76,\n                \"diff_twenty_four_m_twelve_m\": 3.16,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 7.32,\n                \"diff_twenty_four_m_median\": 5.15,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-06-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 177,\n                \"three_m\": 2145,\n                \"six_m\": 2131.28,\n                \"twelve_m\": 2178.69,\n                \"p_25\": 1798.33,\n                \"p_50\": 2275,\n                \"p_75\": 2860,\n                \"p_90\": 4116.66,\n                \"p_25_twelve_m\": 1791.41,\n                \"p_75_twelve_m\": 2710.27,\n                \"p_90_twelve_m\": 3411.6,\n                \"min\": 1235,\n                \"max\": 5850,\n                \"sum\": 443701.52,\n                \"avg\": 2506.79,\n                \"uniqExact\": 74,\n                \"median\": 2275,\n                \"diff_twelve_m_three_m\": -6.6,\n                \"diff_twenty_four_m_three_m\": 1.8,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": -4.96,\n                \"diff_twenty_four_m_six_m\": 2.4,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": -0.61,\n                \"diff_twenty_four_m_twelve_m\": 4.68,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -1.41,\n                \"diff_twenty_four_m_median\": 7.28,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-05-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 104,\n                \"three_m\": 2065.33,\n                \"six_m\": 2100.44,\n                \"twelve_m\": 2175.08,\n                \"p_25\": 1782.75,\n                \"p_50\": 1993.33,\n                \"p_75\": 2334.58,\n                \"p_90\": 2940.16,\n                \"p_25_twelve_m\": 1794.12,\n                \"p_75_twelve_m\": 2682.28,\n                \"p_90_twelve_m\": 3306.87,\n                \"min\": 1256.66,\n                \"max\": 11266.66,\n                \"sum\": 231874.49,\n                \"avg\": 2229.56,\n                \"uniqExact\": 48,\n                \"median\": 1993.33,\n                \"diff_twelve_m_three_m\": -9.22,\n                \"diff_twenty_four_m_three_m\": 0.84,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": -5.42,\n                \"diff_twenty_four_m_six_m\": 1.49,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": -0.42,\n                \"diff_twenty_four_m_twelve_m\": 5.09,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -14.42,\n                \"diff_twenty_four_m_median\": -4.67,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-04-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 96,\n                \"three_m\": 2123.11,\n                \"six_m\": 2136.56,\n                \"twelve_m\": 2207.58,\n                \"p_25\": 1733.33,\n                \"p_50\": 2166.67,\n                \"p_75\": 2816.75,\n                \"p_90\": 3250,\n                \"p_25_twelve_m\": 1807.16,\n                \"p_75_twelve_m\": 2704.4,\n                \"p_90_twelve_m\": 3321.86,\n                \"min\": 1148.33,\n                \"max\": 19000,\n                \"sum\": 236962.68,\n                \"avg\": 2468.36,\n                \"uniqExact\": 51,\n                \"median\": 2166.67,\n                \"diff_twelve_m_three_m\": -7.27,\n                \"diff_twenty_four_m_three_m\": 5.51,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": -0.23,\n                \"diff_twenty_four_m_six_m\": 3.63,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 2.16,\n                \"diff_twenty_four_m_twelve_m\": 7.08,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -2.44,\n                \"diff_twenty_four_m_median\": 7.19,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-03-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 81,\n                \"three_m\": 2117.56,\n                \"six_m\": 2136.56,\n                \"twelve_m\": 2216.61,\n                \"p_25\": 1690,\n                \"p_50\": 2036,\n                \"p_75\": 2556.67,\n                \"p_90\": 3033.33,\n                \"p_25_twelve_m\": 1816.19,\n                \"p_75_twelve_m\": 2689.95,\n                \"p_90_twelve_m\": 3301.66,\n                \"min\": 1278,\n                \"max\": 13000,\n                \"sum\": 186609.27,\n                \"avg\": 2303.82,\n                \"uniqExact\": 46,\n                \"median\": 2036,\n                \"diff_twelve_m_three_m\": -3.24,\n                \"diff_twenty_four_m_three_m\": 3.02,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 1.83,\n                \"diff_twenty_four_m_six_m\": 3.94,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 3.36,\n                \"diff_twenty_four_m_twelve_m\": 7.84,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -11.36,\n                \"diff_twenty_four_m_median\": 2.92,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-02-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 97,\n                \"three_m\": 2135.56,\n                \"six_m\": 2194.44,\n                \"twelve_m\": 2227.5,\n                \"p_25\": 1863.33,\n                \"p_50\": 2166.67,\n                \"p_75\": 2795,\n                \"p_90\": 3354,\n                \"p_25_twelve_m\": 1813.48,\n                \"p_75_twelve_m\": 2693.56,\n                \"p_90_twelve_m\": 3337.77,\n                \"min\": 1191.67,\n                \"max\": 5958.33,\n                \"sum\": 234849.57,\n                \"avg\": 2421.13,\n                \"uniqExact\": 46,\n                \"median\": 2166.67,\n                \"diff_twelve_m_three_m\": -1.44,\n                \"diff_twenty_four_m_three_m\": 1.6,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 3.79,\n                \"diff_twenty_four_m_six_m\": 4.4,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 4.7,\n                \"diff_twenty_four_m_twelve_m\": 5.97,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -1.49,\n                \"diff_twenty_four_m_median\": 3.08,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2017-01-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 84,\n                \"three_m\": 2150,\n                \"six_m\": 2216.11,\n                \"twelve_m\": 2249.19,\n                \"p_25\": 1733.33,\n                \"p_50\": 2150,\n                \"p_75\": 2502.5,\n                \"p_90\": 3141.67,\n                \"p_25_twelve_m\": 1802.64,\n                \"p_75_twelve_m\": 2713.42,\n                \"p_90_twelve_m\": 3339.69,\n                \"min\": 415,\n                \"max\": 7258.33,\n                \"sum\": 186956.87,\n                \"avg\": 2225.68,\n                \"uniqExact\": 42,\n                \"median\": 2150,\n                \"diff_twelve_m_three_m\": 7.86,\n                \"diff_twenty_four_m_three_m\": -2.71,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 7.01,\n                \"diff_twenty_four_m_six_m\": 0.28,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 7.54,\n                \"diff_twenty_four_m_twelve_m\": 1.77,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 5.56,\n                \"diff_twenty_four_m_median\": -2.71,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2016-12-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 56,\n                \"three_m\": 2155.55,\n                \"six_m\": 2226.11,\n                \"twelve_m\": 2234.33,\n                \"p_25\": 1722.5,\n                \"p_50\": 2090,\n                \"p_75\": 3008.33,\n                \"p_90\": 3466.66,\n                \"p_25_twelve_m\": 1794.97,\n                \"p_75_twelve_m\": 2743.67,\n                \"p_90_twelve_m\": 3407.05,\n                \"min\": 1000,\n                \"max\": 6500,\n                \"sum\": 136969.22,\n                \"avg\": 2445.88,\n                \"uniqExact\": 37,\n                \"median\": 2090,\n                \"diff_twelve_m_three_m\": 7.36,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 3.96,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 5.83,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 4.28,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2016-11-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 65,\n                \"three_m\": 2253.33,\n                \"six_m\": 2249.72,\n                \"twelve_m\": 2235.31,\n                \"p_25\": 1646.66,\n                \"p_50\": 2210,\n                \"p_75\": 2600,\n                \"p_90\": 3899.99,\n                \"p_25_twelve_m\": 1793.93,\n                \"p_75_twelve_m\": 2725.86,\n                \"p_90_twelve_m\": 3377.2,\n                \"min\": 1191.67,\n                \"max\": 6500,\n                \"sum\": 156447.26,\n                \"avg\": 2406.88,\n                \"uniqExact\": 35,\n                \"median\": 2210,\n                \"diff_twelve_m_three_m\": 9.28,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 4.75,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 5.83,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 12.71,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2016-10-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 118,\n                \"three_m\": 2282.22,\n                \"six_m\": 2278.61,\n                \"twelve_m\": 2210.03,\n                \"p_25\": 1795.83,\n                \"p_50\": 2166.67,\n                \"p_75\": 2686.66,\n                \"p_90\": 3466.67,\n                \"p_25_twelve_m\": 1799.36,\n                \"p_75_twelve_m\": 2706.03,\n                \"p_90_twelve_m\": 3304.97,\n                \"min\": 750,\n                \"max\": 5200,\n                \"sum\": 274271.08,\n                \"avg\": 2324.33,\n                \"uniqExact\": 70,\n                \"median\": 2166.67,\n                \"diff_twelve_m_three_m\": 6.22,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 4.51,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 3.62,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 1.27,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2016-09-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 443,\n                \"three_m\": 2296.67,\n                \"six_m\": 2296.67,\n                \"twelve_m\": 2197.39,\n                \"p_25\": 1928.33,\n                \"p_50\": 2383.33,\n                \"p_75\": 2838.5,\n                \"p_90\": 3293.33,\n                \"p_25_twelve_m\": 1784.22,\n                \"p_75_twelve_m\": 2689.78,\n                \"p_90_twelve_m\": 3268.86,\n                \"min\": 1186,\n                \"max\": 8000,\n                \"sum\": 1102106.98,\n                \"avg\": 2487.83,\n                \"uniqExact\": 125,\n                \"median\": 2383.33,\n                \"diff_twelve_m_three_m\": 0.95,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 4.82,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 2.4,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 7.58,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2016-08-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 292,\n                \"three_m\": 2246.11,\n                \"six_m\": 2260.55,\n                \"twelve_m\": 2187.46,\n                \"p_25\": 1939.25,\n                \"p_50\": 2296.67,\n                \"p_75\": 2881.25,\n                \"p_90\": 3726.67,\n                \"p_25_twelve_m\": 1777,\n                \"p_75_twelve_m\": 2687.96,\n                \"p_90_twelve_m\": 3265.25,\n                \"min\": 979.33,\n                \"max\": 11050,\n                \"sum\": 762421.69,\n                \"avg\": 2611.03,\n                \"uniqExact\": 101,\n                \"median\": 2296.67,\n                \"diff_twelve_m_three_m\": 0.57,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 5.6,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 2.65,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": 0.71,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            },\n            {\n                \"month\": \"2016-07-01T00:00:00Z\",\n                \"type\": \"achieved_rent\",\n                \"sample\": 129,\n                \"three_m\": 2275,\n                \"six_m\": 2282.28,\n                \"twelve_m\": 2176.63,\n                \"p_25\": 1863.33,\n                \"p_50\": 2210,\n                \"p_75\": 2643,\n                \"p_90\": 3250,\n                \"p_25_twelve_m\": 1764.79,\n                \"p_75_twelve_m\": 2664.52,\n                \"p_90_twelve_m\": 3207.48,\n                \"min\": 1285,\n                \"max\": 5308.34,\n                \"sum\": 303889.64,\n                \"avg\": 2355.73,\n                \"uniqExact\": 58,\n                \"median\": 2210,\n                \"diff_twelve_m_three_m\": 2.86,\n                \"diff_twenty_four_m_three_m\": 0,\n                \"diff_thirty_six_m_three_m\": 0,\n                \"diff_twelve_m_six_m\": 8.06,\n                \"diff_twenty_four_m_six_m\": 0,\n                \"diff_thirty_six_m_six_m\": 0,\n                \"diff_twelve_m_twelve_m\": 2.38,\n                \"diff_twenty_four_m_twelve_m\": 0,\n                \"diff_thirty_six_m_twelve_m\": 0,\n                \"diff_twelve_m_median\": -2.5,\n                \"diff_twenty_four_m_median\": 0,\n                \"diff_thirty_six_m_median\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"8b73f0d4-93b0-46c3-9f72-39155a1a9f16"}],"id":"eace2f5d-029c-403e-b1e0-6383ac72307b","_postman_id":"eace2f5d-029c-403e-b1e0-6383ac72307b","description":"","auth":{"type":"basic","basic":{"username":"{{username}}"},"isInherited":true,"source":{"_postman_id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","id":"b2afa490-21c6-4e7e-a204-163bcbf906f5","name":"REalyse API (Public)","type":"collection"}}}],"auth":{"type":"basic","basic":{"username":"{{username}}"}},"event":[{"listen":"prerequest","script":{"id":"ed5de263-af37-4ee7-aaa3-fa3d58ea0b82","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7d2f4d57-4eef-40ca-b09d-6a35432a46fe","type":"text/javascript","exec":[""]}}]}